forked from IDLabResearch/montolo-voc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
relovstats.ttl
734 lines (586 loc) · 37.7 KB
/
relovstats.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
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
#
# This file contains Restriction Type-related instantiations of the LOVCube vocabulary
#
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix lovc: <https://w3id.org/lovcube/ns/lovcube#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix qb: <http://purl.org/linked-data/cube#> .
@prefix cc: <http://creativecommons.org/ns#> .
@prefix sdmx-attribute: <http://purl.org/linked-data/sdmx/2009/attribute#> .
@prefix rls: <https://w3id.org/lovcube/ns/relovstats#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix frbr: <http://purl.org/vocab/frbr/core#> .
@prefix rdfcv: <http://www.dr-thomashartmann.de/phd-thesis/rdf-validation/vocabularies/rdf-constraints-vocabulary#> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vann: <http://purl.org/vocab/vann/> .
<https://w3id.org/lovcube/ns/relovstats#> rdf:type void:Dataset, owl:Ontology, voaf:Vocabulary ;
vann:preferredNamespacePrefix "rls" ;
vann:preferredNamespaceUri "https://w3id.org/lovcube/ns/relovstats#";
rdfs:label "ReLOVStats restriction types"@en ;
dct:title "ReLOVStats restriction types"@en ;
dct:description "ReLOVStats restriction types, described using the LOVCube vocabulary"@en ;
rdfs:comment """-Version 0.2.0: fixed syntax errors and removed obsolete restriction type definitions
-Version 0.1.0: creation."""@en ;
owl:versionIRI <https://w3id.org/lovcube/ns/relovstats/v0.2.0> ;
owl:priorVersion <https://w3id.org/lovcube/ns/relovstats/v0.1.0> ;
owl:versionInfo "0.2.0" ;
rdfs:seeAlso <https://w3id.org/lovcube> ;
dct:modified "2019-04-12"^^xsd:date ;
dct:issued "2019-04-12"^^xsd:date ;
dct:created "2018-12-10"^^xsd:date ;
dct:rights "Copyright © Ghent University – imec – IDLab"@en ;
cc:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
foaf:primaryTopic <https://w3id.org/lovcube> ;
dct:creator <https://sven-lieber.org/profile#me> ;
dct:contributor <http://ben.de-meester.org/#me> ;
dct:contributor [ foaf:name "Anastasia Dimou"@en ;
rdf:type foaf:Person ;
foaf:mbox "mailto:[email protected]"
] ;
.
<https://sven-lieber.org/profile#me> rdf:type foaf:Person ;
foaf:mbox "mailto:[email protected]" ;
foaf:name "Sven Lieber"@en .
<https://ben.de-meester.org/#me> rdf:type foaf:Person ;
foaf:mbox "mailto:[email protected]" ;
foaf:name "Ben De Meester"@en .
#
# Definitions of Restriction Types
#
rls:functionalProperties a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Functional properties restriction type"@en .
rls:inverseFunctionalProperties a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Inverse functional properties restriction type"@en .
rls:subsumption a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Subsumption restriction type"@en .
rls:propertyDomains a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Property domains restriction type"@en .
rls:propertyRanges a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Property ranges restriction type"@en .
rls:literalPatternMatching a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Literal pattern matching restriction type"@en .
rls:literalRanges a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Literal ranges restriction type"@en .
rls:universalQuantification a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Universal quantification restriction type"@en .
rls:minimumUnqualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """Minimum unqualified cardinality restriction type"""@en ;
rdfs:label ""@en .
rls:minimumQualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Minimum qualified cardinality restriction type"@en .
rls:maximumUnqualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Maximum unqualified cardinality restriction type"@en .
rls:maximumQualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Maximum qualified cardinality restriction type"@en .
rls:exactUnqualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Exact unqualified cardinality restriction type"@en .
rls:exactQualifiedCardinality a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Exact qualified cardinality restriction type"@en .
rls:asymmetricProperties a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Asymmetric properties restriction type"@en .
rls:irreflexiveProperties a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Irreflexive properties restriction type"@en .
rls:disjointProperties a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Disjoint properties restriction type"@en .
rls:disjointClasses a lovc:RestrictionType ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:seeAlso <https://publikationen.bibliothek.kit.edu/1000054062> ;
rdfs:comment """"""@en ;
rdfs:label "Disjoint classes restriction type"@en .
#
# Definitions of Restriction Types Expressions
#
rls:functionalPropertiesOwlFunctionalProperty a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A functional properties restriction, expressed using the owl:FunctionalProperty property."""@en ;
frbr:realizationOf rls:functionalProperty ;
rdfs:label "owl:FunctionalProperty"@en .
rls:inverseFunctionalPropertiesOwlInverseFunctionalProperty a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An inverse functional properties restriction, expressed using the owl:InverseFunctionalProperty property."""@en ;
frbr:realizationOf rls:inverseFunctionalProperty ;
rdfs:label "owl:InverseFunctionalProperty"@en .
rls:subsumptionRdfsSubClassOf a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A subsumption restriction, expressed using the rdfs:subClassOf property."""@en ;
frbr:realizationOf rls:subsumption ;
rdfs:label "rdfs:subClassOf restriction"@en .
rls:propertyDomainsRdfsDomain a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A property domains restriction, expressed using the rdfs:domain property."""@en ;
frbr:realizationOf rls:propertyDomains ;
rdfs:label "rdfs:domain restriction"@en .
rls:propertyRangesRdfsRange a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A property ranges restriction, expressed using the rdfs:range property."""@en ;
frbr:realizationOf rls:propertyRanges ;
rdfs:label "rdfs:range restriction"@en .
rls:literalPatternMatchingXsdPatternOwlRestriction a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A literal pattern matching restriction, expressed using the owl:withRestrictions property and a defined xsd:pattern."""@en ;
frbr:realizationOf rls:literalPatternMatching ;
rdfs:label "owl:withRestrictions on xsd:pattern restriction"@en .
rls:literalRangesXsdMinMaxOwlRestriction a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A literal ranges restriction, expressed using the owl:withRestriction property and a defined xsd:minInclusive xsd:minExclusive or xsd:maxInclusive or xsd:maxExclusive"""@en ;
frbr:realizationOf rls:literalRanges ;
rdfs:label "owl:withRestriction on xsd:minInclusive xsd:minExclusive xsd:maxInclusive xsd:maxExclusive"@en .
rls:universalQuantificationOwlAllValuesFrom a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An universal quantification restriction, expressed using the owl:allValuesFrom property."""@en ;
frbr:realizationOf rls:univeralQuantification ;
rdfs:label "owl:allValuesFrom restriction"@en .
rls:minimumUnqualifiedCardinalityOwlMinCardinality a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A minimum unqualified cardinality restriction, expressed using the owl:minCardinality property."""@en ;
rdfs:label "owl:minCardinality restriction"@en .
rls:minimumQualifiedCardinalityOwl a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A minimum qualified cardinality restriction, expressed using the owl:minQualifiedCardinality property."""@en ;
frbr:realizationOf rls:minimumQualifiedCardinality ;
rdfs:label "owl:minQualifiedCardinality restriction"@en .
rls:maximumUnqualifiedCardinalityOwlMaxCardinality a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A maximum unqualified cardinality restriction, expressed using the owl:maxCardinality property."""@en ;
rdfs:label "owl:maxCardinality restriction"@en .
rls:maximumQualifiedCardinalityOwl a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A maximum qualified cardinality restriction, expressed using the owl:maxQualifiedCardinality property."""@en ;
frbr:realizationOf rls:maximumQualifiedCardinality ;
rdfs:label "owl:maxQualifiedCardinality restriction"@en .
rls:exactUnqualifiedCardinalityOwlCardinality a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An exact unqualified cardinality restriction, expressed using the owl:cardinality property."""@en ;
frbr:realizationOf rls:exactUnqualifiedCardinality ;
rdfs:label "owl:cardinality restriction"@en .
rls:exactUnqualifiedCardinalityOwlMinMax a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An exact qualified cardinality restriction, expressed using the properties owl:minCardinality and owl:maxCardinality with the same values."""@en ;
frbr:realizationOf rls:exactUnqualifiedCardinality ;
rdfs:label "owl:minCardinality==owl:maxCardinality"@en .
rls:asymmetricPropertiesOwlAsymmetricProperty a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An asymmetric properties restriction, expressed using the owl:asymmetricProperty property."""@en ;
frbr:realizationOf rls:asymmetricProperties ;
rdfs:label "owl:asymmetricProperty restriction"@en .
rls:irreflexivePropertiesOwlIrreflexiveProperty a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """An irreflexive properties restriction, expressed using the owl:irreflexiveProperty property."""@en ;
frbr:realizationOf rls:irreflexiveProperties ;
rdfs:label "owl:irreflexiveProperty restriction"@en .
rls:disjointPropertiesOwlDisjointWith a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A disjoint properties restriction, expressed using the owl:propertyDisjointWith property."""@en ;
frbr:realizationOf rls:disjointProperties ;
rdfs:label "owl:propertyDisjointWith restriction"@en .
rls:disjointPropertiesOwlAllDisjointProperties a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A disjoint properties restriction, expressed using the owl:AllDisjointProperties class."""@en ;
frbr:realizationOf rls:disjointProperties ;
rdfs:label "owl:AllDisjointProperties restriction"@en .
rls:disjointClassesOwlDisjointWith a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A disjoint classes restriction, expressed using the owl:disjointWith property."""@en ;
frbr:realizationOf rls:disjointClasses ;
rdfs:label "owl:disjointWith restriction"@en .
rls:disjointClassesOwlAllDisjointClasses a lovc:RestrictionTypeExpression ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A disjoint classes restriction, expressed using the owl:AllDisjointClasses class."""@en ;
frbr:realizationOf rls:disjointClasses ;
rdfs:label "owl:AllDisjointClasses restriction"@en .
#
# Definitions of Restriction Types Detectors (and Versions for our specific LODStats implementation)
#
rls:functionalPropertiesDetectorOwlFunctionalProperty a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:FunctionalProperties restrictions."""@en ;
rdfs:label "owl:FunctionalProperty detector"@en .
rls:functionalPropertiesLODStatsDetectorOwlFunctionalProperty-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:FunctionalProperty detector (LODStats) v1"@en ;
frbr:realizationOf rls:functionalPropertiesDetectorOwlFunctionalProperty .
rls:inverseFunctionalPropertiesDetectorOwlInverseFunctionalProperty a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:InverseProperty restrictions."""@en ;
rdfs:label "owl:InverseFunctionalProperty detector"@en .
rls:inverseFunctionalPropertiesLODStatsDetectorOwlInverseFunctionalProperty-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:InverseFunctionalProperty detector (LODStats) v1"@en ;
frbr:realizationOf rls:inverseFunctionalPropertiesDetectorOwlInverseFunctionalProperty .
rls:subsumptionDetectorRdfsSubClassOf a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect rdfs:subClassOf restrictions."""@en ;
rdfs:label "rdfs:subClassOf detector"@en .
rls:subsumptionLODStatsDetectorRdfsSubClassOf-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "rdfs:subClassOf detector (LODStats) v1"@en ;
frbr:realizationOf rls:subsumptionDetectorRdfsSubClassOf .
rls:propertyDomainsDetectorRdfsDomain a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect rdfs:domain restrictions."""@en ;
rdfs:label "rdfs:domain detector"@en .
rls:propertyDomainsLODStatsDetectorRdfsDomain-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "rdfs:domain detector (LODStats) v1"@en ;
frbr:realizationOf rls:propertyDomainsDetectorRdfsDomain .
rls:propertyRangesDetetorRdfsRange a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect rdfs:range restrictions."""@en ;
rdfs:label "rdfs:range detector"@en .
rls:propertyRangesLODStatsDetectorRdfsRange-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "rdfs:range detector (LODStats) v1"@en ;
frbr:realizationOf rls:propertyRangesDetetorRdfsRange .
rls:literalPatternMatchingDetectorXsdPatternOwlRestriction a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:withRestrictions, xsd:pattern restrictions."""@en ;
rdfs:label "owl:withRestrictions, xsd:pattern detector"@en .
rls:literalPatternMatchingLODStatsDetectorXsdPatternOwlRestriction-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:withRestrictions, xsd:pattern detector (LODStats) v1"@en ;
frbr:realizationOf rls:literalPatternMatchingDetectorXsdPatternOwlRestriction .
rls:literalRangesDetectorXsdMinMaxOwlRestriction a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:withRestrictions, xsd:minInclusive, xsd:minExclusive, xsd:maxInclusive, xsd:maxExclusive."""@en ;
rdfs:label "owl:withRestriction, xsd:minInclusive, xsd:minExclusive, xsd:maxInclusive, xsd:maxExclusive detector"@en .
rls:literalRangesDetectorXsdMinMaxOwlRestriction a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:withRestriction, xsd:minInclusive, xsd:minExclusive, xsd:maxInclusive, xsd:maxExclusive detector v1"@en ;
frbr:realizationOf rls:literalRangesDetectorXsdMinMaxOwlRestriction .
rls:universalQuantificationDetectorOwlAllValuesFrom a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:allValuesFrom restrictions."""@en ;
rdfs:label "owl:allValuesFrom detector"@en .
rls:universalQuantificationLODStatsDetectorOwlAllValuesFrom-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:allValuesFrom detector (LODStats) v1"@en ;
frbr:realizationOf rls:universalQuantificationDetectorOwlAllValuesFrom .
rls:minimumUnqualifiedCardinalityDetectorOwlMinCardinality a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:minCardinality restrictions."""@en ;
rdfs:label "owl:minCardinality detector"@en .
rls:minimumUnqualifiedCardinalityLODStatsDetectorOwlMinCardinality-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:minCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:minimumUnqualifiedCardinalityDetectorOwlMinCardinality .
rls:minimumQualifiedCardinalityDetectorOwl a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:minQualifiedCardinality restrictions."""@en ;
rdfs:label "owl:minQualifiedCardinality detector"@en .
rls:minimumQualifiedCardinalityLODStatsDetectorOwl-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:minQualifiedCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:minimumQualifiedCardinalityDetectorOwl .
rls:maximumUnqualifiedCardinalityDetectorOwlMaxCardinality a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:maxCardinality restrictions."""@en ;
rdfs:label "owl:maxCardinality detector"@en .
rls:maximumUnqualifiedCardinalityLODStatsDetectorOwlMaxCardinality-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:maxCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:maximumUnqualifiedCardinalityDetectorOwlMaxCardinality .
rls:maximumQualifiedCardinalityDetectorOwl a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:maxQualifiedCardinality restrictions."""@en ;
rdfs:label "owl:maxQualifiedCardinality detector"@en .
rls:maximumQualifiedCardinalityLODStatsDetectorOwl-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:maxQualifiedCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:maximumQualifiedCardinalityDetectorOwl .
rls:exactQualifiedCardinalityDetectorOwlCardinality a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:qualifiedCardinality restrictions."""@en ;
rdfs:label "owl:qualifiedCardinality detector"@en .
rls:exactQualifiedCardinalityLODStatsDetectorOwlCardinality-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:qualifiedCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:exactQualifiedCardinalityDetectorOwlCardinality .
rls:exactUnqualifiedCardinalityDetectorOwlCardinality a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:cardinality restrictions."""@en ;
rdfs:label "owl:cardinality detector"@en .
rls:exactUnqualifiedCardinalityLODStatsDetectorOwlCardinality-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:cardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:exactUnqualifiedCardinalityDetectorOwlCardinality .
rls:exactUnqualifiedCardinalityDetectorOwlMinMax a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:minCardinality==owl:maxCardinality restrictions."""@en ;
rdfs:label "owl:minCardinality==owl:maxCardinality detector"@en .
rls:exactUnqualifiedCardinalityLODStatsDetectorOwlMinMax-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:minCardinality==owl:maxCardinality detector (LODStats) v1"@en ;
frbr:realizationOf rls:exactUnqualifiedCardinalityDetectorOwlMinMax .
rls:asymmetricPropertiesDetectorOwlAsymmetricProperty a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:AsymmetricProperty restrictions."""@en ;
rdfs:label "owl:AsymmetricProperty detector"@en .
rls:asymmetricPropertiesLODStatsDetectorOwlAsymmetricProperty-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:AsymmetricProperty detector (LODStats) v1"@en ;
frbr:realizationOf rls:asymmetricPropertiesDetectorOwlAsymmetricProperty .
rls:irreflexivePropertiesDetectorOwlIrreflexiveProperty a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:IrreflexiveProperty restrictions."""@en ;
rdfs:label "owl:IrreflexiveProperty detector"@en .
rls:irreflexivePropertiesLODStatsDetectorOwlIrreflexiveProperty-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:IrreflexiveProperty detector (LODStats) v1"@en ;
frbr:realizationOf rls:irreflexivePropertiesDetectorOwlIrreflexiveProperty .
rls:disjointPropertiesDetectorOwlDisjointWith a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:propertyDisjointWith restrictions."""@en ;
rdfs:label "owl:propertyDisjointWith detector"@en .
rls:disjointPropertiesLODStatsDetectorOwlDisjointWith-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:propertyDisjointWith detector (LODStats) v1"@en ;
frbr:realizationOf rls:disjointPropertiesDetectorOwlDisjointWith .
rls:disjointPropertiesDetectorOwlAllDisjointProperties a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:AllDisjointProperties restrictions."""@en ;
rdfs:label "owl:AllDisjointProperties detector"@en .
rls:disjointPropertiesLODStatsDetectorOwlAllDisjointProperties-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:AllDisjointProperties detector (LODStats) v1"@en ;
frbr:realizationOf rls:disjointPropertiesDetectorOwlAllDisjointProperties .
rls:disjointClassesDetectorOwlDisjointWith a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:disjointWith restrictions."""@en ;
rdfs:label "owl:disjointWith detector"@en .
rls:disjointClassesLODStatsDetectorOwlDisjointWith-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:disjointWith detector (LODStats) v1"@en ;
frbr:realizationOf rls:disjointClassesDetectorOwlDisjointWith .
rls:disjointClassesDetectorOwlAllDisjointClasses a lovc:RestrictionTypeExpressionDetector ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:comment """A method or software component to detect owl:AllDisjointClasses restrictions."""@en ;
rdfs:label "owl:AllDisjointClasses detector"@en .
rls:disjointClassesLODStatsDetectorOwlAllDisjointClasses-v1 a lovc:RestrictionTypeExpressionDetectorVersion ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "owl:AllDisjointClasses detector (LODStats) v1"@en ;
frbr:realizationOf rls:disjoinClassesDetectorOwlAllDisjointClasses .
#
# Definitions of Restriction Types Measures
#
rls:restrictionTypeOccurrence a lovc:RestrictionTypeMeasure ;
rdfs:comment """The occurrence of a restriction of a certain type."""@en ;
rdfs:label "Restriction type occurrence"@en .
rls:hierarchyOccurrence a lovc:RestrictionTypeMeasure ;
rdfs:comment """The occurrence of disjoint hierarchies of IRIs."""@en ;
rdfs:label "Hierarchy amount"@en .
rls:minHierarchyDepth a lovc:RestrictionTypeMeasure ;
rdfs:comment """The smallest hierarchy depth of disjoint hierarchies of IRIs."""@en ;
rdfs:label "Minimum hierarchy depth"@en .
rls:maxHierarchyDepth a lovc:RestrictionTypeMeasure ;
rdfs:comment """The biggest hierarchy depth of disjoint hierarcheis of IRIs."""@en ;
rdfs:label "Maximum hierarchy depth"@en .
rls:averageHierarchyDepth a lovc:RestrictionTypeMeasure ;
rdfs:comment """The average hierarchy depth of disjoint hierarchies of IRIs."""@en ;
rdfs:label "Average hierarchy depth" .
rls:medianHierarchyDepth a lovc:RestrictionTypeMeasure ;
rdfs:comment """The median hierarchy depth of disjoint hierarchies of IRIs."""@en ;
rdfs:label "Median hierarchy depth"@en .
#
# Definitions of Dimensions
#
rls:restrictionTypeDimension a qb:DimensionProperty, rdf:Property ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Restriction type dimension"@en ;
rdfs:comment "The restriction type of this observation."@en ;
rdfs:domain qb:Observation ;
rdfs:range lovc:RestrictionType .
rls:detectorVersionDimension a qb:DimensionProperty, rdf:Property ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Detector version dimension"@en ;
rdfs:comment "The specific detector used to collect the observation."@en ;
rdfs:domain qb:Observation ;
rdfs:range lovc:RestrictionTypeExpressionDetectorVersion .
rls:executionTimeDimension a qb:DimensionProperty, rdf:Property ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Execution time dimension"@en ;
rdfs:comment "The time at which the observation was made."@en ;
rdfs:domain qb:Observation ;
rdfs:range xsd:dateTime .
rls:ontologyVersionDimension a qb:DimensionProperty, rdf:Property ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Ontology version dimension"@en ;
rdfs:comment "The ontology version from which this observation was made."@en ;
rdfs:domain qb:Observation ;
rdfs:range owl:Ontology .
#
# Definitions of Data Structures
#
#
# Restriction type amount data structure
#
rls:restrictionTypesAmount a qb:DataStructureDefinition, prov:Entity ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Amount of restriction types"@en ;
rdfs:comment """This data structure contains the measurement of the amount of restriction types."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:occurrence ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .
#
# Hierarchy amount data structure
#
rls:hierarchyAmountDistribution a qb:DataStructureDefinition, prov:Entity ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Amount of hierarchies"@en ;
rdfs:comment """This data structure contains the measurement of the amount of hierarchies."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:implementationDimension ; ] ,
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:hierarchyOccurrence ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .
#
# Mean hierarchy depth data structure
#
rls:meanHierarchyDepthsDistribution a qb:DataStructureDefinition ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Average hierarchy depth distribution"@en ;
rdfs:comment """This data structure contains average hieararchy depth measurements."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:implementationDimension ; ] ,
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:averageHierarchyDepth ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .
#
# Median hierarchy depth data structure
#
rls:medianHierarchyDepthsDistribution a qb:DataStructureDefinition ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Median hierarchy depth distribution"@en ;
rdfs:comment """This data structure contains median hieararchy depth measurements."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:implementationDimension ; ] ,
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:medianHierarchyDepth ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .
#
# Min hierarchy depth data structure
#
rls:minHierarchyDepthsDistribution a qb:DataStructureDefinition ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Minimum hierarchy depth distribution"@en ;
rdfs:comment """This data structure contains minimum hieararchy depth measurements."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:implementationDimension ; ] ,
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:minHierarchyDepth ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .
#
# Max hierarchy depth data structure
#
rls:maxHierarchyDepthsDistribution a qb:DataStructureDefinition ;
rdfs:isDefinedBy <https://w3id.org/lovcube/ns/relovstats#> ;
rdfs:label "Maximum hierarchy depth distribution"@en ;
rdfs:comment """This data structure contains maximum hieararchy depth measurements."""@en ;
# dimensions
qb:component
[ a qb:ComponentSpecification ; qb:dimension rls:implementationDimension ; ] ,
[ a qb:ComponentSpecification ; qb:dimension rls:restrictionTypeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:detectorVersionDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:executionTimeDimension ;] ,
[ a qb:ComponentSpecification ; qb:dimension rls:ontologyVersionDimension ;] ;
# measures
qb:component
[ a qb:ComponentSpecification ; qb:measure rls:maxHierarchyDepth ; ] ;
# attributes
qb:component
[ a qb:ComponentSpecification ; qb:attribute sdmx-attribute:unitMeasure ; ] .