Skip to content

Commit

Permalink
Revert "remove second StartedAtTime"
Browse files Browse the repository at this point in the history
  • Loading branch information
bclenet authored May 22, 2024
1 parent b82a0de commit 1b0329b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion context.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"@id": "prov:startedAtTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"StartedAtTime" : {
"@id": "prov:endedAtTime",
"@type": "xsd:dateTime"
},
"EndedAtTime" : {
"@id": "prov:endedAtTime",
"@type": "xsd:dateTime"
Expand Down Expand Up @@ -46,4 +50,4 @@
"Software": "prov:Agent",
"Atlocation": "prov:atLocation"
}
}
}

0 comments on commit 1b0329b

Please sign in to comment.