FraunhoferIOSB / FAAAST-Package-Explorer-Converter

FA³ST Package Explorer Converter
Apache License 2.0
3 stars 2 forks source link

MultiLanguageProperty type support #68

Closed jongunee closed 1 year ago

jongunee commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Export AAS json file from package explore
  2. Convert AAS json file using FAAAST-Package-Explorer-Converter for using in FAAAST-Service
  3. Execute FAAAST-Service with converted json file

Expected behavior FAAAST-Service is working well

Output

  1. HTTP endpoint is opened, but OPC UA endpoint is not opened in FAAAST-Service
  2. Value with MultiLanguageProperty shows null.

json file before converting

...

{
  "modelType": {
    "name": "MultiLanguageProperty"
  },
  "kind": "Instance",
  "semanticId": {
    "keys": [
      {
        "idType": "Irdi",
        "type": "ConceptDescription",
        "value": "0173-1#02-AAW338#001"
      }
    ]
  },
  "category": "Parameter",
  "idShort": "ManufacturerProductDesignation",
  "value": [
    {
      "language": null,
      "text": null
    }
  ]
},

...

json file after converting

...

{
  "modelType": {
    "name": "MultiLanguageProperty"
  },
  "kind": "Instance",
  "semanticId": {
    "keys": [
      {
        "idType": "Irdi",
        "type": "ConceptDescription",
        "value": "0173-1#02-AAW338#001"
      }
    ]
  },
  "category": "Parameter",
  "idShort": "ManufacturerProductDesignation",
  "value": [
    {
      "language": null,
      "text": null
    }
  ]
},

...

Additional context

I am wondering why opc ua endpoint is not opened and whether you are not support MultiLanguageProperty.

Thanks!

mjacoby commented 1 year ago

I am not able to understand or reproduce your problem as the description is not clear to me and seems to be wrong or missing crucial information.

Regarding the converted JSON, I don't see any bug here as both examples (before & after conversion) are exactly the same and both have language and text property set to null so FA³ST Service returning null seems to be the correct and expected behavior.

For issues regarding FA³ST Service please refer to the corresponding repository at https://github.com/FraunhoferIOSB/FAAAST-Service. But I can already tell you that FA³ST Service by default only starts an HTTP endpoint, so if you want to also have a OPC UA endpoint to need to explicitely specify this via the configuration file or via command-line paramter (--endpoint OPCUA for having only a OPC UA endpoint and no HTTP endpoint, --endpoint HTTP,OPCUA for having both at the same time).

Please provide a more detailed explanation of your problem, in this case including an expected version of the JSON document or at least a description of what you think is wrong with it.

jongunee commented 1 year ago

Sorry, i uploaded wrong json file

json file before converting

...
{
  "value": {
    "langString": [
      {
        "language": "en",
        "text": "SBOI"
      }
    ]
  },
  "semanticId": {
    "keys": [
      {
        "type": "ConceptDescription",
        "local": true,
        "value": "0173-1#02-AAW338#001",
        "index": 0,
        "idType": "IRDI"
      }
    ]
  },
  "constraints": [],
  "hasDataSpecification": [],
  "idShort": "ManufacturerProductDesignation",
  "category": "PARAMETER",
  "modelType": {
    "name": "MultiLanguageProperty"
  },
  "kind": "Instance"
},
...

json file after converting

...

{
  "modelType": {
    "name": "MultiLanguageProperty"
  },
  "kind": "Instance",
  "semanticId": {
    "keys": [
      {
        "idType": "Irdi",
        "type": "ConceptDescription",
        "value": "0173-1#02-AAW338#001"
      }
    ]
  },
  "category": "Parameter",
  "idShort": "ManufacturerProductDesignation",
  "value": [
    {
      "language": null,
      "text": null
    }
  ]
},

...

as you can see, i expected value SBOI, but after converting it shows null can you check one more?

mjacoby commented 1 year ago

Thank you for the update. I now see the problem you are describing. However, when trying to reproduce the problem by copying your JSON snippet in a simple model file I did not encounter the problem. Could you please provide a whole JSON file that I can use to reproduce the problem?

jongunee commented 1 year ago

Thank you! i uploade it below

