A source of knowledge used to train or configure an AI agent's responses. Provides provenance information so users can evaluate the agent's knowledge quality and currency.
ajp:sourceNameTextrequiredName of the knowledge source
ajp:sourceTypeTextrequiredofficial_doc / regulation / proprietary / research / other
ajp:sourceUrlURLURL of the source if publicly accessible
ajp:sourceAuthorityschema:OrganizationOrganisation responsible for this source
ajp:lastVerifiedDateTimeWhen the source was last checked for accuracy
ajp:isVerifiedOfficialBooleanWhether this is an officially verified source
ajp:coverageScopeTextWhat topics this source covers
{
"@context": {
"@vocab": "https://schema.org/",
"ajp": "https://schema.anthonyjamespeacock.com/"
},
"@type": [
"ajp:TrainingDataSource"
],
"ajp:sourceName": "<Text>",
"ajp:sourceType": "<Text>"
}