-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdprod.jsonld
217 lines (217 loc) · 8.6 KB
/
dprod.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
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
{
"@context": {
"@vocab": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"dprod": "https://ekgf.github.io/data-product-spec/dprod/",
"owl": "http://www.w3.org/2002/07/owl#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"dcat": "http://www.w3.org/ns/dcat#",
"dcterms": "http://purl.org/dc/terms/",
"sh": "http://www.w3.org/ns/shacl#",
"id": "@id",
"type": "@type",
"Dataset": {
"@id": "http://www.w3.org/ns/dcat#Dataset"
},
"label": {
"@id": "http://www.w3.org/2000/01/rdf-schema#label",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"description": {
"@id": "http://purl.org/dc/terms/description",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"distribution": {
"@id": "http://www.w3.org/ns/dcat#distribution",
"@type": "http://www.w3.org/ns/dcat#Distribution"
},
"conformsTo": {
"@id": "http://purl.org/dc/terms/conformsTo"
},
"hasPolicy": {
"@id": "http://www.w3.org/ns/odrl/2/hasPolicy",
"@type": "http://www.w3.org/ns/odrl/2/Policy"
},
"informationSensitivityClassification": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/informationSensitivityClassification",
"@type": "https://ekgf.github.io/data-product-spec/dprod/InformationSensitivityClassification"
},
"DataProduct": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/DataProduct"
},
"dataProductOwner": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/dataProductOwner",
"@type": "http://xmlns.com/foaf/0.1/Agent"
},
"domain": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/domain"
},
"inputPort": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/inputPort",
"@type": "http://www.w3.org/ns/dcat#DataService"
},
"outputPort": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/outputPort",
"@type": "http://www.w3.org/ns/dcat#DataService"
},
"inputDataset": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/inputDataset",
"@type": "http://www.w3.org/ns/dcat#Dataset"
},
"outputDataset": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/outputDataset",
"@type": "http://www.w3.org/ns/dcat#Dataset"
},
"purpose": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/purpose",
"@type": "http://www.w3.org/2001/XMLSchema#string"
},
"lifecycleStatus": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/lifecycleStatus",
"@type": "https://ekgf.github.io/data-product-spec/dprod/DataProductLifecycleStatus"
},
"DataProductLifecycleStatus": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/DataProductLifecycleStatus"
},
"SecuritySchemaType": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/SecuritySchemaType"
},
"Distribution": {
"@id": "http://www.w3.org/ns/dcat#Distribution"
},
"accessService": {
"@id": "http://www.w3.org/ns/dcat#accessService",
"@type": "http://www.w3.org/ns/dcat#DataService"
},
"isDistributionOf": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/isDistributionOf",
"@type": "http://www.w3.org/ns/dcat#Dataset"
},
"format": {
"@id": "http://purl.org/dc/terms/format"
},
"DataService": {
"@id": "http://www.w3.org/ns/dcat#DataService"
},
"isAccessServiceOf": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/isAccessServiceOf",
"@type": "http://www.w3.org/ns/dcat#Distribution"
},
"protocol": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/protocol",
"@type": "http://www.w3.org/ns/dcat#Protocol"
},
"securitySchemaType": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/securitySchemaType",
"@type": "http://www.w3.org/ns/dcat#SecuritySchemaType"
},
"endpointURL": {
"@id": "http://www.w3.org/ns/dcat#endpointURL"
},
"endpointDescription": {
"@id": "http://www.w3.org/ns/dcat#endpointDescription"
},
"InformationSensitivityClassification": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/InformationSensitivityClassification"
},
"Protocol": {
"@id": "https://ekgf.github.io/data-product-spec/dprod/Protocol"
},
"startDate": {
"@id": "http://www.w3.org/ns/dcat#startDate",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"downloadURL": {
"@id": "http://www.w3.org/ns/dcat#downloadURL",
"@type": "http://www.w3.org/2000/01/rdf-schema#Resource"
},
"service": {
"@id": "http://www.w3.org/ns/dcat#service",
"@type": "http://www.w3.org/ns/dcat#DataService"
},
"endDate": {
"@id": "http://www.w3.org/ns/dcat#endDate",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"temporalResolution": {
"@id": "http://www.w3.org/ns/dcat#temporalResolution",
"@type": "http://www.w3.org/2001/XMLSchema#duration"
},
"dataset": {
"@id": "http://www.w3.org/ns/dcat#dataset",
"@type": "http://www.w3.org/ns/dcat#Dataset"
},
"keyword": {
"@id": "http://www.w3.org/ns/dcat#keyword",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"qualifiedRelation": {
"@id": "http://www.w3.org/ns/dcat#qualifiedRelation",
"@type": "http://www.w3.org/ns/dcat#Relationship"
},
"byteSize": {
"@id": "http://www.w3.org/ns/dcat#byteSize",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"packageFormat": {
"@id": "http://www.w3.org/ns/dcat#packageFormat",
"@type": "http://purl.org/dc/terms/MediaType"
},
"theme": {
"@id": "http://www.w3.org/ns/dcat#theme",
"@type": "http://www.w3.org/2004/02/skos/core#Concept"
},
"servesDataset": {
"@id": "http://www.w3.org/ns/dcat#servesDataset",
"@type": "http://www.w3.org/ns/dcat#Dataset"
},
"accessURL": {
"@id": "http://www.w3.org/ns/dcat#accessURL",
"@type": "http://www.w3.org/2000/01/rdf-schema#Resource"
},
"mediaType": {
"@id": "http://www.w3.org/ns/dcat#mediaType",
"@type": "http://purl.org/dc/terms/MediaType"
},
"themeTaxonomy": {
"@id": "http://www.w3.org/ns/dcat#themeTaxonomy",
"@type": "http://www.w3.org/2000/01/rdf-schema#Resource"
},
"contactPoint": {
"@id": "http://www.w3.org/ns/dcat#contactPoint",
"@type": "http://www.w3.org/2006/vcard/ns#Kind"
},
"spatialResolutionInMeters": {
"@id": "http://www.w3.org/ns/dcat#spatialResolutionInMeters",
"@type": "http://www.w3.org/2001/XMLSchema#decimal"
},
"landingPage": {
"@id": "http://www.w3.org/ns/dcat#landingPage",
"@type": "http://xmlns.com/foaf/0.1/Document"
},
"catalog": {
"@id": "http://www.w3.org/ns/dcat#catalog",
"@type": "http://www.w3.org/ns/dcat#Catalog"
},
"compressFormat": {
"@id": "http://www.w3.org/ns/dcat#compressFormat",
"@type": "http://purl.org/dc/terms/MediaType"
},
"hadRole": {
"@id": "http://www.w3.org/ns/dcat#hadRole",
"@type": "http://www.w3.org/ns/dcat#Role"
},
"centroid": {
"@id": "http://www.w3.org/ns/dcat#centroid",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
},
"record": {
"@id": "http://www.w3.org/ns/dcat#record",
"@type": "http://www.w3.org/ns/dcat#CatalogRecord"
},
"bbox": {
"@id": "http://www.w3.org/ns/dcat#bbox",
"@type": "http://www.w3.org/2000/01/rdf-schema#Literal"
}
}
}