@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://rdfs.org/sioc/ns#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:about a owl:ObjectProperty ; rdfs:comment "Specifies that this Item is about a particular resource, e.g. a Post describing a book, hotel, etc."@en ; rdfs:domain ns0:Item ; rdfs:isDefinedBy <http://rdfs.org/sioc/ns#> ; rdfs:label "about"@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://rdfs.org/sioc/ns#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:about
    a owl:ObjectProperty ;
    rdfs:comment "Specifies that this Item is about a particular resource, e.g. a Post describing a book, hotel, etc."@en ;
    rdfs:domain ns0:Item ;
    rdfs:isDefinedBy <http://rdfs.org/sioc/ns#> ;
    rdfs:label "about"@en .