@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/rdfa#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dct: <http://purl.org/dc/terms/> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:context dct:description "provides extra context for the error, eg, http response, an XPointer/XPath information, or simply the URI that created the error" ; a owl:ObjectProperty ; rdfs:domain ns0:PGClass .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/rdfa#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:context
    dct:description "provides extra context for the error, eg, http response, an XPointer/XPath information, or simply the URI that created the error" ;
    a owl:ObjectProperty ;
    rdfs:domain ns0:PGClass .