@prefix frbr: . @prefix rdfs: . @prefix owl: . @prefix daia: . daia:unavailableFor a owl:ObjectProperty ; rdfs:range daia:Service ; rdfs:domain frbr:Item ; rdfs:comment "Relates an Item to a Service which the Item is not available for. This property is disjoint with the available property; however an Item can be available and unavailable for two different Services of the same class at the same time."@en ; rdfs:label "not available for"@en .