Skip to content

Commit

Permalink
remove second StartedAtTime
Browse files Browse the repository at this point in the history
remove the following, which seems to be repetitive and not correct
```

        "StartedAtTime" : {
          "@id": "prov:endedAtTime",
          "@type": "xsd:dateTime"
        },
```
  • Loading branch information
yibeichan authored Apr 11, 2024
1 parent 184c309 commit 220591c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions context.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -50,4 +46,4 @@
"Software": "prov:Agent",
"Atlocation": "prov:atLocation"
}
}
}

0 comments on commit 220591c

Please sign in to comment.