@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://bblfish.net/work/atom-owl/2006-06-06/#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:uri a owl:DatatypeProperty ; rdfs:comment "see §3.2.2 of rfc 4287. A uri associated the Person"@en, "see §4.2.4 of rfc 4287. A uri associated the Generator"@en ; rdfs:label "a uri"@en ; rdfs:range xsd:anyURI ; skos:editorialNote "the uri with subject awol:Agent and :Generator are really the same relation"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://bblfish.net/work/atom-owl/2006-06-06/#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:uri
    a owl:DatatypeProperty ;
    rdfs:comment "see §3.2.2 of rfc 4287. A uri associated the Person"@en, "see §4.2.4 of rfc 4287. A uri associated the Generator"@en ;
    rdfs:label "a uri"@en ;
    rdfs:range xsd:anyURI ;
    skos:editorialNote "the uri with subject awol:Agent and :Generator are really the same relation"@en .