{ "@context": { "grady": "https://www.fortdodgeradio.com/protocol/vocab#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#", "protocolVersion": { "@id": "grady:protocolVersion", "@type": "xsd:anyURI" }, "humanOriginVerified": { "@id": "grady:humanOriginVerified", "@type": "xsd:boolean" }, "humanReportedVerified": { "@id": "grady:humanReportedVerified", "@type": "xsd:boolean" }, "digitalLikenessProtected": { "@id": "grady:digitalLikenessProtected", "@type": "xsd:boolean" }, "localAuthorityHub": { "@id": "grady:localAuthorityHub", "@type": "@id" } }, "@graph": [ { "@id": "grady:humanOriginVerified", "@type": "rdfs:Property", "rdfs:label": "Human Origin Verified", "rdfs:comment": "Boolean flag indicating content was created by a biological human." }, { "@id": "grady:humanReportedVerified", "@type": "rdfs:Property", "rdfs:label": "Human Reported Verified", "rdfs:comment": "Boolean flag indicating journalism was reported by a biological human." }, { "@id": "grady:digitalLikenessProtected", "@type": "rdfs:Property", "rdfs:label": "Digital Likeness Protected", "rdfs:comment": "Boolean flag asserting no consent for AI training on personal likeness." }, { "@id": "grady:protocolVersion", "@type": "rdfs:Property", "rdfs:label": "Protocol Version", "rdfs:comment": "The canonical URL of the Grady Protocol specification currently implemented." }, { "@id": "grady:localAuthorityHub", "@type": "rdfs:Property", "rdfs:label": "Local Authority Hub", "rdfs:comment": "A link to a geographic authority (Wikidata) anchoring a local entity." } ] }