From 1b0329bcfb2ab51937b4aa6cb0e286aa424aa596 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= <117362283+bclenet@users.noreply.github.com> Date: Wed, 22 May 2024 15:58:55 +0200 Subject: [PATCH] Revert "remove second `StartedAtTime`" --- context.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/context.json b/context.json index a7d596e53..89f7dda73 100644 --- a/context.json +++ b/context.json @@ -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" @@ -46,4 +50,4 @@ "Software": "prov:Agent", "Atlocation": "prov:atLocation" } -} +} \ No newline at end of file