Skip to content

Commit 53f11cb

Browse files
committed
Context update
1 parent 1202d77 commit 53f11cb

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

context.json

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"@context": {
33
"@version": 1.1,
4-
"Records": {
5-
"@container": "@type",
6-
"@id": "@graph"
7-
},
4+
"Records": "@graph",
85
"prov" : "http://www.w3.org/ns/prov#",
96
"xsd": "http://www.w3.org/2001/XMLSchema#",
107
"RRID": "http://scicrunch.org/resolver/",
@@ -39,11 +36,24 @@
3936
"@id": "prov:used",
4037
"@type": "@id"
4138
},
42-
"Entities": "prov:Entity",
39+
"Entities": {
40+
"@id": "prov:Entity",
41+
"@container": ["@type", "@set"]
42+
},
4343
"Entity": "prov:Entity",
44-
"Activities": "prov:Activity",
44+
"Activities": {
45+
"@id": "prov:Activity",
46+
"@container": ["@type", "@set"]
47+
},
4548
"Activity": "prov:Activity",
46-
"Software": "prov:Agent",
49+
"Software": {
50+
"@id": "prov:Agent",
51+
"@container": ["@type", "@set"]
52+
},
53+
"Environments": {
54+
"@id": "prov:Entity",
55+
"@container": ["@type", "@set"]
56+
},
4757
"Atlocation": "prov:atLocation"
4858
}
49-
}
59+
}

0 commit comments

Comments
 (0)