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 chronometric age and genus html label #218

Merged
merged 2 commits into from
Nov 20, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@
"examples": [
"Beta Analytic number: 323913"
]
}
},
"ods:hasAgents": {
"type": "array",
"description": "The agent(s) involved in the determination of the chronometric age, uses `ods:Agent`",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/agent.json"
},
"ods:hasAgents": {
"type": "array",
"description": "The agent(s) involved in the determination of the chronometric age, uses `ods:Agent`",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/shared-model/0.4.0/agent.json"
}
}
},
"required": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@
"eng",
"fra",
"deu"
], [
],
[
"dut"
]
]
Expand Down Expand Up @@ -465,6 +466,14 @@
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/digital-specimen/0.4.0/event.json"
}
},
"ods:hasChronometricAges": {
"type": "array",
"description": "Contains information about the chronometric age of the specimen part",
"items": {
"type": "object",
"$ref": "https://schemas.dissco.tech/schemas/fdo-type/digital-specimen/0.4.0/chronometric-age.json"
}
},
"ods:hasTombstoneMetadata": {
"type": "object",
"description": "Object containing the tombstone metadata of the object. Only present when ods:status is ods:Tombstone",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@
"<i>Alyssum strigosum</i> Banks & Sol."
]
},
"ods:genusHTMLLabel": {
"type": "string",
"description": "A Hyper Text Markup Language (HTML) representation of the genus name. Includes correct formatting of the name.",
"examples": [
"<i>Absidia ginsan</i> Komin. et al., 1952",
"<i>Alyssum strigosum</i> Banks & Sol."
]
},
"dwc:scientificNameAuthorship": {
"type": "string",
"description": "The authorship information for the dwc:scientificName formatted according to the conventions of the applicable dwc:nomenclaturalCode",
Expand Down
Loading