{ "@context": [ "http://www.w3.org/ns/csvw", { "oa": "http://www.w3.org/ns/oa#", "label": "http://www.w3.org/2000/01/rdf-schema#label", "xsd": "http://www.w3.org/2001/XMLSchema#", "qudt": "http://qudt.org/schema/qudt/", "dc": "http://purl.org/dc/elements/1.1/", "prov": "http://www.w3.org/ns/prov#", "csv": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/" } ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv", "@type": "http://www.w3.org/ns/csvw#TableGroup", "notes": [ { "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/Probe0", "label": "Probe", "@type": "oa:Annotation", "rownum": { "@value": 0, "@type": "xsd:integer" }, "oa:hasBody": [ { "@type": "oa:TextualBody", "oa:purpose": "oa:tagging", "oa:format": "text/plain", "oa:value": "AWA_3_03_Rz" }, { "@type": "oa:TextualBody", "oa:purpose": "oa:tagging", "oa:format": "text/plain", "oa:value": "INSTRON 8852TT" }, { "@type": "oa:TextualBody", "oa:purpose": "oa:tagging", "oa:format": "text/plain", "oa:value": "1605F" }, { "@type": "oa:TextualBody", "oa:purpose": "oa:tagging", "oa:format": "text/plain", "oa:value": "46NTA5-1-1-2" }, { "@type": "oa:TextualBody", "oa:purpose": "oa:tagging", "oa:format": "text/plain", "oa:value": "PMD" }, { "@type": "qudt:QuantityValue", "qudt:value": { "@value": 840749, "@type": "http://www.w3.org/2001/XMLSchema#integer" } } ] } ], "tables": [ { "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1", "url": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv", "dialect": { "delimiter": "\\t", "skipRows": 1, "headerRowCount": 1, "encoding": "utf-8" }, "tableSchema": { "columns": [ { "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-GID", "name": "GID", "titles": [ "GID", "Generic Identifier" ], "datatype": "string", "required": true, "suppressOutput": true, "@type": "Column" }, { "titles": [ "Maschine [mm]", "MaschineMm" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-MaschineMm", "name": "MaschineMm", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/MilliM", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kraft [kN]", "KraftKn" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-KraftKn", "name": "KraftKn", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/KiloN", "@type": "http://qudt.org/schema/qudt/Unit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Clip-Gauge [mm]", "ClipGaugeMm" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-ClipGaugeMm", "name": "ClipGaugeMm", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/MilliM", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Drehmoment [Nm]", "DrehmomentNm" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-DrehmomentNm", "name": "DrehmomentNm", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/N-M", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "MX840A_0_CH 5 [°C]", "Mx840A0Ch5C" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Mx840A0Ch5C", "name": "Mx840A0Ch5C", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/DEG_C", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "MX840A_0_CH 6 [mm]", "Mx840A0Ch6Mm" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Mx840A0Ch6Mm", "name": "Mx840A0Ch6Mm", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/MilliM", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "MX840A_0_CH 7 [V]", "Mx840A0Ch7V" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Mx840A0Ch7V", "name": "Mx840A0Ch7V", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/V", "@type": "http://qudt.org/schema/qudt/Unit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "MX840A_0_CH 8 [°C]", "Mx840A0Ch8C" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Mx840A0Ch8C", "name": "Mx840A0Ch8C", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/DEG_C", "@type": "http://qudt.org/schema/qudt/DerivedUnit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Zeit [s]", "ZeitS" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-ZeitS", "name": "ZeitS", "qudt:unit": { "@id": "http://qudt.org/vocab/unit/SEC", "@type": "http://qudt.org/schema/qudt/Unit" }, "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 10", "Kanal10" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal10", "name": "Kanal10", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 11", "Kanal11" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal11", "name": "Kanal11", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 12", "Kanal12" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal12", "name": "Kanal12", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 13", "Kanal13" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal13", "name": "Kanal13", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 14", "Kanal14" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal14", "name": "Kanal14", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } }, { "titles": [ "Kanal 15", "Kanal15" ], "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-Kanal15", "name": "Kanal15", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#double" } } ], "primaryKey": "GID", "aboutUrl": "https://github.com/Mat-O-Lab/CSVToCSVW/raw/main/examples/example2.csv/table-1-gid-{GID}" } } ], "prov:wasGeneratedBy": { "@id": "http://localhost:5001/api/annotate", "@type": "prov:Activity", "prov:wasAssociatedWith": { "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/releases/tag/v1.2.8", "rdfs:label": "CSVtoCSVWv1.2.8", "prov:hadPrimarySource": "https://github.com/Mat-O-Lab/CSVToCSVW", "@type": "prov:SoftwareAgent" } }, "prov:generatedAtTime": { "@value": "2024-01-15T11:34:40.862053", "@type": "xsd:dateTime" } }