{ "@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/IOFMaterialsTutorial/raw/main/measurements.csv/" } ], "@id": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv", "@type": "http://www.w3.org/ns/csvw#TableGroup", "notes": [], "tables": [ { "@id": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv/table-1", "url": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv", "dialect": { "delimiter": ";", "skipRows": 0, "headerRowCount": 1, "encoding": "ascii" }, "tableSchema": { "columns": [ { "@id": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv/table-1-GID", "name": "GID", "titles": [ "GID", "Generic Identifier" ], "datatype": "string", "required": true, "suppressOutput": true, "@type": "Column" }, { "titles": [ "Unnamed: 0", "Unnamed0" ], "@id": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv/table-1-Unnamed0", "name": "Unnamed0", "@type": [ "Column" ], "format": { "@id": "http://www.w3.org/2001/XMLSchema#integer" } }, { "titles": [ "length [mm]", "LengthMm" ], "@id": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv/table-1-LengthMm", "name": "LengthMm", "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" } } ], "primaryKey": "GID", "aboutUrl": "https://github.com/Mat-O-Lab/IOFMaterialsTutorial/raw/main/measurements.csv/table-1-gid-{GID}" } } ], "prov:wasGeneratedBy": { "@id": "http://docker-dev.iwm.fraunhofer.de:6001/", "@type": "prov:Activity", "prov:wasAssociatedWith": { "@id": "https://github.com/Mat-O-Lab/CSVToCSVW/releases/tag/v1.3.0", "rdfs:label": "CSVtoCSVWv1.3.0", "prov:hadPrimarySource": "https://github.com/Mat-O-Lab/CSVToCSVW", "@type": "prov:SoftwareAgent" } }, "prov:generatedAtTime": { "@value": "2024-01-19T07:54:10.102200", "@type": "xsd:dateTime" } }