forked from BrickSchema/Brick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSCHEMA_QUDT_NoOWL-v2.1.ttl
3732 lines (3721 loc) · 146 KB
/
SCHEMA_QUDT_NoOWL-v2.1.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
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# baseURI: http://qudt.org/2.1/schema/shacl/qudt
# imports: http://qudt.org/2.1/schema/shacl/overlay/qudt
# imports: http://www.linkedmodel.org/schema/dtype
# imports: http://www.linkedmodel.org/schema/vaem
# imports: http://www.w3.org/2004/02/skos/core
# imports: http://www.w3.org/ns/shacl#
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dtype: <http://www.linkedmodel.org/schema/dtype#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix quantitykind: <http://qudt.org/vocab/quantitykind/> .
@prefix qudt: <http://qudt.org/schema/qudt/> .
@prefix qudt.type: <http://qudt.org/vocab/type/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix unit: <http://qudt.org/vocab/unit/> .
@prefix vaem: <http://www.linkedmodel.org/schema/vaem#> .
@prefix voag: <http://voag.linkedmodel.org/schema/voag#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dcterms:abstract
a rdf:Property ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "abstract" ;
.
dcterms:contributor
a rdf:Property ;
rdfs:label "contributor" ;
.
dcterms:created
a rdf:Property ;
rdfs:label "created" ;
.
dcterms:creator
a rdf:Property ;
rdfs:label "creator" ;
.
dcterms:description
a rdf:Property ;
rdfs:label "description" ;
.
dcterms:isReplacedBy
a rdf:Property ;
rdfs:label "is replaced by" ;
.
dcterms:modified
a rdf:Property ;
rdfs:label "modified" ;
.
dcterms:rights
a rdf:Property ;
rdfs:label "rights" ;
.
dcterms:source
a rdf:Property ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "source" ;
.
dcterms:subject
a rdf:Property ;
rdfs:label "subject" ;
.
dcterms:title
a rdf:Property ;
rdfs:label "title" ;
.
<http://qudt.org/2.1/schema/shacl/qudt>
a owl:Ontology ;
vaem:hasGraphMetadata vaem:GMD_SHACLQUDT-SCHEMA ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "QUDT SHACL Schema Version 2.1.42" ;
owl:imports <http://qudt.org/2.1/schema/shacl/overlay/qudt> ;
owl:imports <http://www.linkedmodel.org/schema/dtype> ;
owl:imports <http://www.linkedmodel.org/schema/vaem> ;
owl:imports <http://www.w3.org/2004/02/skos/core> ;
owl:imports sh: ;
owl:versionIRI <http://qudt.org/2.1/schema/qudt> ;
.
qudt:AbstractQuantityKind
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Quantity Kind (abstract)" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:AbstractQuantityKind-broader ;
sh:property qudt:AbstractQuantityKind-latexSymbol ;
sh:property qudt:AbstractQuantityKind-symbol ;
.
qudt:AbstractQuantityKind-broader
a sh:PropertyShape ;
sh:path skos:broader ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:QuantityKind ;
.
qudt:AbstractQuantityKind-latexSymbol
a sh:PropertyShape ;
sh:path qudt:latexSymbol ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype qudt:LatexString ;
sh:minCount 0 ;
.
qudt:AbstractQuantityKind-symbol
a sh:PropertyShape ;
sh:path qudt:symbol ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:minCount 0 ;
.
qudt:AngleUnit
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "All units relating to specificaiton of angles. " ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Angle unit" ;
rdfs:subClassOf qudt:DimensionlessUnit ;
skos:exactMatch <http://dbpedia.org/resource/Category:Units_of_angle> ;
.
qudt:Aspect
a qudt:AspectClass ;
a sh:NodeShape ;
rdfs:comment "An aspect is an abstract type class that defines properties that can be reused."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "QUDT Aspect" ;
rdfs:subClassOf rdfs:Resource ;
.
qudt:AspectClass
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Aspect Class" ;
rdfs:subClassOf rdfs:Class ;
.
qudt:BaseDimensionMagnitude
a rdfs:Class ;
a sh:NodeShape ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Dimensional_analysis"^^xsd:anyURI ;
qudt:informativeReference "http://web.mit.edu/2.25/www/pdf/DA_unified.pdf"^^xsd:anyURI ;
rdfs:comment """<p class=\"lm-para\">A <em>Dimension</em> expresses a magnitude for a base quantiy kind such as mass, length and time.</p>
<p class=\"lm-para\">DEPRECATED - each exponent is expressed as a property. Keep until a validaiton of this has been done.</p>"""^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Base Dimension Magnitude" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:BaseDimensionMagnitude-hasBaseQuantityKind ;
sh:property qudt:BaseDimensionMagnitude-vectorMagnitude ;
.
qudt:BaseDimensionMagnitude-hasBaseQuantityKind
a sh:PropertyShape ;
sh:path qudt:hasBaseQuantityKind ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:QuantityKind ;
sh:maxCount 1 ;
sh:minCount 1 ;
.
qudt:BaseDimensionMagnitude-vectorMagnitude
a sh:PropertyShape ;
sh:path qudt:vectorMagnitude ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:float ;
sh:maxCount 1 ;
sh:minCount 1 ;
.
qudt:BigEndian
a qudt:EndianType ;
dtype:literal "big" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Big Endian" ;
.
qudt:BinaryPrefix
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "A <em>Binary Prefix</em> is a prefix for multiples of units in data processing, data transmission, and digital information, notably the bit and the byte, to indicate multiplication by a power of 2." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Binary Prefix" ;
rdfs:subClassOf qudt:Prefix ;
.
qudt:BitEncoding
a qudt:BitEncodingType ;
qudt:bits 1 ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Bit Encoding" ;
.
qudt:BitEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "A bit encoding is a correspondence between the two possible values of a bit, 0 or 1, and some interpretation. For example, in a boolean encoding, a bit denotes a truth value, where 0 corresponds to False and 1 corresponds to True." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Bit Encoding" ;
rdfs:subClassOf qudt:Encoding ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:BitEncoding
) ;
] ;
.
qudt:BooleanEncoding
a qudt:BooleanEncodingType ;
qudt:bits 1 ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Boolean Encoding" ;
.
qudt:BooleanEncodingType
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Boolean encoding type" ;
rdfs:subClassOf qudt:Encoding ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:BooleanEncoding
qudt:BitEncoding
qudt:OctetEncoding
) ;
] ;
.
qudt:ByteEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "This class contains the various ways that information may be encoded into bytes." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Byte Encoding" ;
rdfs:subClassOf qudt:Encoding ;
.
qudt:CT_COUNTABLY-INFINITE
a qudt:CardinalityType ;
dcterms:description "A set of numbers is called countably infinite if there is a way to enumerate them. Formally this is done with a bijection function that associates each number in the set with exactly one of the positive integers. The set of all fractions is also countably infinite. In other words, any set $X$ that has the same cardinality as the set of the natural numbers, or $| X | \\; = \\; | \\mathbb N | \\; = \\; \\aleph0$, is said to be a countably infinite set."^^qudt:LatexString ;
qudt:informativeReference "http://www.math.vanderbilt.edu/~schectex/courses/infinity.pdf"^^xsd:anyURI ;
qudt:literal "countable" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Countably Infinite Cardinality Type" ;
.
qudt:CT_FINITE
a qudt:CardinalityType ;
dcterms:description "Any set $X$ with cardinality less than that of the natural numbers, or $| X | \\\\; < \\; | \\\\mathbb N | $, is said to be a finite set."^^qudt:LatexString ;
qudt:literal "finite" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Finite Cardinality Type" ;
.
qudt:CT_UNCOUNTABLE
a qudt:CardinalityType ;
dcterms:description "Any set with cardinality greater than that of the natural numbers, or $| X | \\; > \\; | \\mathbb N | $, for example $| R| \\; = \\; c \\; > |\\mathbb N |$, is said to be uncountable."^^qudt:LatexString ;
qudt:literal "uncountable" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Uncountable Cardinality Type" ;
.
qudt:CardinalityType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set $A = {2, 4, 6}$ contains 3 elements, and therefore $A$ has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers."^^qudt:LatexString ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Cardinal_number"^^xsd:anyURI ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Cardinality"^^xsd:anyURI ;
qudt:plainTextDescription "In mathematics, the cardinality of a set is a measure of the number of elements of the set. For example, the set 'A = {2, 4, 6}' contains 3 elements, and therefore 'A' has a cardinality of 3. There are two approaches to cardinality – one which compares sets directly using bijections and injections, and another which uses cardinal numbers." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Cardinality Type" ;
rdfs:subClassOf qudt:EnumeratedValue ;
sh:property qudt:CardinalityType-literal ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:CT_COUNTABLY-INFINITE
qudt:CT_FINITE
qudt:CT_UNCOUNTABLE
) ;
] ;
.
qudt:CardinalityType-literal
a sh:PropertyShape ;
sh:path qudt:literal ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:CharEncoding
a qudt:BooleanEncodingType ;
a qudt:CharEncodingType ;
dc:description "7 bits of 1 octet" ;
qudt:bytes 1 ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Char Encoding" ;
.
qudt:CharEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "The class of all character encoding schemes, each of which defines a rule or algorithm for encoding character data as a sequence of bits or bytes." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Char Encoding Type" ;
rdfs:subClassOf qudt:Encoding ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:CharEncoding
) ;
] ;
.
qudt:Citation
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "Provides a simple way of making citations."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Citation" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:Citation-description ;
sh:property qudt:Citation-url ;
.
qudt:Citation-description
a sh:PropertyShape ;
sh:path dcterms:description ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
sh:minCount 1 ;
.
qudt:Citation-url
a sh:PropertyShape ;
sh:path qudt:url ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:anyURI ;
sh:maxCount 1 ;
.
qudt:Comment
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Comment" ;
rdfs:subClassOf qudt:Verifiable ;
sh:property qudt:Comment-description ;
sh:property qudt:Comment-rationale ;
.
qudt:Comment-description
a sh:PropertyShape ;
sh:path dcterms:description ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
.
qudt:Comment-rationale
a sh:PropertyShape ;
sh:path qudt:rationale ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype rdf:HTML ;
sh:minCount 0 ;
.
qudt:Concept
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "The root class for all QUDT concepts."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "QUDT Concept" ;
rdfs:subClassOf rdfs:Resource ;
sh:property qudt:Concept-abbreviation ;
sh:property qudt:Concept-code ;
sh:property qudt:Concept-deprecated ;
sh:property qudt:Concept-description ;
sh:property qudt:Concept-guidance ;
sh:property qudt:Concept-hasRule ;
sh:property qudt:Concept-id ;
sh:property qudt:Concept-isReplacedBy ;
sh:property qudt:Concept-plainTextDescription ;
.
qudt:Concept-abbreviation
a sh:PropertyShape ;
sh:path qudt:abbreviation ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Concept-code
a sh:PropertyShape ;
sh:path qudt:code ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
.
qudt:Concept-deprecated
a sh:PropertyShape ;
sh:path qudt:deprecated ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
.
qudt:Concept-description
a sh:PropertyShape ;
sh:path dcterms:description ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
.
qudt:Concept-guidance
a sh:PropertyShape ;
sh:path qudt:guidance ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype rdf:HTML ;
.
qudt:Concept-hasRule
a sh:PropertyShape ;
sh:path qudt:hasRule ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:Rule ;
.
qudt:Concept-id
a sh:PropertyShape ;
sh:path qudt:id ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Concept-isReplacedBy
a sh:PropertyShape ;
sh:path dcterms:isReplacedBy ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
.
qudt:Concept-plainTextDescription
a sh:PropertyShape ;
sh:path qudt:plainTextDescription ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
.
qudt:ConstantValue
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "Used to specify the values of a constant."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Constant value" ;
rdfs:subClassOf qudt:QuantityValue ;
sh:property qudt:ConstantValue-exactConstant ;
sh:property qudt:ConstantValue-informativeReference ;
.
qudt:ConstantValue-exactConstant
a sh:PropertyShape ;
sh:path qudt:exactConstant ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
.
qudt:ConstantValue-informativeReference
a sh:PropertyShape ;
sh:path qudt:informativeReference ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:anyURI ;
.
qudt:CountingUnit
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "Used for all units that express counts. Examples are Atomic Number, Number, Number per Year, Percent and Sample per Second."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Counting Unit" ;
rdfs:subClassOf qudt:DimensionlessUnit ;
.
qudt:CurrencyUnit
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "Currency Units have their own subclass of unit because: (a) they have additonal properites such as 'country' and (b) their URIs do not conform to the same rules as other units."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Currency Unit" ;
rdfs:subClassOf qudt:DimensionlessUnit ;
sh:property qudt:CurrencyUnit-currencyCode ;
sh:property qudt:CurrencyUnit-currencyExponent ;
sh:property qudt:CurrencyUnit-currencyNumber ;
.
qudt:CurrencyUnit-currencyCode
a sh:PropertyShape ;
sh:path qudt:currencyCode ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
.
qudt:CurrencyUnit-currencyExponent
a sh:PropertyShape ;
sh:path qudt:currencyExponent ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:integer ;
.
qudt:CurrencyUnit-currencyNumber
a sh:PropertyShape ;
sh:path qudt:currencyNumber ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:integer ;
.
qudt:DataEncoding
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "<p><em>Data Encoding</em> expresses the properties that specify how data is represented at the bit and byte level. These properties are applicable to describing raw data.</p>"^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Data Encoding" ;
rdfs:subClassOf qudt:Aspect ;
sh:property qudt:DataEncoding-bitOrder ;
sh:property qudt:DataEncoding-byteOrder ;
sh:property qudt:DataEncoding-encoding ;
.
qudt:DataEncoding-bitOrder
a sh:PropertyShape ;
sh:path qudt:bitOrder ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:EndianType ;
sh:maxCount 1 ;
.
qudt:DataEncoding-byteOrder
a sh:PropertyShape ;
sh:path qudt:byteOrder ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:EndianType ;
sh:maxCount 1 ;
.
qudt:DataEncoding-encoding
a sh:PropertyShape ;
sh:path qudt:encoding ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:Encoding ;
sh:maxCount 1 ;
.
qudt:Datatype
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "A data type is a definition of a set of values (for example, \"all integers between 0 and 10\"), and the allowable operations on those values; the meaning of the data; and the way values of that type can be stored. Some types are primitive - built-in to the language, with no visible internal structure - e.g. Boolean; others are composite - constructed from one or more other types (of either kind) - e.g. lists, arrays, structures, unions. Object-oriented programming extends this with classes which encapsulate both the structure of a type and the operations that can be performed on it. Some languages provide strong typing, others allow implicit type conversion and/or explicit type conversion." ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Data_type"^^xsd:anyURI ;
qudt:informativeReference "http://foldoc.org/data+type"^^xsd:anyURI ;
qudt:informativeReference "http://www.princeton.edu/~achaney/tmve/wiki100k/docs/Data_type.html"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "QUDT Datatype" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:Datatype-ansiSQLName ;
sh:property qudt:Datatype-basis ;
sh:property qudt:Datatype-bounded ;
sh:property qudt:Datatype-cName ;
sh:property qudt:Datatype-cardinality ;
sh:property qudt:Datatype-id ;
sh:property qudt:Datatype-javaName ;
sh:property qudt:Datatype-jsName ;
sh:property qudt:Datatype-matlabName ;
sh:property qudt:Datatype-microsoftSQLServerName ;
sh:property qudt:Datatype-mySQLName ;
sh:property qudt:Datatype-odbcName ;
sh:property qudt:Datatype-oleDBName ;
sh:property qudt:Datatype-oracleSQLName ;
sh:property qudt:Datatype-orderedType ;
sh:property qudt:Datatype-protocolBuffersName ;
sh:property qudt:Datatype-pythonName ;
sh:property qudt:Datatype-vbName ;
.
qudt:Datatype-ansiSQLName
a sh:PropertyShape ;
sh:path qudt:ansiSQLName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-basis
a sh:PropertyShape ;
sh:path qudt:basis ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:Datatype ;
sh:maxCount 1 ;
.
qudt:Datatype-bounded
a sh:PropertyShape ;
sh:path qudt:bounded ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
.
qudt:Datatype-cName
a sh:PropertyShape ;
sh:path qudt:cName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-cardinality
a sh:PropertyShape ;
sh:path qudt:cardinality ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:CardinalityType ;
sh:maxCount 1 ;
.
qudt:Datatype-id
a sh:PropertyShape ;
sh:path qudt:id ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-javaName
a sh:PropertyShape ;
sh:path qudt:javaName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-jsName
a sh:PropertyShape ;
sh:path qudt:jsName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-matlabName
a sh:PropertyShape ;
sh:path qudt:matlabName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-microsoftSQLServerName
a sh:PropertyShape ;
sh:path qudt:microsoftSQLServerName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-mySQLName
a sh:PropertyShape ;
sh:path qudt:mySQLName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
.
qudt:Datatype-odbcName
a sh:PropertyShape ;
sh:path qudt:odbcName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-oleDBName
a sh:PropertyShape ;
sh:path qudt:oleDBName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-oracleSQLName
a sh:PropertyShape ;
sh:path qudt:oracleSQLName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-orderedType
a sh:PropertyShape ;
sh:path qudt:orderedType ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:OrderedType ;
sh:maxCount 1 ;
.
qudt:Datatype-protocolBuffersName
a sh:PropertyShape ;
sh:path qudt:protocolBuffersName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-pythonName
a sh:PropertyShape ;
sh:path qudt:pythonName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Datatype-vbName
a sh:PropertyShape ;
sh:path qudt:vbName ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:DateTimeStringEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "Date Time encodings are logical encodings for expressing date/time quantities as strings by applying unambiguous formatting and parsing rules." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Date Time String Encoding Type" ;
rdfs:subClassOf qudt:StringEncodingType ;
sh:property qudt:DateTimeStringEncodingType-allowedPattern ;
.
qudt:DateTimeStringEncodingType-allowedPattern
a sh:PropertyShape ;
sh:path qudt:allowedPattern ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:minCount 1 ;
.
qudt:DecimalPrefix
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "A <em>Decimal Prefix</em> is a prefix for multiples of units that are powers of 10." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Decimal Prefix" ;
rdfs:subClassOf qudt:Prefix ;
.
qudt:DerivedUnit
a rdfs:Class ;
a sh:NodeShape ;
qudt:dbpediaMatch "http://dbpedia.org/resource/Category:SI_derived_units"^^xsd:anyURI ;
rdfs:comment "A DerivedUnit is a type specification for units that are derived from other units."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Derived Unit" ;
rdfs:subClassOf qudt:Unit ;
.
qudt:DimensionlessUnit
a rdfs:Class ;
a sh:NodeShape ;
rdfs:comment "A Dimensionless Unit is a quantity for which all the exponents of the factors corresponding to the base quantities in its quantity dimension are zero."^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Dimensionless Unit" ;
rdfs:subClassOf qudt:Unit ;
.
qudt:Discipline
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Discipline" ;
rdfs:subClassOf qudt:Concept ;
.
qudt:DoublePrecisionEncoding
a qudt:FloatingPointEncodingType ;
qudt:bytes 64 ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Single Precision Real Encoding" ;
.
qudt:Encoding
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "An encoding is a rule or algorithm that is used to convert data from a native, or unspecified form into a specific form that satisfies the encoding rules. Examples of encodings include character encodings, such as UTF-8." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Encoding" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:Encoding-bits ;
sh:property qudt:Encoding-bytes ;
.
qudt:Encoding-bits
a sh:PropertyShape ;
sh:path qudt:bits ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:integer ;
sh:maxCount 1 ;
.
qudt:Encoding-bytes
a sh:PropertyShape ;
sh:path qudt:bytes ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:integer ;
sh:maxCount 1 ;
.
qudt:EndianType
a rdfs:Class ;
a sh:NodeShape ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Endianness"^^xsd:anyURI ;
qudt:plainTextDescription "In computing, endianness is the ordering used to represent some kind of data as a sequence of smaller units. Typical cases are the order in which integer values are stored as bytes in computer memory (relative to a given memory addressing scheme) and the transmission order over a network or other medium. When specifically talking about bytes, endianness is also referred to simply as byte order. Most computer processors simply store integers as sequences of bytes, so that, conceptually, the encoded value can be obtained by simple concatenation. For an 'n-byte' integer value this allows 'n!' (n factorial) possible representations (one for each byte permutation). The two most common of them are: increasing numeric significance with increasing memory addresses, known as little-endian, and its opposite, called big-endian." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Endian Type" ;
rdfs:subClassOf qudt:EnumeratedValue ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt.type:LittleEndian
qudt.type:BigEndian
) ;
] ;
.
qudt:EnumeratedQuantity
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Enumerated Quantity" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:EnumeratedQuantity-enumeratedValue ;
sh:property qudt:EnumeratedQuantity-enumeration ;
.
qudt:EnumeratedQuantity-enumeratedValue
a sh:PropertyShape ;
sh:path qudt:enumeratedValue ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:EnumeratedValue ;
sh:maxCount 1 ;
.
qudt:EnumeratedQuantity-enumeration
a sh:PropertyShape ;
sh:path qudt:enumeration ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:Enumeration ;
sh:maxCount 1 ;
.
qudt:EnumeratedValue
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description """<p>This class is for all enumerated and/or coded values. For example, it contains the dimension objects that are the basis elements in some abstract vector space associated with a quantity kind system. Another use is for the base dimensions for quantity systems. Each quantity kind system that defines a base set has a corresponding ordered enumeration whose elements are the dimension objects for the base quantity kinds. The order of the dimensions in the enumeration determines the canonical order of the basis elements in the corresponding abstract vector space.</p>
<p>An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in data conflicts and misinterpretations.</p>
<p>The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of Scalar Datatype. This allows them to be used as the reference of a datatype specification.</p>"""^^rdf:HTML ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Enumerated Value" ;
rdfs:subClassOf qudt:Concept ;
rdfs:subClassOf qudt:Verifiable ;
rdfs:subClassOf dtype:EnumeratedValue ;
sh:property qudt:EnumeratedValue-abbreviation ;
sh:property qudt:EnumeratedValue-description ;
sh:property qudt:EnumeratedValue-symbol ;
.
qudt:EnumeratedValue-abbreviation
a sh:PropertyShape ;
sh:path qudt:abbreviation ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:EnumeratedValue-description
a sh:PropertyShape ;
sh:path dcterms:description ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
.
qudt:EnumeratedValue-symbol
a sh:PropertyShape ;
sh:path qudt:symbol ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:maxCount 1 ;
.
qudt:Enumeration
a rdfs:Class ;
a sh:NodeShape ;
qudt:dbpediaMatch "http://dbpedia.org/resource/Enumeration"^^xsd:anyURI ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Enumerated_type"^^xsd:anyURI ;
qudt:informativeReference "http://en.wikipedia.org/wiki/Enumeration"^^xsd:anyURI ;
rdfs:comment """<p>An enumeration is a set of literals from which a single value is selected. Each literal can have a tag as an integer within a standard encoding appropriate to the range of integer values. Consistency of enumeration types will allow them, and the enumerated values, to be referred to unambiguously either through symbolic name or encoding. Enumerated values are also controlled vocabularies and as such need to be standardized. Without this consistency enumeration literals can be stated differently and result in data conflicts and misinterpretations.</p>
<p>The tags are a set of positive whole numbers, not necessarily contiguous and having no numerical significance, each corresponding to the associated literal identifier. An order attribute can also be given on the enumeration elements. An enumeration can itself be a member of an enumeration. This allows enumerations to be enumerated in a selection. Enumerations are also subclasses of <em>Scalar Datatype</em>. This allows them to be used as the reference of a datatype specification.</p>"""^^rdf:HTML ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Enumeration" ;
rdfs:subClassOf qudt:Concept ;
rdfs:subClassOf dtype:Enumeration ;
sh:property qudt:Enumeration-abbreviation ;
sh:property qudt:Enumeration-default ;
sh:property qudt:Enumeration-element ;
.
qudt:Enumeration-abbreviation
a sh:PropertyShape ;
sh:path qudt:abbreviation ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Enumeration-default
a sh:PropertyShape ;
sh:path qudt:default ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:EnumeratedValue ;
sh:maxCount 1 ;
.
qudt:Enumeration-element
a sh:PropertyShape ;
sh:path qudt:element ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:class qudt:EnumeratedValue ;
sh:minCount 1 ;
.
qudt:EnumerationScale
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Enumeration scale" ;
rdfs:subClassOf qudt:Scale ;
rdfs:subClassOf dtype:Enumeration ;
.
qudt:Figure
a rdfs:Class ;
a sh:NodeShape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Figure" ;
rdfs:subClassOf qudt:Concept ;
sh:property qudt:Figure-figureCaption ;
sh:property qudt:Figure-figureLabel ;
sh:property qudt:Figure-height ;
sh:property qudt:Figure-image ;
sh:property qudt:Figure-imageLocation ;
sh:property qudt:Figure-landscape ;
sh:property qudt:Figure-width ;
.
qudt:Figure-figureCaption
a sh:PropertyShape ;
sh:path qudt:figureCaption ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Figure-figureLabel
a sh:PropertyShape ;
sh:path qudt:figureLabel ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Figure-height
a sh:PropertyShape ;
sh:path qudt:height ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:Figure-image
a sh:PropertyShape ;
sh:path qudt:image ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:anyURI ;
sh:maxCount 1 ;
.
qudt:Figure-imageLocation
a sh:PropertyShape ;
sh:path qudt:imageLocation ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:anyURI ;
sh:maxCount 1 ;
sh:minCount 1 ;
.
qudt:Figure-landscape
a sh:PropertyShape ;
sh:path qudt:landscape ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:boolean ;
sh:maxCount 1 ;
.
qudt:Figure-width
a sh:PropertyShape ;
sh:path qudt:width ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
.
qudt:FloatingPointEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "A \"Encoding\" with the following instance(s): \"Double Precision Encoding\", \"Single Precision Real Encoding\"." ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Floating Point Encoding" ;
rdfs:subClassOf qudt:Encoding ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:DoublePrecisionEncoding
qudt:IEEE754_1985RealEncoding
qudt:SinglePrecisionRealEncoding
) ;
] ;
.
qudt:IEEE754_1985RealEncoding
a qudt:FloatingPointEncodingType ;
qudt:bytes 32 ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "IEEE 754 1985 Real Encoding" ;
.
qudt:ISO8601-UTCDateTime-BasicFormat
a qudt:DateTimeStringEncodingType ;
qudt:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}.[0-9]+Z" ;
qudt:allowedPattern "[0-9]{4}[0-9]{2}[0-9]{2}T[0-9]{2}[0-9]{2}[0-9]{2}Z" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "ISO 8601 UTC Date Time - Basic Format" ;
.
qudt:IntegerEncodingType
a rdfs:Class ;
a sh:NodeShape ;
dcterms:description "The encoding scheme for integer types" ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
rdfs:label "Integer Encoding" ;
rdfs:subClassOf qudt:Encoding ;
sh:property [
a sh:PropertyShape ;
sh:path [
sh:inversePath rdf:type ;
] ;
rdfs:isDefinedBy <http://qudt.org/2.1/schema/shacl/qudt> ;
sh:in (
qudt:LongUnsignedIntegerEncoding
qudt:ShortUnsignedIntegerEncoding
qudt:ShortUnsignedIntegerEncoding
qudt:SignedIntegerEncoding
qudt:UnsignedIntegerEncoding
) ;
] ;
.
qudt:IntervalScale
a rdfs:Class ;