diff --git a/compliance_tool/aas_compliance_tool/compliance_check_aasx.py b/compliance_tool/aas_compliance_tool/compliance_check_aasx.py
index 9dfbb982c..c85c6b189 100644
--- a/compliance_tool/aas_compliance_tool/compliance_check_aasx.py
+++ b/compliance_tool/aas_compliance_tool/compliance_check_aasx.py
@@ -238,10 +238,10 @@ def check_aas_example(file_path: str, state_manager: ComplianceToolStateManager,
# Check if file in file object is the same
list_of_id_shorts = ["ExampleSubmodelCollection", "ExampleFile"]
- obj = example_data.get_identifiable("https://acplt.org/Test_Submodel")
+ obj = example_data.get_identifiable("https://example.org/Test_Submodel")
for id_short in list_of_id_shorts:
obj = obj.get_referable(id_short)
- obj2 = obj_store.get_identifiable("https://acplt.org/Test_Submodel")
+ obj2 = obj_store.get_identifiable("https://example.org/Test_Submodel")
for id_short in list_of_id_shorts:
obj2 = obj2.get_referable(id_short)
try:
diff --git a/compliance_tool/test/files/test_demo_full_example.json b/compliance_tool/test/files/test_demo_full_example.json
index 68e154f73..7656ffeea 100644
--- a/compliance_tool/test/files/test_demo_full_example.json
+++ b/compliance_tool/test/files/test_demo_full_example.json
@@ -13,7 +13,7 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell",
+ "id": "https://example.org/Test_AssetAdministrationShell",
"administration": {
"version": "9",
"revision": "0",
@@ -22,24 +22,24 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell"
+ "value": "http://example.org/AdministrativeInformation/Test_AssetAdministrationShell"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
},
"derivedFrom": {
"type": "ModelReference",
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "https://acplt.org/TestAssetAdministrationShell2"
+ "value": "https://example.org/TestAssetAdministrationShell2"
}
]
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -49,7 +49,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
},
@@ -58,13 +58,13 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
}
],
- "assetType": "http://acplt.org/TestAssetType/",
+ "assetType": "http://example.org/TestAssetType/",
"defaultThumbnail": {
"path": "file:///path/to/thumbnail.png",
"contentType": "image/png"
@@ -76,7 +76,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel"
+ "value": "https://example.org/Test_Submodel"
}
],
"referredSemanticId": {
@@ -84,7 +84,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
}
@@ -94,7 +94,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial"
+ "value": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial"
}
]
},
@@ -103,7 +103,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/Identification"
+ "value": "http://example.org/Submodels/Assets/TestAsset/Identification"
}
],
"referredSemanticId": {
@@ -111,7 +111,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
}
@@ -167,11 +167,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -183,7 +183,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -195,7 +195,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -208,7 +208,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -224,10 +224,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Mandatory/"
+ "globalAssetId": "http://example.org/Test_Asset_Mandatory/"
},
"submodels": [
{
@@ -235,7 +235,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel2_Mandatory"
+ "value": "https://example.org/Test_Submodel2_Mandatory"
}
]
},
@@ -244,7 +244,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Mandatory"
+ "value": "https://example.org/Test_Submodel_Mandatory"
}
]
}
@@ -252,10 +252,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell2_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell2_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset2_Mandatory/"
+ "globalAssetId": "http://example.org/TestAsset2_Mandatory/"
}
},
{
@@ -271,14 +271,14 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Missing",
+ "id": "https://example.org/Test_AssetAdministrationShell_Missing",
"administration": {
"version": "9",
"revision": "0"
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Missing/",
+ "globalAssetId": "http://example.org/Test_Asset_Missing/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -288,7 +288,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -305,7 +305,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Missing"
+ "value": "https://example.org/Test_Submodel_Missing"
}
]
}
@@ -326,7 +326,7 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
+ "id": "http://example.org/Submodels/Assets/TestAsset/Identification",
"administration": {
"version": "9",
"revision": "0",
@@ -335,18 +335,18 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/TestAsset/Identification"
+ "value": "http://example.org/AdministrativeInformation/TestAsset/Identification"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/Identification"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
},
@@ -361,7 +361,7 @@
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "http://acplt.org/RefersTo/ExampleRefersTo"
+ "value": "http://example.org/RefersTo/ExampleRefersTo"
}
]
}
@@ -400,12 +400,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier2",
+ "type": "http://example.org/Qualifier/ExampleQualifier2",
"kind": "TemplateQualifier"
},
{
@@ -415,12 +415,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier",
+ "type": "http://example.org/Qualifier/ExampleQualifier",
"kind": "ConceptQualifier"
}
],
@@ -430,7 +430,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -467,12 +467,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:dateTime",
- "type": "http://acplt.org/Qualifier/ExampleQualifier3",
+ "type": "http://example.org/Qualifier/ExampleQualifier3",
"kind": "ValueQualifier"
}
],
@@ -482,7 +482,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -503,17 +503,17 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial",
+ "id": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial",
"administration": {
"version": "9",
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/BillOfMaterial"
+ "value": "http://example.org/SubmodelTemplates/BillOfMaterial"
}
]
},
@@ -561,7 +561,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -571,7 +571,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -596,7 +596,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -606,7 +606,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -661,11 +661,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -677,7 +677,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -690,7 +690,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
},
@@ -704,7 +704,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -720,7 +720,7 @@
}
],
"entityType": "SelfManagedEntity",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -730,7 +730,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -777,7 +777,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel",
+ "id": "https://example.org/Test_Submodel",
"administration": {
"version": "9",
"revision": "0",
@@ -786,7 +786,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_Submodel"
+ "value": "http://example.org/AdministrativeInformation/Test_Submodel"
}
]
}
@@ -796,7 +796,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -820,7 +820,7 @@
"keys": [
{
"type": "ConceptDescription",
- "value": "https://acplt.org/Test_ConceptDescription"
+ "value": "https://example.org/Test_ConceptDescription"
}
]
},
@@ -829,7 +829,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -842,7 +842,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -870,7 +870,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -879,7 +879,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -892,7 +892,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -937,7 +937,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -972,7 +972,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -983,7 +983,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1022,7 +1022,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -1033,7 +1033,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1072,7 +1072,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -1083,7 +1083,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1111,7 +1111,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -1135,7 +1135,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -1144,7 +1144,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1160,7 +1160,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -1187,7 +1187,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -1211,7 +1211,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -1237,7 +1237,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1263,7 +1263,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1289,7 +1289,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
],
"referredSemanticId": {
@@ -1297,7 +1297,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/Referred"
+ "value": "http://example.org/Properties/ExampleProperty/Referred"
}
]
}
@@ -1317,7 +1317,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleMultiLanguageValueId"
+ "value": "http://example.org/ValueId/ExampleMultiLanguageValueId"
}
]
}
@@ -1341,7 +1341,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -1368,7 +1368,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -1377,7 +1377,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1395,7 +1395,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1417,7 +1417,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -1450,7 +1450,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1460,7 +1460,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId1"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId1"
}
]
},
@@ -1469,7 +1469,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId2"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId2"
}
]
}
@@ -1480,7 +1480,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1535,11 +1535,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -1551,7 +1551,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -1563,7 +1563,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -1576,7 +1576,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -1618,7 +1618,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1628,7 +1628,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty2/SupplementalId"
+ "value": "http://example.org/Properties/ExampleProperty2/SupplementalId"
}
]
}
@@ -1639,7 +1639,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1653,7 +1653,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Mandatory",
+ "id": "https://example.org/Test_Submodel_Mandatory",
"submodelElements": [
{
"idShort": "ExampleRelationshipElement",
@@ -1663,7 +1663,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1676,7 +1676,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1693,7 +1693,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1706,7 +1706,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1731,7 +1731,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1798,7 +1798,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel2_Mandatory"
+ "id": "https://example.org/Test_Submodel2_Mandatory"
},
{
"idShort": "TestSubmodel",
@@ -1813,7 +1813,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Missing",
+ "id": "https://example.org/Test_Submodel_Missing",
"administration": {
"version": "9",
"revision": "0"
@@ -1823,7 +1823,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -1847,7 +1847,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -1856,7 +1856,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1869,7 +1869,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1897,7 +1897,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -1906,7 +1906,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1919,7 +1919,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1964,7 +1964,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -1999,7 +1999,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2010,7 +2010,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2049,7 +2049,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2060,7 +2060,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2099,7 +2099,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2110,7 +2110,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2138,7 +2138,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -2162,7 +2162,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2171,7 +2171,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2187,7 +2187,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2214,7 +2214,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2238,7 +2238,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2264,7 +2264,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2290,7 +2290,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2324,14 +2324,14 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
"qualifiers": [
{
"valueType": "xs:string",
- "type": "http://acplt.org/Qualifier/ExampleQualifier"
+ "type": "http://example.org/Qualifier/ExampleQualifier"
}
],
"value": "exampleValue",
@@ -2356,7 +2356,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2383,7 +2383,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2392,7 +2392,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2418,7 +2418,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Template",
+ "id": "https://example.org/Test_Submodel_Template",
"administration": {
"version": "9",
"revision": "0"
@@ -2428,7 +2428,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -2453,7 +2453,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -2463,7 +2463,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2476,7 +2476,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2504,7 +2504,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -2514,7 +2514,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2527,7 +2527,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2555,7 +2555,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -2581,7 +2581,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2611,7 +2611,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2641,7 +2641,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2670,7 +2670,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
},
@@ -2695,7 +2695,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2705,7 +2705,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2721,7 +2721,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2737,7 +2737,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2759,7 +2759,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -2783,7 +2783,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2808,7 +2808,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -2834,7 +2834,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2859,7 +2859,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2886,7 +2886,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2913,7 +2913,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2939,7 +2939,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2965,7 +2965,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2991,7 +2991,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3007,7 +3007,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3029,7 +3029,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -3052,7 +3052,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription",
+ "id": "https://example.org/Test_ConceptDescription",
"administration": {
"version": "9",
"revision": "0",
@@ -3061,11 +3061,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_ConceptDescription"
+ "value": "http://example.org/AdministrativeInformation/Test_ConceptDescription"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription",
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription",
"embeddedDataSpecifications": [
{
"dataSpecification": {
@@ -3116,11 +3116,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -3132,7 +3132,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -3144,7 +3144,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -3157,7 +3157,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -3177,7 +3177,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
+ "value": "http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
}
]
}
@@ -3185,7 +3185,7 @@
},
{
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Mandatory"
+ "id": "https://example.org/Test_ConceptDescription_Mandatory"
},
{
"idShort": "TestConceptDescription",
@@ -3200,7 +3200,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Missing",
+ "id": "https://example.org/Test_ConceptDescription_Missing",
"administration": {
"version": "9",
"revision": "0"
diff --git a/compliance_tool/test/files/test_demo_full_example.xml b/compliance_tool/test/files/test_demo_full_example.xml
index 759e3c403..8d4ee6f52 100644
--- a/compliance_tool/test/files/test_demo_full_example.xml
+++ b/compliance_tool/test/files/test_demo_full_example.xml
@@ -21,13 +21,13 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformation/Test_AssetAdministrationShell
- http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
- https://acplt.org/Test_AssetAdministrationShell
+ https://example.org/Test_AssetAdministrationShell
@@ -67,11 +67,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -94,7 +94,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -106,7 +106,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -129,13 +129,13 @@
AssetAdministrationShell
- https://acplt.org/TestAssetAdministrationShell2
+ https://example.org/TestAssetAdministrationShell2
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -143,7 +143,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -154,13 +154,13 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
- http://acplt.org/TestAssetType/
+ http://example.org/TestAssetType/
file:///path/to/thumbnail.png
image/png
@@ -174,14 +174,14 @@
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
@@ -192,14 +192,14 @@
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
@@ -208,17 +208,17 @@
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
- https://acplt.org/Test_AssetAdministrationShell_Mandatory
+ https://example.org/Test_AssetAdministrationShell_Mandatory
Instance
- http://acplt.org/Test_Asset_Mandatory/
+ http://example.org/Test_Asset_Mandatory/
@@ -226,7 +226,7 @@
Submodel
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
@@ -235,17 +235,17 @@
Submodel
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
- https://acplt.org/Test_AssetAdministrationShell2_Mandatory
+ https://example.org/Test_AssetAdministrationShell2_Mandatory
Instance
- http://acplt.org/TestAsset2_Mandatory/
+ http://example.org/TestAsset2_Mandatory/
@@ -264,10 +264,10 @@
9
0
- https://acplt.org/Test_AssetAdministrationShell_Missing
+ https://example.org/Test_AssetAdministrationShell_Missing
Instance
- http://acplt.org/Test_Asset_Missing/
+ http://example.org/Test_Asset_Missing/
TestKey
@@ -277,7 +277,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -294,7 +294,7 @@
Submodel
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
@@ -322,20 +322,20 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/TestAsset/Identification
+ http://example.org/AdministrativeInformation/TestAsset/Identification
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification
+ http://example.org/AdministrativeInformationTemplates/TestAsset/Identification
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
@@ -352,7 +352,7 @@
AssetAdministrationShell
- http://acplt.org/RefersTo/ExampleRefersTo
+ http://example.org/RefersTo/ExampleRefersTo
@@ -383,7 +383,7 @@
ConceptQualifier
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:int
100
@@ -391,14 +391,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
TemplateQualifier
- http://acplt.org/Qualifier/ExampleQualifier2
+ http://example.org/Qualifier/ExampleQualifier2
xs:int
50
@@ -406,7 +406,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -419,7 +419,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -449,7 +449,7 @@
ValueQualifier
- http://acplt.org/Qualifier/ExampleQualifier3
+ http://example.org/Qualifier/ExampleQualifier3
xs:dateTime
2023-04-07T16:59:54.870123
@@ -457,7 +457,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -470,7 +470,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -491,16 +491,16 @@
9
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
+ http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/BillOfMaterial
+ http://example.org/SubmodelTemplates/BillOfMaterial
@@ -546,7 +546,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -557,7 +557,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -580,7 +580,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -591,14 +591,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
SelfManagedEntity
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
TestKey
@@ -608,7 +608,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -661,19 +661,19 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_Submodel
+ http://example.org/AdministrativeInformation/Test_Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -696,7 +696,7 @@
ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
@@ -705,7 +705,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -718,7 +718,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -745,7 +745,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -754,7 +754,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -767,7 +767,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -809,7 +809,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -844,7 +844,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -855,7 +855,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -894,7 +894,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -905,7 +905,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -944,7 +944,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -955,7 +955,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -982,7 +982,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1005,7 +1005,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -1014,7 +1014,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1030,7 +1030,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -1056,7 +1056,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -1079,7 +1079,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -1104,7 +1104,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1129,7 +1129,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1154,7 +1154,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -1164,7 +1164,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1198,7 +1198,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1208,7 +1208,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId1
+ http://example.org/Properties/ExampleProperty/SupplementalId1
@@ -1217,7 +1217,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId2
+ http://example.org/Properties/ExampleProperty/SupplementalId2
@@ -1261,11 +1261,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -1288,7 +1288,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1300,7 +1300,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -1325,7 +1325,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1357,7 +1357,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1367,7 +1367,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty2/SupplementalId
+ http://example.org/Properties/ExampleProperty2/SupplementalId
@@ -1379,7 +1379,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1406,14 +1406,14 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/Referred
+ http://example.org/Properties/ExampleProperty/Referred
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -1432,7 +1432,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleMultiLanguageValueId
+ http://example.org/ValueId/ExampleMultiLanguageValueId
@@ -1455,7 +1455,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -1481,7 +1481,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -1490,7 +1490,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1504,7 +1504,7 @@
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
Instance
@@ -1514,7 +1514,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1527,7 +1527,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1543,7 +1543,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1556,7 +1556,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1578,7 +1578,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1635,7 +1635,7 @@
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
Instance
@@ -1654,14 +1654,14 @@
9
0
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -1684,7 +1684,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -1693,7 +1693,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1706,7 +1706,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1733,7 +1733,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -1742,7 +1742,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1755,7 +1755,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1797,7 +1797,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -1832,7 +1832,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -1843,7 +1843,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1882,7 +1882,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -1893,7 +1893,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1932,7 +1932,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -1943,7 +1943,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1970,7 +1970,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1993,7 +1993,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2002,7 +2002,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2018,7 +2018,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2044,7 +2044,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2067,7 +2067,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2092,7 +2092,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2117,7 +2117,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2150,13 +2150,13 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:string
@@ -2181,7 +2181,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2207,7 +2207,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2216,7 +2216,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2245,14 +2245,14 @@
9
0
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
Template
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -2275,7 +2275,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -2284,7 +2284,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2297,7 +2297,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2324,7 +2324,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -2333,7 +2333,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2346,7 +2346,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2373,7 +2373,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -2398,7 +2398,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -2428,7 +2428,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -2458,7 +2458,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -2486,7 +2486,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2509,7 +2509,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2518,7 +2518,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2534,7 +2534,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2560,7 +2560,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2570,7 +2570,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2593,7 +2593,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2616,7 +2616,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -2640,7 +2640,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2663,7 +2663,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2688,7 +2688,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2713,7 +2713,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2738,7 +2738,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2762,7 +2762,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2786,7 +2786,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2811,7 +2811,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2821,7 +2821,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2883,11 +2883,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -2910,7 +2910,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -2922,7 +2922,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -2947,27 +2947,27 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_ConceptDescription
+ http://example.org/AdministrativeInformation/Test_ConceptDescription
- http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription
+ http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
ExternalReference
GlobalReference
- http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
+ http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
- https://acplt.org/Test_ConceptDescription_Mandatory
+ https://example.org/Test_ConceptDescription_Mandatory
TestConceptDescription
@@ -2985,7 +2985,7 @@
9
0
- https://acplt.org/Test_ConceptDescription_Missing
+ https://example.org/Test_ConceptDescription_Missing
diff --git a/compliance_tool/test/files/test_demo_full_example_json_aasx/aasx/data.json b/compliance_tool/test/files/test_demo_full_example_json_aasx/aasx/data.json
index 7ddb5f17c..3cd101cbc 100644
--- a/compliance_tool/test/files/test_demo_full_example_json_aasx/aasx/data.json
+++ b/compliance_tool/test/files/test_demo_full_example_json_aasx/aasx/data.json
@@ -13,7 +13,7 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell",
+ "id": "https://example.org/Test_AssetAdministrationShell",
"administration": {
"version": "9",
"revision": "0",
@@ -22,24 +22,24 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell"
+ "value": "http://example.org/AdministrativeInformation/Test_AssetAdministrationShell"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
},
"derivedFrom": {
"type": "ModelReference",
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "https://acplt.org/TestAssetAdministrationShell2"
+ "value": "https://example.org/TestAssetAdministrationShell2"
}
]
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -49,7 +49,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
},
@@ -58,7 +58,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -75,7 +75,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel"
+ "value": "https://example.org/Test_Submodel"
}
],
"referredSemanticId": {
@@ -83,7 +83,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
}
@@ -93,7 +93,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial"
+ "value": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial"
}
]
},
@@ -102,7 +102,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/Identification"
+ "value": "http://example.org/Submodels/Assets/TestAsset/Identification"
}
],
"referredSemanticId": {
@@ -110,7 +110,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
}
@@ -120,7 +120,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Template"
+ "value": "https://example.org/Test_Submodel_Template"
}
]
}
@@ -175,11 +175,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -191,7 +191,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -203,7 +203,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -216,7 +216,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -232,10 +232,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Mandatory/"
+ "globalAssetId": "http://example.org/Test_Asset_Mandatory/"
},
"submodels": [
{
@@ -243,7 +243,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel2_Mandatory"
+ "value": "https://example.org/Test_Submodel2_Mandatory"
}
]
},
@@ -252,7 +252,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Mandatory"
+ "value": "https://example.org/Test_Submodel_Mandatory"
}
]
}
@@ -260,10 +260,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell2_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell2_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset2_Mandatory/"
+ "globalAssetId": "http://example.org/TestAsset2_Mandatory/"
}
},
{
@@ -279,14 +279,14 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Missing",
+ "id": "https://example.org/Test_AssetAdministrationShell_Missing",
"administration": {
"version": "9",
"revision": "0"
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Missing/",
+ "globalAssetId": "http://example.org/Test_Asset_Missing/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -296,7 +296,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -313,7 +313,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Missing"
+ "value": "https://example.org/Test_Submodel_Missing"
}
]
}
@@ -334,7 +334,7 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
+ "id": "http://example.org/Submodels/Assets/TestAsset/Identification",
"administration": {
"version": "9",
"revision": "0",
@@ -343,18 +343,18 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/TestAsset/Identification"
+ "value": "http://example.org/AdministrativeInformation/TestAsset/Identification"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/Identification"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
},
@@ -369,7 +369,7 @@
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "http://acplt.org/RefersTo/ExampleRefersTo"
+ "value": "http://example.org/RefersTo/ExampleRefersTo"
}
]
}
@@ -408,12 +408,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier2",
+ "type": "http://example.org/Qualifier/ExampleQualifier2",
"kind": "TemplateQualifier"
},
{
@@ -423,12 +423,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier",
+ "type": "http://example.org/Qualifier/ExampleQualifier",
"kind": "ConceptQualifier"
}
],
@@ -438,7 +438,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -475,12 +475,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:dateTime",
- "type": "http://acplt.org/Qualifier/ExampleQualifier3",
+ "type": "http://example.org/Qualifier/ExampleQualifier3",
"kind": "ValueQualifier"
}
],
@@ -490,7 +490,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -511,17 +511,17 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial",
+ "id": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial",
"administration": {
"version": "9",
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/BillOfMaterial"
+ "value": "http://example.org/SubmodelTemplates/BillOfMaterial"
}
]
},
@@ -569,7 +569,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -579,7 +579,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -604,7 +604,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -614,7 +614,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -669,11 +669,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -685,7 +685,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -698,7 +698,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
},
@@ -712,7 +712,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -728,7 +728,7 @@
}
],
"entityType": "SelfManagedEntity",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -738,7 +738,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -785,7 +785,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel",
+ "id": "https://example.org/Test_Submodel",
"administration": {
"version": "9",
"revision": "0",
@@ -794,7 +794,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_Submodel"
+ "value": "http://example.org/AdministrativeInformation/Test_Submodel"
}
]
}
@@ -804,7 +804,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -828,7 +828,7 @@
"keys": [
{
"type": "ConceptDescription",
- "value": "https://acplt.org/Test_ConceptDescription"
+ "value": "https://example.org/Test_ConceptDescription"
}
]
},
@@ -837,7 +837,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -850,7 +850,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -878,7 +878,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -887,7 +887,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -900,7 +900,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -945,7 +945,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -980,7 +980,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -991,7 +991,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1030,7 +1030,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -1041,7 +1041,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1080,7 +1080,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -1091,7 +1091,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1119,7 +1119,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -1143,7 +1143,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -1152,7 +1152,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1168,7 +1168,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -1195,7 +1195,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -1219,7 +1219,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -1245,7 +1245,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1271,7 +1271,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1297,7 +1297,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
],
"referredSemanticId": {
@@ -1305,7 +1305,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/Referred"
+ "value": "http://example.org/Properties/ExampleProperty/Referred"
}
]
}
@@ -1325,7 +1325,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleMultiLanguageValueId"
+ "value": "http://example.org/ValueId/ExampleMultiLanguageValueId"
}
]
}
@@ -1349,7 +1349,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -1376,7 +1376,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -1385,7 +1385,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1403,7 +1403,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1425,7 +1425,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -1458,7 +1458,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1468,7 +1468,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId1"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId1"
}
]
},
@@ -1477,7 +1477,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId2"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId2"
}
]
}
@@ -1488,7 +1488,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1543,11 +1543,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -1559,7 +1559,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -1571,7 +1571,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -1584,7 +1584,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -1626,7 +1626,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1636,7 +1636,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty2/SupplementalId"
+ "value": "http://example.org/Properties/ExampleProperty2/SupplementalId"
}
]
}
@@ -1647,7 +1647,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1661,7 +1661,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Mandatory",
+ "id": "https://example.org/Test_Submodel_Mandatory",
"submodelElements": [
{
"idShort": "ExampleRelationshipElement",
@@ -1671,7 +1671,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1684,7 +1684,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1701,7 +1701,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1714,7 +1714,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1739,7 +1739,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1806,7 +1806,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel2_Mandatory"
+ "id": "https://example.org/Test_Submodel2_Mandatory"
},
{
"idShort": "TestSubmodel",
@@ -1821,7 +1821,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Missing",
+ "id": "https://example.org/Test_Submodel_Missing",
"administration": {
"version": "9",
"revision": "0"
@@ -1831,7 +1831,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -1855,7 +1855,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -1864,7 +1864,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1877,7 +1877,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1905,7 +1905,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -1914,7 +1914,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1927,7 +1927,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1972,7 +1972,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -2007,7 +2007,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2018,7 +2018,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2057,7 +2057,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2068,7 +2068,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2107,7 +2107,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2118,7 +2118,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2146,7 +2146,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -2170,7 +2170,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2179,7 +2179,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2195,7 +2195,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2222,7 +2222,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2246,7 +2246,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2272,7 +2272,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2298,7 +2298,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2332,14 +2332,14 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
"qualifiers": [
{
"valueType": "xs:string",
- "type": "http://acplt.org/Qualifier/ExampleQualifier"
+ "type": "http://example.org/Qualifier/ExampleQualifier"
}
],
"value": "exampleValue",
@@ -2364,7 +2364,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2391,7 +2391,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2400,7 +2400,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2426,7 +2426,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Template",
+ "id": "https://example.org/Test_Submodel_Template",
"administration": {
"version": "9",
"revision": "0"
@@ -2436,7 +2436,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -2461,7 +2461,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -2471,7 +2471,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2484,7 +2484,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2512,7 +2512,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -2522,7 +2522,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2535,7 +2535,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2563,7 +2563,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -2589,7 +2589,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2619,7 +2619,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2649,7 +2649,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2678,7 +2678,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
},
@@ -2703,7 +2703,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2713,7 +2713,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2729,7 +2729,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2745,7 +2745,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2767,7 +2767,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -2791,7 +2791,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2816,7 +2816,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -2842,7 +2842,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2867,7 +2867,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2894,7 +2894,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2921,7 +2921,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2947,7 +2947,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2973,7 +2973,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2999,7 +2999,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3015,7 +3015,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3037,7 +3037,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -3060,7 +3060,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription",
+ "id": "https://example.org/Test_ConceptDescription",
"administration": {
"version": "9",
"revision": "0",
@@ -3069,11 +3069,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_ConceptDescription"
+ "value": "http://example.org/AdministrativeInformation/Test_ConceptDescription"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription",
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription",
"embeddedDataSpecifications": [
{
"dataSpecification": {
@@ -3124,11 +3124,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -3140,7 +3140,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -3152,7 +3152,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -3165,7 +3165,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -3185,7 +3185,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
+ "value": "http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
}
]
}
@@ -3193,7 +3193,7 @@
},
{
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Mandatory"
+ "id": "https://example.org/Test_ConceptDescription_Mandatory"
},
{
"idShort": "TestConceptDescription",
@@ -3208,7 +3208,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Missing",
+ "id": "https://example.org/Test_ConceptDescription_Missing",
"administration": {
"version": "9",
"revision": "0"
diff --git a/compliance_tool/test/files/test_demo_full_example_wrong_attribute.json b/compliance_tool/test/files/test_demo_full_example_wrong_attribute.json
index d748e7908..3c148fe63 100644
--- a/compliance_tool/test/files/test_demo_full_example_wrong_attribute.json
+++ b/compliance_tool/test/files/test_demo_full_example_wrong_attribute.json
@@ -13,7 +13,7 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell",
+ "id": "https://example.org/Test_AssetAdministrationShell",
"administration": {
"version": "9",
"revision": "0",
@@ -22,24 +22,24 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell"
+ "value": "http://example.org/AdministrativeInformation/Test_AssetAdministrationShell"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell"
},
"derivedFrom": {
"type": "ModelReference",
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "https://acplt.org/TestAssetAdministrationShell2"
+ "value": "https://example.org/TestAssetAdministrationShell2"
}
]
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -49,7 +49,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
},
@@ -58,13 +58,13 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
}
],
- "assetType": "http://acplt.org/TestAssetType/",
+ "assetType": "http://example.org/TestAssetType/",
"defaultThumbnail": {
"path": "file:///path/to/thumbnail.png",
"contentType": "image/png"
@@ -76,7 +76,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel"
+ "value": "https://example.org/Test_Submodel"
}
],
"referredSemanticId": {
@@ -84,7 +84,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
}
@@ -94,7 +94,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial"
+ "value": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial"
}
]
},
@@ -103,7 +103,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Submodels/Assets/TestAsset/Identification"
+ "value": "http://example.org/Submodels/Assets/TestAsset/Identification"
}
],
"referredSemanticId": {
@@ -111,7 +111,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
}
@@ -167,11 +167,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -183,7 +183,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -195,7 +195,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -208,7 +208,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -224,10 +224,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Mandatory/"
+ "globalAssetId": "http://example.org/Test_Asset_Mandatory/"
},
"submodels": [
{
@@ -235,7 +235,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel2_Mandatory"
+ "value": "https://example.org/Test_Submodel2_Mandatory"
}
]
},
@@ -244,7 +244,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Mandatory"
+ "value": "https://example.org/Test_Submodel_Mandatory"
}
]
}
@@ -252,10 +252,10 @@
},
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell2_Mandatory",
+ "id": "https://example.org/Test_AssetAdministrationShell2_Mandatory",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset2_Mandatory/"
+ "globalAssetId": "http://example.org/TestAsset2_Mandatory/"
}
},
{
@@ -271,14 +271,14 @@
}
],
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_AssetAdministrationShell_Missing",
+ "id": "https://example.org/Test_AssetAdministrationShell_Missing",
"administration": {
"version": "9",
"revision": "0"
},
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset_Missing/",
+ "globalAssetId": "http://example.org/Test_Asset_Missing/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -288,7 +288,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -305,7 +305,7 @@
"keys": [
{
"type": "Submodel",
- "value": "https://acplt.org/Test_Submodel_Missing"
+ "value": "https://example.org/Test_Submodel_Missing"
}
]
}
@@ -326,7 +326,7 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
+ "id": "http://example.org/Submodels/Assets/TestAsset/Identification",
"administration": {
"version": "9",
"revision": "0",
@@ -335,18 +335,18 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/TestAsset/Identification"
+ "value": "http://example.org/AdministrativeInformation/TestAsset/Identification"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/Identification"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/AssetIdentification"
+ "value": "http://example.org/SubmodelTemplates/AssetIdentification"
}
]
},
@@ -361,7 +361,7 @@
"keys": [
{
"type": "AssetAdministrationShell",
- "value": "http://acplt.org/RefersTo/ExampleRefersTo"
+ "value": "http://example.org/RefersTo/ExampleRefersTo"
}
]
}
@@ -400,12 +400,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier2",
+ "type": "http://example.org/Qualifier/ExampleQualifier2",
"kind": "TemplateQualifier"
},
{
@@ -415,12 +415,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:int",
- "type": "http://acplt.org/Qualifier/ExampleQualifier",
+ "type": "http://example.org/Qualifier/ExampleQualifier",
"kind": "ConceptQualifier"
}
],
@@ -430,7 +430,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -467,12 +467,12 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
"valueType": "xs:dateTime",
- "type": "http://acplt.org/Qualifier/ExampleQualifier3",
+ "type": "http://example.org/Qualifier/ExampleQualifier3",
"kind": "ValueQualifier"
}
],
@@ -482,7 +482,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -503,17 +503,17 @@
}
],
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial",
+ "id": "http://example.org/Submodels/Assets/TestAsset/BillOfMaterial",
"administration": {
"version": "9",
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
+ "templateId": "http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial"
},
"semanticId": {
"type": "ModelReference",
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/SubmodelTemplates/BillOfMaterial"
+ "value": "http://example.org/SubmodelTemplates/BillOfMaterial"
}
]
},
@@ -561,7 +561,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -571,7 +571,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -596,7 +596,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -606,7 +606,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -661,11 +661,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -677,7 +677,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -690,7 +690,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
},
@@ -704,7 +704,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -720,7 +720,7 @@
}
],
"entityType": "SelfManagedEntity",
- "globalAssetId": "http://acplt.org/TestAsset/",
+ "globalAssetId": "http://example.org/TestAsset/",
"specificAssetIds": [
{
"name": "TestKey",
@@ -730,7 +730,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SpecificAssetId/"
+ "value": "http://example.org/SpecificAssetId/"
}
]
}
@@ -777,7 +777,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel",
+ "id": "https://example.org/Test_Submodel",
"administration": {
"version": "9",
"revision": "0",
@@ -786,7 +786,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_Submodel"
+ "value": "http://example.org/AdministrativeInformation/Test_Submodel"
}
]
}
@@ -796,7 +796,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -820,7 +820,7 @@
"keys": [
{
"type": "ConceptDescription",
- "value": "https://acplt.org/Test_ConceptDescription"
+ "value": "https://example.org/Test_ConceptDescription"
}
]
},
@@ -829,7 +829,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -842,7 +842,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -870,7 +870,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -879,7 +879,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -892,7 +892,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -937,7 +937,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -972,7 +972,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -983,7 +983,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1022,7 +1022,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -1033,7 +1033,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1072,7 +1072,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -1083,7 +1083,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1111,7 +1111,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -1135,7 +1135,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -1144,7 +1144,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1160,7 +1160,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -1187,7 +1187,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -1211,7 +1211,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -1237,7 +1237,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1263,7 +1263,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -1289,7 +1289,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
],
"referredSemanticId": {
@@ -1297,7 +1297,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/Referred"
+ "value": "http://example.org/Properties/ExampleProperty/Referred"
}
]
}
@@ -1317,7 +1317,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleMultiLanguageValueId"
+ "value": "http://example.org/ValueId/ExampleMultiLanguageValueId"
}
]
}
@@ -1341,7 +1341,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -1368,7 +1368,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -1377,7 +1377,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1395,7 +1395,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1417,7 +1417,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -1450,7 +1450,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1460,7 +1460,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId1"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId1"
}
]
},
@@ -1469,7 +1469,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty/SupplementalId2"
+ "value": "http://example.org/Properties/ExampleProperty/SupplementalId2"
}
]
}
@@ -1480,7 +1480,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1535,11 +1535,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -1551,7 +1551,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -1563,7 +1563,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -1576,7 +1576,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -1618,7 +1618,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -1628,7 +1628,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty2/SupplementalId"
+ "value": "http://example.org/Properties/ExampleProperty2/SupplementalId"
}
]
}
@@ -1639,7 +1639,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -1653,7 +1653,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Mandatory",
+ "id": "https://example.org/Test_Submodel_Mandatory",
"submodelElements": [
{
"idShort": "ExampleRelationshipElement",
@@ -1663,7 +1663,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1676,7 +1676,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1693,7 +1693,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1706,7 +1706,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1731,7 +1731,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1798,7 +1798,7 @@
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel2_Mandatory"
+ "id": "https://example.org/Test_Submodel2_Mandatory"
},
{
"idShort": "TestSubmodel",
@@ -1813,7 +1813,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Missing",
+ "id": "https://example.org/Test_Submodel_Missing",
"administration": {
"version": "9",
"revision": "0"
@@ -1823,7 +1823,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -1847,7 +1847,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -1856,7 +1856,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1869,7 +1869,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1897,7 +1897,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -1906,7 +1906,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1919,7 +1919,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -1964,7 +1964,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -1999,7 +1999,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2010,7 +2010,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2049,7 +2049,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2060,7 +2060,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2099,7 +2099,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2110,7 +2110,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
},
@@ -2138,7 +2138,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
}
@@ -2162,7 +2162,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2171,7 +2171,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2187,7 +2187,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2214,7 +2214,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2238,7 +2238,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2264,7 +2264,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2290,7 +2290,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2324,14 +2324,14 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
"qualifiers": [
{
"valueType": "xs:string",
- "type": "http://acplt.org/Qualifier/ExampleQualifier"
+ "type": "http://example.org/Qualifier/ExampleQualifier"
}
],
"value": "exampleValue",
@@ -2356,7 +2356,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2383,7 +2383,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2392,7 +2392,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2418,7 +2418,7 @@
}
],
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel_Template",
+ "id": "https://example.org/Test_Submodel_Template",
"administration": {
"version": "9",
"revision": "0"
@@ -2428,7 +2428,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelTemplates/ExampleSubmodel"
+ "value": "http://example.org/SubmodelTemplates/ExampleSubmodel"
}
]
},
@@ -2453,7 +2453,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleRelationshipElement"
}
]
},
@@ -2463,7 +2463,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2476,7 +2476,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2504,7 +2504,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
+ "value": "http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement"
}
]
},
@@ -2514,7 +2514,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2527,7 +2527,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2555,7 +2555,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Operations/ExampleOperation"
+ "value": "http://example.org/Operations/ExampleOperation"
}
]
},
@@ -2581,7 +2581,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInput"
+ "value": "http://example.org/Properties/ExamplePropertyInput"
}
]
},
@@ -2611,7 +2611,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyOutput"
+ "value": "http://example.org/Properties/ExamplePropertyOutput"
}
]
},
@@ -2641,7 +2641,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExamplePropertyInOutput"
+ "value": "http://example.org/Properties/ExamplePropertyInOutput"
}
]
},
@@ -2670,7 +2670,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Capabilities/ExampleCapability"
+ "value": "http://example.org/Capabilities/ExampleCapability"
}
]
},
@@ -2695,7 +2695,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Events/ExampleBasicEventElement"
+ "value": "http://example.org/Events/ExampleBasicEventElement"
}
]
},
@@ -2705,7 +2705,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "Property",
@@ -2721,7 +2721,7 @@
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/ExampleMessageBroker"
+ "value": "http://example.org/ExampleMessageBroker"
}
]
},
@@ -2737,7 +2737,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2759,7 +2759,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -2783,7 +2783,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -2808,7 +2808,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Properties/ExampleProperty"
+ "value": "http://example.org/Properties/ExampleProperty"
}
]
},
@@ -2834,7 +2834,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
+ "value": "http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty"
}
]
},
@@ -2859,7 +2859,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2886,7 +2886,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Ranges/ExampleRange"
+ "value": "http://example.org/Ranges/ExampleRange"
}
]
},
@@ -2913,7 +2913,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Blobs/ExampleBlob"
+ "value": "http://example.org/Blobs/ExampleBlob"
}
]
},
@@ -2939,7 +2939,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Files/ExampleFile"
+ "value": "http://example.org/Files/ExampleFile"
}
]
},
@@ -2965,7 +2965,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ReferenceElements/ExampleReferenceElement"
+ "value": "http://example.org/ReferenceElements/ExampleReferenceElement"
}
]
},
@@ -2991,7 +2991,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3007,7 +3007,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
+ "value": "http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection"
}
]
},
@@ -3029,7 +3029,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList"
+ "value": "http://example.org/SubmodelElementLists/ExampleSubmodelElementList"
}
]
},
@@ -3052,7 +3052,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription",
+ "id": "https://example.org/Test_ConceptDescription",
"administration": {
"version": "9",
"revision": "0",
@@ -3061,11 +3061,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/AdministrativeInformation/Test_ConceptDescription"
+ "value": "http://example.org/AdministrativeInformation/Test_ConceptDescription"
}
]
},
- "templateId": "http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription",
+ "templateId": "http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription",
"embeddedDataSpecifications": [
{
"dataSpecification": {
@@ -3116,11 +3116,11 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Units/SpaceUnit"
+ "value": "http://example.org/Units/SpaceUnit"
}
]
},
- "sourceOfDefinition": "http://acplt.org/DataSpec/ExampleDef",
+ "sourceOfDefinition": "http://example.org/DataSpec/ExampleDef",
"symbol": "SU",
"valueFormat": "M",
"valueList": {
@@ -3132,7 +3132,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId"
+ "value": "http://example.org/ValueId/ExampleValueId"
}
]
}
@@ -3144,7 +3144,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/ValueId/ExampleValueId2"
+ "value": "http://example.org/ValueId/ExampleValueId2"
}
]
}
@@ -3157,7 +3157,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/Values/TestValueId"
+ "value": "http://example.org/Values/TestValueId"
}
]
},
@@ -3177,7 +3177,7 @@
"keys": [
{
"type": "GlobalReference",
- "value": "http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
+ "value": "http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription"
}
]
}
@@ -3185,7 +3185,7 @@
},
{
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Mandatory"
+ "id": "https://example.org/Test_ConceptDescription_Mandatory"
},
{
"idShort": "TestConceptDescription",
@@ -3200,7 +3200,7 @@
}
],
"modelType": "ConceptDescription",
- "id": "https://acplt.org/Test_ConceptDescription_Missing",
+ "id": "https://example.org/Test_ConceptDescription_Missing",
"administration": {
"version": "9",
"revision": "0"
diff --git a/compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml b/compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml
index 94c47d36b..d19f9116b 100644
--- a/compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml
+++ b/compliance_tool/test/files/test_demo_full_example_wrong_attribute.xml
@@ -21,13 +21,13 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformation/Test_AssetAdministrationShell
- http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
- https://acplt.org/Test_AssetAdministrationShell
+ https://example.org/Test_AssetAdministrationShell
@@ -67,11 +67,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -94,7 +94,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -106,7 +106,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -129,13 +129,13 @@
AssetAdministrationShell
- https://acplt.org/TestAssetAdministrationShell2
+ https://example.org/TestAssetAdministrationShell2
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -143,7 +143,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -154,13 +154,13 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
- http://acplt.org/TestAssetType/
+ http://example.org/TestAssetType/
file:///path/to/thumbnail.png
image/png
@@ -174,14 +174,14 @@
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
@@ -192,14 +192,14 @@
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
@@ -208,17 +208,17 @@
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
- https://acplt.org/Test_AssetAdministrationShell_Mandatory
+ https://example.org/Test_AssetAdministrationShell_Mandatory
Instance
- http://acplt.org/Test_Asset_Mandatory/
+ http://example.org/Test_Asset_Mandatory/
@@ -226,7 +226,7 @@
Submodel
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
@@ -235,17 +235,17 @@
Submodel
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
- https://acplt.org/Test_AssetAdministrationShell2_Mandatory
+ https://example.org/Test_AssetAdministrationShell2_Mandatory
Instance
- http://acplt.org/TestAsset2_Mandatory/
+ http://example.org/TestAsset2_Mandatory/
@@ -264,10 +264,10 @@
9
0
- https://acplt.org/Test_AssetAdministrationShell_Missing
+ https://example.org/Test_AssetAdministrationShell_Missing
Instance
- http://acplt.org/Test_Asset_Missing/
+ http://example.org/Test_Asset_Missing/
TestKey
@@ -277,7 +277,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -294,7 +294,7 @@
Submodel
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
@@ -322,20 +322,20 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/TestAsset/Identification
+ http://example.org/AdministrativeInformation/TestAsset/Identification
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification
+ http://example.org/AdministrativeInformationTemplates/TestAsset/Identification
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
@@ -352,7 +352,7 @@
AssetAdministrationShell
- http://acplt.org/RefersTo/ExampleRefersTo
+ http://example.org/RefersTo/ExampleRefersTo
@@ -383,7 +383,7 @@
ConceptQualifier
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:int
100
@@ -391,14 +391,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
TemplateQualifier
- http://acplt.org/Qualifier/ExampleQualifier2
+ http://example.org/Qualifier/ExampleQualifier2
xs:int
50
@@ -406,7 +406,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -419,7 +419,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -449,7 +449,7 @@
ValueQualifier
- http://acplt.org/Qualifier/ExampleQualifier3
+ http://example.org/Qualifier/ExampleQualifier3
xs:dateTime
2023-04-07T16:59:54.870123
@@ -457,7 +457,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -470,7 +470,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -491,16 +491,16 @@
9
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
+ http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/BillOfMaterial
+ http://example.org/SubmodelTemplates/BillOfMaterial
@@ -546,7 +546,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -557,7 +557,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -580,7 +580,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -591,14 +591,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
SelfManagedEntity
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
TestKey
@@ -608,7 +608,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -661,19 +661,19 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_Submodel
+ http://example.org/AdministrativeInformation/Test_Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -696,7 +696,7 @@
ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
@@ -705,7 +705,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -718,7 +718,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -745,7 +745,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -754,7 +754,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -767,7 +767,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -809,7 +809,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -844,7 +844,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -855,7 +855,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -894,7 +894,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -905,7 +905,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -944,7 +944,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -955,7 +955,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -982,7 +982,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1005,7 +1005,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -1014,7 +1014,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1030,7 +1030,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -1056,7 +1056,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -1079,7 +1079,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -1104,7 +1104,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1129,7 +1129,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1154,7 +1154,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -1164,7 +1164,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1198,7 +1198,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1208,7 +1208,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId1
+ http://example.org/Properties/ExampleProperty/SupplementalId1
@@ -1217,7 +1217,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId2
+ http://example.org/Properties/ExampleProperty/SupplementalId2
@@ -1261,11 +1261,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -1288,7 +1288,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1300,7 +1300,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -1325,7 +1325,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1357,7 +1357,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1367,7 +1367,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty2/SupplementalId
+ http://example.org/Properties/ExampleProperty2/SupplementalId
@@ -1379,7 +1379,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1406,14 +1406,14 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/Referred
+ http://example.org/Properties/ExampleProperty/Referred
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -1432,7 +1432,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleMultiLanguageValueId
+ http://example.org/ValueId/ExampleMultiLanguageValueId
@@ -1455,7 +1455,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -1481,7 +1481,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -1490,7 +1490,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1504,7 +1504,7 @@
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
Instance
@@ -1514,7 +1514,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1527,7 +1527,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1543,7 +1543,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1556,7 +1556,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1578,7 +1578,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1635,7 +1635,7 @@
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
Instance
@@ -1654,14 +1654,14 @@
9
0
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -1684,7 +1684,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -1693,7 +1693,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1706,7 +1706,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1733,7 +1733,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -1742,7 +1742,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1755,7 +1755,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1797,7 +1797,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -1832,7 +1832,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -1843,7 +1843,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1882,7 +1882,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -1893,7 +1893,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1932,7 +1932,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -1943,7 +1943,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1970,7 +1970,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1993,7 +1993,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2002,7 +2002,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2018,7 +2018,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2044,7 +2044,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2067,7 +2067,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2092,7 +2092,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2117,7 +2117,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2150,13 +2150,13 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:string
@@ -2181,7 +2181,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2207,7 +2207,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2216,7 +2216,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2245,14 +2245,14 @@
9
0
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
Template
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -2275,7 +2275,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -2284,7 +2284,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2297,7 +2297,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2324,7 +2324,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -2333,7 +2333,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2346,7 +2346,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2373,7 +2373,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -2398,7 +2398,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -2428,7 +2428,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -2458,7 +2458,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -2486,7 +2486,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2509,7 +2509,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2518,7 +2518,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2534,7 +2534,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2560,7 +2560,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2570,7 +2570,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2593,7 +2593,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2616,7 +2616,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -2640,7 +2640,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2663,7 +2663,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2688,7 +2688,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2713,7 +2713,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2738,7 +2738,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2762,7 +2762,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2786,7 +2786,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2811,7 +2811,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2821,7 +2821,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2883,11 +2883,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -2910,7 +2910,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -2922,7 +2922,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -2947,27 +2947,27 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_ConceptDescription
+ http://example.org/AdministrativeInformation/Test_ConceptDescription
- http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription
+ http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
ExternalReference
GlobalReference
- http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
+ http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
- https://acplt.org/Test_ConceptDescription_Mandatory
+ https://example.org/Test_ConceptDescription_Mandatory
TestConceptDescription
@@ -2985,7 +2985,7 @@
9
0
- https://acplt.org/Test_ConceptDescription_Missing
+ https://example.org/Test_ConceptDescription_Missing
diff --git a/compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml b/compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml
index cb203c9d8..f0de2d0cd 100644
--- a/compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml
+++ b/compliance_tool/test/files/test_demo_full_example_xml_aasx/aasx/data.xml
@@ -21,13 +21,13 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformation/Test_AssetAdministrationShell
- http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
- https://acplt.org/Test_AssetAdministrationShell
+ https://example.org/Test_AssetAdministrationShell
@@ -67,11 +67,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -94,7 +94,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -106,7 +106,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -129,13 +129,13 @@
AssetAdministrationShell
- https://acplt.org/TestAssetAdministrationShell2
+ https://example.org/TestAssetAdministrationShell2
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -143,7 +143,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -154,7 +154,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -173,14 +173,14 @@
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
@@ -191,14 +191,14 @@
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
@@ -207,7 +207,7 @@
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
@@ -216,17 +216,17 @@
Submodel
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
- https://acplt.org/Test_AssetAdministrationShell_Mandatory
+ https://example.org/Test_AssetAdministrationShell_Mandatory
Instance
- http://acplt.org/Test_Asset_Mandatory/
+ http://example.org/Test_Asset_Mandatory/
@@ -234,7 +234,7 @@
Submodel
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
@@ -243,17 +243,17 @@
Submodel
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
- https://acplt.org/Test_AssetAdministrationShell2_Mandatory
+ https://example.org/Test_AssetAdministrationShell2_Mandatory
Instance
- http://acplt.org/TestAsset2_Mandatory/
+ http://example.org/TestAsset2_Mandatory/
@@ -272,10 +272,10 @@
9
0
- https://acplt.org/Test_AssetAdministrationShell_Missing
+ https://example.org/Test_AssetAdministrationShell_Missing
Instance
- http://acplt.org/Test_Asset_Missing/
+ http://example.org/Test_Asset_Missing/
TestKey
@@ -285,7 +285,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -302,7 +302,7 @@
Submodel
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
@@ -330,20 +330,20 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/TestAsset/Identification
+ http://example.org/AdministrativeInformation/TestAsset/Identification
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification
+ http://example.org/AdministrativeInformationTemplates/TestAsset/Identification
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
@@ -360,7 +360,7 @@
AssetAdministrationShell
- http://acplt.org/RefersTo/ExampleRefersTo
+ http://example.org/RefersTo/ExampleRefersTo
@@ -391,7 +391,7 @@
ConceptQualifier
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:int
100
@@ -399,14 +399,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
TemplateQualifier
- http://acplt.org/Qualifier/ExampleQualifier2
+ http://example.org/Qualifier/ExampleQualifier2
xs:int
50
@@ -414,7 +414,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -427,7 +427,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -457,7 +457,7 @@
ValueQualifier
- http://acplt.org/Qualifier/ExampleQualifier3
+ http://example.org/Qualifier/ExampleQualifier3
xs:dateTime
2023-04-07T16:59:54.870123
@@ -465,7 +465,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -478,7 +478,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -499,16 +499,16 @@
9
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
+ http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/BillOfMaterial
+ http://example.org/SubmodelTemplates/BillOfMaterial
@@ -554,7 +554,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -565,7 +565,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -588,7 +588,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -599,14 +599,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
SelfManagedEntity
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
TestKey
@@ -616,7 +616,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -669,19 +669,19 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_Submodel
+ http://example.org/AdministrativeInformation/Test_Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -704,7 +704,7 @@
ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
@@ -713,7 +713,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -726,7 +726,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -753,7 +753,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -762,7 +762,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -775,7 +775,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -817,7 +817,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -852,7 +852,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -863,7 +863,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -902,7 +902,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -913,7 +913,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -952,7 +952,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -963,7 +963,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -990,7 +990,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1013,7 +1013,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -1022,7 +1022,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1038,7 +1038,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -1064,7 +1064,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -1087,7 +1087,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -1112,7 +1112,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1137,7 +1137,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1162,7 +1162,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -1172,7 +1172,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1206,7 +1206,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1216,7 +1216,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId1
+ http://example.org/Properties/ExampleProperty/SupplementalId1
@@ -1225,7 +1225,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId2
+ http://example.org/Properties/ExampleProperty/SupplementalId2
@@ -1269,11 +1269,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -1296,7 +1296,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1308,7 +1308,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -1333,7 +1333,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1365,7 +1365,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1375,7 +1375,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty2/SupplementalId
+ http://example.org/Properties/ExampleProperty2/SupplementalId
@@ -1387,7 +1387,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1414,14 +1414,14 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/Referred
+ http://example.org/Properties/ExampleProperty/Referred
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -1440,7 +1440,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleMultiLanguageValueId
+ http://example.org/ValueId/ExampleMultiLanguageValueId
@@ -1463,7 +1463,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -1489,7 +1489,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -1498,7 +1498,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1512,7 +1512,7 @@
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
Instance
@@ -1522,7 +1522,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1535,7 +1535,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1551,7 +1551,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1564,7 +1564,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1586,7 +1586,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1643,7 +1643,7 @@
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
Instance
@@ -1662,14 +1662,14 @@
9
0
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -1692,7 +1692,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -1701,7 +1701,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1714,7 +1714,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1741,7 +1741,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -1750,7 +1750,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1763,7 +1763,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1805,7 +1805,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -1840,7 +1840,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -1851,7 +1851,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1890,7 +1890,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -1901,7 +1901,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1940,7 +1940,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -1951,7 +1951,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1978,7 +1978,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2001,7 +2001,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2010,7 +2010,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2026,7 +2026,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2052,7 +2052,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2075,7 +2075,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2100,7 +2100,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2125,7 +2125,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2158,13 +2158,13 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:string
@@ -2189,7 +2189,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2215,7 +2215,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2224,7 +2224,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2253,14 +2253,14 @@
9
0
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
Template
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -2283,7 +2283,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -2292,7 +2292,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2305,7 +2305,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2332,7 +2332,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -2341,7 +2341,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2354,7 +2354,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2381,7 +2381,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -2406,7 +2406,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -2436,7 +2436,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -2466,7 +2466,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -2494,7 +2494,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2517,7 +2517,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2526,7 +2526,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2542,7 +2542,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2568,7 +2568,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2578,7 +2578,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2601,7 +2601,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2624,7 +2624,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -2648,7 +2648,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2671,7 +2671,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2696,7 +2696,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2721,7 +2721,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2746,7 +2746,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2770,7 +2770,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2794,7 +2794,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2819,7 +2819,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2829,7 +2829,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2891,11 +2891,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -2918,7 +2918,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -2930,7 +2930,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -2955,27 +2955,27 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_ConceptDescription
+ http://example.org/AdministrativeInformation/Test_ConceptDescription
- http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription
+ http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
ExternalReference
GlobalReference
- http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
+ http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
- https://acplt.org/Test_ConceptDescription_Mandatory
+ https://example.org/Test_ConceptDescription_Mandatory
TestConceptDescription
@@ -2993,7 +2993,7 @@
9
0
- https://acplt.org/Test_ConceptDescription_Missing
+ https://example.org/Test_ConceptDescription_Missing
diff --git a/compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml b/compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml
index 7f2531f6c..c54425cf1 100644
--- a/compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml
+++ b/compliance_tool/test/files/test_demo_full_example_xml_wrong_attribute_aasx/aasx/data.xml
@@ -21,13 +21,13 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformation/Test_AssetAdministrationShell
- http://acplt.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
+ http://example.org/AdministrativeInformationTemplates/Test_AssetAdministrationShell
- https://acplt.org/Test_AssetAdministrationShell
+ https://example.org/Test_AssetAdministrationShell
@@ -67,11 +67,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -94,7 +94,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -106,7 +106,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -129,13 +129,13 @@
AssetAdministrationShell
- https://acplt.org/TestAssetAdministrationShell2
+ https://example.org/TestAssetAdministrationShell2
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -143,7 +143,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -154,7 +154,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -173,14 +173,14 @@
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
@@ -191,14 +191,14 @@
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
@@ -207,7 +207,7 @@
Submodel
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
@@ -216,17 +216,17 @@
Submodel
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
- https://acplt.org/Test_AssetAdministrationShell_Mandatory
+ https://example.org/Test_AssetAdministrationShell_Mandatory
Instance
- http://acplt.org/Test_Asset_Mandatory/
+ http://example.org/Test_Asset_Mandatory/
@@ -234,7 +234,7 @@
Submodel
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
@@ -243,17 +243,17 @@
Submodel
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
- https://acplt.org/Test_AssetAdministrationShell2_Mandatory
+ https://example.org/Test_AssetAdministrationShell2_Mandatory
Instance
- http://acplt.org/TestAsset2_Mandatory/
+ http://example.org/TestAsset2_Mandatory/
@@ -272,10 +272,10 @@
9
0
- https://acplt.org/Test_AssetAdministrationShell_Missing
+ https://example.org/Test_AssetAdministrationShell_Missing
Instance
- http://acplt.org/Test_Asset_Missing/
+ http://example.org/Test_Asset_Missing/
TestKey
@@ -285,7 +285,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -302,7 +302,7 @@
Submodel
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
@@ -330,20 +330,20 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/TestAsset/Identification
+ http://example.org/AdministrativeInformation/TestAsset/Identification
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/Identification
+ http://example.org/AdministrativeInformationTemplates/TestAsset/Identification
- http://acplt.org/Submodels/Assets/TestAsset/Identification
+ http://example.org/Submodels/Assets/TestAsset/Identification
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/AssetIdentification
+ http://example.org/SubmodelTemplates/AssetIdentification
@@ -360,7 +360,7 @@
AssetAdministrationShell
- http://acplt.org/RefersTo/ExampleRefersTo
+ http://example.org/RefersTo/ExampleRefersTo
@@ -391,7 +391,7 @@
ConceptQualifier
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:int
100
@@ -399,14 +399,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
TemplateQualifier
- http://acplt.org/Qualifier/ExampleQualifier2
+ http://example.org/Qualifier/ExampleQualifier2
xs:int
50
@@ -414,7 +414,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -427,7 +427,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -457,7 +457,7 @@
ValueQualifier
- http://acplt.org/Qualifier/ExampleQualifier3
+ http://example.org/Qualifier/ExampleQualifier3
xs:dateTime
2023-04-07T16:59:54.870123
@@ -465,7 +465,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -478,7 +478,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -499,16 +499,16 @@
9
- http://acplt.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
+ http://example.org/AdministrativeInformationTemplates/TestAsset/BillOfMaterial
- http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial
+ http://example.org/Submodels/Assets/TestAsset/BillOfMaterial
Instance
ModelReference
Submodel
- http://acplt.org/SubmodelTemplates/BillOfMaterial
+ http://example.org/SubmodelTemplates/BillOfMaterial
@@ -554,7 +554,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -565,7 +565,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -588,7 +588,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -599,14 +599,14 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
SelfManagedEntity
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
TestKey
@@ -616,7 +616,7 @@
GlobalReference
- http://acplt.org/SpecificAssetId/
+ http://example.org/SpecificAssetId/
@@ -669,19 +669,19 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_Submodel
+ http://example.org/AdministrativeInformation/Test_Submodel
- https://acplt.org/Test_Submodel
+ https://example.org/Test_Submodel
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -704,7 +704,7 @@
ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
@@ -713,7 +713,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -726,7 +726,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -753,7 +753,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -762,7 +762,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -775,7 +775,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -817,7 +817,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -852,7 +852,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -863,7 +863,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -902,7 +902,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -913,7 +913,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -952,7 +952,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -963,7 +963,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -990,7 +990,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -1013,7 +1013,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -1022,7 +1022,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1038,7 +1038,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -1064,7 +1064,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -1087,7 +1087,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -1112,7 +1112,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1137,7 +1137,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -1162,7 +1162,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -1172,7 +1172,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1206,7 +1206,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1216,7 +1216,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId1
+ http://example.org/Properties/ExampleProperty/SupplementalId1
@@ -1225,7 +1225,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/SupplementalId2
+ http://example.org/Properties/ExampleProperty/SupplementalId2
@@ -1269,11 +1269,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -1296,7 +1296,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1308,7 +1308,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -1333,7 +1333,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1365,7 +1365,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -1375,7 +1375,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty2/SupplementalId
+ http://example.org/Properties/ExampleProperty2/SupplementalId
@@ -1387,7 +1387,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1414,14 +1414,14 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty/Referred
+ http://example.org/Properties/ExampleProperty/Referred
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -1440,7 +1440,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleMultiLanguageValueId
+ http://example.org/ValueId/ExampleMultiLanguageValueId
@@ -1463,7 +1463,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -1489,7 +1489,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -1498,7 +1498,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1512,7 +1512,7 @@
- https://acplt.org/Test_Submodel_Mandatory
+ https://example.org/Test_Submodel_Mandatory
Instance
@@ -1522,7 +1522,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1535,7 +1535,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1551,7 +1551,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1564,7 +1564,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1586,7 +1586,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1643,7 +1643,7 @@
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
Instance
@@ -1662,14 +1662,14 @@
9
0
- https://acplt.org/Test_Submodel_Missing
+ https://example.org/Test_Submodel_Missing
Instance
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -1692,7 +1692,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -1701,7 +1701,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1714,7 +1714,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1741,7 +1741,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -1750,7 +1750,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1763,7 +1763,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -1805,7 +1805,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -1840,7 +1840,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -1851,7 +1851,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1890,7 +1890,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -1901,7 +1901,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1940,7 +1940,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -1951,7 +1951,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -1978,7 +1978,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2001,7 +2001,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2010,7 +2010,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2026,7 +2026,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2052,7 +2052,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2075,7 +2075,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2100,7 +2100,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2125,7 +2125,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2158,13 +2158,13 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
- http://acplt.org/Qualifier/ExampleQualifier
+ http://example.org/Qualifier/ExampleQualifier
xs:string
@@ -2189,7 +2189,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2215,7 +2215,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2224,7 +2224,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2253,14 +2253,14 @@
9
0
- https://acplt.org/Test_Submodel_Template
+ https://example.org/Test_Submodel_Template
Template
ExternalReference
GlobalReference
- http://acplt.org/SubmodelTemplates/ExampleSubmodel
+ http://example.org/SubmodelTemplates/ExampleSubmodel
@@ -2283,7 +2283,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleRelationshipElement
+ http://example.org/RelationshipElements/ExampleRelationshipElement
@@ -2292,7 +2292,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2305,7 +2305,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2332,7 +2332,7 @@
GlobalReference
- http://acplt.org/RelationshipElements/ExampleAnnotatedRelationshipElement
+ http://example.org/RelationshipElements/ExampleAnnotatedRelationshipElement
@@ -2341,7 +2341,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2354,7 +2354,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2381,7 +2381,7 @@
GlobalReference
- http://acplt.org/Operations/ExampleOperation
+ http://example.org/Operations/ExampleOperation
@@ -2406,7 +2406,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInput
+ http://example.org/Properties/ExamplePropertyInput
@@ -2436,7 +2436,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyOutput
+ http://example.org/Properties/ExamplePropertyOutput
@@ -2466,7 +2466,7 @@
GlobalReference
- http://acplt.org/Properties/ExamplePropertyInOutput
+ http://example.org/Properties/ExamplePropertyInOutput
@@ -2494,7 +2494,7 @@
GlobalReference
- http://acplt.org/Capabilities/ExampleCapability
+ http://example.org/Capabilities/ExampleCapability
@@ -2517,7 +2517,7 @@
GlobalReference
- http://acplt.org/Events/ExampleBasicEventElement
+ http://example.org/Events/ExampleBasicEventElement
@@ -2526,7 +2526,7 @@
Submodel
- http://acplt.org/Test_Submodel
+ http://example.org/Test_Submodel
Property
@@ -2542,7 +2542,7 @@
Submodel
- http://acplt.org/ExampleMessageBroker
+ http://example.org/ExampleMessageBroker
@@ -2568,7 +2568,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2578,7 +2578,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2601,7 +2601,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2624,7 +2624,7 @@
GlobalReference
- http://acplt.org/Properties/ExampleProperty
+ http://example.org/Properties/ExampleProperty
@@ -2648,7 +2648,7 @@
GlobalReference
- http://acplt.org/MultiLanguageProperties/ExampleMultiLanguageProperty
+ http://example.org/MultiLanguageProperties/ExampleMultiLanguageProperty
@@ -2671,7 +2671,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2696,7 +2696,7 @@
GlobalReference
- http://acplt.org/Ranges/ExampleRange
+ http://example.org/Ranges/ExampleRange
@@ -2721,7 +2721,7 @@
GlobalReference
- http://acplt.org/Blobs/ExampleBlob
+ http://example.org/Blobs/ExampleBlob
@@ -2746,7 +2746,7 @@
GlobalReference
- http://acplt.org/Files/ExampleFile
+ http://example.org/Files/ExampleFile
@@ -2770,7 +2770,7 @@
GlobalReference
- http://acplt.org/ReferenceElements/ExampleReferenceElement
+ http://example.org/ReferenceElements/ExampleReferenceElement
@@ -2794,7 +2794,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2819,7 +2819,7 @@
GlobalReference
- http://acplt.org/SubmodelElementLists/ExampleSubmodelElementList
+ http://example.org/SubmodelElementLists/ExampleSubmodelElementList
@@ -2829,7 +2829,7 @@
GlobalReference
- http://acplt.org/SubmodelElementCollections/ExampleSubmodelElementCollection
+ http://example.org/SubmodelElementCollections/ExampleSubmodelElementCollection
@@ -2891,11 +2891,11 @@
GlobalReference
- http://acplt.org/Units/SpaceUnit
+ http://example.org/Units/SpaceUnit
- http://acplt.org/DataSpec/ExampleDef
+ http://example.org/DataSpec/ExampleDef
SU
REAL_MEASURE
@@ -2918,7 +2918,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId
+ http://example.org/ValueId/ExampleValueId
@@ -2930,7 +2930,7 @@
GlobalReference
- http://acplt.org/ValueId/ExampleValueId2
+ http://example.org/ValueId/ExampleValueId2
@@ -2955,27 +2955,27 @@
GlobalReference
- http://acplt.org/AdministrativeInformation/Test_ConceptDescription
+ http://example.org/AdministrativeInformation/Test_ConceptDescription
- http://acplt.org/AdministrativeInformationTemplates/Test_ConceptDescription
+ http://example.org/AdministrativeInformationTemplates/Test_ConceptDescription
- https://acplt.org/Test_ConceptDescription
+ https://example.org/Test_ConceptDescription
ExternalReference
GlobalReference
- http://acplt.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
+ http://example.org/DataSpecifications/ConceptDescriptions/TestConceptDescription
- https://acplt.org/Test_ConceptDescription_Mandatory
+ https://example.org/Test_ConceptDescription_Mandatory
TestConceptDescription
@@ -2993,7 +2993,7 @@
9
0
- https://acplt.org/Test_ConceptDescription_Missing
+ https://example.org/Test_ConceptDescription_Missing
diff --git a/compliance_tool/test/files/test_deserializable_aas_warning.json b/compliance_tool/test/files/test_deserializable_aas_warning.json
index 35da52c24..81d318900 100644
--- a/compliance_tool/test/files/test_deserializable_aas_warning.json
+++ b/compliance_tool/test/files/test_deserializable_aas_warning.json
@@ -1,7 +1,7 @@
{
"assetAdministrationShells": [
{
- "id": "https://acplt.org/Test_AssetAdministrationShell",
+ "id": "https://example.org/Test_AssetAdministrationShell",
"idShort": "TestAssetAdministrationShell",
"administration": {
"revision": "0"
@@ -9,7 +9,7 @@
"modelType": "AssetAdministrationShell",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/TestAsset/"
+ "globalAssetId": "http://example.org/TestAsset/"
}
}
]
diff --git a/compliance_tool/test/files/test_deserializable_aas_warning.xml b/compliance_tool/test/files/test_deserializable_aas_warning.xml
index 53f72ab71..85f56197e 100644
--- a/compliance_tool/test/files/test_deserializable_aas_warning.xml
+++ b/compliance_tool/test/files/test_deserializable_aas_warning.xml
@@ -6,10 +6,10 @@
0
- https://acplt.org/Test_AssetAdministrationShell
+ https://example.org/Test_AssetAdministrationShell
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
diff --git a/compliance_tool/test/files/test_not_deserializable_aas.json b/compliance_tool/test/files/test_not_deserializable_aas.json
index cf239e8b7..5e60151ed 100644
--- a/compliance_tool/test/files/test_not_deserializable_aas.json
+++ b/compliance_tool/test/files/test_not_deserializable_aas.json
@@ -1,12 +1,12 @@
{
"assetAdministrationShells": [
{
- "id": "https://acplt.org/Test_AssetAdministrationShell",
+ "id": "https://example.org/Test_AssetAdministrationShell",
"idShort": "TestAssetAdministrationShell",
"modelType": "Test",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "http://acplt.org/Test_Asset/"
+ "globalAssetId": "http://example.org/Test_Asset/"
}
}
],
diff --git a/compliance_tool/test/files/test_not_deserializable_aas.xml b/compliance_tool/test/files/test_not_deserializable_aas.xml
index d673e80ec..47a12f536 100644
--- a/compliance_tool/test/files/test_not_deserializable_aas.xml
+++ b/compliance_tool/test/files/test_not_deserializable_aas.xml
@@ -3,7 +3,7 @@
- https://acplt.org/Test_Submodel2_Mandatory
+ https://example.org/Test_Submodel2_Mandatory
Instance
diff --git a/compliance_tool/test/test_compliance_check_aasx.py b/compliance_tool/test/test_compliance_check_aasx.py
index 953d4e35e..eaf2eb2cb 100644
--- a/compliance_tool/test/test_compliance_check_aasx.py
+++ b/compliance_tool/test/test_compliance_check_aasx.py
@@ -70,7 +70,7 @@ def test_check_aas_example(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[1].status)
self.assertEqual(Status.FAILED, manager.steps[2].status)
self.assertEqual('FAILED: Check if data is equal to example data\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(2, verbose_level=1))
self.assertEqual(Status.NOT_EXECUTED, manager.steps[3].status)
@@ -123,7 +123,7 @@ def test_check_aasx_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell123 (value=\'TestAssetAdministrationShell\')',
manager.format_step(4, verbose_level=1))
@@ -136,7 +136,7 @@ def test_check_aasx_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(4, verbose_level=1))
self.assertEqual(Status.NOT_EXECUTED, manager.steps[5].status)
diff --git a/compliance_tool/test/test_compliance_check_json.py b/compliance_tool/test/test_compliance_check_json.py
index c738c0f13..0319793c6 100644
--- a/compliance_tool/test/test_compliance_check_json.py
+++ b/compliance_tool/test/test_compliance_check_json.py
@@ -128,7 +128,7 @@ def test_check_aas_example(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[1].status)
self.assertEqual(Status.FAILED, manager.steps[2].status)
self.assertEqual('FAILED: Check if data is equal to example data\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(2, verbose_level=1))
@@ -177,7 +177,7 @@ def test_check_json_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell123 (value=\'TestAssetAdministrationShell\')',
manager.format_step(4, verbose_level=1))
@@ -190,6 +190,6 @@ def test_check_json_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(4, verbose_level=1))
diff --git a/compliance_tool/test/test_compliance_check_xml.py b/compliance_tool/test/test_compliance_check_xml.py
index 63089e186..4dcaa19a9 100644
--- a/compliance_tool/test/test_compliance_check_xml.py
+++ b/compliance_tool/test/test_compliance_check_xml.py
@@ -120,7 +120,7 @@ def test_check_aas_example(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[1].status)
self.assertEqual(Status.FAILED, manager.steps[2].status)
self.assertEqual('FAILED: Check if data is equal to example data\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(2, verbose_level=1))
@@ -169,7 +169,7 @@ def test_check_xml_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell123 (value=\'TestAssetAdministrationShell\')',
manager.format_step(4, verbose_level=1))
@@ -182,6 +182,6 @@ def test_check_xml_files_equivalence(self) -> None:
self.assertEqual(Status.SUCCESS, manager.steps[3].status)
self.assertEqual(Status.FAILED, manager.steps[4].status)
self.assertEqual('FAILED: Check if data in files are equal\n - ERROR: Attribute id_short of '
- 'AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell] must be == '
+ 'AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell] must be == '
'TestAssetAdministrationShell (value=\'TestAssetAdministrationShell123\')',
manager.format_step(4, verbose_level=1))
diff --git a/sdk/README.md b/sdk/README.md
index 74d63b8f3..92d9b8022 100644
--- a/sdk/README.md
+++ b/sdk/README.md
@@ -87,7 +87,7 @@ Create a `Submodel`:
```python
from basyx.aas import model # Import all BaSyx Python SDK classes from the model package
-identifier = 'https://acplt.org/Simple_Submodel'
+identifier = 'https://example.org/Simple_Submodel'
submodel = model.Submodel(identifier)
```
@@ -97,7 +97,7 @@ Create a `Property` and add it to the `Submodel`:
semantic_reference = model.ExternalReference(
(model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/SimpleProperty'
+ value='http://example.org/Properties/SimpleProperty'
),)
)
property = model.Property(
diff --git a/sdk/basyx/aas/adapter/aasx.py b/sdk/basyx/aas/adapter/aasx.py
index 8bb5958f6..6a3fc160b 100644
--- a/sdk/basyx/aas/adapter/aasx.py
+++ b/sdk/basyx/aas/adapter/aasx.py
@@ -304,10 +304,10 @@ class AASXWriter:
cp.created = datetime.datetime.now()
with AASXWriter("filename.aasx") as writer:
- writer.write_aas("https://acplt.org/AssetAdministrationShell",
+ writer.write_aas("https://example.org/AssetAdministrationShell",
object_store,
file_store)
- writer.write_aas("https://acplt.org/AssetAdministrationShell2",
+ writer.write_aas("https://example.org/AssetAdministrationShell2",
object_store,
file_store)
writer.write_core_properties(cp)
diff --git a/sdk/basyx/aas/examples/data/__init__.py b/sdk/basyx/aas/examples/data/__init__.py
index b82226ad4..4a2ee8531 100644
--- a/sdk/basyx/aas/examples/data/__init__.py
+++ b/sdk/basyx/aas/examples/data/__init__.py
@@ -55,12 +55,12 @@ def create_example_aas_binding() -> model.DictObjectStore:
obj_store.update(example_aas_missing_attributes.create_full_example())
obj_store.add(example_submodel_template.create_example_submodel_template())
- aas = obj_store.get_identifiable('https://acplt.org/Test_AssetAdministrationShell')
- sm = obj_store.get_identifiable('https://acplt.org/Test_Submodel_Template')
+ aas = obj_store.get_identifiable('https://example.org/Test_AssetAdministrationShell')
+ sm = obj_store.get_identifiable('https://example.org/Test_Submodel_Template')
assert (isinstance(aas, model.aas.AssetAdministrationShell)) # make mypy happy
assert (isinstance(sm, model.submodel.Submodel)) # make mypy happy
aas.submodel.add(model.ModelReference.from_referable(sm))
- cd = obj_store.get_identifiable('https://acplt.org/Test_ConceptDescription_Mandatory')
+ cd = obj_store.get_identifiable('https://example.org/Test_ConceptDescription_Mandatory')
assert (isinstance(cd, model.concept.ConceptDescription)) # make mypy happy
return obj_store
diff --git a/sdk/basyx/aas/examples/data/example_aas.py b/sdk/basyx/aas/examples/data/example_aas.py
index e093c603a..5c26355de 100644
--- a/sdk/basyx/aas/examples/data/example_aas.py
+++ b/sdk/basyx/aas/examples/data/example_aas.py
@@ -32,17 +32,17 @@
'en-US': 'This is a DataSpecification for testing purposes'}),
short_name=model.ShortNameTypeIEC61360({'de': 'Test Spec', 'en-US': 'TestSpec'}), unit='SpaceUnit',
unit_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Units/SpaceUnit'),)),
- source_of_definition='http://acplt.org/DataSpec/ExampleDef', symbol='SU', value_format="M",
+ value='http://example.org/Units/SpaceUnit'),)),
+ source_of_definition='http://example.org/DataSpec/ExampleDef', symbol='SU', value_format="M",
value_list={
model.ValueReferencePair(
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)), ),
+ value='http://example.org/ValueId/ExampleValueId'),)), ),
model.ValueReferencePair(
value='exampleValue2',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId2'),)), )},
+ value='http://example.org/ValueId/ExampleValueId2'),)), )},
value="TEST", level_types={model.IEC61360LevelType.MIN, model.IEC61360LevelType.MAX})
)
@@ -74,27 +74,27 @@ def create_example_asset_identification_submodel() -> model.Submodel:
"""
qualifier = model.Qualifier(
- type_='http://acplt.org/Qualifier/ExampleQualifier',
+ type_='http://example.org/Qualifier/ExampleQualifier',
value_type=model.datatypes.Int,
value=100,
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
kind=model.QualifierKind.CONCEPT_QUALIFIER)
qualifier2 = model.Qualifier(
- type_='http://acplt.org/Qualifier/ExampleQualifier2',
+ type_='http://example.org/Qualifier/ExampleQualifier2',
value_type=model.datatypes.Int,
value=50,
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
kind=model.QualifierKind.TEMPLATE_QUALIFIER)
qualifier3 = model.Qualifier(
- type_='http://acplt.org/Qualifier/ExampleQualifier3',
+ type_='http://example.org/Qualifier/ExampleQualifier3',
value_type=model.datatypes.DateTime,
value=model.datatypes.DateTime(2023, 4, 7, 16, 59, 54, 870123),
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
kind=model.QualifierKind.VALUE_QUALIFIER)
extension = model.Extension(
@@ -102,7 +102,7 @@ def create_example_asset_identification_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value="ExampleExtensionValue",
refers_to=[model.ModelReference((model.Key(type_=model.KeyTypes.ASSET_ADMINISTRATION_SHELL,
- value='http://acplt.org/RefersTo/ExampleRefersTo'),),
+ value='http://example.org/RefersTo/ExampleRefersTo'),),
model.AssetAdministrationShell)],)
# Property-Element conform to 'Verwaltungsschale in der Praxis' page 41 ManufacturerName:
@@ -112,7 +112,7 @@ def create_example_asset_identification_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='ACPLT',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
category="PARAMETER",
description=model.MultiLanguageTextType({
'en-US': 'Legally valid designation of the natural or judicial person which '
@@ -140,7 +140,7 @@ def create_example_asset_identification_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='978-8234-234-342',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
category="PARAMETER",
description=model.MultiLanguageTextType({
'en-US': 'Legally valid designation of the natural or judicial person which '
@@ -165,7 +165,7 @@ def create_example_asset_identification_submodel() -> model.Submodel:
# asset identification submodel which will be included in the asset object
identification_submodel = model.Submodel(
- id_='http://acplt.org/Submodels/Assets/TestAsset/Identification',
+ id_='http://example.org/Submodels/Assets/TestAsset/Identification',
submodel_element=(identification_submodel_element_manufacturer_name,
identification_submodel_element_instance_id),
id_short='Identification',
@@ -179,13 +179,13 @@ def create_example_asset_identification_submodel() -> model.Submodel:
revision='0',
creator=model.ExternalReference((
model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- 'http://acplt.org/AdministrativeInformation/'
+ 'http://example.org/AdministrativeInformation/'
'TestAsset/Identification'),
)),
- template_id='http://acplt.org/AdministrativeInformation'
+ template_id='http://example.org/AdministrativeInformation'
'Templates/TestAsset/Identification'),
semantic_id=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/SubmodelTemplates/AssetIdentification'),),
+ value='http://example.org/SubmodelTemplates/AssetIdentification'),),
model.Submodel),
qualifier=(),
kind=model.ModellingKind.INSTANCE,
@@ -208,13 +208,13 @@ def create_example_bill_of_material_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
category='CONSTANT',
description=model.MultiLanguageTextType({'en-US': 'Example Property object',
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -226,13 +226,13 @@ def create_example_bill_of_material_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue2',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
category='CONSTANT',
description=model.MultiLanguageTextType({'en-US': 'Example Property object',
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -243,12 +243,12 @@ def create_example_bill_of_material_submodel() -> model.Submodel:
id_short='ExampleEntity',
entity_type=model.EntityType.SELF_MANAGED_ENTITY,
statement={submodel_element_property, submodel_element_property2},
- global_asset_id='http://acplt.org/TestAsset/',
+ global_asset_id='http://example.org/TestAsset/',
specific_asset_id={
model.SpecificAssetId(name="TestKey", value="TestValue",
external_subject_id=model.ExternalReference(
(model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SpecificAssetId/'),))
+ value='http://example.org/SpecificAssetId/'),))
)},
category="PARAMETER",
description=model.MultiLanguageTextType({
@@ -302,7 +302,7 @@ def create_example_bill_of_material_submodel() -> model.Submodel:
# bill of material submodel which will be included in the asset object
bill_of_material = model.Submodel(
- id_='http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial',
+ id_='http://example.org/Submodels/Assets/TestAsset/BillOfMaterial',
submodel_element=(entity,
entity_2),
id_short='BillOfMaterial',
@@ -313,10 +313,10 @@ def create_example_bill_of_material_submodel() -> model.Submodel:
}),
parent=None,
administration=model.AdministrativeInformation(version='9',
- template_id='http://acplt.org/AdministrativeInformation'
+ template_id='http://example.org/AdministrativeInformation'
'Templates/TestAsset/BillOfMaterial'),
semantic_id=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/SubmodelTemplates/BillOfMaterial'),),
+ value='http://example.org/SubmodelTemplates/BillOfMaterial'),),
model.Submodel),
qualifier=(),
kind=model.ModellingKind.INSTANCE,
@@ -340,7 +340,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -348,14 +348,14 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),), ),
+ value='http://example.org/Properties/ExampleProperty'),), ),
qualifier=(),
extension=(),
supplemental_semantic_id=(model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/'
+ value='http://example.org/Properties/'
'ExampleProperty/SupplementalId1'),)),
model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/'
+ value='http://example.org/Properties/'
'ExampleProperty/SupplementalId2'),))),
embedded_data_specifications=(_embedded_data_specification_iec61360,))
@@ -364,7 +364,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -372,11 +372,11 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/'
+ value='http://example.org/Properties/'
'ExampleProperty2/SupplementalId'),)),),
embedded_data_specifications=()
)
@@ -386,17 +386,17 @@ def create_example_submodel() -> model.Submodel:
value=model.MultiLanguageTextType({'en-US': 'Example value of a MultiLanguageProperty element',
'de': 'Beispielwert für ein MultiLanguageProperty-Element'}),
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleMultiLanguageValueId'),)),
+ value='http://example.org/ValueId/ExampleMultiLanguageValueId'),)),
category='CONSTANT',
description=model.MultiLanguageTextType({'en-US': 'Example MultiLanguageProperty object',
'de': 'Beispiel MultiLanguageProperty Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/MultiLanguageProperties/'
+ value='http://example.org/MultiLanguageProperties/'
'ExampleMultiLanguageProperty'),),
referred_semantic_id=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty/Referred'),))),
+ value='http://example.org/Properties/ExampleProperty/Referred'),))),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -413,7 +413,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Range Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Ranges/ExampleRange'),)),
+ value='http://example.org/Ranges/ExampleRange'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -429,7 +429,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Blob Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Blobs/ExampleBlob'),)),
+ value='http://example.org/Blobs/ExampleBlob'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -445,7 +445,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel File Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Files/ExampleFile'),)),
+ value='http://example.org/Files/ExampleFile'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -464,7 +464,7 @@ def create_example_submodel() -> model.Submodel:
}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Files/ExampleFile'),)),
+ value='http://example.org/Files/ExampleFile'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -474,7 +474,7 @@ def create_example_submodel() -> model.Submodel:
submodel_element_reference_element = model.ReferenceElement(
id_short='ExampleReferenceElement',
value=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -484,7 +484,7 @@ def create_example_submodel() -> model.Submodel:
parent=None,
semantic_id=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ReferenceElements/ExampleReferenceElement'
+ value='http://example.org/ReferenceElements/ExampleReferenceElement'
),)),
qualifier=(),
extension=(),
@@ -497,7 +497,7 @@ def create_example_submodel() -> model.Submodel:
first=model.ModelReference((
model.Key(
type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(
type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),
@@ -505,7 +505,7 @@ def create_example_submodel() -> model.Submodel:
second=model.ModelReference((
model.Key(
type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(
type_=model.KeyTypes.PROPERTY,
value='ExampleProperty2'),
@@ -515,7 +515,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel RelationshipElement Element'}),
parent=None,
semantic_id=model.ModelReference((model.Key(type_=model.KeyTypes.CONCEPT_DESCRIPTION,
- value='https://acplt.org/Test_ConceptDescription'),),
+ value='https://example.org/Test_ConceptDescription'),),
model.ConceptDescription),
qualifier=(),
extension=(),
@@ -525,11 +525,11 @@ def create_example_submodel() -> model.Submodel:
submodel_element_annotated_relationship_element = model.AnnotatedRelationshipElement(
id_short='ExampleAnnotatedRelationshipElement',
- first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
- second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty2'),),
model.Property),
@@ -550,7 +550,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel AnnotatedRelationshipElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/RelationshipElements/'
+ value='http://example.org/RelationshipElements/'
'ExampleAnnotatedRelationshipElement'),)),
qualifier=(),
extension=(),
@@ -563,7 +563,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -571,7 +571,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInput'),)),
+ value='http://example.org/Properties/ExamplePropertyInput'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -583,7 +583,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -591,7 +591,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyOutput'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -603,7 +603,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -611,7 +611,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyInOutput'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -628,7 +628,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Operation Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Operations/'
+ value='http://example.org/Operations/'
'ExampleOperation'),)),
qualifier=(),
extension=(),
@@ -643,7 +643,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Capability Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Capabilities/'
+ value='http://example.org/Capabilities/'
'ExampleCapability'),)),
qualifier=(),
extension=(),
@@ -653,7 +653,7 @@ def create_example_submodel() -> model.Submodel:
submodel_element_basic_event_element = model.BasicEventElement(
id_short='ExampleBasicEventElement',
- observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -661,7 +661,7 @@ def create_example_submodel() -> model.Submodel:
state=model.StateOfEvent.ON,
message_topic='ExampleTopic',
message_broker=model.ModelReference((model.Key(model.KeyTypes.SUBMODEL,
- "http://acplt.org/ExampleMessageBroker"),),
+ "http://example.org/ExampleMessageBroker"),),
model.Submodel),
last_update=model.datatypes.DateTime(2022, 11, 12, 23, 50, 23, 123456, datetime.timezone.utc),
min_interval=model.datatypes.Duration(microseconds=1),
@@ -672,7 +672,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel BasicEventElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Events/ExampleBasicEventElement'),)),
+ value='http://example.org/Events/ExampleBasicEventElement'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -685,7 +685,7 @@ def create_example_submodel() -> model.Submodel:
value=(submodel_element_property, submodel_element_property_2),
semantic_id_list_element=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'
+ value='http://example.org/Properties/ExampleProperty'
),)),
value_type_list_element=model.datatypes.String,
order_relevant=True,
@@ -694,7 +694,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel SubmodelElementList Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementLists/'
+ value='http://example.org/SubmodelElementLists/'
'ExampleSubmodelElementList'),)),
qualifier=(),
extension=(),
@@ -716,7 +716,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel SubmodelElementCollection Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
qualifier=(),
extension=(),
@@ -725,7 +725,7 @@ def create_example_submodel() -> model.Submodel:
)
submodel = model.Submodel(
- id_='https://acplt.org/Test_Submodel',
+ id_='https://example.org/Test_Submodel',
submodel_element=(submodel_element_relationship_element,
submodel_element_annotated_relationship_element,
submodel_element_operation,
@@ -741,11 +741,11 @@ def create_example_submodel() -> model.Submodel:
revision='0',
creator=model.ExternalReference((
model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- 'http://acplt.org/AdministrativeInformation/'
+ 'http://example.org/AdministrativeInformation/'
'Test_Submodel'),
)),),
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelTemplates/'
+ value='http://example.org/SubmodelTemplates/'
'ExampleSubmodel'),)),
qualifier=(),
kind=model.ModellingKind.INSTANCE,
@@ -763,9 +763,9 @@ def create_example_concept_description() -> model.ConceptDescription:
:return: example concept description
"""
concept_description = model.ConceptDescription(
- id_='https://acplt.org/Test_ConceptDescription',
+ id_='https://example.org/Test_ConceptDescription',
is_case_of={model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/DataSpecifications/'
+ value='http://example.org/DataSpecifications/'
'ConceptDescriptions/TestConceptDescription'),))},
id_short='TestConceptDescription',
category=None,
@@ -776,10 +776,10 @@ def create_example_concept_description() -> model.ConceptDescription:
revision='0',
creator=model.ExternalReference((
model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- 'http://acplt.org/AdministrativeInformation/'
+ 'http://example.org/AdministrativeInformation/'
'Test_ConceptDescription'),
)),
- template_id='http://acplt.org/AdministrativeInformation'
+ template_id='http://example.org/AdministrativeInformation'
'Templates/Test_ConceptDescription',
embedded_data_specifications=(
_embedded_data_specification_iec61360,
@@ -799,17 +799,17 @@ def create_example_asset_administration_shell() -> \
asset_information = model.AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/TestAsset/',
+ global_asset_id='http://example.org/TestAsset/',
specific_asset_id={model.SpecificAssetId(name="TestKey",
value="TestValue",
external_subject_id=model.ExternalReference(
(model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SpecificAssetId/'),)),
+ value='http://example.org/SpecificAssetId/'),)),
semantic_id=model.ExternalReference((model.Key(
model.KeyTypes.GLOBAL_REFERENCE,
- "http://acplt.org/SpecificAssetId/"
+ "http://example.org/SpecificAssetId/"
),)))},
- asset_type='http://acplt.org/TestAssetType/',
+ asset_type='http://example.org/TestAssetType/',
default_thumbnail=model.Resource(
"file:///path/to/thumbnail.png",
"image/png"
@@ -818,7 +818,7 @@ def create_example_asset_administration_shell() -> \
asset_administration_shell = model.AssetAdministrationShell(
asset_information=asset_information,
- id_='https://acplt.org/Test_AssetAdministrationShell',
+ id_='https://example.org/Test_AssetAdministrationShell',
id_short='TestAssetAdministrationShell',
category=None,
description=model.MultiLanguageTextType({
@@ -830,32 +830,32 @@ def create_example_asset_administration_shell() -> \
revision='0',
creator=model.ExternalReference((
model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- 'http://acplt.org/AdministrativeInformation/'
+ 'http://example.org/AdministrativeInformation/'
'Test_AssetAdministrationShell'),
)),
- template_id='http://acplt.org/AdministrativeInformation'
+ template_id='http://example.org/AdministrativeInformation'
'Templates/Test_AssetAdministrationShell'),
submodel={model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='https://acplt.org/Test_Submodel'),),
+ value='https://example.org/Test_Submodel'),),
model.Submodel,
model.ExternalReference((
model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelTemplates/ExampleSubmodel'),
+ value='http://example.org/SubmodelTemplates/ExampleSubmodel'),
))),
model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Submodels/Assets/TestAsset/Identification'),),
+ value='http://example.org/Submodels/Assets/TestAsset/Identification'),),
model.Submodel,
model.ModelReference((
model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/SubmodelTemplates/AssetIdentification'),),
+ value='http://example.org/SubmodelTemplates/AssetIdentification'),),
model.Submodel
)),
model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Submodels/Assets/TestAsset/BillOfMaterial'),),
+ value='http://example.org/Submodels/Assets/TestAsset/BillOfMaterial'),),
model.Submodel),
},
derived_from=model.ModelReference((model.Key(type_=model.KeyTypes.ASSET_ADMINISTRATION_SHELL,
- value='https://acplt.org/TestAssetAdministrationShell2'),),
+ value='https://example.org/TestAssetAdministrationShell2'),),
model.AssetAdministrationShell),
extension=(),
embedded_data_specifications=(_embedded_data_specification_iec61360,)
diff --git a/sdk/basyx/aas/examples/data/example_aas_mandatory_attributes.py b/sdk/basyx/aas/examples/data/example_aas_mandatory_attributes.py
index a18f3cbc6..e98aa569b 100644
--- a/sdk/basyx/aas/examples/data/example_aas_mandatory_attributes.py
+++ b/sdk/basyx/aas/examples/data/example_aas_mandatory_attributes.py
@@ -74,12 +74,12 @@ def create_example_submodel() -> model.Submodel:
submodel_element_relationship_element = model.RelationshipElement(
id_short='ExampleRelationshipElement',
first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property))
@@ -87,12 +87,12 @@ def create_example_submodel() -> model.Submodel:
submodel_element_annotated_relationship_element = model.AnnotatedRelationshipElement(
id_short='ExampleAnnotatedRelationshipElement',
first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property))
@@ -105,7 +105,7 @@ def create_example_submodel() -> model.Submodel:
submodel_element_basic_event_element = model.BasicEventElement(
id_short='ExampleBasicEventElement',
- observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY, value='ExampleProperty'),),
model.Property),
direction=model.Direction.INPUT,
@@ -135,7 +135,7 @@ def create_example_submodel() -> model.Submodel:
value=())
submodel = model.Submodel(
- id_='https://acplt.org/Test_Submodel_Mandatory',
+ id_='https://example.org/Test_Submodel_Mandatory',
submodel_element=(submodel_element_relationship_element,
submodel_element_annotated_relationship_element,
submodel_element_operation,
@@ -153,7 +153,7 @@ def create_example_empty_submodel() -> model.Submodel:
:return: example submodel
"""
return model.Submodel(
- id_='https://acplt.org/Test_Submodel2_Mandatory')
+ id_='https://example.org/Test_Submodel2_Mandatory')
def create_example_concept_description() -> model.ConceptDescription:
@@ -163,7 +163,7 @@ def create_example_concept_description() -> model.ConceptDescription:
:return: example concept description
"""
concept_description = model.ConceptDescription(
- id_='https://acplt.org/Test_ConceptDescription_Mandatory')
+ id_='https://example.org/Test_ConceptDescription_Mandatory')
return concept_description
@@ -177,16 +177,16 @@ def create_example_asset_administration_shell() -> \
"""
asset_information = model.AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/Test_Asset_Mandatory/')
+ global_asset_id='http://example.org/Test_Asset_Mandatory/')
asset_administration_shell = model.AssetAdministrationShell(
asset_information=asset_information,
- id_='https://acplt.org/Test_AssetAdministrationShell_Mandatory',
+ id_='https://example.org/Test_AssetAdministrationShell_Mandatory',
submodel={model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='https://acplt.org/Test_Submodel_Mandatory'),),
+ value='https://example.org/Test_Submodel_Mandatory'),),
model.Submodel),
model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='https://acplt.org/Test_Submodel2_Mandatory'),),
+ value='https://example.org/Test_Submodel2_Mandatory'),),
model.Submodel)},)
return asset_administration_shell
@@ -200,8 +200,8 @@ def create_example_empty_asset_administration_shell() -> model.AssetAdministrati
"""
asset_administration_shell = model.AssetAdministrationShell(
asset_information=model.AssetInformation(
- global_asset_id='http://acplt.org/TestAsset2_Mandatory/'),
- id_='https://acplt.org/Test_AssetAdministrationShell2_Mandatory')
+ global_asset_id='http://example.org/TestAsset2_Mandatory/'),
+ id_='https://example.org/Test_AssetAdministrationShell2_Mandatory')
return asset_administration_shell
diff --git a/sdk/basyx/aas/examples/data/example_aas_missing_attributes.py b/sdk/basyx/aas/examples/data/example_aas_missing_attributes.py
index 83232914a..aa1959027 100644
--- a/sdk/basyx/aas/examples/data/example_aas_missing_attributes.py
+++ b/sdk/basyx/aas/examples/data/example_aas_missing_attributes.py
@@ -40,7 +40,7 @@ def create_example_submodel() -> model.Submodel:
:return: example submodel
"""
qualifier = model.Qualifier(
- type_='http://acplt.org/Qualifier/ExampleQualifier',
+ type_='http://example.org/Qualifier/ExampleQualifier',
value_type=model.datatypes.String)
submodel_element_property = model.Property(
@@ -53,7 +53,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier={qualifier})
submodel_element_multi_language_property = model.MultiLanguageProperty(
@@ -66,7 +66,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel MultiLanguageProperty Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/MultiLanguageProperties/'
+ value='http://example.org/MultiLanguageProperties/'
'ExampleMultiLanguageProperty'),)),
qualifier=())
@@ -80,7 +80,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Range Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Ranges/ExampleRange'),)),
+ value='http://example.org/Ranges/ExampleRange'),)),
qualifier=())
submodel_element_blob = model.Blob(
@@ -92,7 +92,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Blob Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Blobs/ExampleBlob'),)),
+ value='http://example.org/Blobs/ExampleBlob'),)),
qualifier=())
submodel_element_file = model.File(
@@ -104,13 +104,13 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel File Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Files/ExampleFile'),)),
+ value='http://example.org/Files/ExampleFile'),)),
qualifier=())
submodel_element_reference_element = model.ReferenceElement(
id_short='ExampleReferenceElement',
value=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),), model.Submodel),
category='PARAMETER',
@@ -119,19 +119,19 @@ def create_example_submodel() -> model.Submodel:
parent=None,
semantic_id=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ReferenceElements/ExampleReferenceElement'
+ value='http://example.org/ReferenceElements/ExampleReferenceElement'
),)),
qualifier=())
submodel_element_relationship_element = model.RelationshipElement(
id_short='ExampleRelationshipElement',
first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -140,19 +140,19 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel RelationshipElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/RelationshipElements/'
+ value='http://example.org/RelationshipElements/'
'ExampleRelationshipElement'),)),
qualifier=())
submodel_element_annotated_relationship_element = model.AnnotatedRelationshipElement(
id_short='ExampleAnnotatedRelationshipElement',
first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -173,7 +173,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel AnnotatedRelationshipElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/RelationshipElements/'
+ value='http://example.org/RelationshipElements/'
'ExampleAnnotatedRelationshipElement'),)),
qualifier=())
@@ -182,7 +182,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -190,7 +190,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier=())
input_variable_property = model.Property(
@@ -198,7 +198,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -206,7 +206,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInput'),)),
+ value='http://example.org/Properties/ExamplePropertyInput'),)),
qualifier=())
output_variable_property = model.Property(
@@ -214,7 +214,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -222,7 +222,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyOutput'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -233,7 +233,7 @@ def create_example_submodel() -> model.Submodel:
value_type=model.datatypes.String,
value='exampleValue',
value_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ValueId/ExampleValueId'),)),
+ value='http://example.org/ValueId/ExampleValueId'),)),
display_name=model.MultiLanguageNameType({'en-US': 'ExampleProperty',
'de': 'BeispielProperty'}),
category='CONSTANT',
@@ -241,7 +241,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyInOutput'),)),
qualifier=(),
extension=(),
supplemental_semantic_id=(),
@@ -257,7 +257,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Operation Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Operations/'
+ value='http://example.org/Operations/'
'ExampleOperation'),)),
qualifier=())
@@ -268,14 +268,14 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel Capability Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Capabilities/'
+ value='http://example.org/Capabilities/'
'ExampleCapability'),)),
qualifier=())
submodel_element_basic_event_element = model.BasicEventElement(
id_short='ExampleBasicEventElement',
observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -283,7 +283,7 @@ def create_example_submodel() -> model.Submodel:
state=model.StateOfEvent.ON,
message_topic='ExampleTopic',
message_broker=model.ModelReference((model.Key(model.KeyTypes.SUBMODEL,
- "http://acplt.org/ExampleMessageBroker"),),
+ "http://example.org/ExampleMessageBroker"),),
model.Submodel),
last_update=model.datatypes.DateTime(2022, 11, 12, 23, 50, 23, 123456, datetime.timezone.utc),
min_interval=model.datatypes.Duration(microseconds=1),
@@ -294,7 +294,7 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel BasicEventElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Events/ExampleBasicEventElement'),)),
+ value='http://example.org/Events/ExampleBasicEventElement'),)),
qualifier=())
submodel_element_submodel_element_collection = model.SubmodelElementCollection(
@@ -310,12 +310,12 @@ def create_example_submodel() -> model.Submodel:
'de': 'Beispiel SubmodelElementCollection Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
qualifier=())
submodel = model.Submodel(
- id_='https://acplt.org/Test_Submodel_Missing',
+ id_='https://example.org/Test_Submodel_Missing',
submodel_element=(submodel_element_relationship_element,
submodel_element_annotated_relationship_element,
submodel_element_operation,
@@ -330,7 +330,7 @@ def create_example_submodel() -> model.Submodel:
administration=model.AdministrativeInformation(version='9',
revision='0'),
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelTemplates/'
+ value='http://example.org/SubmodelTemplates/'
'ExampleSubmodel'),)),
qualifier=(),
kind=model.ModellingKind.INSTANCE)
@@ -344,7 +344,7 @@ def create_example_concept_description() -> model.ConceptDescription:
:return: example concept description
"""
concept_description = model.ConceptDescription(
- id_='https://acplt.org/Test_ConceptDescription_Missing',
+ id_='https://example.org/Test_ConceptDescription_Missing',
is_case_of=None,
id_short='TestConceptDescription',
category=None,
@@ -370,16 +370,16 @@ def create_example_asset_administration_shell() -> model.AssetAdministrationShel
asset_information = model.AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/Test_Asset_Missing/',
+ global_asset_id='http://example.org/Test_Asset_Missing/',
specific_asset_id={model.SpecificAssetId(name="TestKey", value="TestValue",
external_subject_id=model.ExternalReference(
(model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SpecificAssetId/'),)))},
+ value='http://example.org/SpecificAssetId/'),)))},
default_thumbnail=resource)
asset_administration_shell = model.AssetAdministrationShell(
asset_information=asset_information,
- id_='https://acplt.org/Test_AssetAdministrationShell_Missing',
+ id_='https://example.org/Test_AssetAdministrationShell_Missing',
id_short='TestAssetAdministrationShell',
category=None,
description=model.MultiLanguageTextType({'en-US': 'An Example Asset Administration Shell for the test '
@@ -389,7 +389,7 @@ def create_example_asset_administration_shell() -> model.AssetAdministrationShel
administration=model.AdministrativeInformation(version='9',
revision='0'),
submodel={model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL,
- value='https://acplt.org/Test_Submodel_Missing'),),
+ value='https://example.org/Test_Submodel_Missing'),),
model.Submodel)},
derived_from=None)
return asset_administration_shell
diff --git a/sdk/basyx/aas/examples/data/example_submodel_template.py b/sdk/basyx/aas/examples/data/example_submodel_template.py
index 358e06b05..7be323f92 100644
--- a/sdk/basyx/aas/examples/data/example_submodel_template.py
+++ b/sdk/basyx/aas/examples/data/example_submodel_template.py
@@ -36,7 +36,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExampleProperty'),)),
+ value='http://example.org/Properties/ExampleProperty'),)),
qualifier=())
submodel_element_multi_language_property = model.MultiLanguageProperty(
@@ -48,7 +48,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel MultiLanguageProperty Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/MultiLanguageProperties/'
+ value='http://example.org/MultiLanguageProperties/'
'ExampleMultiLanguageProperty'),)),
qualifier=(),)
@@ -62,7 +62,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Range Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Ranges/ExampleRange'),)),
+ value='http://example.org/Ranges/ExampleRange'),)),
qualifier=(),)
submodel_element_range_2 = model.Range(
@@ -75,7 +75,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Range Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Ranges/ExampleRange'),)),
+ value='http://example.org/Ranges/ExampleRange'),)),
qualifier=())
submodel_element_blob = model.Blob(
@@ -87,7 +87,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Blob Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Blobs/ExampleBlob'),)),
+ value='http://example.org/Blobs/ExampleBlob'),)),
qualifier=())
submodel_element_file = model.File(
@@ -99,7 +99,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel File Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Files/ExampleFile'),)),
+ value='http://example.org/Files/ExampleFile'),)),
qualifier=())
submodel_element_reference_element = model.ReferenceElement(
@@ -111,17 +111,17 @@ def create_example_submodel_template() -> model.Submodel:
parent=None,
semantic_id=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/ReferenceElements/ExampleReferenceElement'
+ value='http://example.org/ReferenceElements/ExampleReferenceElement'
),)),
qualifier=())
submodel_element_relationship_element = model.RelationshipElement(
id_short='ExampleRelationshipElement',
- first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
- second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -130,17 +130,17 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel RelationshipElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/RelationshipElements/'
+ value='http://example.org/RelationshipElements/'
'ExampleRelationshipElement'),)),
qualifier=())
submodel_element_annotated_relationship_element = model.AnnotatedRelationshipElement(
id_short='ExampleAnnotatedRelationshipElement',
- first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ first=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
- second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ second=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -150,7 +150,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel AnnotatedRelationshipElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/RelationshipElements/'
+ value='http://example.org/RelationshipElements/'
'ExampleAnnotatedRelationshipElement'),)),
qualifier=())
@@ -164,7 +164,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInput'),)),
+ value='http://example.org/Properties/ExamplePropertyInput'),)),
qualifier=())
output_variable_property = model.Property(
@@ -177,7 +177,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyOutput'),)),
qualifier=())
in_output_variable_property = model.Property(
@@ -190,7 +190,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Property Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/ExamplePropertyInOutput'),)),
+ value='http://example.org/Properties/ExamplePropertyInOutput'),)),
qualifier=())
submodel_element_operation = model.Operation(
@@ -203,7 +203,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Operation Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Operations/'
+ value='http://example.org/Operations/'
'ExampleOperation'),)),
qualifier=())
@@ -214,13 +214,13 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel Capability Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Capabilities/'
+ value='http://example.org/Capabilities/'
'ExampleCapability'),)),
qualifier=())
submodel_element_basic_event_element = model.BasicEventElement(
id_short='ExampleBasicEventElement',
- observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://acplt.org/Test_Submodel'),
+ observed=model.ModelReference((model.Key(type_=model.KeyTypes.SUBMODEL, value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -228,7 +228,7 @@ def create_example_submodel_template() -> model.Submodel:
state=model.StateOfEvent.ON,
message_topic='ExampleTopic',
message_broker=model.ModelReference((model.Key(model.KeyTypes.SUBMODEL,
- "http://acplt.org/ExampleMessageBroker"),),
+ "http://example.org/ExampleMessageBroker"),),
model.Submodel),
last_update=model.datatypes.DateTime(2022, 11, 12, 23, 50, 23, 123456, datetime.timezone.utc),
min_interval=model.datatypes.Duration(microseconds=1),
@@ -239,7 +239,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel BasicEventElement Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Events/ExampleBasicEventElement'),)),
+ value='http://example.org/Events/ExampleBasicEventElement'),)),
qualifier=())
submodel_element_submodel_element_collection = model.SubmodelElementCollection(
@@ -257,7 +257,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel SubmodelElementCollection Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
qualifier=())
@@ -269,7 +269,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel SubmodelElementCollection Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
qualifier=())
@@ -278,7 +278,7 @@ def create_example_submodel_template() -> model.Submodel:
type_value_list_element=model.SubmodelElementCollection,
value=(submodel_element_submodel_element_collection, submodel_element_submodel_element_collection_2),
semantic_id_list_element=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
order_relevant=True,
category='PARAMETER',
@@ -286,7 +286,7 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel SubmodelElementList Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementLists/'
+ value='http://example.org/SubmodelElementLists/'
'ExampleSubmodelElementList'),)),
qualifier=())
@@ -295,7 +295,7 @@ def create_example_submodel_template() -> model.Submodel:
type_value_list_element=model.Capability,
value=(),
semantic_id_list_element=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementCollections/'
+ value='http://example.org/SubmodelElementCollections/'
'ExampleSubmodelElementCollection'),)),
order_relevant=True,
category='PARAMETER',
@@ -303,12 +303,12 @@ def create_example_submodel_template() -> model.Submodel:
'de': 'Beispiel SubmodelElementList Element'}),
parent=None,
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelElementLists/'
+ value='http://example.org/SubmodelElementLists/'
'ExampleSubmodelElementList'),)),
qualifier=())
submodel = model.Submodel(
- id_='https://acplt.org/Test_Submodel_Template',
+ id_='https://example.org/Test_Submodel_Template',
submodel_element=(submodel_element_relationship_element,
submodel_element_annotated_relationship_element,
submodel_element_operation,
@@ -324,7 +324,7 @@ def create_example_submodel_template() -> model.Submodel:
administration=model.AdministrativeInformation(version='9',
revision='0'),
semantic_id=model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/SubmodelTemplates/'
+ value='http://example.org/SubmodelTemplates/'
'ExampleSubmodel'),)),
qualifier=(),
kind=model.ModellingKind.TEMPLATE)
diff --git a/sdk/basyx/aas/examples/tutorial_aasx.py b/sdk/basyx/aas/examples/tutorial_aasx.py
index 9f5ffa261..95e0b2fd4 100755
--- a/sdk/basyx/aas/examples/tutorial_aasx.py
+++ b/sdk/basyx/aas/examples/tutorial_aasx.py
@@ -30,20 +30,20 @@
# See `tutorial_create_simple_aas.py` for more details.
submodel = model.Submodel(
- id_='https://acplt.org/Simple_Submodel'
+ id_='https://example.org/Simple_Submodel'
)
aas = model.AssetAdministrationShell(
- id_='https://acplt.org/Simple_AAS',
+ id_='https://example.org/Simple_AAS',
asset_information=model.AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/Simple_Asset'
+ global_asset_id='http://example.org/Simple_Asset'
),
submodel={model.ModelReference.from_referable(submodel)}
)
# Another submodel, which is not related to the AAS:
unrelated_submodel = model.Submodel(
- id_='https://acplt.org/Unrelated_Submodel'
+ id_='https://example.org/Unrelated_Submodel'
)
# We add these objects to an ObjectStore for easy retrieval by id.
@@ -102,7 +102,7 @@
# ATTENTION: As of Version 3.0 RC01 of Details of the Asset Administration Shell, it is no longer valid to add more
# than one "aas-spec" part (JSON/XML part with AAS objects) to an AASX package. Thus, `write_aas` MUST
# only be called once per AASX package!
- writer.write_aas(aas_ids=['https://acplt.org/Simple_AAS'],
+ writer.write_aas(aas_ids=['https://example.org/Simple_AAS'],
object_store=object_store,
file_store=file_store)
@@ -152,6 +152,6 @@
# Some quick checks to make sure, reading worked as expected
-assert 'https://acplt.org/Simple_Submodel' in new_object_store
+assert 'https://example.org/Simple_Submodel' in new_object_store
assert actual_file_name in new_file_store
assert new_meta_data.creator == "Chair of Process Control Engineering"
diff --git a/sdk/basyx/aas/examples/tutorial_create_simple_aas.py b/sdk/basyx/aas/examples/tutorial_create_simple_aas.py
index afa8b46c0..3cacd74ab 100755
--- a/sdk/basyx/aas/examples/tutorial_create_simple_aas.py
+++ b/sdk/basyx/aas/examples/tutorial_create_simple_aas.py
@@ -26,11 +26,11 @@
# Step 1.1: create the AssetInformation object
asset_information = model.AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/Simple_Asset'
+ global_asset_id='http://example.org/Simple_Asset'
)
# step 1.2: create the Asset Administration Shell
-identifier = 'https://acplt.org/Simple_AAS'
+identifier = 'https://example.org/Simple_AAS'
aas = model.AssetAdministrationShell(
id_=identifier, # set identifier
asset_information=asset_information
@@ -42,7 +42,7 @@
#############################################################
# Step 2.1: create the Submodel object
-identifier = 'https://acplt.org/Simple_Submodel'
+identifier = 'https://example.org/Simple_Submodel'
submodel = model.Submodel(
id_=identifier
)
@@ -55,10 +55,10 @@
# ALTERNATIVE: step 1 and 2 can alternatively be done in one step
# In this version, the Submodel reference is passed to the Asset Administration Shell's constructor.
submodel = model.Submodel(
- id_='https://acplt.org/Simple_Submodel'
+ id_='https://example.org/Simple_Submodel'
)
aas = model.AssetAdministrationShell(
- id_='https://acplt.org/Simple_AAS',
+ id_='https://example.org/Simple_AAS',
asset_information=asset_information,
submodel={model.ModelReference.from_referable(submodel)}
)
@@ -73,7 +73,7 @@
semantic_reference = model.ExternalReference(
(model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/SimpleProperty'
+ value='http://example.org/Properties/SimpleProperty'
),)
)
@@ -93,7 +93,7 @@
# ALTERNATIVE: step 2 and 3 can also be combined in a single statement:
# Again, we pass the Property to the Submodel's constructor instead of adding it afterward.
submodel = model.Submodel(
- id_='https://acplt.org/Simple_Submodel',
+ id_='https://example.org/Simple_Submodel',
submodel_element={
model.Property(
id_short='ExampleProperty',
@@ -102,7 +102,7 @@
semantic_id=model.ExternalReference(
(model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/SimpleProperty'
+ value='http://example.org/Properties/SimpleProperty'
),)
)
)
diff --git a/sdk/basyx/aas/examples/tutorial_serialization_deserialization.py b/sdk/basyx/aas/examples/tutorial_serialization_deserialization.py
index ec281818b..d0670d76b 100755
--- a/sdk/basyx/aas/examples/tutorial_serialization_deserialization.py
+++ b/sdk/basyx/aas/examples/tutorial_serialization_deserialization.py
@@ -32,7 +32,7 @@
# For more details, take a look at `tutorial_create_simple_aas.py`
submodel = model.Submodel(
- id_='https://acplt.org/Simple_Submodel',
+ id_='https://example.org/Simple_Submodel',
submodel_element={
model.Property(
id_short='ExampleProperty',
@@ -40,13 +40,13 @@
value='exampleValue',
semantic_id=model.ExternalReference((model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/SimpleProperty'
+ value='http://example.org/Properties/SimpleProperty'
),)
)
)}
)
aashell = model.AssetAdministrationShell(
- id_='https://acplt.org/Simple_AAS',
+ id_='https://example.org/Simple_AAS',
asset_information=model.AssetInformation(global_asset_id="test"),
submodel={model.ModelReference.from_referable(submodel)}
)
@@ -124,5 +124,5 @@
# step 5.3: Retrieving the objects from the ObjectStore
# For more information on the available techniques, see `tutorial_storage.py`.
-submodel_from_xml = xml_file_data.get_identifiable('https://acplt.org/Simple_Submodel')
+submodel_from_xml = xml_file_data.get_identifiable('https://example.org/Simple_Submodel')
assert isinstance(submodel_from_xml, model.Submodel)
diff --git a/sdk/basyx/aas/examples/tutorial_storage.py b/sdk/basyx/aas/examples/tutorial_storage.py
index fe978b11b..b3444ebd2 100755
--- a/sdk/basyx/aas/examples/tutorial_storage.py
+++ b/sdk/basyx/aas/examples/tutorial_storage.py
@@ -31,7 +31,7 @@
asset_information = AssetInformation(
asset_kind=model.AssetKind.INSTANCE,
- global_asset_id='http://acplt.org/Simple_Asset'
+ global_asset_id='http://example.org/Simple_Asset'
)
prop = model.Property(
@@ -41,16 +41,16 @@
semantic_id=model.ExternalReference(
(model.Key(
type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Properties/SimpleProperty'
+ value='http://example.org/Properties/SimpleProperty'
),)
)
)
submodel = Submodel(
- id_='https://acplt.org/Simple_Submodel',
+ id_='https://example.org/Simple_Submodel',
submodel_element={prop}
)
aas = AssetAdministrationShell(
- id_='https://acplt.org/Simple_AAS',
+ id_='https://example.org/Simple_AAS',
asset_information=asset_information,
submodel={model.ModelReference.from_referable(submodel)}
)
@@ -81,7 +81,7 @@
#################################################################
tmp_submodel = obj_store.get_identifiable(
- 'https://acplt.org/Simple_Submodel')
+ 'https://example.org/Simple_Submodel')
assert submodel is tmp_submodel
@@ -104,7 +104,7 @@
property_reference = model.ModelReference(
(model.Key(
type_=model.KeyTypes.SUBMODEL,
- value='https://acplt.org/Simple_Submodel'),
+ value='https://example.org/Simple_Submodel'),
model.Key(
type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),
diff --git a/sdk/test/adapter/aasx/test_aasx.py b/sdk/test/adapter/aasx/test_aasx.py
index a83c60186..6586a5290 100644
--- a/sdk/test/adapter/aasx/test_aasx.py
+++ b/sdk/test/adapter/aasx/test_aasx.py
@@ -91,7 +91,7 @@ def test_writing_reading_example_aas(self) -> None:
with warnings.catch_warnings(record=True) as w:
with aasx.AASXWriter(filename) as writer:
# TODO test writing multiple AAS
- writer.write_aas('https://acplt.org/Test_AssetAdministrationShell',
+ writer.write_aas('https://example.org/Test_AssetAdministrationShell',
data, files, write_json=write_json)
writer.write_core_properties(cp)
diff --git a/sdk/test/adapter/http-api-oas-aas.yaml b/sdk/test/adapter/http-api-oas-aas.yaml
index 27d029373..e09585756 100644
--- a/sdk/test/adapter/http-api-oas-aas.yaml
+++ b/sdk/test/adapter/http-api-oas-aas.yaml
@@ -8,7 +8,7 @@ info:
**AAS Interface**
- Any identifier/identification objects are encoded as follows `{identifierType}:URIencode(URIencode({identifier}))`, e.g. `IRI:http:%252F%252Facplt.org%252Fasset`."
+ Any identifier/identification objects are encoded as follows `{identifierType}:URIencode(URIencode({identifier}))`, e.g. `IRI:http:%252F%252Fexample.org%252Fasset`."
contact:
name: "Michael Thies, Torben Miny, Leon Möller"
license:
diff --git a/sdk/test/adapter/http-api-oas-submodel.yaml b/sdk/test/adapter/http-api-oas-submodel.yaml
index 79ac905da..74753b9ed 100644
--- a/sdk/test/adapter/http-api-oas-submodel.yaml
+++ b/sdk/test/adapter/http-api-oas-submodel.yaml
@@ -8,7 +8,7 @@ info:
**Submodel Interface**
- Any identifier/identification objects are encoded as follows `{identifierType}:URIencode(URIencode({identifier}))`, e.g. `IRI:http:%252F%252Facplt.org%252Fasset`."
+ Any identifier/identification objects are encoded as follows `{identifierType}:URIencode(URIencode({identifier}))`, e.g. `IRI:http:%252F%252Fexample.org%252Fasset`."
contact:
name: "Michael Thies, Torben Miny, Leon Möller"
license:
diff --git a/sdk/test/adapter/json/test_json_deserialization.py b/sdk/test/adapter/json/test_json_deserialization.py
index 0dba6dbdb..a3aebae48 100644
--- a/sdk/test/adapter/json/test_json_deserialization.py
+++ b/sdk/test/adapter/json/test_json_deserialization.py
@@ -29,10 +29,10 @@ def test_file_format_wrong_list(self) -> None:
"submodels": [
{
"modelType": "AssetAdministrationShell",
- "id": "https://acplt.org/Test_Asset",
+ "id": "https://example.org/Test_Asset",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "https://acplt.org/Test_AssetId"
+ "globalAssetId": "https://example.org/Test_AssetId"
}
}
]
@@ -70,11 +70,11 @@ def test_broken_submodel(self) -> None:
},
{
"modelType": "Submodel",
- "id": ["https://acplt.org/Test_Submodel_broken_id", "IRI"]
+ "id": ["https://example.org/Test_Submodel_broken_id", "IRI"]
},
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel"
+ "id": "https://example.org/Test_Submodel"
}
]"""
# In strict mode, we should catch an exception
@@ -91,18 +91,18 @@ def test_broken_submodel(self) -> None:
self.assertIsInstance(parsed_data[0], dict)
self.assertIsInstance(parsed_data[1], dict)
self.assertIsInstance(parsed_data[2], model.Submodel)
- self.assertEqual("https://acplt.org/Test_Submodel", parsed_data[2].id)
+ self.assertEqual("https://example.org/Test_Submodel", parsed_data[2].id)
def test_wrong_submodel_element_type(self) -> None:
data = """
[
{
"modelType": "Submodel",
- "id": "http://acplt.org/Submodels/Assets/TestAsset/Identification",
+ "id": "http://example.org/Submodels/Assets/TestAsset/Identification",
"submodelElements": [
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel"
+ "id": "https://example.org/Test_Submodel"
},
{
"modelType": {
@@ -142,15 +142,15 @@ def test_duplicate_identifier(self) -> None:
{
"assetAdministrationShells": [{
"modelType": "AssetAdministrationShell",
- "id": "http://acplt.org/test_aas",
+ "id": "http://example.org/test_aas",
"assetInformation": {
"assetKind": "Instance",
- "globalAssetId": "https://acplt.org/Test_AssetId"
+ "globalAssetId": "https://example.org/Test_AssetId"
}
}],
"submodels": [{
"modelType": "Submodel",
- "id": "http://acplt.org/test_aas"
+ "id": "http://example.org/test_aas"
}],
"conceptDescriptions": []
}"""
@@ -163,7 +163,7 @@ def test_duplicate_identifier(self) -> None:
read_aas_json_file(string_io, failsafe=False)
def test_duplicate_identifier_object_store(self) -> None:
- sm_id = "http://acplt.org/test_submodel"
+ sm_id = "http://example.org/test_submodel"
def get_clean_store() -> model.DictObjectStore:
store: model.DictObjectStore = model.DictObjectStore()
@@ -175,7 +175,7 @@ def get_clean_store() -> model.DictObjectStore:
{
"submodels": [{
"modelType": "Submodel",
- "id": "http://acplt.org/test_submodel",
+ "id": "http://example.org/test_submodel",
"idShort": "test456"
}],
"assetAdministrationShells": [],
@@ -230,7 +230,7 @@ def _construct_submodel(cls, dct, object_class=EnhancedSubmodel):
[
{
"modelType": "Submodel",
- "id": "https://acplt.org/Test_Submodel"
+ "id": "https://example.org/Test_Submodel"
}
]"""
parsed_data = json.loads(data, cls=EnhancedAASDecoder)
@@ -244,7 +244,7 @@ def test_stripped_qualifiable(self) -> None:
data = """
{
"modelType": "Submodel",
- "id": "http://acplt.org/test_stripped_submodel",
+ "id": "http://example.org/test_stripped_submodel",
"submodelElements": [{
"modelType": "Operation",
"idShort": "test_operation",
@@ -285,7 +285,7 @@ def test_stripped_annotated_relationship_element(self) -> None:
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "AnnotatedRelationshipElement",
@@ -298,7 +298,7 @@ def test_stripped_annotated_relationship_element(self) -> None:
"keys": [
{
"type": "Submodel",
- "value": "http://acplt.org/Test_Submodel"
+ "value": "http://example.org/Test_Submodel"
},
{
"type": "AnnotatedRelationshipElement",
@@ -377,7 +377,7 @@ def test_stripped_asset_administration_shell(self) -> None:
data = """
{
"modelType": "AssetAdministrationShell",
- "id": "http://acplt.org/test_aas",
+ "id": "http://example.org/test_aas",
"assetInformation": {
"assetKind": "Instance",
"globalAssetId": "test_asset"
@@ -386,7 +386,7 @@ def test_stripped_asset_administration_shell(self) -> None:
"type": "ModelReference",
"keys": [{
"type": "Submodel",
- "value": "http://acplt.org/test_submodel"
+ "value": "http://example.org/test_submodel"
}]
}]
}"""
diff --git a/sdk/test/adapter/json/test_json_serialization.py b/sdk/test/adapter/json/test_json_serialization.py
index 8e9bc8d01..2ab92324d 100644
--- a/sdk/test/adapter/json/test_json_serialization.py
+++ b/sdk/test/adapter/json/test_json_serialization.py
@@ -63,7 +63,7 @@ def test_random_object_serialization(self) -> None:
# must be a Reference. (This seems to be a bug in the JSONSchema.)
submodel = model.Submodel(submodel_identifier,
semantic_id=model.ExternalReference((model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- "http://acplt.org/TestSemanticId"),)))
+ "http://example.org/TestSemanticId"),)))
test_aas = model.AssetAdministrationShell(model.AssetInformation(global_asset_id="test"),
aas_identifier, submodel={submodel_reference})
@@ -185,7 +185,7 @@ def test_stripped_qualifiable(self) -> None:
qualifier2 = model.Qualifier("test_qualifier2", str)
operation = model.Operation("test_operation", qualifier={qualifier})
submodel = model.Submodel(
- "http://acplt.org/test_submodel",
+ "http://example.org/test_submodel",
submodel_element=[operation],
qualifier={qualifier2}
)
@@ -196,7 +196,7 @@ def test_stripped_qualifiable(self) -> None:
def test_stripped_annotated_relationship_element(self) -> None:
mlp = model.MultiLanguageProperty("test_multi_language_property", category="PARAMETER")
ref = model.ModelReference(
- (model.Key(model.KeyTypes.SUBMODEL, "http://acplt.org/test_ref"),),
+ (model.Key(model.KeyTypes.SUBMODEL, "http://example.org/test_ref"),),
model.Submodel
)
are = model.AnnotatedRelationshipElement(
@@ -222,12 +222,12 @@ def test_stripped_submodel_element_collection(self) -> None:
def test_stripped_asset_administration_shell(self) -> None:
submodel_ref = model.ModelReference(
- (model.Key(model.KeyTypes.SUBMODEL, "http://acplt.org/test_ref"),),
+ (model.Key(model.KeyTypes.SUBMODEL, "http://example.org/test_ref"),),
model.Submodel
)
aas = model.AssetAdministrationShell(
- model.AssetInformation(global_asset_id="http://acplt.org/test_ref"),
- "http://acplt.org/test_aas",
+ model.AssetInformation(global_asset_id="http://example.org/test_ref"),
+ "http://example.org/test_aas",
submodel={submodel_ref}
)
diff --git a/sdk/test/adapter/xml/test_xml_deserialization.py b/sdk/test/adapter/xml/test_xml_deserialization.py
index 331ad98c5..e7a134005 100644
--- a/sdk/test/adapter/xml/test_xml_deserialization.py
+++ b/sdk/test/adapter/xml/test_xml_deserialization.py
@@ -77,9 +77,9 @@ def test_missing_asset_kind(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_aas
+ http://example.org/test_aas
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -90,10 +90,10 @@ def test_missing_asset_kind_text(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_aas
+ http://example.org/test_aas
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -104,10 +104,10 @@ def test_invalid_asset_kind_text(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_aas
+ http://example.org/test_aas
invalidKind
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -118,7 +118,7 @@ def test_invalid_boolean(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
False
@@ -135,7 +135,7 @@ def test_no_modelling_kind(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
""")
@@ -151,17 +151,17 @@ def test_reference_kind_mismatch(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_aas
+ http://example.org/test_aas
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
ModelReference
Submodel
- http://acplt.org/test_ref
+ http://example.org/test_ref
@@ -170,14 +170,14 @@ def test_reference_kind_mismatch(self) -> None:
""")
with self.assertLogs(logging.getLogger(), level=logging.WARNING) as context:
read_aas_xml_file(io.StringIO(xml), failsafe=False)
- for s in ("SUBMODEL", "http://acplt.org/test_ref", "AssetAdministrationShell"):
+ for s in ("SUBMODEL", "http://example.org/test_ref", "AssetAdministrationShell"):
self.assertIn(s, context.output[0])
def test_invalid_submodel_element(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
@@ -190,7 +190,7 @@ def test_empty_qualifier(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
@@ -203,7 +203,7 @@ def test_operation_variable_no_submodel_element(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
test_operation
@@ -223,7 +223,7 @@ def test_operation_variable_too_many_submodel_elements(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
test_operation
@@ -256,23 +256,23 @@ def test_duplicate_identifier(self) -> None:
xml = _xml_wrap("""
- http://acplt.org/test_aas
+ http://example.org/test_aas
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
- http://acplt.org/test_aas
+ http://example.org/test_aas
""")
self._assertInExceptionAndLog(xml, "duplicate identifier", KeyError, logging.ERROR)
def test_duplicate_identifier_object_store(self) -> None:
- sm_id = "http://acplt.org/test_submodel"
+ sm_id = "http://example.org/test_submodel"
def get_clean_store() -> model.DictObjectStore:
store: model.DictObjectStore = model.DictObjectStore()
@@ -283,7 +283,7 @@ def get_clean_store() -> model.DictObjectStore:
xml = _xml_wrap("""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
test456
@@ -319,7 +319,7 @@ def get_clean_store() -> model.DictObjectStore:
def test_read_aas_xml_element(self) -> None:
xml = f"""
- http://acplt.org/test_submodel
+ http://example.org/test_submodel
"""
string_io = io.StringIO(xml)
@@ -348,7 +348,7 @@ class XmlDeserializationStrippedObjectsTest(unittest.TestCase):
def test_stripped_qualifiable(self) -> None:
xml = f"""
- http://acplt.org/test_stripped_submodel
+ http://example.org/test_stripped_submodel
test_operation
@@ -388,10 +388,10 @@ def test_stripped_qualifiable(self) -> None:
def test_stripped_asset_administration_shell(self) -> None:
xml = f"""
- http://acplt.org/test_aas
+ http://example.org/test_aas
Instance
- http://acplt.org/TestAsset/
+ http://example.org/TestAsset/
@@ -399,7 +399,7 @@ def test_stripped_asset_administration_shell(self) -> None:
Submodel
- http://acplt.org/test_ref
+ http://example.org/test_ref
@@ -437,7 +437,7 @@ def construct_submodel(cls, element: etree._Element, object_class=EnhancedSubmod
xml = f"""
- http://acplt.org/test_stripped_submodel
+ http://example.org/test_stripped_submodel
"""
string_io = io.StringIO(xml)
diff --git a/sdk/test/adapter/xml/test_xml_serialization.py b/sdk/test/adapter/xml/test_xml_serialization.py
index e07e10255..7d35ffa71 100644
--- a/sdk/test/adapter/xml/test_xml_serialization.py
+++ b/sdk/test/adapter/xml/test_xml_serialization.py
@@ -61,7 +61,7 @@ def test_random_object_serialization(self) -> None:
submodel_reference = model.ModelReference(submodel_key, model.Submodel)
submodel = model.Submodel(submodel_identifier,
semantic_id=model.ExternalReference((model.Key(model.KeyTypes.GLOBAL_REFERENCE,
- "http://acplt.org/TestSemanticId"),)))
+ "http://example.org/TestSemanticId"),)))
test_aas = model.AssetAdministrationShell(model.AssetInformation(global_asset_id="Test"),
aas_identifier, submodel={submodel_reference})
# serialize object to xml
diff --git a/sdk/test/backend/test_couchdb.py b/sdk/test/backend/test_couchdb.py
index 36e5ef039..e91ee8bdc 100644
--- a/sdk/test/backend/test_couchdb.py
+++ b/sdk/test/backend/test_couchdb.py
@@ -44,12 +44,12 @@ def test_retrieval(self):
self.object_store.add(test_object)
# When retrieving the object, we should get the *same* instance as we added
- test_object_retrieved = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ test_object_retrieved = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.assertIs(test_object, test_object_retrieved)
# When retrieving it again, we should still get the same object
del test_object
- test_object_retrieved_again = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ test_object_retrieved_again = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.assertIs(test_object_retrieved, test_object_retrieved_again)
def test_example_submodel_storing(self) -> None:
@@ -61,7 +61,7 @@ def test_example_submodel_storing(self) -> None:
self.assertIn(example_submodel, self.object_store)
# Restore example submodel and check data
- submodel_restored = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ submodel_restored = self.object_store.get_identifiable('https://example.org/Test_Submodel')
assert (isinstance(submodel_restored, model.Submodel))
checker = AASDataChecker(raise_immediately=True)
check_example_submodel(checker, submodel_restored)
@@ -92,19 +92,19 @@ def test_key_errors(self) -> None:
self.object_store.add(example_submodel)
with self.assertRaises(KeyError) as cm:
self.object_store.add(example_submodel)
- self.assertEqual("'Identifiable with id https://acplt.org/Test_Submodel already exists in "
+ self.assertEqual("'Identifiable with id https://example.org/Test_Submodel already exists in "
"CouchDB database'", str(cm.exception))
# Querying a deleted object should raise a KeyError
- retrieved_submodel = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ retrieved_submodel = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.object_store.discard(example_submodel)
with self.assertRaises(KeyError) as cm:
- self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
- self.assertEqual("'No Identifiable with id https://acplt.org/Test_Submodel found in CouchDB database'",
+ self.object_store.get_identifiable('https://example.org/Test_Submodel')
+ self.assertEqual("'No Identifiable with id https://example.org/Test_Submodel found in CouchDB database'",
str(cm.exception))
# Double deleting should also raise a KeyError
with self.assertRaises(KeyError) as cm:
self.object_store.discard(retrieved_submodel)
- self.assertEqual("'No AAS object with id https://acplt.org/Test_Submodel exists in "
+ self.assertEqual("'No AAS object with id https://example.org/Test_Submodel exists in "
"CouchDB database'", str(cm.exception))
diff --git a/sdk/test/backend/test_local_file.py b/sdk/test/backend/test_local_file.py
index 7d96d8713..bcb170c20 100644
--- a/sdk/test/backend/test_local_file.py
+++ b/sdk/test/backend/test_local_file.py
@@ -39,12 +39,12 @@ def test_retrieval(self):
self.object_store.add(test_object)
# When retrieving the object, we should get the *same* instance as we added
- test_object_retrieved = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ test_object_retrieved = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.assertIs(test_object, test_object_retrieved)
# When retrieving it again, we should still get the same object
del test_object
- test_object_retrieved_again = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ test_object_retrieved_again = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.assertIs(test_object_retrieved, test_object_retrieved_again)
def test_example_submodel_storing(self) -> None:
@@ -56,7 +56,7 @@ def test_example_submodel_storing(self) -> None:
self.assertIn(example_submodel, self.object_store)
# Restore example submodel and check data
- submodel_restored = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ submodel_restored = self.object_store.get_identifiable('https://example.org/Test_Submodel')
assert (isinstance(submodel_restored, model.Submodel))
checker = AASDataChecker(raise_immediately=True)
check_example_submodel(checker, submodel_restored)
@@ -87,20 +87,20 @@ def test_key_errors(self) -> None:
self.object_store.add(example_submodel)
with self.assertRaises(KeyError) as cm:
self.object_store.add(example_submodel)
- self.assertEqual("'Identifiable with id https://acplt.org/Test_Submodel already exists in "
+ self.assertEqual("'Identifiable with id https://example.org/Test_Submodel already exists in "
"local file database'", str(cm.exception))
# Querying a deleted object should raise a KeyError
- retrieved_submodel = self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
+ retrieved_submodel = self.object_store.get_identifiable('https://example.org/Test_Submodel')
self.object_store.discard(example_submodel)
with self.assertRaises(KeyError) as cm:
- self.object_store.get_identifiable('https://acplt.org/Test_Submodel')
- self.assertEqual("'No Identifiable with id https://acplt.org/Test_Submodel "
+ self.object_store.get_identifiable('https://example.org/Test_Submodel')
+ self.assertEqual("'No Identifiable with id https://example.org/Test_Submodel "
"found in local file database'",
str(cm.exception))
# Double deleting should also raise a KeyError
with self.assertRaises(KeyError) as cm:
self.object_store.discard(retrieved_submodel)
- self.assertEqual("'No AAS object with id https://acplt.org/Test_Submodel exists in "
+ self.assertEqual("'No AAS object with id https://example.org/Test_Submodel exists in "
"local file database'", str(cm.exception))
diff --git a/sdk/test/examples/test__init__.py b/sdk/test/examples/test__init__.py
index ea5eba30d..98c485460 100644
--- a/sdk/test/examples/test__init__.py
+++ b/sdk/test/examples/test__init__.py
@@ -20,9 +20,9 @@ def test_create_example(self):
# Check that the object store contains expected elements
expected_ids = [
- 'https://acplt.org/Test_AssetAdministrationShell',
- 'https://acplt.org/Test_Submodel_Template',
- 'https://acplt.org/Test_ConceptDescription_Mandatory'
+ 'https://example.org/Test_AssetAdministrationShell',
+ 'https://example.org/Test_Submodel_Template',
+ 'https://example.org/Test_ConceptDescription_Mandatory'
]
for id in expected_ids:
self.assertIsNotNone(obj_store.get_identifiable(id))
@@ -34,9 +34,9 @@ def test_create_example_aas_binding(self):
self.assertGreater(len(obj_store), 0)
# Check that the object store contains expected elements
- aas_id = 'https://acplt.org/Test_AssetAdministrationShell'
- sm_id = 'https://acplt.org/Test_Submodel_Template'
- cd_id = 'https://acplt.org/Test_ConceptDescription_Mandatory'
+ aas_id = 'https://example.org/Test_AssetAdministrationShell'
+ sm_id = 'https://example.org/Test_Submodel_Template'
+ cd_id = 'https://example.org/Test_ConceptDescription_Mandatory'
aas = obj_store.get_identifiable(aas_id)
sm = obj_store.get_identifiable(sm_id)
diff --git a/sdk/test/examples/test_examples.py b/sdk/test/examples/test_examples.py
index 5695e3b94..2bc89f9c4 100644
--- a/sdk/test/examples/test_examples.py
+++ b/sdk/test/examples/test_examples.py
@@ -43,7 +43,7 @@ def test_full_example(self):
obj_store = model.DictObjectStore()
with self.assertRaises(AssertionError) as cm:
example_aas.check_full_example(checker, obj_store)
- self.assertIn("AssetAdministrationShell[https://acplt.org/Test_AssetAdministrationShell]",
+ self.assertIn("AssetAdministrationShell[https://example.org/Test_AssetAdministrationShell]",
str(cm.exception))
obj_store = example_aas.create_full_example()
diff --git a/sdk/test/examples/test_helpers.py b/sdk/test/examples/test_helpers.py
index 0257b8bca..e09eca082 100644
--- a/sdk/test/examples/test_helpers.py
+++ b/sdk/test/examples/test_helpers.py
@@ -253,14 +253,14 @@ def test_annotated_relationship_element(self):
rel1 = model.AnnotatedRelationshipElement(id_short='test',
first=model.ModelReference((
model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(
type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((
model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
@@ -268,13 +268,13 @@ def test_annotated_relationship_element(self):
rel2 = model.AnnotatedRelationshipElement(id_short='test',
first=model.ModelReference((
model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
second=model.ModelReference((
model.Key(type_=model.KeyTypes.SUBMODEL,
- value='http://acplt.org/Test_Submodel'),
+ value='http://example.org/Test_Submodel'),
model.Key(type_=model.KeyTypes.PROPERTY,
value='ExampleProperty'),),
model.Property),
diff --git a/sdk/test/model/test_aas.py b/sdk/test/model/test_aas.py
index 3b974c04f..eb2e7d902 100644
--- a/sdk/test/model/test_aas.py
+++ b/sdk/test/model/test_aas.py
@@ -16,14 +16,14 @@ def test_aasd_131_init(self) -> None:
model.AssetInformation(model.AssetKind.INSTANCE)
self.assertEqual("An AssetInformation has to have a globalAssetId or a specificAssetId (Constraint AASd-131)",
str(cm.exception))
- model.AssetInformation(model.AssetKind.INSTANCE, global_asset_id="https://acplt.org/TestAsset")
+ model.AssetInformation(model.AssetKind.INSTANCE, global_asset_id="https://example.org/TestAsset")
model.AssetInformation(model.AssetKind.INSTANCE, specific_asset_id=(model.SpecificAssetId("test", "test"),))
- model.AssetInformation(model.AssetKind.INSTANCE, global_asset_id="https://acplt.org/TestAsset",
+ model.AssetInformation(model.AssetKind.INSTANCE, global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
def test_aasd_131_set(self) -> None:
asset_information = model.AssetInformation(model.AssetKind.INSTANCE,
- global_asset_id="https://acplt.org/TestAsset",
+ global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
asset_information.global_asset_id = None
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -32,7 +32,7 @@ def test_aasd_131_set(self) -> None:
str(cm.exception))
asset_information = model.AssetInformation(model.AssetKind.INSTANCE,
- global_asset_id="https://acplt.org/TestAsset",
+ global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
asset_information.specific_asset_id = model.ConstrainedList(())
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -42,7 +42,7 @@ def test_aasd_131_set(self) -> None:
def test_aasd_131_specific_asset_id_add(self) -> None:
asset_information = model.AssetInformation(model.AssetKind.INSTANCE,
- global_asset_id="https://acplt.org/TestAsset")
+ global_asset_id="https://example.org/TestAsset")
specific_asset_id1 = model.SpecificAssetId("test", "test")
specific_asset_id2 = model.SpecificAssetId("test", "test")
asset_information.specific_asset_id.append(specific_asset_id1)
diff --git a/sdk/test/model/test_base.py b/sdk/test/model/test_base.py
index 460bce563..197aca84e 100644
--- a/sdk/test/model/test_base.py
+++ b/sdk/test/model/test_base.py
@@ -247,7 +247,7 @@ def test_update_from(self):
self.assertIs(example_relel.parent, example_submodel)
def test_update_commit_qualifier_extension_semantic_id(self):
- submodel = model.Submodel("https://acplt.org/Test_Submodel")
+ submodel = model.Submodel("https://example.org/Test_Submodel")
qualifier = model.Qualifier("test", model.datatypes.String)
extension = model.Extension("test")
collection = model.SubmodelElementCollection("test")
@@ -308,11 +308,11 @@ class ModelNamespaceTest(unittest.TestCase):
def setUp(self):
self.propSemanticID = model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Test1'),))
+ value='http://example.org/Test1'),))
self.propSemanticID2 = model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Test2'),))
+ value='http://example.org/Test2'),))
self.propSemanticID3 = model.ExternalReference((model.Key(type_=model.KeyTypes.GLOBAL_REFERENCE,
- value='http://acplt.org/Test3'),))
+ value='http://example.org/Test3'),))
self.prop1 = model.Property("Prop1", model.datatypes.Int, semantic_id=self.propSemanticID)
self.prop2 = model.Property("Prop2", model.datatypes.Int, semantic_id=self.propSemanticID)
self.prop3 = model.Property("Prop2", model.datatypes.Int, semantic_id=self.propSemanticID2)
@@ -340,7 +340,7 @@ def test_NamespaceSet(self) -> None:
self.namespace.set1.add(self.prop2)
self.assertEqual(
"Object with attribute (name='semantic_id', value='ExternalReference(key=(Key("
- "type=GLOBAL_REFERENCE, value=http://acplt.org/Test1),))') is already present in this set of objects "
+ "type=GLOBAL_REFERENCE, value=http://example.org/Test1),))') is already present in this set of objects "
"(Constraint AASd-000)",
str(cm.exception))
self.namespace.set2.add(self.prop5)
@@ -355,7 +355,7 @@ def test_NamespaceSet(self) -> None:
self.namespace.set2.add(self.prop4)
self.assertEqual(
"Object with attribute (name='semantic_id', value='"
- "ExternalReference(key=(Key(type=GLOBAL_REFERENCE, value=http://acplt.org/Test1),))')"
+ "ExternalReference(key=(Key(type=GLOBAL_REFERENCE, value=http://example.org/Test1),))')"
" is already present in another set in the same namespace (Constraint AASd-000)",
str(cm.exception))
diff --git a/sdk/test/model/test_provider.py b/sdk/test/model/test_provider.py
index 68fb01cff..da4d5a078 100644
--- a/sdk/test/model/test_provider.py
+++ b/sdk/test/model/test_provider.py
@@ -13,9 +13,9 @@
class ProvidersTest(unittest.TestCase):
def setUp(self) -> None:
self.aas1 = model.AssetAdministrationShell(
- model.AssetInformation(global_asset_id="http://acplt.org/TestAsset1/"), "urn:x-test:aas1")
+ model.AssetInformation(global_asset_id="http://example.org/TestAsset1/"), "urn:x-test:aas1")
self.aas2 = model.AssetAdministrationShell(
- model.AssetInformation(global_asset_id="http://acplt.org/TestAsset2/"), "urn:x-test:aas2")
+ model.AssetInformation(global_asset_id="http://example.org/TestAsset2/"), "urn:x-test:aas2")
self.submodel1 = model.Submodel("urn:x-test:submodel1")
self.submodel2 = model.Submodel("urn:x-test:submodel2")
@@ -26,7 +26,7 @@ def test_store_retrieve(self) -> None:
self.assertIn(self.aas1, object_store)
property = model.Property('test', model.datatypes.String)
self.assertFalse(property in object_store)
- aas3 = model.AssetAdministrationShell(model.AssetInformation(global_asset_id="http://acplt.org/TestAsset/"),
+ aas3 = model.AssetAdministrationShell(model.AssetInformation(global_asset_id="http://example.org/TestAsset/"),
"urn:x-test:aas1")
with self.assertRaises(KeyError) as cm:
object_store.add(aas3)
diff --git a/sdk/test/model/test_submodel.py b/sdk/test/model/test_submodel.py
index 37a5792df..84bef1d0f 100644
--- a/sdk/test/model/test_submodel.py
+++ b/sdk/test/model/test_submodel.py
@@ -17,17 +17,17 @@ def test_aasd_014_init_self_managed(self) -> None:
model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY)
self.assertEqual("A self-managed entity has to have a globalAssetId or a specificAssetId (Constraint AASd-014)",
str(cm.exception))
- model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY, global_asset_id="https://acplt.org/TestAsset")
+ model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY, global_asset_id="https://example.org/TestAsset")
model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY,
specific_asset_id=(model.SpecificAssetId("test", "test"),))
- model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY, global_asset_id="https://acplt.org/TestAsset",
+ model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY, global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
def test_aasd_014_init_co_managed(self) -> None:
model.Entity("TestEntity", model.EntityType.CO_MANAGED_ENTITY)
with self.assertRaises(model.AASConstraintViolation) as cm:
model.Entity("TestEntity", model.EntityType.CO_MANAGED_ENTITY,
- global_asset_id="https://acplt.org/TestAsset")
+ global_asset_id="https://example.org/TestAsset")
self.assertEqual("A co-managed entity has to have neither a globalAssetId nor a specificAssetId "
"(Constraint AASd-014)", str(cm.exception))
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -37,14 +37,14 @@ def test_aasd_014_init_co_managed(self) -> None:
"(Constraint AASd-014)", str(cm.exception))
with self.assertRaises(model.AASConstraintViolation) as cm:
model.Entity("TestEntity", model.EntityType.CO_MANAGED_ENTITY,
- global_asset_id="https://acplt.org/TestAsset",
+ global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
self.assertEqual("A co-managed entity has to have neither a globalAssetId nor a specificAssetId "
"(Constraint AASd-014)", str(cm.exception))
def test_aasd_014_set_self_managed(self) -> None:
entity = model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY,
- global_asset_id="https://acplt.org/TestAsset",
+ global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
entity.global_asset_id = None
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -53,7 +53,7 @@ def test_aasd_014_set_self_managed(self) -> None:
str(cm.exception))
entity = model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY,
- global_asset_id="https://acplt.org/TestAsset",
+ global_asset_id="https://example.org/TestAsset",
specific_asset_id=(model.SpecificAssetId("test", "test"),))
entity.specific_asset_id = model.ConstrainedList(())
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -64,7 +64,7 @@ def test_aasd_014_set_self_managed(self) -> None:
def test_aasd_014_set_co_managed(self) -> None:
entity = model.Entity("TestEntity", model.EntityType.CO_MANAGED_ENTITY)
with self.assertRaises(model.AASConstraintViolation) as cm:
- entity.global_asset_id = "https://acplt.org/TestAsset"
+ entity.global_asset_id = "https://example.org/TestAsset"
self.assertEqual("A co-managed entity has to have neither a globalAssetId nor a specificAssetId "
"(Constraint AASd-014)", str(cm.exception))
with self.assertRaises(model.AASConstraintViolation) as cm:
@@ -74,7 +74,7 @@ def test_aasd_014_set_co_managed(self) -> None:
def test_aasd_014_specific_asset_id_add_self_managed(self) -> None:
entity = model.Entity("TestEntity", model.EntityType.SELF_MANAGED_ENTITY,
- global_asset_id="https://acplt.org/TestAsset")
+ global_asset_id="https://example.org/TestAsset")
specific_asset_id1 = model.SpecificAssetId("test", "test")
specific_asset_id2 = model.SpecificAssetId("test", "test")
entity.specific_asset_id.append(specific_asset_id1)
diff --git a/sdk/test/util/test_identification.py b/sdk/test/util/test_identification.py
index ebfed8606..1ed54a973 100644
--- a/sdk/test/util/test_identification.py
+++ b/sdk/test/util/test_identification.py
@@ -34,24 +34,24 @@ def test_generate_iri_identifier(self):
generator = NamespaceIRIGenerator("http", provider)
self.assertEqual('Namespace must be a valid IRI, ending with #, / or =', str(cm.exception))
- generator = NamespaceIRIGenerator("http://acplt.org/AAS/", provider)
- self.assertEqual("http://acplt.org/AAS/", generator.namespace)
+ generator = NamespaceIRIGenerator("http://example.org/AAS/", provider)
+ self.assertEqual("http://example.org/AAS/", generator.namespace)
identification = generator.generate_id()
- self.assertEqual(identification, "http://acplt.org/AAS/0000")
+ self.assertEqual(identification, "http://example.org/AAS/0000")
provider.add(model.Submodel(identification))
for i in range(10):
identification = generator.generate_id()
self.assertNotIn(identification, provider)
provider.add(model.Submodel(identification))
- self.assertEqual(identification, "http://acplt.org/AAS/0010")
+ self.assertEqual(identification, "http://example.org/AAS/0010")
identification = generator.generate_id("Spülmaschine")
- self.assertEqual(identification, "http://acplt.org/AAS/Spülmaschine")
+ self.assertEqual(identification, "http://example.org/AAS/Spülmaschine")
provider.add(model.Submodel(identification))
for i in range(10):
identification = generator.generate_id("Spülmaschine")
self.assertNotIn(identification, provider)
- self.assertNotEqual(identification, "http://acplt.org/AAS/Spülmaschine")
+ self.assertNotEqual(identification, "http://example.org/AAS/Spülmaschine")