@prefix frbr: . @prefix foaf: . @prefix rdfs: . @prefix owl: . @prefix daia: . daia:holds rdfs:label "holds"@en ; rdfs:comment "Relates an Institution to an Item which the Institution holds."@en ; rdfs:domain foaf:Organization ; rdfs:range frbr:Item ; rdfs:subPropertyOf daia:inCollection ; a owl:ObjectProperty ; owl:inverseOf daia:heldBy .