The schema representation of how a Thing has been disambiguated.
{ "Disambiguated" : { "@context" : "https://grcschema.org/", "@id" : "URL", "@type" : "Disambiguated", "authorityRecords" : { "@type" : "AuthorityRecords", "disambiguationRecordId" : { "@id" : "URL", "@type" : "DisambiguationRecordId", "authoritySource" : { "@id" : "URL", "@type" : "AuthoritySource", "abbreviation" : "String", "elementId" : "String", "name" : "String" }, "elementId" : "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", "live" : "Boolean", "schemaVersion" : "1", "statusDate" : "Datetime" } }