@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.org/ontology/daia/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix ns1: <http://purl.org/vocab/frbr/core#> . ns0:availableFor a owl:ObjectProperty ; rdfs:comment "Relates an Item to a Service which the Item is available for. This property is disjoint with the unavailable property; however an Item can be available and unavailable for two different Services of the same class at the same time."@en ; rdfs:domain ns1:Item ; rdfs:label "available for"@en ; rdfs:range ns0:Service ; owl:inverseOf ns0:availableOf, ns0:unavailableOf ; owl:propertyDisjointWith ns0:unavailableFor .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.org/ontology/daia/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ns1: <http://purl.org/vocab/frbr/core#> .

ns0:availableFor
    a owl:ObjectProperty ;
    rdfs:comment "Relates an Item to a Service which the Item is available for. This property is disjoint with the unavailable property; however an Item can be available and unavailable for two different Services of the same class at the same time."@en ;
    rdfs:domain ns1:Item ;
    rdfs:label "available for"@en ;
    rdfs:range ns0:Service ;
    owl:inverseOf ns0:availableOf, ns0:unavailableOf ;
    owl:propertyDisjointWith ns0:unavailableFor .