Skip to content

Commit

Permalink
Merge pull request #218 from DiSSCo/feature/chrono-genus-html
Browse files Browse the repository at this point in the history
Add chronometric age and genus html label
  • Loading branch information
samleeflang authored Nov 20, 2024
2 parents 33af2f3 + edb672b commit 4096ad3
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 9 deletions.
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

0 comments on commit 4096ad3

Please sign in to comment.