@prefix bibo: .
@prefix dcmitype: .
@prefix foaf: .
@prefix rdfs: .
@prefix skos2: .
@prefix owl: .
@prefix daia: .
daia:inCollection rdfs:domain foaf:Organization ;
a owl:ObjectProperty ;
rdfs:label "in collection"@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:comment "Relates an Institution to a Document which the Institution helds an item of."@en ;
rdfs:seeAlso dcmitype:Collection ;
owl:inverseOf daia:collectedBy ;
rdfs:range bibo:Document .