@prefix ns: . @prefix foaf: . @prefix rdfs: . @prefix owl: . foaf:Document a rdfs:Class ; owl:disjointWith foaf:Person ; rdfs:label "Document" ; owl:disjointWith foaf:Project ; rdfs:comment "A document." ; ns:term_status "testing" ; rdfs:isDefinedBy ; a owl:Class ; owl:disjointWith foaf:Organization .