Description
Is your feature request related to a problem? Please describe.
Currently the data type "Identifier" is defined as "string with max 2048 and min 1 characters":
https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/datatypes.html#Identifier
Since the AAS defines a webbased infrastructure, only web-addressable identifiers should be allowed in the future to support a seamless toolchain without hardcoded dependencies as required for other identifier types.
Describe the solution you'd like
Change definition of "Identifier" to the same as https://industrialdigitaltwin.io/aas-specifications/IDTA-01001/v3.1/spec-metamodel/datatypes.html#PathType:
"string with max 2048 and min 1 characters, conformant to an URI as per RFC 2396"