Made language attributes consistently 'en' in dwcattributes.rdf.

This commit is contained in:
tucotuco 2016-04-24 22:18:14 -03:00
parent 787b6afef2
commit c7c38601b9
1 changed files with 70 additions and 70 deletions

View File

@ -1,70 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--<?xml-stylesheet type="text/xsl" href="human.xsl"?>--> <!--<?xml-stylesheet type="text/xsl" href="human.xsl"?>-->
<!DOCTYPE rdf:RDF [ <!DOCTYPE rdf:RDF [
<!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'> <!ENTITY rdfns 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
<!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'> <!ENTITY rdfsns 'http://www.w3.org/2000/01/rdf-schema#'>
<!ENTITY dctermsns 'http://purl.org/dc/terms/'> <!ENTITY dctermsns 'http://purl.org/dc/terms/'>
]> ]>
<rdf:RDF <rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/" xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"> xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes"> <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes">
<dcterms:title xml:lang="en-US">Darwin Core attributes to describe terms in the http://rs.tdwg.org/dwc/terms/ (dwcterms) namespace</dcterms:title> <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> <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-US">BiodiversityInformation Standards (TDWG)</dcterms:publisher> <dcterms:publisher xml:lang="en">BiodiversityInformation Standards (TDWG)</dcterms:publisher>
<dcterms:modified>2009-01-25</dcterms:modified> <dcterms:modified>2016-04-24</dcterms:modified>
</rdf:Description> </rdf:Description>
<!-- attribute RDF goes here --> <!-- attribute RDF goes here -->
<!-- status --> <!-- status -->
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/status"> <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/status">
<rdfs:label xml:lang="en-US">Status</rdfs:label> <rdfs:label xml:lang="en">Status</rdfs:label>
<dcterms:description xml:lang="en-US">Used to indicate if the term is recommended for use or if it is only of historical significance.</dcterms:description> <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:comment>Values for this term should be either "recommended" or "historical".</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/>
<dcterms:issued>2009-01-25</dcterms:issued> <dcterms:issued>2009-01-25</dcterms:issued>
<dcterms:modified>2009-01-25</dcterms:modified> <dcterms:modified>2009-01-25</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#status"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#status"/>
</rdf:Description> </rdf:Description>
<!-- decision --> <!-- decision -->
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/decision"> <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/decision">
<rdfs:label xml:lang="en-US">Decision</rdfs:label> <rdfs:label xml:lang="en">Decision</rdfs:label>
<dcterms:description xml:lang="en-US">Used to reference the formal decision that resulted in this version of the term.</dcterms:description> <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: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/attribute"/> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/>
<dcterms:issued>2009-01-25</dcterms:issued> <dcterms:issued>2009-01-25</dcterms:issued>
<dcterms:modified>2009-01-25</dcterms:modified> <dcterms:modified>2009-01-25</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#decision"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#decision"/>
</rdf:Description> </rdf:Description>
<!-- abcdEquivalence --> <!-- abcdEquivalence -->
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/abcdEquivalence"> <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/abcdEquivalence">
<rdfs:label xml:lang="en-US">ABCD Equivalence</rdfs:label> <rdfs:label xml:lang="en">ABCD Equivalence</rdfs:label>
<dcterms:description xml:lang="en-US">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> <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:comment>Currently mapped to ABCD 2.06b</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/>
<dcterms:issued>2009-01-25</dcterms:issued> <dcterms:issued>2009-01-25</dcterms:issued>
<dcterms:modified>2009-01-25</dcterms:modified> <dcterms:modified>2009-01-25</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#abcdEquivalence"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#abcdEquivalence"/>
</rdf:Description> </rdf:Description>
<!-- organizedInClass --> <!-- organizedInClass -->
<rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/organizedInClass"> <rdf:Description rdf:about="http://rs.tdwg.org/dwc/terms/attributes/organizedInClass">
<rdfs:label xml:lang="en-US">Organized in Class</rdfs:label> <rdfs:label xml:lang="en">Organized in Class</rdfs:label>
<dcterms:description xml:lang="en-US">Used to organize properties within classes for easier human understanding.</dcterms:description> <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:comment>Does not imply domain or range membership in the class.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/> <rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/dwc/terms/attribute"/>
<dcterms:issued>2009-08-24</dcterms:issued> <dcterms:issued>2009-08-24</dcterms:issued>
<dcterms:modified>2009-08-24</dcterms:modified> <dcterms:modified>2009-08-24</dcterms:modified>
<rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/> <rdf:type rdf:resource="http://www.w3.org/1999/02/22-rdf-syntax-ns#Property"/>
<dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#organizedInClass"/> <dcterms:hasVersion rdf:resource="http://rs.tdwg.org/dwc/terms/attribute#organizedInClass"/>
</rdf:Description> </rdf:Description>
<!-- end attribute RDF --> <!-- end attribute RDF -->
</rdf:RDF> </rdf:RDF>