Named Entity
Named entities allow the GRC and SecOps tool to work with Natural Language Processing engines that perform entity identification, entity chunking and entity extraction routines on various subjects (nouns). By classifying terms as named entities, the named portion restricts the model to those entities for which the designator can stand for the term.
{
"NamedEntity" :
{
"@context" : "https://grcschema.org/",
"@id" : "URL",
"@type" : "NamedEntity",
"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"
},
"description" : "String",
"elementId" : "String",
"name" : "String",
"schemaVersion" : ""
}
}