From 3443f13d87038fcf39e279121ed0c2ce91dc400f Mon Sep 17 00:00:00 2001
From: hoppen <hoppen@mmi.rwth-aachen.de>
Date: Fri, 5 Jan 2024 13:35:59 +0100
Subject: [PATCH] dies und das IDK
---
fml40-to-aas/harvester.json | 35 ++++++++++++++++++-----------------
1 file changed, 18 insertions(+), 17 deletions(-)
diff --git a/fml40-to-aas/harvester.json b/fml40-to-aas/harvester.json
index 2449f61..660deef 100644
--- a/fml40-to-aas/harvester.json
+++ b/fml40-to-aas/harvester.json
@@ -22,7 +22,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/TechnicalData"
+ "value": "s3i:4711/ProductionData"
}
]
},
@@ -31,7 +31,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/Location"
+ "value": "s3i:4711/TechnicalData"
}
]
},
@@ -40,7 +40,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/JobManagement"
+ "value": "s3i:4711/PredictiveMaintenance"
}
]
},
@@ -49,7 +49,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/OperationalData"
+ "value": "s3i:4711/DigitalNameplate_Crane"
}
]
},
@@ -58,7 +58,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/ProductionData"
+ "value": "s3i:4711/Location"
}
]
},
@@ -67,7 +67,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/capabilities"
+ "value": "s3i:4711/JobManagement"
}
]
},
@@ -76,7 +76,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/DigitalNameplate_Crane"
+ "value": "s3i:4711/HierarchicalStructures"
}
]
},
@@ -85,7 +85,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/PredictiveMaintenance"
+ "value": "s3i:4711/capabilities"
}
]
},
@@ -103,7 +103,7 @@
"keys": [
{
"type": "Submodel",
- "value": "s3i:4711/HierarchicalStructures"
+ "value": "s3i:4711/OperationalData"
}
]
}
@@ -158,32 +158,33 @@
"valueType": "xs:dateTime"
},
{
- "idShort": "TotalProductionVolume",
- "modelType": "Property",
+ "idShort": "StanForD2010HPRFile",
+ "modelType": "Blob",
"semanticId": {
"type": "GlobalReference",
"keys": [
{
"type": "GlobalReference",
- "value": "https://www.kwh40.de/forestml40/values.owl#TotalProductionVolume"
+ "value": "https://www.kwh40.de/forestml40/values.owl#StanForD2010HPRFile"
}
]
},
- "valueType": "xs:double"
+ "contentType": "application/stanford2010+hpr"
},
{
- "idShort": "StanForD2010HPRFile",
- "modelType": "Blob",
+ "idShort": "TotalProductionVolume",
+ "modelType": "Property",
"semanticId": {
"type": "GlobalReference",
"keys": [
{
"type": "GlobalReference",
- "value": "https://www.kwh40.de/forestml40/values.owl#StanForD2010HPRFile"
+ "value": "https://www.kwh40.de/forestml40/values.owl#TotalProductionVolume"
}
]
},
- "contentType": "application/stanford2010+hpr"
+ "value": "333.0",
+ "valueType": "xs:double"
}
]
}
--
GitLab