Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Mat-O-Lab/MapToMethod
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Sep 20, 2023
2 parents cc3725c + fa5a3f3 commit 66cc745
Show file tree
Hide file tree
Showing 4 changed files with 195 additions and 197 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Build and start the container.
```bash
docker-compose up
```

## jupyter notebook
1. Open the notebook in [google colab](https://colab.research.google.com) or any other jupyter instance.
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/Mat-O-Lab/MapToMethod/blob/main/maptomethod.ipynb)
Expand Down
227 changes: 115 additions & 112 deletions examples/bearingentities.json
Original file line number Diff line number Diff line change
@@ -1,112 +1,115 @@
{
"AktuelleProbe0": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/AktuelleProbe0",
"property": "label",
"text": "aktuelle Probe"
},
"Einspannlaenge1": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Einspannlaenge1",
"property": "label",
"text": "Einspannlänge"
},
"Messlaenge2": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Messlaenge2",
"property": "label",
"text": "Messlänge"
},
"ProbenbreiteB03": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ProbenbreiteB03",
"property": "label",
"text": "Probenbreite b0"
},
"ProbendickeA04": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ProbendickeA04",
"property": "label",
"text": "Probendicke a0"
},
"Pruefgeschwindigkeit5": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Pruefgeschwindigkeit5",
"property": "label",
"text": "Prüfgeschwindigkeit"
},
"Vorkraft6": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Vorkraft6",
"property": "label",
"text": "Vorkraft"
},
"WegNachBruch7": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/WegNachBruch7",
"property": "label",
"text": "Weg nach Bruch"
},
"EModul8": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/EModul8",
"property": "label",
"text": "E-Modul"
},
"DehnungBeiFmax9": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/DehnungBeiFmax9",
"property": "label",
"text": "Dehnung bei Fmax"
},
"DehnungBeiBruch10": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/DehnungBeiBruch10",
"property": "label",
"text": "Dehnung bei Bruch"
},
"ObereStreckgrenze11": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ObereStreckgrenze11",
"property": "label",
"text": "obere Streckgrenze"
},
"Kraftmaximum12": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Kraftmaximum12",
"property": "label",
"text": "Kraftmaximum"
},
"Bruchkraft13": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Bruchkraft13",
"property": "label",
"text": "Bruchkraft"
},
"GeschwindigkeitEModul14": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/GeschwindigkeitEModul14",
"property": "label",
"text": "Geschwindigkeit E-Modul"
},
"Datum15": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Datum15",
"property": "label",
"text": "Datum"
},
"table-1-GID": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-GID",
"property": "name",
"text": "GID"
},
"table-1-Pruefzeit": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Pruefzeit",
"property": "name",
"text": "Pruefzeit"
},
"table-1-Standardweg": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Standardweg",
"property": "name",
"text": "Standardweg"
},
"table-1-Standardkraft": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Standardkraft",
"property": "name",
"text": "Standardkraft"
},
"table-1-Dehnung": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Dehnung",
"property": "name",
"text": "Dehnung"
},
"table-1-TraverseAbs": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-TraverseAbs",
"property": "name",
"text": "TraverseAbs"
}
}
[
{
"AktuelleProbe0": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/AktuelleProbe0",
"property": "label",
"text": "aktuelle Probe"
},
"Einspannlaenge1": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Einspannlaenge1",
"property": "label",
"text": "Einspannlänge"
},
"Messlaenge2": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Messlaenge2",
"property": "label",
"text": "Messlänge"
},
"ProbenbreiteB03": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ProbenbreiteB03",
"property": "label",
"text": "Probenbreite b0"
},
"ProbendickeA04": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ProbendickeA04",
"property": "label",
"text": "Probendicke a0"
},
"Pruefgeschwindigkeit5": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Pruefgeschwindigkeit5",
"property": "label",
"text": "Prüfgeschwindigkeit"
},
"Vorkraft6": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Vorkraft6",
"property": "label",
"text": "Vorkraft"
},
"WegNachBruch7": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/WegNachBruch7",
"property": "label",
"text": "Weg nach Bruch"
},
"EModul8": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/EModul8",
"property": "label",
"text": "E-Modul"
},
"DehnungBeiFmax9": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/DehnungBeiFmax9",
"property": "label",
"text": "Dehnung bei Fmax"
},
"DehnungBeiBruch10": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/DehnungBeiBruch10",
"property": "label",
"text": "Dehnung bei Bruch"
},
"ObereStreckgrenze11": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/ObereStreckgrenze11",
"property": "label",
"text": "obere Streckgrenze"
},
"Kraftmaximum12": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Kraftmaximum12",
"property": "label",
"text": "Kraftmaximum"
},
"Bruchkraft13": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Bruchkraft13",
"property": "label",
"text": "Bruchkraft"
},
"GeschwindigkeitEModul14": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/GeschwindigkeitEModul14",
"property": "label",
"text": "Geschwindigkeit E-Modul"
},
"Datum15": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/Datum15",
"property": "label",
"text": "Datum"
},
"table-1-GID": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-GID",
"property": "name",
"text": "GID"
},
"table-1-Pruefzeit": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Pruefzeit",
"property": "name",
"text": "Pruefzeit"
},
"table-1-Standardweg": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Standardweg",
"property": "name",
"text": "Standardweg"
},
"table-1-Standardkraft": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Standardkraft",
"property": "name",
"text": "Standardkraft"
},
"table-1-Dehnung": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-Dehnung",
"property": "name",
"text": "Dehnung"
},
"table-1-TraverseAbs": {
"uri": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example.csv/table-1-TraverseAbs",
"property": "name",
"text": "TraverseAbs"
}
},
"https://raw.githubusercontent.com/Mat-O-Lab/CSVToCSVW/main/examples/example-metadata.json/"
]
133 changes: 68 additions & 65 deletions examples/contententities.json
Original file line number Diff line number Diff line change
@@ -1,65 +1,68 @@
{
"ExperimentTimeInterval": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ExperimentTimeInterval"
},
"TestPlan": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TestPlan"
},
"CaliperID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CaliperID"
},
"ForceMeasurementCapability": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ForceMeasurementCapability"
},
"LoadCellID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/LoadCellID"
},
"OperatorID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/OperatorID"
},
"SpecimenID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/SpecimenID"
},
"TestPlanName": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TestPlanName"
},
"TraverseID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TraverseID"
},
"DistanceMeasurementCapability": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/DistanceMeasurementCapability"
},
"CrossheadAccelerationSetPoint": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadAccelerationSetPoint"
},
"CrossheadSpeedSetPoint": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadSpeedSetPoint"
},
"CrossheadAccelerationSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadAccelerationSetPointValue"
},
"CrossheadSpeedSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadSpeedSetPointValue"
},
"ForceMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ForceMeasurement"
},
"LengthMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/LengthMeasurement"
},
"PreLoadSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/PreLoadSetPointValue"
},
"ThicknessMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ThicknessMeasurement"
},
"WidthMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/WidthMeasurement"
},
"ProjectID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ProjectID"
},
"Measurements": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/Measurements"
}
}
[
{
"ExperimentTimeInterval": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ExperimentTimeInterval"
},
"TestPlan": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TestPlan"
},
"CaliperID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CaliperID"
},
"ForceMeasurementCapability": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ForceMeasurementCapability"
},
"LoadCellID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/LoadCellID"
},
"OperatorID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/OperatorID"
},
"SpecimenID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/SpecimenID"
},
"TestPlanName": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TestPlanName"
},
"TraverseID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/TraverseID"
},
"DistanceMeasurementCapability": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/DistanceMeasurementCapability"
},
"CrossheadAccelerationSetPoint": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadAccelerationSetPoint"
},
"CrossheadSpeedSetPoint": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadSpeedSetPoint"
},
"CrossheadAccelerationSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadAccelerationSetPointValue"
},
"CrossheadSpeedSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/CrossheadSpeedSetPointValue"
},
"ForceMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ForceMeasurement"
},
"LengthMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/LengthMeasurement"
},
"PreLoadSetPointValue": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/PreLoadSetPointValue"
},
"ThicknessMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ThicknessMeasurement"
},
"WidthMeasurement": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/WidthMeasurement"
},
"ProjectID": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/ProjectID"
},
"Measurements": {
"uri": "https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/Measurements"
}
},
"https://github.com/Mat-O-Lab/MSEO/raw/main/methods/DIN_EN_ISO_527-3.drawio.ttl/"
]
Loading

0 comments on commit 66cc745

Please sign in to comment.