Skip to content

Commit

Permalink
Deprecate unused ontologies, increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Baskauf committed Jul 1, 2015
1 parent c693682 commit 269406d
Show file tree
Hide file tree
Showing 21 changed files with 115 additions and 46 deletions.
7 changes: 5 additions & 2 deletions ontology/Base.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<owl:Ontology rdf:about="http://rs.tdwg.org/ontology/Base"> <owl:Ontology rdf:about="http://rs.tdwg.org/ontology/Base">
<dc:creator>Robert Gales / Roger Hyam</dc:creator> <dc:creator>Robert Gales / Roger Hyam</dc:creator>
<dcterms:issued>2006-05-26</dcterms:issued> <dcterms:issued>2006-05-26</dcterms:issued>
<dcterms:modified>$Date: 2007-09-10 16:55:47 +0100 (Mon, 10 Sep 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:title>TDWG Ontology - Base</dc:title> <dc:title>TDWG Ontology - Base</dc:title>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dc:description> The Base Ontology contains the highest level classes and attributes within the TDWG ontology which are typically not domain specific entities. </dc:description> <dc:description> The Base Ontology contains the highest level classes and attributes within the TDWG ontology which are typically not domain specific entities. </dc:description>
Expand All @@ -16,7 +16,10 @@
href="http://phoebus.cs.man.ac.uk:9999/OWL/Validator">Wonder Web OWL Ontology Validator</a> href="http://phoebus.cs.man.ac.uk:9999/OWL/Validator">Wonder Web OWL Ontology Validator</a>
</rdfs:comment> </rdfs:comment>


<owl:versionInfo>0.3</owl:versionInfo> <owl:versionInfo>0.4</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
7 changes: 5 additions & 2 deletions ontology/Core.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<owl:Ontology rdf:about="http://rs.tdwg.org/ontology/Core"> <owl:Ontology rdf:about="http://rs.tdwg.org/ontology/Core">
<dc:creator>Robert Gales / Roger Hyam</dc:creator> <dc:creator>Robert Gales / Roger Hyam</dc:creator>
<dcterms:issued>2006-1-28</dcterms:issued> <dcterms:issued>2006-1-28</dcterms:issued>
<dcterms:modified>$Date: 2007-09-10 16:55:47 +0100 (Mon, 10 Sep 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:title>TDWG Ontology - Core</dc:title> <dc:title>TDWG Ontology - Core</dc:title>
<dc:publisher>Taxonomic Databases Working Group</dc:publisher> <dc:publisher>Taxonomic Databases Working Group</dc:publisher>
<dc:description> <dc:description>
Expand All @@ -26,9 +26,12 @@


<rdfs:comment rdf:parseType="Literal"></rdfs:comment> <rdfs:comment rdf:parseType="Literal"></rdfs:comment>


<owl:versionInfo>0.3</owl:versionInfo> <owl:versionInfo>0.4</owl:versionInfo>


<owl:imports rdf:resource="http://rs.tdwg.org/ontology/Base"/> <owl:imports rdf:resource="http://rs.tdwg.org/ontology/Base"/>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
16 changes: 12 additions & 4 deletions ontology/Taxonomy.owl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,16 +13,24 @@
<dcterms:title>TDWG Taxonomy and Nomenclature Ontology</dcterms:title> <dcterms:title>TDWG Taxonomy and Nomenclature Ontology</dcterms:title>
<dcterms:creator>Roger Hyam</dcterms:creator> <dcterms:creator>Roger Hyam</dcterms:creator>
<dcterms:publisher>TDWG Biodiversity Information Standards</dcterms:publisher> <dcterms:publisher>TDWG Biodiversity Information Standards</dcterms:publisher>
<dcterms:modified>$Date: 2007-06-26 10:36:21 +0100 (Tue, 26 Jun 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dcterms:description>Ontology describing the metadata returned for Taxa and Names</dcterms:description> <dcterms:description>Ontology describing the metadata returned for Taxa and Names</dcterms:description>
<owl:versionInfo>0.2 - [SVN $Rev: 1211 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
</owl:Ontology> <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>

<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>

<!-- Note by Steve Baskauf, 2015-07-01: I moved the owl:imports property/value pairs to within
the Taxonomy.owl ontology description since as they stood they were not valid RDF. That seemed
to be the intention of the author.-->

<!-- suck in the vocabularies we are joining here --> <!-- suck in the vocabularies we are joining here -->
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName"/> <owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName"/>
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept"/> <owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept"/>
<owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonRank"/> <owl:imports rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonRank"/>


</owl:Ontology>

<!-- ranges for TaxonConcept --> <!-- ranges for TaxonConcept -->
<rdf:Description rdf:about="tc:hasName"> <rdf:Description rdf:about="tc:hasName">
<rdfs:range rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName#TaxonName"/> <rdfs:range rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonName#TaxonName"/>
Expand Down
2 changes: 2 additions & 0 deletions ontology/voc/ContactDetails.rdf
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- $Author: MarkusDoering $ -->

<rdf:RDF <rdf:RDF
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#"
Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/CyclicityTerm.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-04-17</dcterms:issued> <dcterms:issued>2007-04-17</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing a controlled vocabulary for cyclicity.</dc:description> <dc:description>Ontology describing a controlled vocabulary for cyclicity.</dc:description>


<owl:versionInfo>0.3</owl:versionInfo> <owl:versionInfo>0.4</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
10 changes: 7 additions & 3 deletions ontology/voc/DigitalImage.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@
xmlns:tdi="http://rs.tdwg.org/ontology/voc/DigitalImage#" xmlns:tdi="http://rs.tdwg.org/ontology/voc/DigitalImage#"
xml:base="http://rs.tdwg.org/ontology/voc/DigitalImage"> xml:base="http://rs.tdwg.org/ontology/voc/DigitalImage">


<owl:Ontology rdf:about="http://rs.tdwg.org/ontology/voc/ContactDetails"> <owl:Ontology rdf:about="http://rs.tdwg.org/ontology/voc/DigitalImage">
<rdfs:comment>Note: by Steve Baskauf 2015-07-01. Version 0.2 had an rdf:about value for "ContactDetails" rather than "DigitalImage". This appears to have been an error and was corrected in this version.</rdfs:comment>
<dc:title>TDWG DigitalImage LSID Ontology</dc:title> <dc:title>TDWG DigitalImage LSID Ontology</dc:title>
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-04-11</dcterms:issued> <dcterms:issued>2007-04-11</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used for <dc:description>Ontology describing the metadata returned for LSIDs that are used for
digital images.</dc:description> digital images.</dc:description>


<owl:versionInfo>0.2 - [SVN $Rev: 1294 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/GeographicRegion.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
<dc:creator>Markus Döring</dc:creator> <dc:creator>Markus Döring</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-06-06</dcterms:issued> <dcterms:issued>2007-06-06</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing a controlled vocabulary for all of the TDWG regions level 1 to 4 <dc:description>Ontology describing a controlled vocabulary for all of the TDWG regions level 1 to 4
described at http://www.nhm.ac.uk/hosted_sites/tdwg/geo2.htm and http://www.kew.org/gis/tdwg/ described at http://www.nhm.ac.uk/hosted_sites/tdwg/geo2.htm and http://www.kew.org/gis/tdwg/
</dc:description> </dc:description>


<owl:versionInfo>0.1</owl:versionInfo> <owl:versionInfo>0.2</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/InstitutionType.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
<dc:creator>Markus Döring, Constance Rinaldo</dc:creator> <dc:creator>Markus Döring, Constance Rinaldo</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards - NCD subgroup</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards - NCD subgroup</dc:publisher>
<dcterms:issued>2007-03-08</dcterms:issued> <dcterms:issued>2007-03-08</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:27:16 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing a controlled vocabulary for type of institutions.</dc:description> <dc:description>Ontology describing a controlled vocabulary for type of institutions.</dc:description>


<owl:versionInfo>0.3</owl:versionInfo> <owl:versionInfo>0.4</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


<rdfs:comment rdf:parseType="Literal">FIXME... </rdfs:comment> <rdfs:comment rdf:parseType="Literal">FIXME... </rdfs:comment>


Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/OccurrenceRecord.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2006-12-06</dcterms:issued> <dcterms:issued>2006-12-06</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used taxon <dc:description>Ontology describing the metadata returned for LSIDs that are used taxon
occurrence records. </dc:description> occurrence records. </dc:description>
<owl:versionInfo>0.2 - [SVN $Rev: 1294 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


<rdfs:comment rdf:parseType="Literal"> *** This vocabulary has been superseded by the <rdfs:comment rdf:parseType="Literal"> *** This vocabulary has been superseded by the
TaxonOccurrence vocabulary (http://rs.tdwg.org/ontology/voc/TaxonOccurrence) Read more TaxonOccurrence vocabulary (http://rs.tdwg.org/ontology/voc/TaxonOccurrence) Read more
Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/OccurrenceStatusTerm.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<dc:creator>Markus Döring</dc:creator> <dc:creator>Markus Döring</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-05-29</dcterms:issued> <dcterms:issued>2007-05-29</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing a controlled vocabulary for species occurrence statuses based on W.Greuters and Euro+Med modifications to the TDWG POS standard.</dc:description> <dc:description>Ontology describing a controlled vocabulary for species occurrence statuses based on W.Greuters and Euro+Med modifications to the TDWG POS standard.</dc:description>


<owl:versionInfo>0.2</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
4 changes: 2 additions & 2 deletions ontology/voc/Ontology.owl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
<dc:creator>Markus Döring</dc:creator> <dc:creator>Markus Döring</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-07-25</dcterms:issued> <dcterms:issued>2007-07-25</dcterms:issued>
<dcterms:modified>2007-06-25</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Entire TDWG ontology including all other separate lsid vocabularies</dc:description> <dc:description>Entire TDWG ontology including all other separate lsid vocabularies</dc:description>


<owl:versionInfo>0.1 - [SVN $Rev: 1354 $]</owl:versionInfo> <owl:versionInfo>0.2</owl:versionInfo>


<rdfs:comment rdf:parseType="Literal"> <rdfs:comment rdf:parseType="Literal">
</rdfs:comment> </rdfs:comment>
Expand Down
8 changes: 6 additions & 2 deletions ontology/voc/Person.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,14 +6,18 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2006-11-27</dcterms:issued> <dcterms:issued>2006-11-27</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used for People. </dc:description> <dc:description>Ontology describing the metadata returned for LSIDs that are used for People. </dc:description>
<owl:versionInfo>0.2 - [SVN $Rev: 1294 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
<rdfs:comment rdf:parseType="Literal"> This ontology makes a basic split between people, their <rdfs:comment rdf:parseType="Literal"> This ontology makes a basic split between people, their
names and contact details. Note that there are no regular contact details here like names and contact details. Note that there are no regular contact details here like
telephone, mobile, skype name, zip code, postcode, PO Box number, Street address. The telephone, mobile, skype name, zip code, postcode, PO Box number, Street address. The
vocabulary does not try to represent information that is handled better by vCard or FOAF vocabulary does not try to represent information that is handled better by vCard or FOAF
implementations. AACR2 rules on von, van de la and other compund names recommended.</rdfs:comment> implementations. AACR2 rules on von, van de la and other compund names recommended.</rdfs:comment>

<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>
</owl:Ontology> </owl:Ontology>
<!-- ***************************************** <!-- *****************************************
P E R S O N P E R S O N
Expand Down
10 changes: 7 additions & 3 deletions ontology/voc/Procedure.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,16 +13,20 @@
xmlns:tproc="http://rs.tdwg.org/ontology/voc/Procedure#" xmlns:tproc="http://rs.tdwg.org/ontology/voc/Procedure#"
xml:base="http://rs.tdwg.org/ontology/voc/Procedure"> xml:base="http://rs.tdwg.org/ontology/voc/Procedure">


<owl:Ontology rdf:about="http://rs.tdwg.org/ontology/voc/ContactDetails"> <owl:Ontology rdf:about="http://rs.tdwg.org/ontology/voc/Procedure">
<rdfs:comment>Note: by Steve Baskauf 2015-07-01. Version 0.2 had an rdf:about value for "ContactDetails" rather than "Procedure". This appears to have been an error and was corrected in this version.</rdfs:comment>
<dc:title>TDWG Procedure LSID Ontology</dc:title> <dc:title>TDWG Procedure LSID Ontology</dc:title>
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-04-11</dcterms:issued> <dcterms:issued>2007-04-11</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used for <dc:description>Ontology describing the metadata returned for LSIDs that are used for
procedures.</dc:description> procedures.</dc:description>


<owl:versionInfo>0.2 - [SVN $Rev: 1294 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/PublicationCitation.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2006-12-06</dcterms:issued> <dcterms:issued>2006-12-06</dcterms:issued>
<dcterms:modified>$Date: 2007-04-25 12:21:32 +0100 (Wed, 25 Apr 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used for <dc:description>Ontology describing the metadata returned for LSIDs that are used for
publication citations. </dc:description> publication citations. </dc:description>


<owl:versionInfo>0.2 - [SVN $Rev: 1035 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>


<rdfs:comment rdf:parseType="Literal"> This ontology is based on a combination of suggestions <rdfs:comment rdf:parseType="Literal"> This ontology is based on a combination of suggestions
from TaxMLit, TaxonX and a draft 0.95 of TCS which was, in turn based on Rich Pyle's from TaxMLit, TaxonX and a draft 0.95 of TCS which was, in turn based on Rich Pyle's
Taxonomer data model which was inspired by Endnote 7.</rdfs:comment> Taxonomer data model which was inspired by Endnote 7.</rdfs:comment>


<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>
</owl:Ontology> </owl:Ontology>




Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/SPMInfoItems.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,10 +10,13 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-04-17</dcterms:issued> <dcterms:issued>2007-04-17</dcterms:issued>
<dcterms:modified>$Date: 2008-07-07 11:54:09 +0100 (Mon, 07 Jul 2008) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>*Experimental* Ontology describing a controlled vocabulary for types of InfoItem.</dc:description> <dc:description>*Experimental* Ontology describing a controlled vocabulary for types of InfoItem.</dc:description>


<owl:versionInfo>0.4</owl:versionInfo> <owl:versionInfo>0.5</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
7 changes: 5 additions & 2 deletions ontology/voc/SpeciesProfileModel.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -18,10 +18,13 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-04-17</dcterms:issued> <dcterms:issued>2007-04-17</dcterms:issued>
<dcterms:modified>$Date: 2008-07-03 17:32:38 +0100 (Thu, 03 Jul 2008) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Vocabulary for exchanging data about taxa.</dc:description> <dc:description>Vocabulary for exchanging data about taxa.</dc:description>


<owl:versionInfo>0.3 - [SVN $Rev: 1392 $]</owl:versionInfo> <owl:versionInfo>0.4</owl:versionInfo>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>


</owl:Ontology> </owl:Ontology>


Expand Down
10 changes: 7 additions & 3 deletions ontology/voc/Specimen.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
<dc:creator>Roger Hyam</dc:creator> <dc:creator>Roger Hyam</dc:creator>
<dc:publisher>TDWG Biodiversity Information Standards</dc:publisher> <dc:publisher>TDWG Biodiversity Information Standards</dc:publisher>
<dcterms:issued>2007-01-30</dcterms:issued> <dcterms:issued>2007-01-30</dcterms:issued>
<dcterms:modified>$Date: 2007-08-15 14:05:50 +0100 (Wed, 15 Aug 2007) $</dcterms:modified> <dcterms:modified>2015-07-01</dcterms:modified>
<dc:description>Ontology describing the metadata returned for LSIDs that are used for specimen <dc:description>Ontology describing the metadata returned for LSIDs that are used for specimen
records. </dc:description> records. </dc:description>


<owl:versionInfo>0.2 - [SVN $Rev: 1294 $]</owl:versionInfo> <owl:versionInfo>0.3</owl:versionInfo>


<rdfs:comment rdf:parseType="Literal"> *** This vocabulary has been superseded by the <rdfs:comment rdf:parseType="Literal"> *** This vocabulary has been superseded by the
TaxonOccurrence vocabulary (http://rs.tdwg.org/ontology/voc/TaxonOccurrence) Read more TaxonOccurrence vocabulary (http://rs.tdwg.org/ontology/voc/TaxonOccurrence) Read more
Expand All @@ -28,7 +28,11 @@
specimen. Data about the occurrence of a taxon in the wild that this specimen was taken specimen. Data about the occurrence of a taxon in the wild that this specimen was taken
from should be given in a OccurrenceRecord object in the voucherFor property.</rdfs:comment> from should be given in a OccurrenceRecord object in the voucherFor property.</rdfs:comment>


</owl:Ontology> <owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
<rdfs:comment>This ontology is no longer under development and is no longer recommended for use. See https://github.com/tdwg/ontology for information about recommended replacements.</rdfs:comment>
<rdfs:seeAlso rdf:resource="https://raw.githubusercontent.com/tdwg/ontology/master/replacements.rdf"/>

</owl:Ontology>
<!-- ************************************************* <!-- *************************************************
S P E C I M E N S P E C I M E N
**************************************************** --> **************************************************** -->
Expand Down
Loading

0 comments on commit 269406d

Please sign in to comment.