Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update taxonID definition #352

Merged
merged 2 commits into from
Oct 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions example/datapackage.json
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
"taxonomic": [
{
"taxonID": "DGP6",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Anas platyrhynchos",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -183,7 +183,7 @@
},
{
"taxonID": "DGPL",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Anas strepera",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -193,7 +193,7 @@
},
{
"taxonID": "32FH",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Ardea",
"taxonRank": "genus",
"vernacularNames": {
Expand All @@ -203,7 +203,7 @@
},
{
"taxonID": "GCHS",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Ardea cinerea",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -213,7 +213,7 @@
},
{
"taxonID": "V2",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Aves",
"taxonRank": "class",
"vernacularNames": {
Expand All @@ -223,7 +223,7 @@
},
{
"taxonID": "6MB3T",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Homo sapiens",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -233,7 +233,7 @@
},
{
"taxonID": "3Y9VW",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Martes foina",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -243,7 +243,7 @@
},
{
"taxonID": "44QYC",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Mustela putorius",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -253,7 +253,7 @@
},
{
"taxonID": "4RM67",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Rattus norvegicus",
"taxonRank": "species",
"vernacularNames": {
Expand All @@ -263,7 +263,7 @@
},
{
"taxonID": "5BSG3",
"taxonIDReference": "https://www.checklistbank.org/dataset/3LR",
"taxonIDReference": "https://www.checklistbank.org/dataset/COL2023",
"scientificName": "Vulpes vulpes",
"taxonRank": "species",
"vernacularNames": {
Expand Down
2 changes: 1 addition & 1 deletion observations-table-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
},
{
"name": "taxonID",
"description": "Identifier of the `scientificName` as defined in `package.taxonomic.taxonID` for that scientific name.",
"description": "Identifier of the taxon of the scientific name. Foreign key to `package.taxonomic.taxonID`.",
"skos:exactMatch": "http://rs.tdwg.org/dwc/terms/taxonID",
"type": "string",
"constraints": {
Expand Down
Loading