-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmeasurements-metadata.json
More file actions
93 lines (93 loc) · 3.74 KB
/
measurements-metadata.json
File metadata and controls
93 lines (93 loc) · 3.74 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"@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"
}
}