Skip to content

Commit 53ec72f

Browse files
authored
Update README.md (#81)
* Update README.md fixes #33 * Update README.md typos
1 parent 4e28e33 commit 53ec72f

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Please address discussions and proposals via issues and pull requests in the git
5151
- [How does the version of a submodel impact referencing of a submodel?](#idgh14)
5252
- [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)
5353

54-
### Semantics
54+
### Semantics / ECLASS
5555
- [How shall the ECLASS group “Zusatzdokumentation (e.g. IRDI 0173-1#02-ADN464#..)” be used for documentation?](#id8)
5656
- [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)
5757
- [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
6060
- [Are semanticId(s) optional or mandatory?](#id40)
6161
- [Can semantic ID(s) be used without defining a concept description within the AAS package?](#id41)
6262
- [How to treat ECLASS Quantity Concept in AAS?](#id44)
63+
- [Should one use ECLASS application classes in define semantics of a submodel?](#idgh33)
6364

6465
## Answers
6566

@@ -89,7 +90,7 @@ As of now, references ignore versioning information. In case versioning is essen
8990

9091
**[How to use isCaseOf to indicate 'alternative' semanticIDs of AAS elements?](#id46)** <a id="id46"></a><!-- ID: 46 -->
9192

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).
9394

9495
**[What are best practices for creating a system of Asset Administration Shells?](#id42)** <a id="id42"></a><!-- ID: 42 -->
9596

@@ -405,6 +406,12 @@ The RDF scheme/OWL files (.ttl files) are maintained in the repository “aas-sp
405406

406407
(Answered 2022-08-15)
407408

409+
**[Should one use ECLASS application classes in define semantics of a submodel?](#idgh33)** <a id="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+
408415
## Asset Administration Shell in Detail Series
409416

410417
[Overview over all parts and versions ](https://www.plattform-i40.de/PI40/Redaktion/EN/Standardartikel/specification-administrationshell.html)

0 commit comments

Comments
 (0)