@prefix frbr: . @prefix rdfs: . @prefix owl: . @prefix daia: . daia:availableFor rdfs:label "available for"@en ; rdfs:domain frbr:Item ; rdfs:range daia:Service ; owl:propertyDisjointWith daia:unavailableFor ; 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 .