Skip to content

Commit

Permalink
Revert context.json
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaumet authored Jul 26, 2023
1 parent 8443ce4 commit 901b089
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions context.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,49 @@
{
"@context": {
"@version": 1.1,
"Version": "@version",
"Records": {
"records": {
"@container": "@type",
"@id": "@graph"
},
"prov" : "http://www.w3.org/ns/prov#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"RRID": "http://scicrunch.org/resolver/",
"Label": "http://www.w3.org/2000/01/rdf-schema#label",
"StartedAtTime" : {
"label": "http://www.w3.org/2000/01/rdf-schema#label",
"startedAtTime" : {
"@id": "prov:startedAtTime",
"@type": "http://www.w3.org/2001/XMLSchema#dateTime"
},
"StartedAtTime" : {
"startedAtTime" : {
"@id": "prov:endedAtTime",
"@type": "xsd:dateTime"
},
"EndedAtTime" : {
"endedAtTime" : {
"@id": "prov:endedAtTime",
"@type": "xsd:dateTime"
},
"GeneratedBy" : {
"generatedBy" : {
"@id": "prov:wasGeneratedBy",
"@type": "@id"
},
"AttributedTo" : {
"attributedTo" : {
"@id": "prov:wasAttributedTo",
"@type": "@id"
},
"AssociatedWith" : {
"associatedWith" : {
"@id": "prov:wasAssociatedWith",
"@type": "@id"
},
"InformedBy" : {
"informedBy" : {
"@id": "prov:wasInformedBy",
"@type": "@id"
},
"Used" : {
"used" : {
"@id": "prov:used",
"@type": "@id"
},
"Type": "@type",
"Entities": "prov:Entity",
"Activities": "prov:Activity",
"Agents": "prov:Agent",
"AtLocation": "prov:atLocation"
"entities": "prov:Entity",
"activities": "prov:Activity",
"software": "prov:SoftwareAgent",
"location": "prov:atLocation"
}
}

0 comments on commit 901b089

Please sign in to comment.