@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://w3id.org/ofo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:containsProperty a owl:ObjectProperty ; rdfs:comment "Relationship between a property set and a property which is part of this set."@en ; rdfs:domain ns0:PropertySet ; rdfs:label "contains property"@en ; rdfs:range ns0:Property ; owl:inverseOf ns0:isPartOfPropertySet .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://w3id.org/ofo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:containsProperty
    a owl:ObjectProperty ;
    rdfs:comment "Relationship between a property set and a property which is part of this set."@en ;
    rdfs:domain ns0:PropertySet ;
    rdfs:label "contains property"@en ;
    rdfs:range ns0:Property ;
    owl:inverseOf ns0:isPartOfPropertySet .