Skip to content

Commit

Permalink
Merge pull request #7 from jonquet/master
Browse files Browse the repository at this point in the history
Thanks for these additions
  • Loading branch information
camwebb authored Feb 18, 2022
2 parents eef1dd7 + 82bee1b commit 7c71228
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions dsw.owl
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Was georeferenceByURI; deprecated 2014-11-21 to be replaced by dwciri:georeferencedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Georeferenced By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>

Expand Down Expand Up @@ -296,6 +297,7 @@
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">was dsw:identificationByURI; deprecated 2014-11-21 to be replaced by dwciri:identifiedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Identified By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>

Expand Down Expand Up @@ -391,6 +393,7 @@
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<dc:description xml:lang="en">Deprecated 2014-11-21 to be replaced by dwciri:recordedBy</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Recorded By</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>

Expand Down Expand Up @@ -421,6 +424,7 @@
<dc:creator>Steve Baskauf, name changed by Cam Webb</dc:creator>
<dc:description xml:lang="en">The toTaxon relationship is many-to-one (many identifications can reference one taxon). This property should link to a taxon concept (i.e. Taxon name plus Authority) URI, such as: http://biodiversity.org.au/apni.taxon/118883 ; deprecated 2014-11-21 to be replaced by dwciri:toTaxon</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">To Taxon</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:ObjectProperty>

Expand Down Expand Up @@ -486,7 +490,7 @@
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
//
///////////////////////////////////////////////////////////////////////////////////////
-->

Expand All @@ -500,9 +504,10 @@
<dc:creator>Steve Baskauf</dc:creator>
<dc:description xml:lang="en">Deprecated in favor of dwc:organismRemarks on 2014-11-21.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Individual Organism Remarks</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:DatatypeProperty>



<!-- http://www.w3.org/2002/07/owl#topDataProperty -->
Expand Down Expand Up @@ -561,6 +566,7 @@
<dc:description xml:lang="en">This class is equivalent to the more well-known Darwin Core class dwc:Organism. It was deprecated following the addition of dwc:Organism to Darwin Core on 2014-10-26. </dc:description>
<rdfs:comment xml:lang="en">A particular organism or defined group of organisms considered to be taxonomically homogeneous. Instances of the Organism class are intended to facilitate linking of one or more Identification instances to one or more Occurrence instances. Therefore, things that are typically assigned scientific names (such as viruses, hybrids, and lichens) and aggregates whose occurrences are typically recorded (such as packs, clones, and colonies) are included in the scope of this class.</rdfs:comment>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Individual Organism</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand All @@ -573,6 +579,7 @@
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Deprecated in favor of the Darwin Core class dwc:LivingSpecimen.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Living Specimen</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand All @@ -584,6 +591,7 @@
<rdfs:subClassOf rdf:resource="http://purl.org/dsw/Specimen"/>
<dc:description xml:lang="en">Deprecated in favor of the Darwin Core class dwc:PreservedSpecimen.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://purl.org/dsw/"/>
<rdfs:label xml:lang="en">Preserved Specimen</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand Down Expand Up @@ -741,6 +749,7 @@
<owl:disjointWith rdf:resource="http://xmlns.com/foaf/0.1/Document"/>
<dc:description xml:lang="en">A taxon concept class (name plus accordingTo) considered to be equivalent to TaxonConcept in TDWG TCS (http://www.tdwg.org/standards/117/). This class was deprecated in favor of the Darwin Core class dwc:Taxon after the dwc:Taxon definition was clarified on 2014-10-26. Additionally, by that date the TDWG Ontologies (from which this term was taken) were effectively deprecated.</dc:description>
<rdfs:isDefinedBy rdf:resource="http://rs.tdwg.org/ontology/voc/TaxonConcept#"/>
<rdfs:label xml:lang="en">Taxon Concept</rdfs:label>
<owl:deprecated rdf:datatype="http://www.w3.org/2001/XMLSchema#boolean">true</owl:deprecated>
</owl:Class>

Expand Down

0 comments on commit 7c71228

Please sign in to comment.