@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <https://www.omg.org/spec/Commons/ContextualDesignators/> . @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#> . @prefix ns1: <https://www.omg.org/spec/Commons/QuantitiesAndUnits/> . ns0:appliesTo a owl:ObjectProperty ; rdfs:label "applies to" ; owl:inverseOf ns0:isApplicableIn ; skos:definition "indicates something for which a context is material, germane, or relevant in some way" . ns1:isValueOf rdfs:subPropertyOf ns0:appliesTo .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <https://www.omg.org/spec/Commons/ContextualDesignators/> .
@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#> .
@prefix ns1: <https://www.omg.org/spec/Commons/QuantitiesAndUnits/> .

ns0:appliesTo
    a owl:ObjectProperty ;
    rdfs:label "applies to" ;
    owl:inverseOf ns0:isApplicableIn ;
    skos:definition "indicates something for which a context is material, germane, or relevant in some way" .

ns1:isValueOf
    rdfs:subPropertyOf ns0:appliesTo .