@prefix bibo: . @prefix dcmitype: . @prefix foaf: . @prefix rdfs: . @prefix owl: . @prefix skos2: . @prefix daia: . daia:collectedBy rdfs:comment "Relates a Document to an Institution which helds an iten of the Document."@en ; skos2:scopeNote "This property implies the existence of a dcmitype:Collection and a cdtype:CatalogueOrIndex that need not to be modeled explicitly."@en ; rdfs:label "collected by"@en ; owl:inverseOf daia:inCollection ; a owl:ObjectProperty ; rdfs:range foaf:Organization ; rdfs:seeAlso dcmitype:Collection ; rdfs:domain bibo:Document .