Skip to content

Commit

Permalink
Add ods:deleting mtoivation
Browse files Browse the repository at this point in the history
  • Loading branch information
samleeflang committed Jul 1, 2024
1 parent 7b1b60c commit 142da4e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"@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:Active",
"ods:version": 1,
"oa:motivation": "oa:deleting",
"oa:motivatedBy": "This specimen does not have a location",
"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:ClassSelector",
"ods:field": "$.hasEvent[0].location"
}
},
"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:mergingDecisionStatus": "ods:Pending"
}
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"description": "The motivation for the annotation. Based on a selection of https://www.w3.org/TR/annotation-model/#motivation-and-purpose. The motivation ods:adding is added for DiSSCo's purposes.",
"enum": [
"ods:adding",
"ods:deleting",
"oa:assessing",
"oa:editing",
"oa:commenting"
Expand Down Expand Up @@ -356,7 +357,6 @@
"ods:version",
"oa:motivation",
"oa:hasTarget",
"oa:hasBody",
"dcterms:creator",
"dcterms:created",
"as:generator",
Expand Down

0 comments on commit 142da4e

Please sign in to comment.