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

Add specimen and taxon circumscription #75

Merged
merged 14 commits into from
Mar 9, 2021
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Removed dwc: prefix from nameAccordingTo and basisOfRecord.
gaurav committed Mar 3, 2021
commit 023e12f077005ddcd81b4e8d4fd6dfc2715c1627
1 change: 1 addition & 0 deletions docs/context/development/phyx.json
Original file line number Diff line number Diff line change
@@ -88,6 +88,7 @@
"@type": "xsd:string"
},

"basisOfRecord": "dwc:basisOfRecord",
"occurrenceID": "dwc:occurrenceID",
"catalogNumber": "dwc:catalogNumber",
"collectionCode": "dwc:collectionCode",
4 changes: 2 additions & 2 deletions docs/context/development/schema.json
Original file line number Diff line number Diff line change
@@ -181,12 +181,12 @@
"minLength": 1,
"description": "A label for this taxonomic unit."
},
"dwc:nameAccordingTo": {
"nameAccordingTo": {
"type": "string",
"minLength": 1,
"description": "For a taxon concept, provides the source in which the specific taxon concept circumscription is defined or implied (i.e. the 'sensu' or 'sec' of the name)."
},
"dwc:basisOfRecord": {
"basisOfRecord": {
"type": "string",
"minLength": 1,
"description": "The basis of record for this specimen."
4 changes: 2 additions & 2 deletions test/examples/correct/fisher_et_al_2007.json
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@
"label": "Exodictyon Cardot, Rev. Bryol. Lichénol. 26: 6. (1899), excl. parte, emend Ellis in Lindbergia 11: 16 (1985)",
"nameComplete": "Exodictyon"
},
"dwc:nameAccordingTo": "Ellis in Lindbergia 11: 16 (1985)"
"nameAccordingTo": "Ellis in Lindbergia 11: 16 (1985)"
},
{
"label": "Wall 2527, Fiji (UC)",
@@ -94,7 +94,7 @@
"externalSpecifiers": [
{
"@type": "http://rs.tdwg.org/dwc/terms/Occurrence",
"dwc:basisOfRecord": "PreservedSpecimen",
"basisOfRecord": "PreservedSpecimen",
"institutionCode": "UC",
"catalogNumber": "Wall 2527, Fiji",
"label": "Wall 2527, Fiji (uc)"