-
Notifications
You must be signed in to change notification settings - Fork 6
/
rami.ttl
926 lines (646 loc) · 41.5 KB
/
rami.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
@prefix : <https://w3id.org/i40/rami#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix om: <http://www.wurvoc.org/vocabularies/om-1.8/> .
@prefix DUL: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix dul: <http://www.loa-cnr.it/ontologies/DUL.owl#> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ssn: <http://purl.oclc.org/NET/ssnx/ssn#> .
@prefix sto: <https://w3id.org/i40/sto#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/spec/> .
@prefix obda: <https://w3id.org/obda/vocabulary#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rami: <https://w3id.org/i40/rami#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@base <https://w3id.org/i40/rami#> .
<https://w3id.org/i40/rami#> rdf:type owl:Ontology ;
rdfs:comment "Update implementing the specifiations coming from 'Details of the Asset Administration Shell - Part 1: The exchange of information between partners in the value chain of Industrie 4.0 (Version 1.0)'" ;
vann:preferredNamespaceUri "https://w3id.org/i40/rami#" ;
owl:versionInfo 0.4 ;
skos:definition "An Ontology to represents the Reference Architecture Model for Industry 4.0 (RAMI), including the concept of the Administration Shell I4.0 Component."@en ;
void:vocabulary rdfs: ,
skos: ,
dc: ;
skos:prefLabel "rami"@en ;
void:vocabulary xsd: ;
vann:preferredNamespacePrefix "rami" ;
rdfs:isDefinedBy <https://w3id.org/i40/rami#> ;
dcterms:creator <https://www.linkedin.com/in/irl%C3%A1n-g-51766139/>;
dcterms:contributor <https://www.linkedin.com/in/sebastianrbader/> ;
.
#################################################################
# Annotation properties
#################################################################
### http://purl.org/dc/elements/1.1/date
dc:date rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/description
dc:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/format
dc:format rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/identifier
dc:identifier rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/language
dc:language rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/relation
dc:relation rdf:type owl:AnnotationProperty .
### http://purl.org/dc/elements/1.1/source
dc:source rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/description
dcterms:description rdf:type owl:AnnotationProperty .
### http://purl.org/dc/terms/identifier
dcterms:identifier rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf dc:identifier ;
rdfs:range rdfs:Literal .
### http://purl.org/vocab/vann/preferredNamespacePrefix
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
### http://purl.org/vocab/vann/preferredNamespaceUri
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
### http://rdfs.org/ns/void#vocabulary
void:vocabulary rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#altLabel
skos:altLabel rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#note
skos:note rdf:type owl:AnnotationProperty .
### http://www.w3.org/2004/02/skos/core#prefLabel
skos:prefLabel rdf:type owl:AnnotationProperty .
### http://www.wurvoc.org/vocabularies/om-1.8/hasNumericalValue
om:hasNumericalValue rdf:type owl:DatatypeProperty ;
rdfs:domain om:Measure .
### https://w3id.org/i40/rami#assetId
rami:assetId rdf:type owl:DatatypeProperty ;
rdfs:domain rami:Asset .
### https://w3id.org/i40/rami#description
rami:description rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf rdfs:comment ;
rdfs:range xsd:string ;
rdfs:domain rami:Asset .
### https://w3id.org/i40/rami#display
rami:display rdf:type owl:AnnotationProperty .
### https://w3id.org/i40/rami#idShort
rami:idShort rdf:type owl:AnnotationProperty .
### https://w3id.org/i40/rami#semanticId
rami:semanticId rdf:type owl:AnnotationProperty ;
rdfs:subPropertyOf rdfs:seeAlso ;
rdfs:range rami:ExpressionSemantic ;
rdfs:domain rami:Submodel .
#################################################################
# Datatypes
#################################################################
### http://www.w3.org/2001/XMLSchema#date
xsd:date rdf:type rdfs:Datatype .
### https://w3id.org/i40/rami#IRDI
rami:IRDI rdf:type rdfs:Datatype ;
rdfs:comment """IRDI - ISO29002-5, ISO IEC 6523 and ISO IEC 11179-6 [20] as an Identifier scheme for properties and classifications. They are created in a process of consortium-wise specification or international standardisation.
To this end, users sit down together and feed their ideas into the consortia or standardisation bodies. Properties in ISO, IEC help to safeguard key commercial interests. Repositories like eCl@ss and others make it possible to standardise a relatively large number of Identifiers in an appropriately short time."""@en .
### https://w3id.org/i40/rami#blob
rami:blob rdf:type rdfs:Datatype ;
rdfs:comment "A BLOB is a data element that represents a file that is contained with its source code in the value attribute."@en ;
rdfs:label "rami:blob"^^xsd:string .
### https://w3id.org/i40/rami#file
rami:file rdf:type rdfs:Datatype ;
rdfs:comment "A File is a data element that represents a file via its path description."@en ;
rdfs:label "rami:file"^^xsd:string .
#################################################################
# Object Properties
#################################################################
### http://www.loa-cnr.it/ontologies/DUL.owl#isPartOf
dul:isPartOf rdf:type owl:ObjectProperty ,
owl:TransitiveProperty ;
rdfs:domain rami:Asset ;
rdfs:range rami:Asset ;
rdfs:comment "A relation between any entities, in this case, the Asset can be part of other Asset(s)."^^xsd:string ;
rdfs:isDefinedBy <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl> ;
rdfs:label "is Part Of"@en .
### http://www.w3.org/TR/2013/REC-prov-o-20130430/#wasDerivedFrom
<http://www.w3.org/TR/2013/REC-prov-o-20130430/#wasDerivedFrom> rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty .
### https://w3id.org/i40/rami#administration
rami:administration rdf:type owl:ObjectProperty ;
rdfs:comment """Administrative information of an identifiable element.
Note: Some of the administrative information like the version number might
need to be part of the identification."""@en ;
rdfs:label "has administration"@en .
### https://w3id.org/i40/rami#asset
rami:asset rdf:type owl:ObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:Asset ;
rdfs:comment "The asset the AAS is representing."@en ;
rdfs:label "asset"@en .
### https://w3id.org/i40/rami#assetIdentificationModel
rami:assetIdentificationModel rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf rami:hasSubmodel ;
rdfs:domain rami:Asset ;
rdfs:range rami:Submodel ;
rdfs:comment """A reference to a Submodel that defines the handling of
additional domain specific (proprietary) Identifiers for
the asset like e.g. serial number etc."""@en ;
rdfs:label "has Asset Identification Model"^^xsd:string .
### https://w3id.org/i40/rami#conceptDictionary
rami:conceptDictionary rdf:type owl:ObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:ConceptDictionary ;
rdfs:comment "An AAS max have one or more concept dictionaries assigned to it. The concept dictionaries typically contain only descriptions for elements that are also used within the AAS (via HasSemantics)."@en ;
rdfs:label "has concept dictionary" .
### https://w3id.org/i40/rami#containedElement
rami:containedElement rdf:type owl:ObjectProperty ;
rdfs:comment "Referable elements that are contained in the view."@en ;
rdfs:label "containedElement"^^xsd:string .
### https://w3id.org/i40/rami#contributes
rami:contributes rdf:type owl:ObjectProperty ;
rdfs:domain rami:Submodel ;
skos:definition "Agent(Person or Software) that contributes to the Entity/Object related data. It correspond to the Contributor concept of OMM"@en ;
skos:prefLabel "has Type Description"@en .
### https://w3id.org/i40/rami#dataElement
rami:dataElement rdf:type owl:ObjectProperty ;
rdfs:comment """A data element is a submodel element that is not further composed out of other submodel elements.
A data element is a submodel element that has a value. The type of value differs for different subtypes of data elements."""@en ;
rdfs:label "dataElement"@en .
### https://w3id.org/i40/rami#defaultEnvironmentAttributes
rami:defaultEnvironmentAttributes rdf:type owl:ObjectProperty ;
rdfs:comment """Reference to a submodel defining default environment attributes, i.e. attributes that are not describing the asset itself.
The submodel is of kind=Type.
At the same type the values of these environment attributes need to be accessible when evaluating the access permission rules. This is realized as a policy information point."""@en ;
rdfs:label "defaultEnvironmentAttributes"^^xsd:string .
### https://w3id.org/i40/rami#defaultPermissions
rami:defaultPermissions rdf:type owl:ObjectProperty ;
rdfs:comment "Reference to a submodel defining the default permissions for the AAS."@en ;
rdfs:label "defaultPermissions"^^xsd:string .
### https://w3id.org/i40/rami#defaultSubjectAttributes
rami:defaultSubjectAttributes rdf:type owl:ObjectProperty ;
rdfs:comment """Reference to a submodel defining the default subjects attributes for the AAS that can be used to describe access permission rules.
The submodel is of kind=Type."""@en ;
rdfs:label "defaultSubjectAttributes"^^xsd:string .
### https://w3id.org/i40/rami#dependsOn
rami:dependsOn rdf:type owl:ObjectProperty ;
rdfs:comment "A formula may depend on referable or even external global elements - assumed that can be referenced and their value may be evaluated - that are used in the logical expression."@en ;
rdfs:label "dependsOn"@en .
### https://w3id.org/i40/rami#derivedFrom
rami:derivedFrom rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://www.w3.org/TR/2013/REC-prov-o-20130430/#wasDerivedFrom> ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:AdminShell ;
rdfs:comment "This relation connects instances of AAS with their respective types. Refer to Asset Kind for further information of instance and type kinds."@en ;
rdfs:label "derived from"^^xsd:string .
### https://w3id.org/i40/rami#describes
rami:describes rdf:type owl:ObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:Asset ;
rdfs:comment "Connect the Asset with the Administration Shell"@en ;
skos:altLabel "describes"@en .
### https://w3id.org/i40/rami#first
rami:first rdf:type owl:ObjectProperty ;
rdfs:comment "First element in the relationship taking the role of the subject."@en ;
rdfs:label "first"^^xsd:string .
### https://w3id.org/i40/rami#hasConceptDescription
rami:hasConceptDescription rdf:type owl:ObjectProperty ;
rdfs:comment """The semantics of a property or other elements that may have a semantic description is defined by a concept description.
The description of the concept should follow a standardized schema (realized as data specification template)."""@en ;
rdfs:label "has ConceptDescription"@en .
### https://w3id.org/i40/rami#hasDataSpecification
rami:hasDataSpecification rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:comment "Global reference to the data specification template used by the element."@en ;
rdfs:label "has Data Specification"@en .
### https://w3id.org/i40/rami#hasDatatype
rami:hasDatatype rdf:type owl:ObjectProperty ;
rdfs:domain rami:Submodel ;
rdfs:comment "Points to the datatypes of the Submodels"@en ;
rdfs:label "has Datatype"@en .
### https://w3id.org/i40/rami#hasIdType
rami:hasIdType rdf:type owl:ObjectProperty ;
rdfs:comment """Type of the key value.
In case of idType = idShort local shall be true.
In case type=GlobalReference idType shall not be IdShort."""@en ;
rdfs:label "has idType"@en .
### https://w3id.org/i40/rami#hasKey
rami:hasKey rdf:type owl:ObjectProperty ;
rdfs:comment "Unique reference in its name space."@en ;
rdfs:label "has Key"^^xsd:string .
### https://w3id.org/i40/rami#hasKind
rami:hasKind rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf owl:topObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:AssetKind ;
rdfs:label "has kind"@en .
### https://w3id.org/i40/rami#hasReference
rami:hasReference rdf:type owl:ObjectProperty ;
rdfs:domain rami:Submodel ;
rdfs:label "has Reference"@en .
### https://w3id.org/i40/rami#hasSubjectAttribute
rami:hasSubjectAttribute rdf:type owl:ObjectProperty ;
rdfs:comment "A data element that further classifies a specific subject."@en ;
rdfs:label "has subjectAttribute"^^xsd:string .
### https://w3id.org/i40/rami#hasSubmodel
rami:hasSubmodel rdf:type owl:ObjectProperty ;
rdfs:domain rami:Asset ;
rdfs:range rami:Submodel ;
rdfs:comment "Points to the Admin Shell to the Submodels that describe the Admin Shell of a given Asset"@en ;
rdfs:label "has Submodel"@en ;
skos:altLabel "assetIdentificationModel"@en .
### https://w3id.org/i40/rami#hasValue
rami:hasValue rdf:type owl:ObjectProperty ;
rdfs:domain rami:Submodel ;
rdfs:range rami:Value .
### https://w3id.org/i40/rami#hasView
rami:hasView rdf:type owl:ObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:View ;
rdfs:comment "Points to the differents views associated to the Administration Shell via the Submodels."@en ;
rdfs:label "has View"@en ;
skos:prefLabel "view"@en .
### https://w3id.org/i40/rami#in
rami:in rdf:type owl:ObjectProperty ;
rdfs:comment "the rami:in attribute of rami:operation is the input parameter"@en .
### https://w3id.org/i40/rami#inAccordanceWith
rami:inAccordanceWith rdf:type owl:ObjectProperty ;
rdfs:domain rami:Submodel ;
rdfs:comment "The Submodel is in accordance with a given standard specified in the STO ontology"@en ;
rdfs:label "in Accordance With"@en .
### https://w3id.org/i40/rami#isCaseOf
rami:isCaseOf rdf:type owl:ObjectProperty .
### https://w3id.org/i40/rami#isConnectedTo
rami:isConnectedTo rdf:type owl:ObjectProperty ;
rdfs:domain rami:AdminShell ;
rdfs:range rami:Dimension ;
rdfs:comment "Connects the Admin Shell with the different RAMI4.0 Dimensions"@en ;
rdfs:label "is Connected To"@en .
### https://w3id.org/i40/rami#mimeType
rami:mimeType rdf:type owl:ObjectProperty ;
rdfs:comment """Mime type of the content of the BLOB.
The mime type states which file extension the file has.
Valid values are e.g. “application/json”, “application/xls”, ”image/jpg”
The allowed values are defined as in RFC2046.
or
Mime type of the content of the File."""@en ;
rdfs:label "mimeType"^^xsd:string ;
rdfs:seeAlso "http://uri4uri.net/vocab.html/#MimetypeDatatype"^^xsd:string .
### https://w3id.org/i40/rami#object
rami:object rdf:type owl:ObjectProperty ;
rdfs:comment "Element to which permission shall be assigned."@en ;
rdfs:label "has object"^^xsd:string .
### https://w3id.org/i40/rami#objectAttribute
rami:objectAttribute rdf:type owl:ObjectProperty ;
rdfs:comment "A data element that further classifies an object."@en ;
rdfs:label "objectAttribute"^^xsd:string .
### https://w3id.org/i40/rami#out
rami:out rdf:type owl:ObjectProperty ;
rdfs:comment "out is the output paramter of the Operation"@en ;
rdfs:label "out"@en .
### https://w3id.org/i40/rami#parent
rami:parent rdf:type owl:ObjectProperty ;
rdfs:comment """Reference to the next referable parent element of the element. Constraint AASd-004: Add parent in case of non-identifiable elements.
Note: This element is used to ease navigation in the model and thus it enables more performant"""@en ;
rdfs:label "parent"@en .
### https://w3id.org/i40/rami#preferredName
rami:preferredName rdf:type owl:ObjectProperty ;
rdfs:comment "This is the preferredName of a ConceptDescription object"@en ;
rdfs:label "preferredName"^^xsd:string .
### https://w3id.org/i40/rami#qualifierType
rami:qualifierType rdf:type owl:ObjectProperty .
### https://w3id.org/i40/rami#qualifierValue
rami:qualifierValue rdf:type owl:ObjectProperty ;
rdfs:comment """The qualifier value is the value of the qualifier.
Constraint AASd-006: if both, the value and the valueId are present then the value needs to be identical to the short name of the referenced coded value in qualifierValueId."""@en .
### https://w3id.org/i40/rami#second
rami:second rdf:type owl:ObjectProperty ;
rdfs:comment "Second element in the relationship taking the role of the object."@en ;
rdfs:label "second"^^xsd:string .
### https://w3id.org/i40/rami#selectableEnvironmentAttributes
rami:selectableEnvironmentAttributes rdf:type owl:ObjectProperty ;
rdfs:comment """Reference to a submodel defining which environment attributes can be accessed via the permission rules defined for the AAS, i.e. attributes that are not describing the asset itself.
Default: reference to the submodel referenced via
defaultEnvironmentAttributes"""@en ;
rdfs:label "selectableEnvironmentAttributes"^^xsd:string .
### https://w3id.org/i40/rami#submodelElement
rami:submodelElement rdf:type owl:ObjectProperty ;
rdfs:range rami:SubmodelElement ;
rdfs:comment """A submodel consists of zero or more
submodel elements."""@en ;
rdfs:label "has Submodel Element"@en .
### https://w3id.org/i40/rami#targetObjectAttributes
rami:targetObjectAttributes rdf:type owl:ObjectProperty ;
rdfs:comment "Target object attributes that need to be fulfilled so that the access permissions apply to the accessing subject."@en ;
rdfs:label "targetObjectAttributes"^^xsd:string .
### https://w3id.org/i40/rami#targetSubjectAttributes
rami:targetSubjectAttributes rdf:type owl:ObjectProperty ;
rdfs:comment "Target subject attributes that need to be fulfilled by the accessing subject to get the permissions defined by this rule."@en ;
rdfs:label "targetSubjetAtrtibutes"^^xsd:string .
### https://w3id.org/i40/rami#trustAnchor
rami:trustAnchor rdf:type owl:ObjectProperty ;
rdfs:comment "Trust anchor of AAS, typically certificates."@en ;
rdfs:label "trustAnchor"^^xsd:string .
### https://w3id.org/i40/rami#value
rami:value rdf:type owl:ObjectProperty ;
rdfs:comment "The key value, for example an IRDI if the idType=IRDI."@en ;
rdfs:label "keyValue"^^xsd:string .
#################################################################
# Data properties
#################################################################
### http://purl.org/dc/terms/hasVersion
dcterms:hasVersion rdf:type owl:DatatypeProperty .
### http://purl.org/dc/terms/identifier
dcterms:identifier rdf:type owl:DatatypeProperty .
### http://www.wurvoc.org/vocabularies/om-1.8/hasNumericalValue
om:hasNumericalValue rdf:type owl:DatatypeProperty .
### https://w3id.org/i40/rami#allowDuplicates
rami:allowDuplicates rdf:type owl:DatatypeProperty ;
rdfs:comment """If allowDuplicates=true then it is allowed that the collection contains the same element several times.
Default = false"""@en ;
skos:altLabel "allow duplicates"^^xsd:string .
### https://w3id.org/i40/rami#assetId
rami:assetId rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:identifier .
### https://w3id.org/i40/rami#creationDate
rami:creationDate rdf:type owl:DatatypeProperty ;
rdfs:domain rami:Submodel ;
rdfs:range xsd:dateTime ;
skos:definition "Date when an Agent(Person or Software) creates to the Entity/Object related data. It correspond to the Creator concept of OMM"@en ;
skos:prefLabel "has Creator"@en .
### https://w3id.org/i40/rami#definition
rami:definition rdf:type owl:DatatypeProperty ;
rdfs:label "This is the definition that is contained in the conceptDescription."@en ,
"has definition"^^xsd:string .
### https://w3id.org/i40/rami#description
rami:description rdf:type owl:DatatypeProperty .
### https://w3id.org/i40/rami#hasLocal
rami:hasLocal rdf:type owl:DatatypeProperty ;
rdfs:comment "Denotes if the key references a model element of the same AAS (=true) or not (=false). In case of local = false the key may reference a model element of another AAS or an entity outside any AAS that has a global unique id."@en ;
rdfs:label "has local"^^xsd:string .
### https://w3id.org/i40/rami#id
rami:id rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:identifier ;
rdfs:comment "A globally unique identifier which is NOT a URI."@en ;
rdfs:label "identification"@en .
### https://w3id.org/i40/rami#idShort
rami:idShort rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:identifier .
### https://w3id.org/i40/rami#isCaseOf
rami:isCaseOf rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:identifier .
### https://w3id.org/i40/rami#isDescribedWith
rami:isDescribedWith rdf:type owl:DatatypeProperty ;
rdfs:seeAlso rami:asset ;
owl:deprecated "true"^^xsd:boolean ;
skos:definition "Points to the Standard used to describe a given object"@en ;
skos:prefLabel "Is Described With"@en .
### https://w3id.org/i40/rami#logs
rami:logs rdf:type owl:DatatypeProperty ;
rdfs:range xsd:string ;
skos:prefLabel "logs"@en .
### https://w3id.org/i40/rami#ordered
rami:ordered rdf:type owl:DatatypeProperty ;
rdfs:comment """If ordered=false then the elements in the property collection are not ordered. If ordered=true then the elements in the collection are ordered.
Default = false"""@en ;
rdfs:label "ordered"^^xsd:string .
### https://w3id.org/i40/rami#publishedURL
rami:publishedURL rdf:type owl:DatatypeProperty .
### https://w3id.org/i40/rami#revision
rami:revision rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:hasVersion ;
rdfs:comment "Revision of the element. Constraint AASd-005: A revision requires a version. This means, if there is no version there is no revision neither."@en ;
rdfs:label "revision"@en .
### https://w3id.org/i40/rami#semanticId
rami:semanticId rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:identifier .
### https://w3id.org/i40/rami#version
rami:version rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf dcterms:hasVersion ;
rdfs:comment "Version of the element."@en ;
rdfs:label "version"@en .
#################################################################
# Classes
#################################################################
### https://w3id.org/i40/rami#AccessControlPolicyPoints
rami:AccessControlPolicyPoints rdf:type owl:Class ;
rdfs:comment "Container for access control policy points."@en ;
rdfs:label "Access ControlPolicy Points"^^xsd:string .
### https://w3id.org/i40/rami#AdminShell
rami:AdminShell rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:Identifiable ;
dc:source "This definition comprises material from RAMI4.0."@en ;
rdfs:label "Admin Shell"@en ;
skos:altLabel "Administration Shell"@en ,
"Asset Administration Shell"@en ;
skos:definition "Describes the Administration Shell for Assets, Products, Components, e.g. Machines"@en ;
skos:prefLabel "Verwaltungsschale"^^xsd:string .
### https://w3id.org/i40/rami#AdministrativeInformation
rami:AdministrativeInformation rdf:type owl:Class ;
rdfs:subClassOf rami:DataSpecification ;
rdfs:comment """Every Identifiable may have administrative information. Administrative information includes for example
Information about the version of the element
Information about who created or who made the last change to the element
Information about the languages available in case the element contains text, for translating purposed also themmaster or default language may be defined
In the first version of the AAS metamodel only version information as defined by IEC 61360 is defined. In later versions additional attributes may be added."""@en ;
rdfs:label "Administrative Information"^^xsd:string .
### https://w3id.org/i40/rami#Asset
rami:Asset rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:HasKind ,
rami:Identifiable .
### https://w3id.org/i40/rami#AssetKind
rami:AssetKind rdf:type owl:Class ;
rdfs:subClassOf rami:Dimension ;
rdfs:comment """The RAMI4.0 model features one, generalized life-cycle axis, which was derived from IEC 62890. The basic idea is to distinguish for all assets within Industrie 4.0 between possible types and instance. This makes it possible to apply the type/instance distinction for all elements such as material type/material instance, product type/product instance, machine type/ machine instance and more. Business related information will be handled on the 'Business' layer of the
RAMI4.0 model, as well, covering also order details and workflows, again with types/ instances."""@en ;
rdfs:label "Asset Kind"@en .
### https://w3id.org/i40/rami#Blob
rami:Blob rdf:type owl:Class ;
rdfs:subClassOf rami:DataElement ;
rdfs:comment "A BLOB is a data element that represents a file that is contained with its source code in the value attribute."@en ;
rdfs:label "BlobDataElement"@en .
### https://w3id.org/i40/rami#ConceptDescription
rami:ConceptDescription rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:Identifiable ;
dc:description "\"The AAS itself can also define its own dictionary that contains semantic definitions of its submodel elements. These semantic definitions are called concept descriptions (ConceptDescription). It is optional whether an AAS defines its own concept dictionary (ConceptDictionary) or not.\""@en .
### https://w3id.org/i40/rami#ConceptDictionary
rami:ConceptDictionary rdf:type owl:Class ;
rdfs:subClassOf rami:Referable ;
rdfs:comment "A dictionary contains elements that can be reused. The concept dictionary contains concept descriptions. Typically a concept description dictionary of an AAS contains only concept descriptions of elements used within submodels of the AAS."@en ;
rdfs:label "Concept Dictionary" .
### https://w3id.org/i40/rami#DataElement
rami:DataElement rdf:type owl:Class ;
rdfs:subClassOf rami:SubmodelElement ;
rdfs:comment "A data element is a submodel element that is not further composed out of other submodel elements. A data element is a submodel element that has a value. The type of value differs for different subtypes of data elements."@en ;
rdfs:label "DataElement"^^xsd:string ;
skos:note "abstract" .
### https://w3id.org/i40/rami#DataSpecification
rami:DataSpecification rdf:type owl:Class ;
rdfs:comment "Element that can have data specification templates. A template defines the additional attributes an element may or shall have."@en ;
rdfs:label "DataSpecification"@en ;
skos:note "abstract"@en .
### https://w3id.org/i40/rami#Dimension
rami:Dimension rdf:type owl:Class .
### https://w3id.org/i40/rami#File
rami:File rdf:type owl:Class ;
rdfs:subClassOf rami:DataElement ;
rdfs:comment "A File is a data element that represents a file via its path description."@en ;
rdfs:label "FileDataElement"@en .
### https://w3id.org/i40/rami#Formula
rami:Formula rdf:type owl:Class ;
dc:description "A formula is used to describe constraints by a logical expression."@en ;
rdfs:label "Formula"@en .
### https://w3id.org/i40/rami#HasDataSpecification
rami:HasDataSpecification rdf:type owl:Class ;
rdfs:comment "Element that can have data specification templates. A template defines the additional attributes an element may or shall have."@en ;
rdfs:label "Has Data Specification"@en ;
skos:prefLabel "Data Specification"@en .
### https://w3id.org/i40/rami#HasKind
rami:HasKind rdf:type owl:Class ;
rdfs:comment "An element with a kind is an element that can either represent a type or an instance. Default for an element is that it is representing an instance."@en ;
rdfs:label "Has Kind"@en .
### https://w3id.org/i40/rami#Identifiable
rami:Identifiable rdf:type owl:Class ;
rdfs:subClassOf rami:Referable ;
rdfs:comment "An element that has a globally unique identifier."@en ;
rdfs:label "Identifiable"@en ;
skos:note "abstract"@en .
### https://w3id.org/i40/rami#Key
rami:Key rdf:type owl:Class ;
rdfs:comment "A key is a reference to an element by its id."@en ;
rdfs:label "Key"^^xsd:string .
### https://w3id.org/i40/rami#ObjectAttributes
rami:ObjectAttributes rdf:type owl:Class ;
rdfs:comment "A set of data elements that describe object attributes. These attributes need to refer to a data element within an existing submodel."@en ;
rdfs:label "Object Attributes"^^xsd:string .
### https://w3id.org/i40/rami#Operation
rami:Operation rdf:type owl:Class ;
rdfs:subClassOf rami:SubmodelElement ;
rdfs:comment "An operation is a submodel element with input and output variables."@en ;
rdfs:label "Operation"@en .
### https://w3id.org/i40/rami#OperationVariable
rami:OperationVariable rdf:type owl:Class ;
rdfs:subClassOf rami:SubmodelElement ;
dc:description "An operation variable is a submodel element that is used as input or output variable of an operation."@en ;
rdfs:label "Operation Variable"^^xsd:string .
### https://w3id.org/i40/rami#Order
rami:Order rdf:type owl:Class ;
skos:definition "Each order for manufacturing runs through a life cycle and its specifics necessarily have an impact on the production facility during performance of the order"@en ;
skos:note "TODO: Delete?" ;
skos:prefLabel "Order"@en .
### https://w3id.org/i40/rami#Property
rami:Property rdf:type owl:Class ;
rdfs:comment "A property is a data element that has a single value."@en ;
rdfs:label "Property"@en ;
skos:note "TODO: delete?" .
### https://w3id.org/i40/rami#PropertyValueType
rami:PropertyValueType rdf:type owl:Class ;
dc:description """The qualifier value is the value of the qualifier.
Constraint AASd-006: if both, the value and the valueId are present then the value needs to be identical to the short name of the referenced coded value in qualifierValueId."""@en .
### https://w3id.org/i40/rami#Qualifier
rami:Qualifier rdf:type owl:Class ;
dc:description "A qualifier is a type-value pair that makes additional statements w.r.t. the value of the element."@en ;
rdfs:label "Qualifier"@en .
### https://w3id.org/i40/rami#Referable
rami:Referable rdf:type owl:Class ;
rdfs:comment "An element that is referable by its idShort. This id is not globally unique. This id is unique within the name space of the element."@en ;
rdfs:label "Referable"@en ;
skos:note "abstract" .
### https://w3id.org/i40/rami#Reference
rami:Reference rdf:type owl:Class ;
rdfs:comment """Reference to either a model element of the same or another AAs or to an external entity.
A reference is an ordered list of keys, each key referencing an element. The complete list of keys may for example be concatenated to a path that then gives unique access to an element or entity."""@en ;
rdfs:label "Reference"^^xsd:string .
### https://w3id.org/i40/rami#ReferenceElement
rami:ReferenceElement rdf:type owl:Class ;
dc:description "A reference element is a data element that defines a reference to another element within the same or another AAS or a reference to an external object or entity."@en ;
rdfs:label "Reference Element"^^xsd:string .
### https://w3id.org/i40/rami#RelationshipElement
rami:RelationshipElement rdf:type owl:Class ;
rdfs:subClassOf rami:SubmodelElement ;
dc:description "A relationship element is used to define a relationship between two referable elements."@en ;
rdfs:label "RelationshipElement"@en .
### https://w3id.org/i40/rami#Security
rami:Security rdf:type owl:Class ;
rdfs:comment "Container for security relevant information of the AAS."@en ;
rdfs:label "Security"^^xsd:string .
### https://w3id.org/i40/rami#Submodel
rami:Submodel rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:HasKind ,
rami:Identifiable ;
rdfs:comment """A Submodel defines a specific aspect of the asset represented by the AAS.
A submodel is used to structure the virtual representation and technical functionality of an Administration Shell into distinguishable parts. Each submodel refers to a well-defined domain or subject matter.
Submodels can become standardized and thus become submodels types. Submodels can have different life-cycles."""@en ,
"Describe the different types of Data related to the I4.0 Asset"@en ;
rdfs:label "Submodel"@en .
### https://w3id.org/i40/rami#SubmodelElement
rami:SubmodelElement rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:HasKind ,
rami:Identifiable ;
rdfs:comment "A submodel element is an element suitable for the description and differentiation of assets."@en ;
rdfs:label "Submodel Element"^^xsd:string ;
skos:note "abstract"@en .
### https://w3id.org/i40/rami#SubmodelElementCollection
rami:SubmodelElementCollection rdf:type owl:Class ;
rdfs:subClassOf rami:SubmodelElement ;
rdfs:comment "A submodel element collection is a set or list of submodel elements."@en ;
rdfs:label "SubmodelElementCollection"@en .
### https://w3id.org/i40/rami#Value
rami:Value rdf:type owl:Class ;
rdfs:comment """Current value that can be specified through an instanced submodel (for
instance in station 2) or through the asset, for example."""@en ;
rdfs:label "Value"@en ;
skos:note "maybe 'containedElement'?"@en .
### https://w3id.org/i40/rami#View
rami:View rdf:type owl:Class ;
rdfs:subClassOf rami:HasDataSpecification ,
rami:Referable ;
rdfs:comment "Different views associated to the Administration Shell via the Submodels"@en ;
rdfs:isDefinedBy "https://www.plattform-i40.de/I40/Redaktion/DE/Downloads/Publikation/hm-2018-trilaterale-coop.html"@de ;
rdfs:label "Sicht"@de ,
"View"@en .
#################################################################
# Individuals
#################################################################
### https://w3id.org/i40/rami#Asset
rami:Asset rdf:type owl:NamedIndividual .
### https://w3id.org/i40/rami#Instance
rami:Instance rdf:type owl:NamedIndividual .
### https://w3id.org/i40/rami#Type
rami:Type rdf:type owl:NamedIndividual ,
rami:AssetKind ;
rdfs:comment """The RAMI4.0 model features one, generalized life-cycle axis, which was derived from IEC 62890. The basic idea is to distinguish for all assets within Industrie 4.0 between possible types and instance. This makes it possible to apply the
type/instance distinction for all elements such as material type/material instance, product type/product instance, machine type/ machine instance and more. Business related information will be handled on the 'Business' layer of the
RAMI4.0 model, as well, covering also order details and workflows, again with types/ instances."""@en ;
rdfs:label "Type"@en ;
skos:altLabel "Asset Type"^^xsd:string .
#################################################################
# Annotations
#################################################################
om:hasNumericalValue rdfs:label "has numerical value"@en .
rami:Asset skos:altLabel "Object"@en ;
skos:definition "Clearly identifiable asset for the Administration Shell"@en ;
skos:altLabel "Entity"@en ;
skos:prefLabel "Asset"@en ;
skos:definition "Eindeutig identifizierbarer Gegenstand, der aufgrund seiner Bedeutung in der Informationswelt verwaltet wird"@de ;
rdfs:comment """An Asset describes meta data of an asset that is represented by an AAS.
The asset may either represent an asset type or an asset instance.
The asset has a globally unique identifier plus – if needed – additional domain specific (proprietary) identifiers."""@en ;
skos:note "Objects may be known in the form of a type or of an instance. An object in the planning phase is known as a type"@en ;
skos:altLabel "Entität"@de .
rami:assetId owl:deprecated "true"^^xsd:boolean ;
rdfs:label "id"@en ;
rdfs:comment "The unique identifier of an asset. Note the difference between the 'asset ID' idenitfier and the URIs for the resources."@en .
rami:description rdfs:comment "Description or comments on the element. The description can be provided in several languages."@en ;
skos:prefLabel "has Description"@en .
rami:idShort rdfs:label "idShort"@en ;
owl:deprecated "true"^^xsd:boolean .
rami:semanticId rdfs:comment "The semantic id might refer to an external information source, which explains the formulation of the submodel (for example an PDF if a standard)"@en ;
rdfs:label "semanticId"@en ;
rdfs:comment "Points to the Expression Semantic of the Submodels"@en ;
skos:altLabel "has Semantic Expression"@en ;
skos:prefLabel "has semantic ID"@en .
### Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi