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