@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/stuff/rev#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . ns0:commenter a owl:ObjectProperty ; rdfs:comment "The commenter on the review" ; rdfs:domain ns0:Comment, ns0:Feedback ; rdfs:isDefinedBy <http://purl.org/stuff/rev#> ; rdfs:label "commenter" ; rdfs:range foaf:Agent ; ns1:moreinfo "proposed by iterating.com" ; ns1:term_status "deprecated" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/stuff/rev#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://www.w3.org/2003/06/sw-vocab-status/ns#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

ns0:commenter
    a owl:ObjectProperty ;
    rdfs:comment "The commenter on the review" ;
    rdfs:domain ns0:Comment, ns0:Feedback ;
    rdfs:isDefinedBy <http://purl.org/stuff/rev#> ;
    rdfs:label "commenter" ;
    rdfs:range foaf:Agent ;
    ns1:moreinfo "proposed by iterating.com" ;
    ns1:term_status "deprecated" .