AAS_before_converting.json ```json { "assetAdministrationShells": [ { "hasDataSpecification": [], "asset": { "keys": [ { "type": "Asset", "local": true, "value": "https://smic.kr/packaging/compactvisionsystem", "index": 0, "idType": "IRI" } ] }, "submodels": [ { "keys": [ { "type": "Submodel", "local": true, "value": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/nameplate", "index": 0, "idType": "IRI" } ] }, { "keys": [ { "type": "Submodel", "local": true, "value": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/technicaldata", "index": 0, "idType": "IRI" } ] }, { "keys": [ { "type": "Submodel", "local": true, "value": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/documentation", "index": 0, "idType": "IRI" } ] } ], "conceptDictionaries": [], "identification": { "idType": "IRI", "id": "https://smic.kr/aas/packaging/compactvisionsystem" }, "idShort": "CompactVisionSystemAAS", "category": "CONSTANT", "modelType": { "name": "AssetAdministrationShell" }, "descriptions": [ { "language": "en", "text": "AAS of CompactVisionSystem Asset" } ] } ], "assets": [ { "hasDataSpecification": [], "identification": { "idType": "IRI", "id": "https://smic.kr/packaging/compactvisionsystem" }, "idShort": "CompactVisionSystem", "category": "CONSTANT", "modelType": { "name": "Asset" }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "the optical camera to check if the tray is fully occupied" } ] } ], "submodels": [ { "semanticId": { "keys": [ { "type": "Submodel", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate", "index": 0, "idType": "IRI" } ] }, "qualifiers": [], "hasDataSpecification": [], "identification": { "idType": "IRI", "id": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/nameplate" }, "idShort": "Nameplate", "category": "CONSTANT", "modelType": { "name": "Submodel" }, "kind": "Instance", "submodelElements": [ { "value": { "langString": [ { "language": "en", "text": "Festo Ltd" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO677#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerName", "category": "PARAMETER", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "en", "text": "SBOI" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAW338#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerProductDesignation", "category": "PARAMETER", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAQ832#005", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Address", "category": "VARIABLE", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": { "langString": [ { "language": "en", "text": "Festo Didactic SE" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO127#003", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Department", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "de", "text": " Rechbergstraße 3" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO128#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Street", "category": "PARAMETER", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "en", "text": " 73770" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO129#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Zipcode", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "de", "text": "Denkendorf" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO132#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "CityTown", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "en", "text": "49" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO134#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "NationalCode", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAQ833#005", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Phone01", "category": "VARIABLE", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": { "langString": [ { "language": "en", "text": "+49 711 34670" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO136#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "TelephoneNumber", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": "", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO137#003", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "TypeOfTelephone", "category": "VARIABLE", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" } ], "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAQ836#005", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Email01", "category": "VARIABLE", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "taeyun.kim@festo.com", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO198#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "EmailAddress", "category": "VARIABLE", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO199#003", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "TypeOfEmailAddress", "category": "VARIABLE", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": { "langString": [] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAO201#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "TypeOfPublickKey", "category": "VARIABLE", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" } ], "kind": "Instance" } ], "kind": "Instance" }, { "value": { "langString": [ { "language": "en", "text": "VisionSystem" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAU731#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerProductFamily", "category": "PARAMETER", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": "569780", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAM556#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "SerialNumber", "category": "PARAMETER", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "2019", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "0173-1#02-AAP906#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "YearOfConstruction", "category": "PARAMETER", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Markings", "category": "VARIABLE", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Marking01", "category": "VARIABLE", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "C-Tick", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingName", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "MarkingName", "category": "VARIABLE", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "mimeType": "", "value": "/aasx/ctick.jpg", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingFile", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "MarkingFile", "category": "VARIABLE", "modelType": { "name": "File" }, "kind": "Instance" } ], "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Marking02", "category": "PARAMETER", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "CE", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingName", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "MarkingName", "category": "PARAMETER", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "" } }, "kind": "Instance" }, { "mimeType": "", "value": "/aasx/ce.png", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingFile", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "MarkingFile", "modelType": { "name": "File" }, "kind": "Instance" } ], "kind": "Instance" } ], "kind": "Instance" } ] }, { "semanticId": { "keys": [ { "type": "Submodel", "local": false, "value": "http://admin-shell.io/sandbox/SG2/TechnicalData/Submodel/1/1", "index": 0, "idType": "IRI" } ] }, "qualifiers": [], "hasDataSpecification": [], "identification": { "idType": "IRI", "id": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/technicaldata" }, "idShort": "TechnicalData", "category": "CONSTANT", "modelType": { "name": "Submodel" }, "kind": "Instance", "submodelElements": [ { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/GeneralInformation/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "GeneralInformation", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "Festo Ltd", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerName/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerName", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "mimeType": "", "value": "/aasx/festo.png", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerLogo/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerLogo", "category": "CONSTANT", "modelType": { "name": "File" }, "kind": "Instance" }, { "value": { "langString": [ { "language": "en", "text": "SBOI" } ] }, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerProductDesignation/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerProductDesignation", "category": "CONSTANT", "modelType": { "name": "MultiLanguageProperty" }, "kind": "Instance" }, { "value": "569780", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerPartNumber/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerPartNumber", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerOrderCode/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ManufacturerOrderCode", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "mimeType": "", "value": "/Vision_Module.jpg", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductImage/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductImage01", "category": "CONSTANT", "modelType": { "name": "File" }, "kind": "Instance" } ], "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassifications/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductClassifications", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassificationItem/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductClassificationItem01", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "SBOI-Q", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassificationSystem/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductClassificationSystem", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "2.0", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ClassificationSystemVersion/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ClassificationSystemVersion", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "SBO", "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassId/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductClassId", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" } ], "kind": "Instance" } ], "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [ { "type": "ConceptDescription", "local": true, "value": "https://admin-shell.io/sandbox/SG2/TechnicalData/TechnicalProperties/1/1", "index": 0, "idType": "IRI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "TechnicalProperties", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "752 x 480 pixels ", "semanticId": { "keys": [ { "type": "GlobalReference", "local": true, "value": "0173-1#02-AAH109#004", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "Resolution", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "resolution of camera sensor" } ] }, { "value": "24 V", "semanticId": { "keys": [ { "type": "GlobalReference", "local": true, "value": " 0173-1#02-AAF583#004", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "OperatingVoltage", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "nominal voltage is the specified value which shows the voltag in normal operation given by the manufacturer or supplier (DC)" } ] }, { "value": "120 mA", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAC969#007", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "CurrentConsumption", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "Current consumption with load-free outputs" } ] }, { "value": "-10 °C ~ 60 °C", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAZ830#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "StorageTemperature", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "Temperature at which a component is stored" } ] }, { "value": "IP67, IP65", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAC106#008", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "DegreeOfProtection ", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": " Classification according to the protection of the operating unit against any external influences and protection against moving parts in the operating unit for the electronic device that processes data and makes them useable" } ] }, { "value": "-10 °C~ 50 °C", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": " 0173-1#02-AAZ842#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "AmbientTemperature", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "temperature of the surrounding operating environment of a component or system" } ] }, { "value": "18 µs ~ 200000 µs", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO590#001", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ExposureTime ", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "set of possible settings in the course an exposure proceeding" } ] }, { "value": "174 g", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAG535#002", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "ProductWeight", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "mass of weight without packaging and transport unit" } ] }, { "value": "60 fps", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "FrameRate", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "Frame rate (full image)" } ] }, { "value": "20 mm ~ 550 mm", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "distance between two points", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "WorkingDistance", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "distance between a vision sensor and product" } ] }, { "value": "Glass fiber reinforced ABS", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAG404#006", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "CoverMaterial", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "information on the material composition off which a cover is made" } ] }, { "value": "Anodized Aluminum", "semanticId": { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAB504#010", "index": 0, "idType": "IRDI" } ] }, "constraints": [], "hasDataSpecification": [], "idShort": "HousingMaterial", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance", "descriptions": [ { "language": "en", "text": "Type and/or material of the housing surface coating" } ] } ], "kind": "Instance" } ] }, { "semanticId": { "keys": [] }, "qualifiers": [], "hasDataSpecification": [], "identification": { "idType": "IRI", "id": "https://smic.kr/aas/packaging/compactvisionsystem/submodel/documentation" }, "idShort": "Documentation", "modelType": { "name": "Submodel" }, "kind": "Instance", "submodelElements": [ { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "Specification", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "BFP-A8050-B", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "DocumentId", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "string" } }, "kind": "Instance" }, { "value": "true", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "IsPrimary", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "boolean" } }, "kind": "Instance" }, { "ordered": false, "allowDuplicates": false, "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "DocumentVersion", "category": "CONSTANT", "modelType": { "name": "SubmodelElementCollection" }, "value": [ { "value": "Compact vision system SBOI-Q-R3C-WB-S1 datasheet", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "Title", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "" } }, "kind": "Instance" }, { "value": "Festo Ltd", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "OrganizationOfficialName", "category": "CONSTANT", "modelType": { "name": "Property" }, "valueType": { "dataObjectType": { "name": "" } }, "kind": "Instance" }, { "mimeType": "application/pdf", "value": "/aasx/3._SBO1-QR3C-WB-S1_569780_SPEC_(VISION).pdf", "semanticId": { "keys": [] }, "constraints": [], "hasDataSpecification": [], "idShort": "DigitalFile", "category": "CONSTANT", "modelType": { "name": "File" }, "kind": "Instance" } ], "kind": "Instance" } ], "kind": "Instance" } ] } ], "conceptDescriptions": [ { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO677#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManNam", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellername" }, { "language": "en", "text": "Manufacturer name" } ], "shortName": [ { "language": "en", "text": "ManNam" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Bezeichnung für eine natürliche oder juristische Person, die für die Auslegung, Herstellung und Verpackung sowie die Etikettierung eines Produkts im Hinblick auf das 'Inverkehrbringen' im eigenen Namen verantwortlich ist" }, { "language": "en", "text": "legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO677#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAW338#001" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManProDes", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellerproduktbezeichnung" }, { "language": "en", "text": "Manufacturer product designation" } ], "shortName": [ { "language": "en", "text": "ManProDes" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Kurze Beschreibung des Produktes (Kurztext)" }, { "language": "en", "text": "Short description of the product (short text)" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAW338#001", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAQ832#005" }, "administration": { "version": "", "revision": "1" }, "idShort": "Add", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Address" }, { "language": "de", "text": "Adresse" } ], "shortName": [ { "language": "en", "text": "Add" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "Address information of a business partner" }, { "language": "de", "text": "Adressinformationen zu einem Geschäftspartner" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAQ832#005", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO127#003" }, "administration": { "version": "", "revision": "1" }, "idShort": "Dep", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Abteilung" }, { "language": "en", "text": "department" } ], "shortName": [ { "language": "en", "text": "Dep" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "administrative Abteilung einer Organisation, in der ein Geschäftspartner vertreten ist" }, { "language": "en", "text": "administrative section within an organization where a business partner is located" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO127#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO128#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "Str", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "street" }, { "language": "de", "text": "Straße" } ], "shortName": [ { "language": "en", "text": "Str" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "street name and house number" }, { "language": "de", "text": "Straßenname und Hausnummer" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO128#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO129#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "ZipCod", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "zip code" }, { "language": "de", "text": "Postleitzahl" } ], "shortName": [ { "language": "en", "text": "ZipCod" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "ZIP code of address" }, { "language": "de", "text": "Postleitzahl der Anschrift" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO129#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO130#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "POBox", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "PO box" }, { "language": "de", "text": "Postfach" } ], "shortName": [ { "language": "en", "text": "POBox" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "P.O. box number" }, { "language": "de", "text": "Nummer des Postfachs" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO130#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO131#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "ZipCodOfPOBox", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "zip code of PO box" }, { "language": "de", "text": "Postleitzahl des Postfachs" } ], "shortName": [ { "language": "en", "text": "ZipCodOfPOBox" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "ZIP code of P.O. box address" }, { "language": "de", "text": "Postleitzahl der Postfachadresse" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO131#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO132#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "CitTow", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "city/town" }, { "language": "de", "text": "Ort" } ], "shortName": [ { "language": "en", "text": "CitTow" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "town or city" }, { "language": "de", "text": "Ortsangabe" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO132#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO133#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "StaCou", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "state/county" }, { "language": "de", "text": "Bundesland" } ], "shortName": [ { "language": "en", "text": "StaCou" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "federal state a part of a state" }, { "language": "de", "text": "Teil eines Bundesstaats" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO133#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO134#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "NatCod", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "national code" }, { "language": "de", "text": "Ländercode" } ], "shortName": [ { "language": "en", "text": "NatCod" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "code of a country" }, { "language": "de", "text": "Code eines Landes" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO134#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO135#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "VATNum", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "VAT number" }, { "language": "de", "text": "Umsatzsteuer-ID" } ], "shortName": [ { "language": "en", "text": "VATNum" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "VAT identification number of the business partner" }, { "language": "de", "text": "Umsatzsteuer-ID des Geschäftspartners" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO135#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO202#003" }, "administration": { "version": "", "revision": "1" }, "idShort": "AddRem", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "address remarks" }, { "language": "de", "text": "Anmerkungen zu Adresse" } ], "shortName": [ { "language": "en", "text": "AddRem" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "plain text characterizing address information for which there is no property" }, { "language": "de", "text": "einfacher Text, der Adressinformationen kennzeichnet, bei denen kein Merkmal zur Verfügung steht" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO202#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAQ326#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "AddOfAddLin", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "address of additional link" }, { "language": "de", "text": "zusätzlicher Online-Verweis" } ], "shortName": [ { "language": "en", "text": "AddOfAddLin" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "web site address where information about the product or contact is given" }, { "language": "de", "text": "Angabe einer Web-Adresse, die zusätzliche Informationen zum Produkt oder Kontaktdaten enthält" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAQ326#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAQ833#005" }, "administration": { "version": "", "revision": "1" }, "idShort": "Pho", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Phone" }, { "language": "de", "text": "Telefon" } ], "shortName": [ { "language": "en", "text": "Pho" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "Phone number including type" }, { "language": "de", "text": "Telefonnummer mit Angabe der Art des Anschlusses" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAQ833#005", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO136#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "TelNum", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "telephone number" }, { "language": "de", "text": "Telefonnummer" } ], "shortName": [ { "language": "en", "text": "TelNum" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "complete telephone number to be called to reach a business partner" }, { "language": "de", "text": "vollständige Telefonnummer, unter der ein Geschäftspartner erreichbar ist" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO136#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO137#003" }, "administration": { "version": "", "revision": "1" }, "idShort": "TypOfTel", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "type of telephone" }, { "language": "de", "text": "Art der Telefonnummer" } ], "shortName": [ { "language": "en", "text": "TypOfTel" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "characterization of a telephone according to its location or usage" }, { "language": "de", "text": "Charakterisierung einer Telefonnummer bezüglich ihres Orts oder ihrer Verwendung" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO137#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAQ834#005" }, "administration": { "version": "", "revision": "1" }, "idShort": "Fax", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Fax" }, { "language": "de", "text": "Fax" } ], "shortName": [ { "language": "en", "text": "Fax" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "Fax number including type" }, { "language": "de", "text": "Faxnummer mit Angabe der Art des Anschlusses" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAQ834#005", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO195#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "FaxNum", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "fax number" }, { "language": "de", "text": "Faxnummer" } ], "shortName": [ { "language": "en", "text": "FaxNum" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "complete telephone number to be called to reach a business partner's fax machine" }, { "language": "de", "text": "vollständige Telefonnummer, unter der das Faxgerät eines Geschäftspartners erreichbar ist" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO195#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO196#003" }, "administration": { "version": "", "revision": "1" }, "idShort": "TypOfFaxNum", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "type of fax number" }, { "language": "de", "text": "Art der Faxnummer" } ], "shortName": [ { "language": "en", "text": "TypOfFaxNum" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "characterization of the fax according its location or usage" }, { "language": "de", "text": "Charakterisierung des Fax bezüglich seines Orts oder Gebrauchs" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO196#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAQ836#005" }, "administration": { "version": "", "revision": "1" }, "idShort": "Ema", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "E-mail" }, { "language": "de", "text": "E-Mail" } ], "shortName": [ { "language": "en", "text": "Ema" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "E-mail address and encryption method" }, { "language": "de", "text": "E-Mail-Adresse und Angaben zur Verschlüsselung" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAQ836#005", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO198#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "EmaAdd", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "e-mail address" }, { "language": "de", "text": "E-Mailadresse" } ], "shortName": [ { "language": "en", "text": "EmaAdd" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "electronic mail address of a business partner" }, { "language": "de", "text": "E-Mailadresse eines Geschäftspartners" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO198#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO200#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "PubKey", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "public key" }, { "language": "de", "text": "öffentlicher Schlüssel" } ], "shortName": [ { "language": "en", "text": "PubKey" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "public part of an unsymmetrical key pair to sign or encrypt text or messages" }, { "language": "de", "text": "öffentlicher Teil eines unsymmetrischen Schlüsselpaares zur Unterzeichnung oder Verschlüsselung von Text oder Meldungen" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO200#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO199#003" }, "administration": { "version": "", "revision": "1" }, "idShort": "TypOfEmaAdd", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "type of e-mail address" }, { "language": "de", "text": "Art der E-Mailadresse" } ], "shortName": [ { "language": "en", "text": "TypOfEmaAdd" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "characterization of an e-mail address according its location or usage" }, { "language": "de", "text": "Charakterisierung einer E-Mail-Adresse bezüglich ihres Orts oder Gebrauchs" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO199#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO201#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "TypOfPubKey", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "type of public key" }, { "language": "de", "text": "Art des öffentlichen Schlüssels" } ], "shortName": [ { "language": "en", "text": "TypOfPubKey" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "characterization of a public key according to its encryption process" }, { "language": "de", "text": "Charakterisierung eines öffentlichen Schlüssels bezüglich seines Verschlüsselungsprozesses" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO201#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAU731#001" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManProFam", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellerproduktfamilie" }, { "language": "en", "text": "Manufacturer product family" } ], "shortName": [ { "language": "en", "text": "ManProFam" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "2. Ebene einer 3 stufigen herstellerspezifischen Produkthierarchie" }, { "language": "en", "text": "2nd level of a 3 level manufacturer specific product hierarchy" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAU731#001", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAM556#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "SerNum", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "serial number" }, { "language": "de", "text": "Seriennummer" } ], "shortName": [ { "language": "en", "text": "SerNum" } ], "unit": "", "dataType": "STRING_TRANSLATABLE", "definition": [ { "language": "en", "text": "unique combination of numbers and letters used to identify the device once it has been manufactured" }, { "language": "de", "text": "eindeutige Zahlen- und Buchstabenkombination, mit der das Gerät nach seiner Herstellung identifiziert ist" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAM556#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAP906#001" }, "administration": { "version": "", "revision": "1" }, "idShort": "YeaOfCon", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Baujahr" }, { "language": "en", "text": "Year of construction" } ], "shortName": [ { "language": "en", "text": "YeaOfCon" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Jahreszahl als Datumsangabe für die Fertigstellung des Objektes" }, { "language": "en", "text": "Year as completion date of object" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAP906#001", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings" }, "administration": { "version": "", "revision": "1" }, "idShort": "Markings", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Markings" }, { "language": "de", "text": "Produktkennzeichnungen" } ], "shortName": [ { "language": "en", "text": "Markings" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "Collection of product markings" }, { "language": "de", "text": "Sammlung für Produktkennzeichnungen" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking" }, "administration": { "version": "", "revision": "1" }, "idShort": "Marking", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Marking" }, { "language": "de", "text": "Produktkennzeichnung" } ], "shortName": [ { "language": "en", "text": "Marking" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "contains information about the marking labelled on the device" }, { "language": "de", "text": "erfasst Information über die Produktkennzeichnung" } ] } } ], "isCaseOf": [], "descriptions": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingName" }, "administration": { "version": "", "revision": "1" }, "idShort": "MarkingName", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Marking name" }, { "language": "de", "text": "Name der Produktkennzeichnung" } ], "shortName": [ { "language": "en", "text": "MarkingName" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "common name of the CE marking" }, { "language": "de", "text": "Marktüblicher Name der Produktkennzeichnung" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingFile" }, "administration": { "version": "", "revision": "1" }, "idShort": "MarkingFile", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "marking file" }, { "language": "de", "text": "Datei der Produktkennzeichnung" } ], "shortName": [ { "language": "en", "text": "MarkingFile" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "picture of the marking" }, { "language": "de", "text": "Datei der Produktkennzeichnung" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/Markings/Marking/MarkingAdditionalText" }, "administration": { "version": "", "revision": "1" }, "idShort": "MarkingAdditionalText", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "marking additional text" }, { "language": "de", "text": "Zusatztext der Produktkennzeichnung" } ], "shortName": [ { "language": "en", "text": "MarkingAdditionalText" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "where applicable, additional information on the marking in plain text" }, { "language": "de", "text": "Zusatztext auf der Produktkennzeichnung als einfacher Text, falls verfügbar" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/AssetSpecificProperties" }, "administration": { "version": "", "revision": "1" }, "idShort": "AssetSpecificProperties", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Asset-specific properties" }, { "language": "de", "text": "Asset-spezifische Merkmale" } ], "shortName": [ { "language": "en", "text": "AssetSpecificProperties" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "Collection of guideline-specific properties" }, { "language": "de", "text": "Sammlung der Richtlinien-spezifischen Merkmale" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/zvei/nameplate/1/0/Nameplate/AssetSpecificProperties/GuidelineSpecificProperties" }, "administration": { "version": "", "revision": "1" }, "idShort": "GuidelineSpecificProperties", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "Guideline-specific Properties" }, { "language": "de", "text": "Richtlinie-spezifische Merkmale" } ], "shortName": [ { "language": "en", "text": "GuidelineSpecificProperties" } ], "unit": "", "dataType": "", "definition": [ { "language": "en", "text": "Asset specific nameplate information required by guideline, stipulation or legislation" }, { "language": "de", "text": "Asset-spezifische Typenschildinformation, die von weiteren Normen, Standards und Richtlinien gefordert wird" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRDI", "id": "0173-1#02-AAO856#002" }, "administration": { "version": "", "revision": "1" }, "idShort": "GuiForConDec", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "en", "text": "guideline for conformity declaration" }, { "language": "de", "text": "Richtlinie der Konformitätserklärung" } ], "shortName": [ { "language": "en", "text": "GuiForConDec" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "en", "text": "guideline, stipulation or legislation used for determining conformity" }, { "language": "de", "text": "Richtlinie, Vorschrift oder des Gesetzes an Hand der die Konformität ermittelt wurde" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO856#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/GeneralInformation/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "GeneralInformation", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Generelle Informationen" }, { "language": "en", "text": "General information" } ], "shortName": [ { "language": "EN", "text": "General information" }, { "language": "DE", "text": "Generelle Informationen" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Generelle Informationen, zum Beispiel Bestell- und Herstellerinformationen" }, { "language": "en", "text": "General information, for example ordering and manufacturer information" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerName/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManufacturerName", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellername" }, { "language": "en", "text": "Manufacturer name" } ], "shortName": [ { "language": "EN", "text": "Herstellername" }, { "language": "DE", "text": "Manufacturer name" } ], "unit": "", "symbol": "string", "dataType": "STRING", "definition": [ { "language": "de", "text": "Bezeichnung für eine natürliche oder juristische Person, die für die Auslegung, Herstellung und Verpackung sowie die Etikettierung eines Produkts im Hinblick auf das 'Inverkehrbringen' im eigenen Namen verantwortlich ist" }, { "language": "en", "text": "legally valid designation of the natural or judicial person which is directly responsible for the design, production, packaging and labeling of a product in respect to its being brought into circulation" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO677#002", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerLogo/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManufacturerLogo", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellerlogo-Datei" }, { "language": "en", "text": "File with manufactuer logo" } ], "shortName": [ { "language": "EN", "text": "Herstellerlogo" }, { "language": "DE", "text": "Manufactuer logo" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Bilddatei für Logo des Herstellers im gebräuchlichem Format (.png, .jpg). " }, { "language": "en", "text": "Imagefile for logo of manufacturer provided in common format (.png, .jpg). " } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerProductDesignation/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManufacturerProductDesignation", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellerproduktbezeichnung" }, { "language": "en", "text": "Manufacturer product designation" } ], "shortName": [ { "language": "EN", "text": "Product designation" }, { "language": "DE", "text": "Produktbezeichnung" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Kurze Beschreibung des Produktes (Kurztext)" }, { "language": "en", "text": "Short description of the product (short text)" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAW338#001", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerPartNumber/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManufacturerPartNumber", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Herstellerartikelnummer" }, { "language": "en", "text": "product article number of manufacturer" } ], "shortName": [ { "language": "EN", "text": "Manufacturer order code" }, { "language": "DE", "text": "Herstellerbestellcode" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "eindeutiger Bestellschlüssel des Herstellers" }, { "language": "en", "text": "unique product identifier of the manufacturer" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO676#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ManufacturerOrderCode/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ManufacturerOrderCode", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Eindeutiger Herstellerbestellcode" }, { "language": "en", "text": "Unique manufacturer order code" } ], "shortName": [ { "language": "EN", "text": "Manufacturer order code" }, { "language": "DE", "text": "Herstellerbestellcode" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "eindeutiger Bestellschlüssel des Herstellers um exakt gleiches Produkt zu bestellen" }, { "language": "en", "text": "unique product identifier of the manufacturer sufficient to order exact same produkt" } ] } } ], "isCaseOf": [ { "keys": [ { "type": "GlobalReference", "local": false, "value": "0173-1#02-AAO676#003", "index": 0, "idType": "IRDI" } ] } ] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductImage/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ProductImage", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Bilddatei für Produkt" }, { "language": "en", "text": "Imagefile for product" } ], "shortName": [ { "language": "EN", "text": "Product image" }, { "language": "DE", "text": "Produktbild" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Bilddatei für das assozierte Produkt im gebräuchlichem Format (.png, .jpg). " }, { "language": "en", "text": "Imagefile for associated product provided in common format (.png, .jpg). " } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassifications/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ProductClassifications", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Produktklassifizierungen" }, { "language": "en", "text": "ProductClassifications" } ], "shortName": [ { "language": "EN", "text": "ProductClassification" }, { "language": "DE", "text": "Produktklassifizierung" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Produktklassifizierungen durch Assoziation mit Produktklassen in gebräuchlichen Klassifizierungssystemen." }, { "language": "en", "text": "Product classifications by association with product classes in common classification systems." } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassificationItem/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "ProductClassificationItem", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Einzelne Produktklassifizierung" }, { "language": "en", "text": "Single ProductClassification" } ], "shortName": [ { "language": "EN", "text": "ProductClassification" }, { "language": "DE", "text": "Produktklassifizierung" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Einzelne Produktklassifizierung durch Assoziation mit einer Produktklasse" }, { "language": "en", "text": "Single product classification by association with product class" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassificationSystem/1/1" }, "idShort": "ProductClassificationSystem", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "DE", "text": "Klassifikationssystem" }, { "language": "EN", "text": "Classification system" } ], "shortName": [ { "language": "EN", "text": "Classification system" }, { "language": "DE", "text": "Klassifikationssystem" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "EN", "text": "Common name of the product classification system" }, { "language": "DE", "text": "Gebräuchlicher Name für das Produkt-Klassifikationssystem" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ClassificationSystemVersion/1/1" }, "idShort": "ClassificationSystemVersion", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "DE", "text": "Versionskennung des Klassifikationssystems" }, { "language": "EN", "text": "Verison id of the classification system" } ], "shortName": [ { "language": "EN", "text": "Version class. system" }, { "language": "DE", "text": "Version Klass.-System" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "EN", "text": "Common version identifier of the used classification system" }, { "language": "DE", "text": "Gebräuchliche Versionskennung des genutzen Klassifikationssystems" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ProductClassId/1/1" }, "idShort": "ProductClassId", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "DE", "text": "Produktklasse im System" }, { "language": "EN", "text": "Product class in system" } ], "shortName": [ { "language": "EN", "text": "Product class" }, { "language": "DE", "text": "Produktklasse " } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "EN", "text": "Class of the associated product in the classification system; according to the notation of the system" }, { "language": "DE", "text": "Klasse des assoziierten Produktes im Klassifikationssystem; entsprechend der Notationsweise des Systems." } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/TechnicalProperties/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "TechnicalProperties", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Technische und Produktmerkmale" }, { "language": "en", "text": "Technical and product properties" } ], "shortName": [ { "language": "EN", "text": "Properties" }, { "language": "DE", "text": "Merkmale" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Einzelne Merkmale die das Produkt und die technischen Eigenschaften beschreiben" }, { "language": "en", "text": "Individual characteristics that describe the product and its technical properties" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/SemanticIdNotAvailable /1/1 " }, "administration": { "version": "", "revision": "1" }, "idShort": "SensorResolution", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Merkmal ohne SemanticId" }, { "language": "en", "text": "Property without SemanticId" } ], "shortName": [ { "language": "EN", "text": "Property without SemanticId" }, { "language": "DE", "text": "Merkmal ohne SemanticId" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Merkmal, welches nicht über ein gebräuchliches Klassifikationssystem beschrieben ist" }, { "language": "en", "text": "Property that is not described using a common classification system" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/MainSection/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "MainSection", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Hauptsektion für Merkmale" }, { "language": "en", "text": "Main section for properties" } ], "shortName": [ { "language": "EN", "text": "Main section" }, { "language": "DE", "text": "Hauptsektion" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Haupt-Unterteilungsmöglichkeit für Merkmale. Kann über idShort benannt werden." }, { "language": "en", "text": "Main subdivision possibility for properties. Can be named via idShort." } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/SubSection/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "SubSection", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Untersektion für Merkmale" }, { "language": "en", "text": "Subsection for properties" } ], "shortName": [ { "language": "EN", "text": "Subsection " }, { "language": "DE", "text": "Untersektion " } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Untergeordnete Unterteilungsmöglichkeit für Merkmale. Kann über idShort benannt werden." }, { "language": "en", "text": "Subordinate subdivision possibility for properties. Can be named via idShort." } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/FurtherInformation/1/1" }, "administration": { "version": "", "revision": "1" }, "idShort": "FurtherInformation", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "de", "text": "Weitere Informationen" }, { "language": "en", "text": "Further information" } ], "shortName": [ { "language": "EN", "text": "Further information" }, { "language": "DE", "text": "Weitere Informationen" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "de", "text": "Weiterführende Informationen zum Produkt, der Gültigkeit der gemachten Angaben und zu diesem Datensatz" }, { "language": "en", "text": "Further information on the product, the validity of the information provided and this data record" } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/TextStatement/1/1" }, "idShort": "TextStatement", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "DE", "text": "Aussage des Herstellers als Text" }, { "language": "EN", "text": "Statement by the manufacturer as text" } ], "shortName": [ { "language": "EN", "text": "Valid on date" }, { "language": "DE", "text": "Gültig am" } ], "unit": "", "dataType": "STRING", "definition": [ { "language": "EN", "text": "Statement in text form, e.g. scope of validity of the statements." }, { "language": "DE", "text": "Aussage in Textform, etwa Gültigkeitsbereich der Aussagen." } ] } } ], "isCaseOf": [] }, { "identification": { "idType": "IRI", "id": "https://admin-shell.io/sandbox/SG2/TechnicalData/ValidDate/1/1" }, "idShort": "ValidDate", "modelType": { "name": "ConceptDescription" }, "embeddedDataSpecifications": [ { "dataSpecification": { "keys": [ { "type": "GlobalReference", "local": false, "value": "http://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0", "index": 0, "idType": "IRI" } ] }, "dataSpecificationContent": { "preferredName": [ { "language": "DE", "text": "Informationen gültig am" }, { "language": "EN", "text": "Information valid on date" } ], "shortName": [ { "language": "EN", "text": "Valid on date" }, { "language": "DE", "text": "Gültig am" } ], "unit": "", "dataType": "DATE", "definition": [ { "language": "EN", "text": "Denotes a date on which the data specified in the submodel was valid for the associated product. Approximately: Date of the last update of the data." }, { "language": "DE", "text": "Bezeichnet ein Datum, an welchem die im Submodel genannten Daten für das assoziierte Produkt gültig waren. Etwa: Tag der letzten Aktualisierung der Daten." } ] } } ], "isCaseOf": [] } ] } ```
mjacoby commented 1 year ago

I could reproduce and pinpoint the issue. Problem was, that AASX Package Explorer uses a non-standard-compliant format for serializing MultiLanguageProperty. Not sure why I couldn't reproduce it with the initial snippet provided but with the full example it now works.

If you have been using the precompiled JAR, please checkout the latest version of the main branch and compile it yourself until a new version will be released.

If this fixes the problem, please close this issue, otherwise let me know.

jongunee commented 1 year ago

Great it works!!

Thanks :)