@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Collection#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:hasOwner	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:hasOwner	rdfs:label	"Owner" ;
	rdfs:domain	ns1:Collection .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/Person#> .
ns1:hasOwner	rdfs:range	ns4:Person .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/Institution#> .
ns1:hasOwner	rdfs:range	ns5:Institution .
@prefix ns6:	<http://rs.tdwg.org/ontology/voc/> .
ns1:hasOwner	rdfs:isDefinedBy	ns6:Collection ;
	rdfs:comment	"Link to the details for the institution or person that owns this collection." .