Definition
A definition of a term.
{
"Definition" :
{
"@context" : "https://grcschema.org/",
"@id" : "URL",
"@type" : "Definition",
"attribution" :
{
"@id" : "URL",
"@type" : "Attribution",
"contributors" :
[
{
"contributor" :
{
"@id" : "URL",
"@type" : "Contributor",
"elementId" : "String",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"role" :
{
"@id" : "URL",
"@type" : "Role",
"description" : "String",
"elementId" : "String",
"name" : "String"
}
}
}
],
"dateAdded" : "Datetime",
"elementId" : "String"
},
"bibliographicReference" :
{
"@type" : "BibliographicReference",
"chapter" : "String",
"citationFormat" : "String",
"description" : "String",
"documentType" : "String",
"effectiveDate" : "Datetime",
"page" : "String",
"pages" : "String",
"paragraph" : "String",
"part" : "String",
"publishedDate" : "Date",
"publishedName" : "String",
"publisher" :
{
"@id" : "URL",
"@type" : "Publisher",
"elementId" : "String",
"name" : "String",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
}
},
"section" : "String",
"series" : "String",
"subchapter" : "String",
"subpart" : "String",
"subtitle" : "String",
"title" : "String",
"version" : "String"
},
"bloomLevel" :
{
"@id" : "URL",
"@type" : "BloomLevel",
"elementId" : "String",
"level" : "Integer",
"name" : "String"
},
"coreMetaData" :
{
"@type" : "CoreMetaData",
"checksum" : "String",
"created" :
{
"@type" : "Created",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"deprecatedBy" : "URL",
"live" : "Boolean",
"modified" :
{
"@type" : "Modified",
"organization" :
{
"@id" : "URL",
"@type" : "Organization",
"elementId" : "String",
"name" : "String"
},
"person" :
{
"@id" : "URL",
"@type" : "Person",
"elementId" : "String",
"name" : "String"
},
"timeStamp" : "Datetime"
},
"notes" : "String",
"status" : "String",
"supersededBy" : "URL",
"validated" : "Integer"
},
"elementId" : "String",
"language" :
{
"@id" : "URL",
"@type" : "Language",
"elementId" : "String",
"languageCodeAlpha2" : "String",
"languageCodeAlpha3" : "String",
"name" : "String"
},
"namedEntity" :
{
"@id" : "URL",
"@type" : "NamedEntity",
"elementId" : "String",
"name" : "String"
},
"partOfSpeech" :
{
"@id" : "URL",
"@type" : "PartOfSpeech",
"elementId" : "String",
"name" : "String"
},
"schemaVersion" : "",
"text" : "String"
}
}