-
Notifications
You must be signed in to change notification settings - Fork 1
/
pidinst-example.json
76 lines (76 loc) · 2.33 KB
/
pidinst-example.json
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
{
"Identifier": {
"identifierValue": "http://hdl.handle.net/21.T11998/SMS-0000-001C-328B-D-STAGE-TEST",
"identifierType": "Handle"
},
"SchemaVersion": "1.0",
"LandingPage": "https://localhost.localdomain/devices/1",
"Name": "UFZ MET Soil Sensor 1",
"Owner": [
{
"ownerName": "Kollai, Helen",
"ownerContact": "[email protected]",
"ownerIdentifierType": "ORCID",
"ownerIdentifierValue": "https://orcid.org/0000-0003-0214-1336"
},
{
"ownerName": "Helmholtz Centre for Environmental Research",
"ownerContact": "[email protected]",
"ownerIdentifierValue": "https://ror.org/000h6jb29",
"ownerIdentifierType": "ROR"
}
],
"Manufacturer": [
{
"manufacturerName": "Helmholtz Centre for Environmental Research Electronics Unit",
"manufacturerIdentifierType": "URL",
"manufacturerIdentifierValue": "https://www.ufz.de/"
}
],
"Model": {
"modelName": "Perfect Sense 1.0",
"modelIdentifierType": "Handle",
"modelIdentifierValue": "http://hdl.handle.net/21.T11998/0000-001C-328C"
},
"Description": "Soil moisture and temperature sensor developed by UFZ.",
"InstrumentType": [
{
"instrumentTypeName": "Soil Moisture Sensor",
"instrumentTypeIdentifierType": "URL",
"instrumentTypeIdentifierValue": "http://vocabs.lter-europe.net/EnvThes/20354"
},
{
"instrumentTypeName": "Soil Temperature Sensor",
"instrumentTypeIdentifierValue": "http://vocabs.lter-europe.net/EnvThes/20357",
"instrumentTypeIdentifierType": "URL"
}
],
"MeasuredVariable": [
"soil moisture",
"soil temperature"
],
"Date": [
{
"dateValue": "2021-01-01",
"dateType": "Commissioned"
},
{
"dateValue": "2022-09-09",
"dateType": "DeCommissioned"
}
],
"RelatedIdentifier": [
{
"relatedIdentifierName": "technical documentation",
"relationType": "IsDescribedBy",
"relatedIdentifierType": "DOI",
"relatedIdentifierValue": "https://doi.org/10.5281/zenodo.5888547"
}
],
"AlternateIdentifier": [
{
"alternateIdentifierType": "SerialNumber",
"alternateIdentifierValue": "1234-4234-\\937 A"
}
]
}