@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/Common#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:note	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:note	rdfs:label	"note" .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:note	rdfs:range	xsd:string .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:note	rdfs:isDefinedBy	ns5:Common ;
	rdfs:comment	"An annotation to the current resource. This is not a description of the resource which should be given in a rdfs:comment or dc:label property. Information contained in this\n\t\t\tproperty is additional to that provided in other properties. " .