From 220591cbcc9a71cd37e8968f544664f3161bdbb7 Mon Sep 17 00:00:00 2001 From: Yibei Chen Date: Thu, 11 Apr 2024 14:07:35 -0700 Subject: [PATCH] remove second `StartedAtTime` remove the following, which seems to be repetitive and not correct ``` "StartedAtTime" : { "@id": "prov:endedAtTime", "@type": "xsd:dateTime" }, ``` --- context.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/context.json b/context.json index 89f7dda73..a7d596e53 100644 --- a/context.json +++ b/context.json @@ -15,10 +15,6 @@ "@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" @@ -50,4 +46,4 @@ "Software": "prov:Agent", "Atlocation": "prov:atLocation" } -} \ No newline at end of file +}