@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns1:	<http://rs.tdwg.org/ontology/voc/TaxonOccurrence#> .
@prefix owl:	<http://www.w3.org/2002/07/owl#> .
ns1:value	rdf:type	owl:DatatypeProperty .
@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
ns1:value	rdfs:label	"Value" ;
	rdfs:domain	ns1:TaxonOccurrence .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
ns1:value	rdfs:range	xsd:double .
@prefix ns5:	<http://rs.tdwg.org/ontology/voc/> .
ns1:value	rdfs:isDefinedBy	ns5:TaxonOccurrence ;
	rdfs:comment	"An OccurrenceRecord may represent more that just the presence of an instance of\n         a taxon in the wild. If the occurrence is the result of a survey there may well be a\n         quantitative measure associated with the record such as a count or frequency. In the most\n         simple case this property may contain the integer 0 indicating a lack of occurrence. If\n         this property is present then its meaning (including units) should be interpreted in terms\n         of the value of the procedure property. The associated valueConfidence property is provided\n         to hold indication of error or deviation - again dependent on the procedure followed." .
@prefix dc:	<http://purl.org/dc/elements/1.1/> .
ns1:value	dc:relation	ns1:valueConfidence .
@prefix ns7:	<http://rs.tdwg.org/ontology/voc/Common#> .
ns1:value	ns7:darwinCoreEquivalence	"FIXME " .