@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dwc:	<http://rs.tdwg.org/dwc/terms/> .
dwc:order	rdf:type	rdf:Property .
@prefix dct:	<http://purl.org/dc/terms/> .
dwc:order	dct:modified	"2009-08-24" .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
dwc:order	rdfs:label	"Order"@en ;
	rdfs:isDefinedBy	dwc: ;
	rdfs:comment	"The full scientific name of the order in which the taxon is classified."@en ;
	dct:description	"Examples: \"Carnivora\", \"Monocleales\""@en ;
	dct:issued	"2008-11-19" .
@prefix ns4:	<http://rs.tdwg.org/dwc/terms/history/#> .
dwc:order	dct:hasVersion	ns4:order-2009-08-24 ;
	dct:replaces	dwc:order-2009-04-24 .
@prefix ns5:	<http://rs.tdwg.org/dwc/terms/attributes/> .
dwc:order	ns5:abcdEquivalence	"DataSets/DataSet/Units/Unit/Identifications/Identification/TaxonIdentified/HigherTaxa/HigherTaxon/HigherTaxonName with HigherTaxa/HigherTaxon/HigherTaxonRank = ordo" ;
	ns5:organizedInClass	dwc:Taxon ;
	ns5:status	"recommended" .