-
Notifications
You must be signed in to change notification settings - Fork 1
/
dprod.ttl
703 lines (625 loc) · 25.3 KB
/
dprod.ttl
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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
# baseURI: https://ekgf.github.io/data-product-spec/dprod/
# imports: http://purl.org/dc/terms/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/ns/prov-o#
# imports: http://www.w3.org/ns/dcat
# imports: http://www.w3.org/ns/shacl
# prefix: dprod
@prefix dprod: <https://ekgf.github.io/data-product-spec/dprod/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <http://schema.org/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dprod:
a owl:Ontology ;
rdfs:label "Data Product Vocabulary"@en ;
dc:description "DPROD is an RDF vocabulary designed to facilitate interoperability between data product descriptors.";
rdfs:comment "This vocabulary includes terms for the definition of the Data Product as defined from the Data Product Working Group. The vocabulary utilises the notion of Datasets as defined from DCAT vocabulary"@en ;
owl:imports <http://purl.org/dc/terms/>;
owl:imports <http://www.w3.org/2004/02/skos/core>;
owl:imports <http://www.w3.org/ns/prov-o#>;
owl:imports <http://www.w3.org/ns/dcat>;
dct:creator [
a foaf:Person ;
foaf:name "Natasa Varytimou" ;
sdo:affiliation [
foaf:homepage <https://ubs.com> ;
foaf:name "UBS" ;
] ;
] ;
dct:contributor [
a foaf:Person ;
sdo:affiliation [
foaf:homepage <https://eccenca.com> ;
foaf:name "eccenca GmbH" ;
] ;
foaf:name "Marcel Fröhlich" ;
] ;
dct:contributor [
a foaf:Person ;
sdo:affiliation [
foaf:homepage <https://agnos.ai> ;
foaf:name "agnos.ai" ;
] ;
foaf:name "Jacobus Geluk" ;
] ;
dct:contributor [
a foaf:Person ;
foaf:name "Pete Rivett" ;
foaf:homepage <https://www.linkedin.com/in/peterivett/> ;
] ;
dct:contributor [
a foaf:Person ;
sdo:affiliation [
foaf:homepage <https://brox.de> ;
foaf:name "Brox IT-Solutions GmbH"
] ;
foaf:name "Matthias Jurisch" ;
] ;
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:modified "2023-07-07"^^xsd:date ;
rdfs:comment "DPROD is an RDF vocabulary designed to facilitate interoperability between data product descriptors."@en ;
rdfs:label "The data product vocabulary"@en ;
owl:imports dct: ;
owl:imports <http://www.w3.org/2004/02/skos/core> ;
owl:imports <http://www.w3.org/ns/prov-o#> ;
owl:imports <http://www.w3.org/ns/dcat#> ;
owl:versionInfo "Create the Data Product ontology based on input and output dcat datasets"@en ;
foaf:maker [
foaf:homepage <http://www.ekgf.org/> ;
foaf:name "Enterprise Knowledge Graph Forum" ;
] ;
.
############################# DPROD Classes #########################
dprod:DataProduct
a owl:Class , rdfs:Class ;
dc:description "A data product is a rational, managed, and governed collection of data, with purpose, value and ownership, meeting consumer needs over a planned life-cycle."@en ;
rdfs:comment "A data product may have input and output ports, code and metadata"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Data Product" ;
rdfs:subClassOf dcat:Resource;
.
dprod:DataProductLifecycleStatus
a owl:Class , rdfs:Class ;
dc:description "The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume )."@en ;
rdfs:comment "The lifecycle of the Data Product as defined from EDM Council CDMC"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Data Product Lifecycle Status" ;
rdfs:subClassOf dprod:Enumeration;
.
dprod:InformationSensitivityClassification
a owl:Class , rdfs:Class;
rdfs:label "Information Sensitivity Classification" ;
dc:description "A taxonomy of concepts that classifies the information within a dataset that indicates the level of control and protection that must be applied to the dataset "@en ;
rdfs:isDefinedBy dprod:;
rdfs:seeAlso <https://spec.edmcouncil.org/cdmc/ontology/Classification/InformationSensitivity> ;
.
dprod:Enumeration
a owl:Class , rdfs:Class ;
dc:description "The superclass of enumeration lists referenced from Data Product related artifacts"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Enumeration" ;
.
dprod:Protocol
a owl:Class , rdfs:Class ;
dc:description "A protocol, possibly including a specific version, used for communicating with a service"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Protocol" ;
.
dprod:SecuritySchemaType
a owl:Class , rdfs:Class ;
dc:description "A security schema type used for authentication and communication."@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Security Schema Type" ;
.
dprod:Protocol
a owl:Class , rdfs:Class ;
dc:description "A protocol, possibly including a specific version, used for communicating with a service"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Protocol" ;
.
############################# DPROD Properties ################
dprod:dataProductOwner
a rdfs:Property, owl:ObjectProperty ;
# a rdfs:subPropertyOf prov:wasAttributedTo ; # in line with DCAT
rdfs:isDefinedBy dprod:;
rdfs:domain dprod:DataProduct ;
rdfs:range foaf:Agent ;
dc:description "The Agent that is overall accountable for the data product. This includes managing the data product along its lifecycle ( creation, usage, versioning, deletion). "@en ;
rdfs:label "dataProductowner";
.
dprod:lifecycleStatus
a rdfs:Property, owl:ObjectProperty ;
# a rdfs:subPropertyOf adms:status ;
rdfs:isDefinedBy dprod: ;
rdfs:domain dprod:DataProduct ;
rdfs:range dprod:DataProductLifecycleStatus;
dc:description "The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume ). "@en ;
rdfs:label "lifecycleStatus" ;
.
dprod:informationSensitivityClassification
a rdfs:Property, owl:ObjectProperty ;
dc:description "More granular classification that indicates the level of control and protection that must be applied to the asset due to the nature of the data and its sensitivity or importance to the organization"@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dcat:Dataset;
rdfs:range dprod:InformationSensitiviyClassification;
rdfs:label "information Sensitivity Classification";
.
dprod:purpose
a rdfs:Property, owl:DatatypeProperty ;
dc:description "A description of the objectives and intended usage of the data product."@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dprod:DataProduct ;
rdfs:range xsd:string ;
.
dprod:productionProcessDescription
a rdfs:Property, owl:DatatypeProperty ;
dc:description "A description of how the data comprising the data product is gathered, refined, or managed."@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dprod:DataProduct ;
rdfs:range xsd:string ;
.
dprod:domain
a rdfs:Property, owl:ObjectProperty ;
dc:description "The business or information area supported by the data product."@en ;
rdfs:comment "The domain is intended to be a resource in its own right. This specification does not constrain the class to be used."@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dprod:DataProduct ;
.
dprod:inputPort
a rdfs:Property, owl:objectProperty ;
rdfs:domain dprod:DataProduct ;
rdfs:range dcat:DataService ;
rdfs:isDefinedBy dprod: ;
dc:description "an input port describes a set of services exposed by a data product to collect its source data and makes it available for further internal transformation. An input port can receive data from one or more upstream sources in a push (i.e. asynchronous subscription) or pop mode (i.e. synchronous query). Each data product may have one or more input ports"@en ;
rdfs:label "inputPort";
.
dprod:outputPort
a rdfs:Property, owl:objectProperty ;
rdfs:domain dprod:DataProduct ;
rdfs:range dcat:DataService ;
rdfs:isDefinedBy dprod:;
dc:description "an output port describes a set of services exposed by a data product to share the generated data in a way that can be understood and trusted "@en ;
rdfs:label "outputPort";
.
dprod:inputDataset
a rdfs:Property, owl:objectProperty ;
rdfs:domain dprod:DataProduct ;
rdfs:range dcat:Dataset ;
rdfs:isDefinedBy dprod: ;
dc:description "the source data made available to the data product through input data services. Depending on the lifecycle of the data product, this may be a stated or inferred relationship aligned with the input ports"@en ;
rdfs:label "input Dataset";
.
dprod:outputDataset
a rdfs:Property, owl:objectProperty ;
rdfs:domain dprod:DataProduct ;
rdfs:range dcat:Dataset ;
rdfs:isDefinedBy dprod:;
dc:description "the data that is exposed by the data product through output data services in a way that can be understood and trusted. Depending on the lifecycle of the data product, this may be a stated or inferred relationship aligned with the output ports"@en ;
rdfs:label "output Dataset";
.
dprod:isDistributionOf
a rdfs:Property, owl:objectProperty ;
owl:inverseOf dcat:distribution ;
rdfs:isDefinedBy dprod:;
rdfs:domain dcat:Distribution;
dc:description "The dataset that this distribution makes available"@en ;
rdfs:label "isDistributionOf" ;
.
dprod:isAccessServiceOf
a rdfs:Property, owl:ObjectProperty ;
dc:description "The dataset distribution that is being offered through this Data Service"@en ;
rdfs:isDefinedBy dprod:;
owl:inverseOf dcat:accessService;
rdfs:domain dcat:DataService;
rdfs:range dcat:Distribution;
rdfs:label "is Access Service Of" ;
.
dprod:protocol
a rdfs:Property, owl:ObjectProperty ;
dc:description "A protocol (possibly one of many options) used to communicate with this Data Service"@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dcat:DataService;
# rdfs:range rdf:resource ; # better let user decide whether they want Protocol class or own class or skos
.
dprod:securitySchemaType
a rdfs:Property, owl:ObjectProperty ;
dc:description "The security schema type used for authentication and to communication with this Data Service"@en ;
rdfs:isDefinedBy dprod:;
rdfs:domain dcat:DataService;
# rdfs:range rdf:resource ; # better let user decide whether they want SecuritySchemaType class or own class or skos
.
# baseURI: https://ekgf.github.io/data-product-spec/dprod-shapes/
# imports: http://purl.org/dc/terms/
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/ns/prov-o#
# imports: http://www.w3.org/ns/dcat
# imports: http://www.w3.org/ns/shacl
# imports: https://ekgf.github.io/data-product-spec/dprod/
# prefix: dprod
@prefix dprod: <https://ekgf.github.io/data-product-spec/dprod/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix dc: <http://purl.org/dc/elements/1.1/>.
@prefix dctype: <http://purl.org/dc/dcmitype/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix odrl: <http://www.w3.org/ns/odrl/2/>.
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sdo: <http://schema.org/> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://ekgf.github.io/data-product-spec/dprod-shapes/>
a owl:Ontology ;
rdfs:label "Data Product Shapes DCAT Profile"@en ;
dc:description "This is the DCAT profile based on DPROD which is an ontology designed to facilitate interoperability between data product descriptors.";
dct:creator [
a foaf:Person ;
foaf:name "Natasa Varytimou" ;
sdo:affiliation [
foaf:homepage <https://ubs.com> ;
foaf:name "UBS" ;
] ;
] ;
dct:contributor [
a foaf:Person ;
sdo:affiliation [
foaf:homepage <https://eccenca.com> ;
foaf:name "eccenca GmbH" ;
] ;
foaf:name "Marcel Fröhlich" ;
] ;
dct:contributor [
a foaf:Person ;
foaf:name "Pete Rivett" ;
foaf:homepage <https://www.linkedin.com/in/peterivett/> ;
] ;
dct:contributor [
a foaf:Person ;
sdo:affiliation [
foaf:homepage <https://brox.de> ;
foaf:name "Brox IT-Solutions GmbH"
] ;
foaf:name "Matthias Jurisch" ;
] ;
sh:declare [
sh:prefix "dprod" ;
sh:namespace "http://www.tbd.org/ns/dprod#" ;
] ;
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
owl:imports dct: ;
owl:imports <http://www.w3.org/2004/02/skos/core> ;
owl:imports <http://www.w3.org/ns/prov-o#> ;
owl:imports <http://www.w3.org/ns/dcat#> ;
owl:imports <http://www.w3.org/ns/shacl>;
owl:imports <https://ekgf.github.io/data-product-spec/dprod/>;
dct:modified "2023-12-20"^^xsd:date ;
foaf:maker [
foaf:homepage <http://www.ekgf.org/> ;
foaf:name "Enterprise Knowledge Graph Foundation" ;
] ;
.
############################# dprod Shapes #########################
dprod:DataProductShape
a sh:NodeShape;
dc:description "A data product is a rational, managed, and governed collection of data, with purpose, value and ownership, meeting consumer needs over a planned life-cycle."@en ;
rdfs:comment "A data product may have input and output ports, code and metadata"@en ;
rdfs:isDefinedBy dprod:;
rdfs:label "Data Product Shape" ;
sh:targetClass dprod:DataProduct;
sh:property dprod:DataProduct-label;
sh:property dprod:DataProduct-description;
sh:property dprod:DataProduct-dataProductOwner;
sh:property dprod:DataProduct-domain;
sh:property dprod:DataProduct-domain;
sh:property dprod:DataProduct-inputPort;
sh:property dprod:DataProduct-outputPort;
sh:property dprod:DataProduct-inputDataset;
sh:property dprod:DataProduct-outputDataset;
sh:property dprod:DataProduct-purpose;
sh:property dprod:DataProduct-hasPolicy;
sh:property dprod:DataProduct-productionProcessDescription;
.
dprod:DataServiceShape
a sh:NodeShape ;
rdfs:isDefinedBy dprod:;
sh:targetClass dcat:DataService ;
rdfs:label "Data Service Shape" ;
sh:property dprod:DataService-isAccessServiceOf ;
sh:property dprod:DataService-protocol ;
sh:property dprod:DataService-securitySchemaType;
sh:property dprod:DataService-endpointURL;
sh:property dprod:DataService-endpointDescription ;
.
dprod:DistributionShape
a sh:NodeShape ;
rdfs:isDefinedBy dprod:;
rdfs:label "Distribution Shape" ;
sh:targetClass dcat:Distribution ;
sh:property dprod:Distribution-accessService ;
sh:property dprod:Distribution-conformsTo ;
sh:property dprod:Distribution-isDistributionOf ;
sh:property dprod:Distribution-format;
.
dprod:DatasetShape
a sh:NodeShape ;
rdfs:isDefinedBy dprod:;
rdfs:label "Dataset Shape" ;
sh:targetClass dcat:Dataset ;
sh:property dprod:Dataset-label;
sh:property dprod:Dataset-description;
sh:property dprod:Dataset-type;
sh:property dprod:Dataset-distribution ;
sh:property dprod:Dataset-conformsTo ;
sh:property dprod:Dataset-hasPolicy ;
sh:property dcat:Dataset-informationSensitivityClassification;
.
dprod:InformationSensitivityClassificationShape
a sh:NodeShape ;
rdfs:label "Information Sensitivity Classification Shape" ;
dc:description "The shape of Information Sensitivity Classification as defined in the dprod schema"@en ;
rdfs:isDefinedBy dprod:;
sh:targetClass dprod:InformationSensitivityClassification;
.
dprod:DataProductLifecycleStatusShape
a sh:NodeShape;
rdfs:label "Data Product Lifecycle Status Shape" ;
dc:description "The shape of Data Product Lifecycle Status "@en ;
sh:targetClass dprod:DataProductLifecycleStatus;
rdfs:isDefinedBy dprod:;
.
dprod:ProtocolShape
a sh:NodeShape;
rdfs:label "Protocol Shape" ;
dc:description "A protocol, possibly including a specific version, used for communicating with a service"@en ;
rdfs:isDefinedBy dprod:;
sh:targetClass dprod:Protocol;
.
dprod:SecuritySchemaTypeShape
a sh:NodeShape;
rdfs:label "Security Schema Type Shape" ;
dc:description "A security schema type used for authentication and communication."@en ;
rdfs:isDefinedBy dprod:;
sh:targetClass dprod:SecuritySchemaType;
.
############################# dprod Property Shapes ################
dprod:DataProduct-label
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path rdfs:label;
sh:datatype xsd:string;
dc:description "The name given to the Data Product"@en ;
rdfs:label "DataProduct-label";
.
dprod:DataProduct-description
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:description;
sh:datatype xsd:string;
dc:description "A free text description of the Data Product"@en ;
rdfs:label "DataProduct-description";
.
dprod:DataProduct-type
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:type;
dc:description "The nature or genre of the Data Product"@en ;
rdfs:label "DataProduct-description";
.
dprod:DataProduct-dataProductOwner
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:dataProductOwner;
sh:class foaf:Agent;
dc:description "The Agent that is overall accountable for the data product. This includes managing the data product along its lifecycle ( creation, usage, versioning, deletion). "@en ;
rdfs:label "DataProduct-dataProductOwner";
.
dprod:DataProduct-lifecycleStatus
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:lifecycleStatus;
sh:class dprod:DataProductLifecycleStatus;
dc:description "The lifecycle status of the Data Product taken from a control list ( Ideation, Design, Build, Deploy, Consume ). "@en ;
rdfs:label "DataProduct-lifecycleStatus";
.
dprod:DataProduct-domain
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:domain;
dc:description "The business or information area supported by the data product."@en ;
rdfs:comment "The target class is left open"@en;
rdfs:label "DataProduct-domain";
.
dprod:DataProduct-purpose
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:purpose;
sh:datatype xsd:string;
dc:description "A description of the objectives and intended usage of the data product."@en ;
rdfs:label "DataProduct-purpose";
.
dprod:DataProduct-hasPolicy
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path odrl:hasPolicy;
sh:class odrl:Policy;
dc:description "An ODRL conformant policy expressing the rights associated with the data product. This is an inferred relationship based on the rights expressed on the individual datasets of the data product"@en ;
rdfs:label "DataProduct-hasPolicy";
.
dprod:DataProduct-productionProcessDescription
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:productionProcessDescription ;
sh:datatype xsd:string;
dc:description "A description of how the data comprising the data product is gathered, refined, or managed."@en ;
rdfs:label "DataProduct-productionProcessDescription";
.
dprod:DataProduct-inputPort
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:inputPort;
sh:class dcat:DataService;
dc:description "an input port describes a set of services exposed by a data product to collect its source data and makes it available for further internal transformation. An input port can receive data from one or more upstream sources in a push (i.e. asynchronous subscription) or pop mode (i.e. synchronous query). Each data product may have one or more input ports"@en ;
rdfs:label "DataProduct-inputPort Shape";
.
dprod:DataProduct-outputPort
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:outputPort;
sh:class dcat:DataService;
dc:description "an output port describes a set of services exposed by a data product to share the generated data in a way that can be understood and trusted "@en ;
rdfs:label "DataProduct-outputPort Shape";
.
dprod:DataProduct-inputDataset
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:inputDataset;
sh:class dcat:Dataset ;
dc:description "the source data made available to the data product through input data services. Depending on the lifecycle of the data product, this may be a stated or inferred relationship aligned with the input ports"@en ;
rdfs:label "DataProduct-inputDataset";
.
dprod:DataProduct-outputDataset
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:outputDataset;
sh:class dcat:Dataset;
dc:description "the data that is exposed by the data product through output data services in a way that can be understood and trusted. Depending on the lifecycle of the data product, this may be a stated or inferred relationship aligned with the output ports"@en ;
rdfs:label "DataProduct-outputDataset";
.
dprod:Dataset-label
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path rdfs:label;
sh:datatype xsd:string ;
dc:description "The name given to the dataset"@en ;
rdfs:label "Dataset-label" ;
.
dprod:Dataset-description
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:description ;
sh:datatype xsd:string ;
dc:description "Free text description of the dataset"@en ;
rdfs:label "Dataset-distribution";
.
dprod:Dataset-type
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:type;
dc:description "The type or genre of the Dataset"@en ;
rdfs:label "Dataset-type";
.
dprod:Dataset-distribution
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcat:distribution;
sh:class dcat:Distribution;
dc:description "An available distribution of the dataset"@en ;
rdfs:label "Dataset-distribution";
.
dprod:Dataset-conformsTo
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:conformsTo;
dc:description "A model, schema, ontology, view or profile that the dataset conformsTo"@en ;
rdfs:label "Dataset-conformsTo";
.
dprod:Dataset-hasPolicy
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path odrl:hasPolicy;
dc:description "An ODRL conformant policy expressing the rights associated with the resource"@en ;
rdfs:label "Dataset-hasPolicy";
.
dcat:Dataset-informationSensitivityClassification
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:informationSensitivityClassification;
sh:class dprod:InformationSensitivityClassification;
dc:description "The relationship to a taxonomy that defines the different levels of control and protection that must be applied to the dataset. This is a more granular relationship of the classification of a dataset that includes other classification concepts "@en ;
rdfs:label "Dataset-informationSensitivityClassification";
.
dprod:Distribution-accessService
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcat:accessService;
sh:class dcat:DataService;
dc:description "A data service that gives access to the distribution of the dataset"@en ;
rdfs:label "Distribution-accessService" ;
.
dprod:Distribution-isDistributionOf
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:isDistributionOf;
sh:class dcat:Dataset;
dc:description "The dataset that this distribution makes available"@en ;
rdfs:label "Distribution-isDistributionOf" ;
.
dprod:Distribution-conformsTo
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:conformsTo;
dc:description "The schema that the distribution conforms to that is format and technology dependent"@en ;
rdfs:label "Distribution-conformsTo";
.
dprod:Distribution-format
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcterms:format;
dc:description "The file format of the distribution"@en ;
rdfs:label "Distribution-format";
.
dprod:DataService-isAccessServiceOf
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:isAccessServiceOf;
sh:class dcat:Distribution;
dc:description "The dataset distribution that is being offered through this Data Service"@en ;
rdfs:label "DataService-isAccessServiceOf Shape" ;
.
dprod:DataService-protocol
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:protocol;
sh:class dcat:Protocol;
dc:description "A protocol (possibly one of many options) used to communicate with this Data Service"@en ;
rdfs:label "DataService-protocol Shape" ;
.
dprod:DataService-securitySchemaType
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dprod:securitySchemaType;
sh:class dcat:SecuritySchemaType;
dc:description "The security schema type used for authentication and to communication with this Data Service"@en ;
rdfs:label "DataService-securitySchemaType Shape" ;
.
dprod:DataService-endpointURL
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcat:endpointURL;
dc:description "The root location or primary endpoint of the service"@en ;
rdfs:label "DataService-endpointURL" ;
.
dprod:DataService-endpointDescription
a sh:PropertyShape;
rdfs:isDefinedBy dprod:;
sh:path dcat:endpointDescription;
dc:description "A description of the services available via the end-points, including their operations, parameters etc"@en ;
rdfs:label "DataService-endpointDescription";
.