@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.w3.org/ns/ssn/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . ns0:hasProperty owl:inverseOf ns0:isPropertyOf . ns0:isPropertyOf a owl:ObjectProperty ; rdfs:comment "Relation between a Property and the entity it belongs to."@en ; rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ; rdfs:label "is property of"@en ; skos:definition "Relation between a Property and the entity it belongs to."@en .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.w3.org/ns/ssn/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:hasProperty
    owl:inverseOf ns0:isPropertyOf .

ns0:isPropertyOf
    a owl:ObjectProperty ;
    rdfs:comment "Relation between a Property and the entity it belongs to."@en ;
    rdfs:isDefinedBy <http://www.w3.org/ns/ssn/> ;
    rdfs:label "is property of"@en ;
    skos:definition "Relation between a Property and the entity it belongs to."@en .