forked from shmishkat/DataPrototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ro-crate-metadata.json
135 lines (135 loc) · 4.49 KB
/
ro-crate-metadata.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"@context": "https://w3id.org/ro/crate/1.1/context",
"@graph": [
{
"@id": "./",
"@type": "Dataset",
"datePublished": "2023-07-25T13:09:44+00:00",
"hasPart": [
{
"@id": "https://example.com/datasets/dmitry-smirnov/"
}
]
},
{
"@id": "ro-crate-metadata.json",
"@type": "CreativeWork",
"about": {
"@id": "./"
},
"conformsTo": {
"@id": "https://w3id.org/ro/crate/1.1"
}
},
{
"@context": {
"dcterms": "http://purl.org/dc/terms/",
"schema": "http://schema.org/",
"soso": "https://github.com/ci-compass/science-on-schema.org"
},
"@id": "https://example.com/datasets/dmitry-smirnov",
"@type": "schema:Dataset",
"dcterms:creator": "Dmitry Smirnov",
"dcterms:title": "Dmitry Smirnov's Data Acquisition Info",
"schema:Description": "This is an example instrument.",
"soso:LandingPage": {
"@id": "https://nationalmaglab.org/research/research-groups/condensed-matter-science/instruments/",
"@type": "schema:URL"
},
"soso:Manufacturer": [
{
"@type": "schema:Organization",
"schema:name": "Princeton Instruments",
"soso:manufacturerIdentifier": {
"@type": "schema:Text",
"@value": "example-manufacturer-123"
}
}
],
"soso:Owner": [
{
"@type": "schema:Person",
"schema:email": "[email protected]",
"schema:name": "Jane Doe",
"soso:ownerIdentifier": {
"@id": "https://orcid.org/0000-0000-XXXX-XXXX",
"@type": "schema:URL"
}
},
{
"@type": "schema:Organization",
"schema:email": "[email protected]",
"schema:name": "National High Magnetic Field Laboratory",
"soso:ownerIdentifier": {
"@id": "https://ror.org/03s53g630",
"@type": "schema:URL"
}
}
],
"soso:SchemaVersion": "1.0",
"soso:acquisitionTime": {
"@type": "schema:Float",
"@value": 2.0
},
"soso:centralFrequency": {
"@type": "schema:Float",
"@value": 720.0
},
"soso:experimentType": {
"@type": "schema:Text",
"@value": "PL"
},
"soso:instrument": {
"@type": "schema:Text",
"@value": "HRS750"
},
"soso:lightSource": {
"@type": "schema:Text",
"@value": "633nm-100uW"
},
"soso:magnetSystem": {
"@type": "schema:Text",
"@value": "SCM3"
},
"soso:magneticField": {
"@type": "schema:Float",
"@value": 0.0
},
"soso:objectiveNA": {
"@type": "schema:Float",
"@value": 0.65
},
"soso:sampleShortName": {
"@type": "schema:Text",
"@value": "WSe2-MoSe2"
},
"soso:slit": {
"@type": "schema:Float",
"@value": 30.0
},
"soso:temperature": {
"@type": "schema:Float",
"@value": 10.0
}
},
{
"@id": "schema:Person",
"@type": "Thing",
"schema:email": "[email protected]",
"schema:name": "Jane Doe",
"soso:ownerIdentifier": {
"@id": "https://orcid.org/0000-0000-XXXX-XXXX",
"@type": "schema:URL"
}
},
{
"@id": "schema:Organization",
"@type": "Thing",
"schema:name": "Princeton Instruments",
"soso:manufacturerIdentifier": {
"@type": "schema:Text",
"@value": "example-manufacturer-123"
}
}
]
}