@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Specimen#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:typeStatus	rdf:type	owl:ObjectProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:typeStatus	rdfs:label	"Type Status String" ;
	rdfs:domain	ns1:Specimen .
@prefix ns4:	<http://rs.tdwg.org/ontology/voc/TaxonName#> .
ns1:typeStatus	rdfs:range	ns4:NomenclaturalTypeTypeTerm .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:typeStatus	rdfs:isDefinedBy	ns5:Specimen ;
	rdfs:comment	"The type of type specimen this specimen is." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:typeStatus	dc:relation	ns1:typeStatusString .
@prefix ns7:	<http://rs.tdwg.org/ontology/voc/Common#> .
ns1:typeStatus	ns7:darwinCoreEquivalence	"Curatorial::TypeStatus - but as a controlled vocabulary rather\n         than a string." .