Hossein Rimaz
Hossein Rimaz
Regenerate ServiceDescription model Update DescriptionAPI profiles This will fix issue #198
I was wondering why, for value, the type is always `xs:string` and we use 'valueType' with `DataTypeDefXsd/*` as value? If everything is a string, then how do I query over...
Check submodel references to be only `ModelReference`
Fixes https://github.com/admin-shell-io/aas-specs/issues/330 and few other issues.
**Describe the bug** SHACL shape uses SPARQL queries. However, some queries use rdf namespace. When you try to load the SHAPE with a tool like Apache Jena, it can't parse...
**Is your feature request related to a problem? Please describe.** Schemas plays an important rule to enforce the constraints and prevent people and tools to create invalid payloads. The current...
**Is your feature request related to a problem? Please describe.** In AAS only at two places we conceptually have ordering : - `SubmodelElementList` when the `orderRelevant` flag is `true` -...