mirror of https://github.com/tdwg/dwc.git
create template for RDF guide and regenerate to update RFC 2119 and link authors
This commit is contained in:
parent
ea7ae3eb6a
commit
1b87d52bc0
File diff suppressed because it is too large
Load Diff
|
@ -10,7 +10,7 @@ Date created
|
||||||
: 2015-03-27
|
: 2015-03-27
|
||||||
|
|
||||||
Part of TDWG Standard
|
Part of TDWG Standard
|
||||||
: <http://www.tdwg.org/standards/450/>
|
: <http://www.tdwg.org/standards/450>
|
||||||
|
|
||||||
This version
|
This version
|
||||||
: <http://rs.tdwg.org/dwc/terms/guides/rdf/2021-07-15>
|
: <http://rs.tdwg.org/dwc/terms/guides/rdf/2021-07-15>
|
||||||
|
@ -22,16 +22,16 @@ Previous version
|
||||||
: <http://rs.tdwg.org/dwc/terms/guides/rdf/2016-04-25>
|
: <http://rs.tdwg.org/dwc/terms/guides/rdf/2016-04-25>
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
: This guide is intended to facilitate the use of Darwin Core terms in the Resource Description Framework (RDF). It explains basic features of RDF and provides details of how to expose data in the form of RDF using Darwin Core terms and terms from other key vocabularies. It defines terms in the namespace `http://rs.tdwg.org/dwc/iri/` which are intended for use exclusively with non-literal objects.
|
: This guide is intended to facilitate the use of Darwin Core terms in the Resource Description Framework (RDF). It explains basic features of RDF and provides details of how to expose data in the form of RDF using Darwin Core terms and terms from other key vocabularies. It defines terms in the namespace http://rs.tdwg.org/dwc/iri/ which are intended for use exclusively with non-literal objects.
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
: Steve Baskauf (TDWG RDF/OWL Task Group), John Wieczorek (TDWG Darwin Core Task Group), John Deck (Genomic Biodiversity Working Group), Campbell Webb (TDWG RDF/OWL Task Group), Paul J. Morris (Harvard University Herbaria/Museum of Comparative Zoölogy), Mark Schildhauer (National Center for Ecological Analysis and Synthesis) (KUNHM)
|
: [Steve Baskauf](https://orcid.org/0000-0003-4365-3135) ([Vanderbilt University Department of Biological Sciences](http://www.wikidata.org/entity/Q78041310)), [John Wieczorek](https://orcid.org/0000-0003-1144-0290) ([VertNet](http://www.wikidata.org/entity/Q98382028)), [John Deck](https://orcid.org/0000-0002-5905-1617) ([Genomic Biodiversity Working Group](http://www.wikidata.org/entity/Q98382041)), [Campbell Webb](https://orcid.org/0000-0003-1031-3249) ([TDWG RDF/OWL Task Group](http://www.wikidata.org/entity/Q4914768)), [Paul J. Morris](http://purl.oclc.org/net/edu.harvard.huh/guid/uuid/5e51de22-d841-4c47-b0c4-d5ad0bd03035) ([Harvard University Herbaria/Museum of Comparative Zoölogy](http://www.wikidata.org/entity/Q51926077)), [Mark Schildhauer](https://orcid.org/0000-0003-0632-7576) ([National Center for Ecological Analysis and Synthesis](http://www.wikidata.org/entity/Q6971323))
|
||||||
|
|
||||||
Creator
|
Creator
|
||||||
: Darwin Core and RDF/OWL Task Groups
|
: Darwin Core and RDF/OWL Task Groups
|
||||||
|
|
||||||
Bibliographic citation
|
Bibliographic citation
|
||||||
: Darwin Core and RDF/OWL Task Groups. 2015. Darwin Core RDF guide. Biodiversity Information Standards (TDWG). <http://rs.tdwg.org/dwc/terms/guides/rdf/2021-07-15>
|
: Darwin Core and RDF/OWL Task Groups. 2021. Darwin Core RDF guide. Biodiversity Information Standards (TDWG). <http://rs.tdwg.org/dwc/terms/guides/rdf/2021-07-15>
|
||||||
|
|
||||||
## 1 Introduction (non-normative)
|
## 1 Introduction (non-normative)
|
||||||
|
|
||||||
|
@ -45,7 +45,12 @@ Sections of this document are explicitly identified as either normative or non-n
|
||||||
|
|
||||||
#### 1.1.1 RFC 2119 key words
|
#### 1.1.1 RFC 2119 key words
|
||||||
|
|
||||||
The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).
|
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
|
||||||
|
"SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to
|
||||||
|
be interpreted as described in [BCP 14](https://datatracker.ietf.org/doc/html/bcp14)
|
||||||
|
[[RFC2119]](https://datatracker.ietf.org/doc/html/rfc2119)
|
||||||
|
[[RFC8174]](https://datatracker.ietf.org/doc/html/rfc8174)
|
||||||
|
when, and only when, they are written in capitals (as shown here).
|
||||||
|
|
||||||
### 1.2 Rationale (non-normative)
|
### 1.2 Rationale (non-normative)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue