-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathvariableMeasured-gridDataset-altVersion.jsonld
87 lines (87 loc) · 3.16 KB
/
variableMeasured-gridDataset-altVersion.jsonld
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
{
"@context": [
"https://schema.org/",
{
"qudt": "http://qudt.org/schema/qudt/"
}
],
"@id": "ex:dataset/5500",
"@type": "Dataset",
"additionalType" : "http://qudt.org/schema/qudt/MultiDimensionalDataFormat",
"name": "Surface geology and geophysics grid",
"description": "Grid of sample locations on earth surface with site lithology, gravity, elevation, and magnetic field observations",
"spatialCoverage": {
"@type": "Place",
"geo": {
"@type": "GeoShape",
"box": "-68.4817,-75.8183 -65.08,-68.5033"
}
},
"variableMeasured": [
{
"@type": "PropertyValue",
"name": "latitude",
"propertyID": [
"http://purl.org/linked-data/cube#measureDimension",
"http://semanticscience.org/resource/latitude"
],
"qudt:dataType": "http://www.w3.org/2001/XMLSchema#decimal",
"unitText": "decimal degree"
},
{
"@type": "PropertyValue",
"name": "longitude",
"propertyID": [
"http://purl.org/linked-data/cube#measureDimension",
"http://semanticscience.org/resource/longitude"
],
"qudt:dataType": "http://www.w3.org/2001/XMLSchema#decimal",
"unitText": "decimal degree"
},
{
"@type": "PropertyValue",
"name": "mag",
"alternateName": "magnetic field intensity",
"propertyID": [
"http://purl.org/linked-data/cube#measure",
"http://semanticscience.org/resource/magneticFieldIntensity"
],
"qudt:dataType": "http://www.w3.org/2001/XMLSchema#decimal",
"unitText": "amperes per metre"
},
{
"@type": "PropertyValue",
"name": "acceleration of gravity",
"propertyID": [
"http://purl.org/linked-data/cube#measure",
"http://semanticscience.org/resource/localAccelGravity"
],
"alternateName": "Range",
"measurementTechnique": "gravimiter model xxx",
"qudt:dataType": "http://www.w3.org/2001/XMLSchema#decimal",
"unitText": "mgal"
},
{
"@type": "PropertyValue",
"name": "lith",
"alternateName": "Outcrop lithology",
"propertyID": [
"http://purl.org/linked-data/cube#measure",
"http://www.opengis.net/def/property/geosciml/rocktype"
],
"qudt:dataType": "https://schema.org/Text",
"rangeIncludes": "https://geosciml.org/vocab/simpleLithology"
},
{
"@type": "PropertyValue",
"name": "elevation",
"propertyID": [
"http://purl.org/linked-data/cube#measure",
"http://www.opengis.net/def/property/elevation"
],
"description": "elevation relative to mean sea level, in meters",
"qudt:dataType": "http://www.w3.org/2001/XMLSchema#decimal",
"unitText": "meters"
}
]
}