Skip to content

Commit 73633d8

Browse files
committed
Merge branch 'main' into gh-pages
2 parents bfb4743 + 75c2359 commit 73633d8

File tree

1 file changed

+84
-0
lines changed

1 file changed

+84
-0
lines changed

prov.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"@context": {
3+
"@version": 1.1,
4+
"prov": "http://www.w3.org/ns/prov#",
5+
"xsd": "http://www.w3.org/2001/XMLSchema#",
6+
"dcterms": "http://purl.org/dc/terms/",
7+
8+
9+
"Entity": "prov:Entity",
10+
"Agent": "prov:Agent",
11+
"Activity": "prov:Activity",
12+
"Collection": "prov:Collection",
13+
"Bundle": "prov:Bundle",
14+
15+
"wasGeneratedBy": {
16+
"@id": "prov:wasGeneratedBy",
17+
"@type": "@id"
18+
},
19+
"wasDerivedFrom": {
20+
"@id": "prov:wasDerivedFrom",
21+
"@type": "@id"
22+
},
23+
"wasAttributedTo": {
24+
"@id": "prov:wasAttributedTo",
25+
"@type": "@id"
26+
},
27+
"startedAtTime": {
28+
"@id": "prov:startedAtTime",
29+
"@type": "xsd:dateTime"
30+
},
31+
"used": {
32+
"@id": "prov:used",
33+
"@type": "@id"
34+
},
35+
"wasInformedBy": {
36+
"@id": "prov:wasInformedBy",
37+
"@type": "@id"
38+
},
39+
"endedAtTime": {
40+
"@id": "prov:endedAtTime",
41+
"@type": "xsd:dateTime"
42+
},
43+
"wasAssociatedWith": {
44+
"@id": "prov:wasAssociatedWith",
45+
"@type": "@id"
46+
},
47+
"actedOnBehalfOf": {
48+
"@id": "prov:actedOnBehalfOf",
49+
"@type": "@id"
50+
},
51+
52+
"atLocation": {
53+
"@id": "prov:atLocation"
54+
},
55+
"hadMember": {
56+
"@id": "prov:hadMember",
57+
"@type": "@id"
58+
},
59+
"generatedAtTime": {
60+
"@id": "prov:generatedAtTime",
61+
"@type": "xsd:dateTime"
62+
},
63+
"specializationOf": {
64+
"@id": "prov:specializationOf",
65+
"@type": "@id"
66+
},
67+
"wasRevisionOf": {
68+
"@id": "prov:wasRevisionOf",
69+
"@type": "@id"
70+
},
71+
"wasInvalidatedBy": {
72+
"@id": "prov:wasInvalidatedBy",
73+
"@type": "@id"
74+
},
75+
"alternateOf": {
76+
"@id": "prov:alternateOf",
77+
"@type": "@id"
78+
},
79+
"references": {
80+
"@id": "dcterms:references",
81+
"@type": "@id"
82+
}
83+
}
84+
}

0 commit comments

Comments
 (0)