File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 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/" ,
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+ }
You can’t perform that action at this time.
0 commit comments