-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
31c6d4f
commit 2bcdff3
Showing
4 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
data-model/fdo-types/0.3.0/digital-media-objects/examples/digital-entity-example.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"@id": "https://doi.org/10.22/ABC-DEF-GHI", | ||
"@type": "ods:DigitalSpecimen", | ||
"ods:ID": "https://doi.org/10.22/ABC-DEF-GHI", | ||
"ods:version": 1, | ||
"ods:created": "2024-06-05T12:34:56Z", | ||
"ods:type": "https://doi.org/10.15468/1a2b3c", | ||
"dcterms:type": "Image", | ||
"ac:accessURI": "https://example.org/digital-object/12345", | ||
"dwc:institutionID": "https://ror.org/015hz7p22", | ||
"ods:institutionName": "National Museum of Natural History", | ||
"dcterms:format": "image/jpeg", | ||
"dcterms:license": "https://creativecommons.org/licenses/by/4.0/", | ||
"dcterms:description": "A high-resolution image of a rare specimen.", | ||
"dcterms:rights": "Public domain", | ||
"ods:rightsURI": "https://creativecommons.org/publicdomain/zero/1.0/", | ||
"dcterms:accessRights": "Open access", | ||
"dcterms:rightsHolder": "National Museum of Natural History", | ||
"dcterms:source": "Museum archives", | ||
"dcterms:creator": "Dr. John Doe", | ||
"dcterms:created": "2024-06-05", | ||
"dcterms:modified": "2024-06-05" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters