mirror of https://github.com/tdwg/dwc.git
67 lines
3.7 KiB
XML
67 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--<?xml-stylesheet type="text/xsl" href="human.xsl"?>-->
|
|
<!DOCTYPE rdf:RDF [
|
|
<!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
|
|
<!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
|
|
<!ENTITY dctermsns 'http://purl.org/dc/terms/'>
|
|
]>
|
|
<rdf:RDF
|
|
xmlns:dcterms="http://purl.org/dc/terms/"
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
|
|
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
|
|
<dcterms:title xml:lang="en">Darwin Core attributes to describe terms in the http://rs.tdwg.org/dwc/terms/ (dwcterms) namespace</dcterms:title>
|
|
<rdfs:comment>The attributes here are those not found in tdwg/Common, dcterms, rdf, or rdfs, but that are required to fully describe the terms in the dwcterms namespace.</rdfs:comment>
|
|
<dcterms:publisher xml:lang="en">BiodiversityInformation Standards (TDWG)</dcterms:publisher>
|
|
<dcterms:modified>2016-04-25</dcterms:modified>
|
|
</rdf:Description>
|
|
|
|
<!-- attribute RDF goes here -->
|
|
|
|
<!-- status -->
|
|
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/status">
|
|
<rdfs:label xml:lang="en">Status</rdfs:label>
|
|
<dcterms:description xml:lang="en">Used to indicate if the term is recommended for use or if it is only of historical significance.</dcterms:description>
|
|
<rdfs:comment>Values for this term should be either "recommended" or "historical".</rdfs:comment>
|
|
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attributes/"/>
|
|
<dcterms:issued>2009-01-25</dcterms:issued>
|
|
<dcterms:modified>2009-01-25</dcterms:modified>
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
</rdf:Description>
|
|
|
|
<!-- decision -->
|
|
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/decision">
|
|
<rdfs:label xml:lang="en">Decision</rdfs:label>
|
|
<dcterms:description xml:lang="en">Used to reference the formal decision that resulted in this version of the term.</dcterms:description>
|
|
<rdfs:comment>Example: "http://rs.tdwg.org/dwc/terms/history/decisions/#Decision-2009-01-20_1"</rdfs:comment>
|
|
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attributes/"/>
|
|
<dcterms:issued>2009-01-25</dcterms:issued>
|
|
<dcterms:modified>2009-01-25</dcterms:modified>
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
</rdf:Description>
|
|
|
|
<!-- abcdEquivalence -->
|
|
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/abcdEquivalence">
|
|
<rdfs:label xml:lang="en">ABCD Equivalence</rdfs:label>
|
|
<dcterms:description xml:lang="en">Used to show the xpath(s) to the equivalent term(s) in the current version of the Access to Biological Collections Data (ABCD) schema.</dcterms:description>
|
|
<rdfs:comment>Currently mapped to ABCD 2.06b</rdfs:comment>
|
|
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attributes/"/>
|
|
<dcterms:issued>2009-01-25</dcterms:issued>
|
|
<dcterms:modified>2009-01-25</dcterms:modified>
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
</rdf:Description>
|
|
|
|
<!-- organizedInClass -->
|
|
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/organizedInClass">
|
|
<rdfs:label xml:lang="en">Organized in Class</rdfs:label>
|
|
<dcterms:description xml:lang="en">Used to organize properties within classes for easier human understanding.</dcterms:description>
|
|
<rdfs:comment>Does not imply domain or range membership in the class.</rdfs:comment>
|
|
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attributes/"/>
|
|
<dcterms:issued>2009-08-24</dcterms:issued>
|
|
<dcterms:modified>2009-08-24</dcterms:modified>
|
|
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
|
|
</rdf:Description>
|
|
|
|
<!-- end attribute RDF -->
|
|
</rdf:RDF>
|