-
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.
Update ods:TombstoneMetadata, ods:status and ods:Agent
- Loading branch information
1 parent
c206055
commit 0bdac2e
Showing
29 changed files
with
584 additions
and
307 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
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
49 changes: 49 additions & 0 deletions
49
data-model/fdo-type/annotation/0.3.0/examples/tombstoned-annotation.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,49 @@ | ||
{ | ||
"@id": "https://hdl.handle.net/20.5000.1025/ABC-DEF-GHI", | ||
"@type": "ods:Annotation", | ||
"ods:ID": "https://hdl.handle.net/20.5000.1025/ABC-DEF-GHI", | ||
"rdf:type": "ods:Annotation", | ||
"ods:status": "ods:Tombstone", | ||
"ods:version": 1, | ||
"oa:motivation": "oa:commenting", | ||
"oa:hasTarget": { | ||
"@id": "https://hdl.handle.net/20.5000.1025/XYZ-XYZ-XYZ", | ||
"@type": "ods:DigitalSpecimen", | ||
"ods:ID": "https://hdl.handle.net/20.5000.1025/XYZ-XYZ-XYZ", | ||
"ods:type": "https://doi.org/21.T11148/bbad8c4e101e8af01115", | ||
"oa:hasSelector": { | ||
"@type": "ods:FieldSelector", | ||
"ods:field": "$.hasEvent[0].location.dwc:country" | ||
} | ||
}, | ||
"oa:hasBody": { | ||
"@type": "oa:TextualBody", | ||
"oa:value": [ | ||
"Venezuela" | ||
], | ||
"dcterms:references": "https://api.gbif.org/v1/occurrence/search?occurrenceID=https://herbarium.bgbm.org/object/BW00965020&catalogNumber=B -W 00965 -02 0&basisOfRecord=PreservedSpecimen", | ||
"ods:score": 0.9 | ||
}, | ||
"dcterms:creator": { | ||
"@id": "https://orcid.org/0000-0002-5669-2769", | ||
"@type": "schema:Person", | ||
"schema:name": "John Doe" | ||
}, | ||
"dcterms:created": "2024-06-27T12:00:00Z", | ||
"as:generator": { | ||
"@id": "https://hdl.handle.net/20.5000.1025/ABC-DEF-GHI", | ||
"@type": "as:Application", | ||
"schema:name": "Annotation Generator Service" | ||
}, | ||
"dcterms:issued": "2024-06-27T12:00:00Z", | ||
"ods:TombstoneMetadata": { | ||
"@type": "ods:Tombstone", | ||
"ods:tombstonedDate": "2023-06-15T14:30:00Z", | ||
"ods:tombstonedReason": "This object was made by mistake", | ||
"ods:TombstonedByAgent": { | ||
"@id": "https://orcid.org/0000-0002-5669-2769", | ||
"@type": "schema:Person", | ||
"schema:name": "John Doe" | ||
} | ||
} | ||
} |
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
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
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
Oops, something went wrong.