@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://contextus.net/ontology/ontomedia/core/expression#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:allows-existence-of a owl:ObjectProperty ; rdfs:comment "This class represents that the desired expression may exist within the context" ; rdfs:domain ns0:Context ; rdfs:label "Allows Existence Of" ; rdfs:range ns0:Expression ; owl:inverseOf ns0:exists-in .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://contextus.net/ontology/ontomedia/core/expression#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:allows-existence-of
    a owl:ObjectProperty ;
    rdfs:comment "This class represents that the desired expression may exist within the context" ;
    rdfs:domain ns0:Context ;
    rdfs:label "Allows Existence Of" ;
    rdfs:range ns0:Expression ;
    owl:inverseOf ns0:exists-in .