@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
rdf:JSON a rdfs:Datatype ;
rdfs:label "JSON"^^rdf:string ;
rdfs:comment "The datatype of RDF literals storing JSON content."^^rdf:string ;
rdfs:isDefinedBy rdf: ;
rdfs:seeAlso <https://www.w3.org/TR/json-ld11/#the-rdf-json-datatype> ;
rdfs:subClassOf rdfs:Literal .