You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Please address discussions and proposals via issues and pull requests in the git
51
51
-[How does the version of a submodel impact referencing of a submodel?](#idgh14)
52
52
-[Is it possible to determine submodel kind (i.e., Template or Instance) from a Registry without loading the actual submodel from via AAS-repository API?](#idgh62)
53
53
54
-
### Semantics
54
+
### Semantics / ECLASS
55
55
-[How shall the ECLASS group “Zusatzdokumentation (e.g. IRDI 0173-1#02-ADN464#..)” be used for documentation?](#id8)
56
56
-[How to refer to semantic concepts of existing standards like VDI 2770 properties or OPC UA companion specifications (e.g. “Serial number” property from OPC UA DI companion spec)?](#id27)
57
57
-[How to use isCaseOf to indicate 'alternative' semanticIDs of AAS elements?](#id46)
@@ -60,6 +60,7 @@ Please address discussions and proposals via issues and pull requests in the git
60
60
-[Are semanticId(s) optional or mandatory?](#id40)
61
61
-[Can semantic ID(s) be used without defining a concept description within the AAS package?](#id41)
62
62
-[How to treat ECLASS Quantity Concept in AAS?](#id44)
63
+
-[Should one use ECLASS application classes in define semantics of a submodel?](#idgh33)
63
64
64
65
## Answers
65
66
@@ -89,7 +90,7 @@ As of now, references ignore versioning information. In case versioning is essen
89
90
90
91
**[How to use isCaseOf to indicate 'alternative' semanticIDs of AAS elements?](#id46)** <aid="id46"></a><!-- ID: 46 -->
91
92
92
-
[This AAS example](https://admin-shell-io.github.io/questions-and-answers/Examples/isCaseOf_Examples.aasx) contains a template of "Technical Data" submodel with two properties indicating how alterantive semantic IDs can be used in AAS modeling. For example, the "ManufacturerName" property, has a semantic ID "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerName/1/1" and two isCaseOf references to a ELASS and a CDD IRDIs (the references are within the ConceptDescription).
93
+
[This AAS example](https://admin-shell-io.github.io/questions-and-answers/Examples/isCaseOf_Examples.aasx) contains a template of "Technical Data" submodel with two properties indicating how alterantive semantic IDs can be used in AAS modeling. For example, the "ManufacturerName" property, has a semantic ID "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerName/1/1" and two isCaseOf references to a ECLASS and a CDD IRDIs (the references are within the ConceptDescription).
93
94
94
95
**[What are best practices for creating a system of Asset Administration Shells?](#id42)** <aid="id42"></a><!-- ID: 42 -->
95
96
@@ -405,6 +406,12 @@ The RDF scheme/OWL files (.ttl files) are maintained in the repository “aas-sp
405
406
406
407
(Answered 2022-08-15)
407
408
409
+
**[Should one use ECLASS application classes in define semantics of a submodel?](#idgh33)** <aid="idgh33"></a>
410
+
411
+
No, see the [cited document](https://eclass.eu/fileadmin/Redaktion/pdf-Dateien/Broschueren/2021-06-29_Whitepaper_PlattformI40-ECLASS.pdf) (page 29). New defined elements in ECLASS to define Submodels should be used once available. The only exception is to use application/classification classes in submodels is to denote the category of a product (see ProductClassId property example within the TechnicalData Submodel template).
412
+
413
+
(Answered 2022-08-15)
414
+
408
415
## Asset Administration Shell in Detail Series
409
416
410
417
[Overview over all parts and versions ](https://www.plattform-i40.de/PI40/Redaktion/EN/Standardartikel/specification-administrationshell.html)
0 commit comments