@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:TaxonOccurrence	rdf:type	owl:Ontology .
@prefix dct:	<http://purl.org/dc/terms/> .
ns1:TaxonOccurrence	dct:modified	"2015-07-01" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:TaxonOccurrence	rdfs:comment	"This ontology is designed to represent records of\n         occurrences of taxa in the wild." ,
		"This ontology is no longer under development and is no longer recommended for use.  See https://github.com/tdwg/ontology for information about recommended replacements." ;
	owl:versionInfo	"0.3" ;
	rdfs:seeAlso	<https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf> .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:TaxonOccurrence	dc:title	"TDWG TaxonOccurrence LSID Ontology" ;
	dc:creator	"Roger Hyam" ;
	dc:description	"Ontology describing the metadata returned for LSIDs that are used for taxon\n         occurrence records. The motivation for this vocabulary is to represent DarwinCore type data\n         in a simple way. A more refined vocabulary for occurrence data in general may be developed\n         in the future under the auspices of Observation and\n         Specimen Records interest group (http://www.tdwg.org/activities/osr/). " ;
	dc:publisher	"TDWG Biodiversity Information Standards" ;
	dct:issued	"2006-12-06" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:TaxonOccurrence	owl:deprecated	"true"^^xsd:boolean .