-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add suffix unit test for xlsx parser
- Loading branch information
1 parent
bcaf83c
commit 6d2b2ab
Showing
4 changed files
with
432 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127 changes: 127 additions & 0 deletions
127
tests/abox/xls_pipeline_test/input/mapping/mapping_suffix.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
[ | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/Remark", | ||
"key": "Bemerkungen", | ||
"value_location": "UU31", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/WidthChange", | ||
"key": "Breiten\u00e4nderung", | ||
"time_series_start": "E15", | ||
"unit_location": "E14", | ||
"worksheet": "Messdaten" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/TimeStamp", | ||
"key": "Datum", | ||
"value_location": "AD6", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/PercentageElongation", | ||
"key": "Dehnung", | ||
"time_series_start": "Q15", | ||
"unit": "\u00f7", | ||
"worksheet": "Messdaten" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/OriginalGaugeLength", | ||
"key": "Messl\u00e4nge Standardweg", | ||
"unit_location": "P16", | ||
"value_location": "M16", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/SpecimenWidth", | ||
"key": "Probenbreite b", | ||
"unit_location": "P15", | ||
"value_location": "M15", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/SpecimenThickness", | ||
"key": "Probendicke a", | ||
"unit_location": "P14", | ||
"value_location": "M14", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/SpecimenType", | ||
"key": "Probenform", | ||
"value_location": "AE7", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/SampleIdentifier-2", | ||
"key": "Probenkennung 2", | ||
"value_location": "U7", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/ProjectNumber", | ||
"key": "Projekt", | ||
"value_location": "F6", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/Tester", | ||
"key": "Pr\u00fcfer", | ||
"value_location": "U6", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/TestingRate", | ||
"key": "Pr\u00fcfgeschwindigkeit", | ||
"value_location": "J9", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/MachineData", | ||
"key": "Pr\u00fcfmaschine", | ||
"value_location": "I8", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/Temperature", | ||
"key": "Pr\u00fcftemperatur", | ||
"value_location": "U8", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/StandardForce", | ||
"key": "Standardkraft", | ||
"time_series_start": "C15", | ||
"unit_location": "C14", | ||
"worksheet": "Messdaten" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/Extension", | ||
"key": "Standardweg", | ||
"time_series_start": "D15", | ||
"unit_location": "D14", | ||
"worksheet": "Messdaten" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/AbsoluteCrossheadTravel", | ||
"key": "Traversenweg absolut", | ||
"time_series_start": "B15", | ||
"unit_location": "B14", | ||
"worksheet": "Messdaten" | ||
}, | ||
{ | ||
"annotation": "https://w3id.org/steel/ProcessOntology", | ||
"iri": "https://w3id.org/steel/ProcessOntology/Material", | ||
"key": "Werkstoff", | ||
"value_location": "H7", | ||
"worksheet": "Protokoll" | ||
}, | ||
{ | ||
"iri": "https://w3id.org/steel/ProcessOntology/TestTime", | ||
"key": "Zeit", | ||
"suffix": "Time", | ||
"time_series_start": "A15", | ||
"unit_location": "A14", | ||
"worksheet": "Messdaten" | ||
} | ||
] |
Oops, something went wrong.