Skip to content

Commit

Permalink
Minor update openDS
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Nov 21, 2024
1 parent f01f8f0 commit df3c867
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/json-schema/annotation.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"required": [
"@id",
"@type",
"ods:ID",
"dcterms:identifier",
"rdf:type",
"ods:version",
"oa:motivation",
Expand Down
8 changes: 0 additions & 8 deletions src/main/resources/json-schema/digital-media.json
Original file line number Diff line number Diff line change
Expand Up @@ -227,14 +227,6 @@
"https://creativecommons.org/licenses/by-nc-sa/4.0/"
]
},
"xmpRights:Owner": {
"type": "string",
"description": "A list of legal owners of the resource",
"examples": [
"Unknown",
"Naturalis Biodiversity Center"
]
},
"dcterms:available": {
"type": "string",
"description": "Date (often a range) that the resource became or will become available",
Expand Down
11 changes: 10 additions & 1 deletion src/main/resources/json-schema/digital-specimen.json
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 @@ -115,7 +115,7 @@
"Other Geodiversity",
"Unclassified"
],
"$['ods:hasEvent'][*]['ods:Location']['dwc:locality']": [
"$['ods:hasEvents'][*]['ods:hasLocation']['dwc:locality']": [
"*"
]
}
Expand Down

0 comments on commit df3c867

Please sign in to comment.