-
Notifications
You must be signed in to change notification settings - Fork 1
/
docmaps-context.jsonld
167 lines (167 loc) · 4.92 KB
/
docmaps-context.jsonld
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"foaf": "http://xmlns.com/foaf/0.1/",
"cnt": "http://www.w3.org/2011/content#",
"fabio": "http://purl.org/spar/fabio/",
"frbr": "http://purl.org/vocab/frbr/core#",
"pso": "http://purl.org/spar/pso/",
"pwo": "http://purl.org/spar/pwo/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"prism": "http://prismstandard.org/namespaces/basic/2.0/",
"pro": "http://purl.org/spar/pro/",
"prov": "https://www.w3.org/TR/prov-o/",
"taskex": "http://www.ontologydesignpatterns.org/cp/owl/taskexecution.owl#",
"ti": "http://www.ontologydesignpatterns.org/cp/owl/timeinterval.owl#",
"id": "@id",
"type": "@type",
"docmap": "pwo:Workflow",
"created": {
"@id": "dcterms:created",
"@type": "xsd:date"
},
"description": "dcterms:description",
"title": {
"@id": "dcterms:title",
"@container": "@language"
},
"doi": "prism:doi",
"creator": {
"@id": "dcterms:creator",
"@container": "@set",
"@type": "@id"
},
"published": {
"@id": "prism:publicationDate",
"@type": "xsd:date"
},
"name": "foaf:name",
"person": "foaf:Person",
"publisher": {
"@id": "dcterms:publisher",
"@type": "@id"
},
"logo": "foaf:logo",
"homepage": "foaf:homepage",
"account": "foaf:onlineAccount",
"service": "foaf:accountServiceHomepage",
"account-name": "foaf:accountName",
"process": "prov:process",
"provenance": "dcterms:provenance",
"inputs": {
"@id": "pwo:needs",
"@container": "@set",
"@type": "@id"
},
"outputs": {
"@id": "pwo:produces",
"@container": "@set",
"@type": "@id"
},
"assertions": {
"@id": "pso:resultsInAcquiring",
"@container": "@set",
"@type": "@id",
"@context": {
"item": {
"@id": "pso:isStatusHeldBy",
"@type": "@id"
},
"status": {
"@id": "pso:withStatus",
"@type": "@vocab",
"@context": {
"@vocab": "http://purl.org/spar/pso/"
}
}
}
},
"steps": {
"@id": "pwo:hasStep",
"@container": [
"@id"
]
},
"first-step": {
"@id": "pwo:hasFirstStep",
"@type": "@id"
},
"next-step": {
"@id": "pwo:hasNextStep",
"@type": "@id"
},
"previous-step": {
"@id": "pwo:hasPreviousStep",
"@type": "@id"
},
"content": {
"@id": "fabio:hasManifestation",
"@type": "@id",
"@container": "@set"
},
"url": {
"@id": "fabio:hasURL",
"@type": "xsd:anyURI"
},
"participants": {
"@id": "pro:isDocumentContextFor",
"@container": "@set",
"@type": "@id"
},
"role": {
"@id": "pro:withRole",
"@type": "@vocab",
"@context": {
"@vocab": "http://purl.org/spar/pro/"
}
},
"actor": {
"@id": "pro:isHeldBy",
"@type": "@id"
},
"file": {
"@id": "fabio:DigitalManifestation",
"@context": {
"text": "cnt:chars"
}
},
"format": {
"@id": "dcterms:format",
"@type": "@vocab",
"@context": {
"@vocab": "https://w3id.org/spar/mediatype/"
}
},
"includes": "frbr:part",
"actions": {
"@id": "taskex:isExecutedIn",
"@container": "@set",
"@type": "@id"
},
"happened": {
"@id": "pwo:happened",
"@type": "@id"
},
"at-date": {
"@id": "ti:hasIntervalDate",
"@type": "xsd:date"
},
"realization-of": {
"@id": "frbr:realizationOf",
"@type": "@id"
},
"letter": "fabio:Letter",
"email": "fabio:Email",
"web-page": "fabio:WebPage",
"web-content": "fabio:WebContent",
"manuscript": "fabio:Manuscript",
"review-article": "fabio:ReviewArticle",
"journal-article": "fabio:JournalArticle",
"preprint": "fabio:Preprint",
"review": "fabio:Review",
"reply": "fabio:Reply",
"evaluation-summary": "fabio:ExecutiveSummary",
"comment": "fabio:Comment",
"editorial": "fabio:Editorial"
}
}