@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:Collection	rdf:type	owl:Ontology .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:Collection	dct:modified	"2015-07-01" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:Collection	rdfs:comment	" The ontology is based on the NCD XML schema version\n\t\t\t0.70 developed by TDWG, but taken forward in development, especially the controlled vocabulary. \n\t\t\tIn some cases property names were changed, but in general all\n\t\t\tnames have remained and were simple adapted to lowerCamelCase. Properties based on NCD\n\t\t\telement names starting with &quot;Collection&quot; have usually lost their Collection prefix.\n\t\t\tCardinalities and multiple languages have not been adressed in particular. DublinCore is\n\t\t\texpected to be used for the digital record properties and at the same time also for the\n\t\t\tphysical collection description. The expected DC properties are: Digital record:\n\t\t\tdc:source , dc:identifier , dct:created , dct:creator , dct:modified , dct:contributor ,\n\t\t\ttdwg:notes Physical Collection: dc:title , dc:alternative_title , dc:description ,\n\t\t\tdct:extent , tcom:note , dc:format , dc:medium , dc:accessRights , dc:rights ,\n\t\t\tdc:provenance , dc:relation " ,
		"Version 0.9 removed subclass declarations to classes outside of this ontology in accordance with Recommendation 2.9 of the VoMaG Report http://www.gbif.org/resource/80862" ;
	owl:versionInfo	"0.9" .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:Collection	dc:title	"TDWG Natural Collection Description LSID Ontology" ;
	dc:creator	"Markus D\u00F6ring, Constance Rinaldo" ;
	dc:description	"Ontology describing the metadata returned for LSIDs that are used for\n\t\t\tnatural collections records. i.e. curated groups of specimens. " ;
	dc:publisher	"TDWG Biodiversity Information Standards" ;
	dct:issued	"2007-03-05" .