-
Notifications
You must be signed in to change notification settings - Fork 21
/
UnitOption
34 lines (34 loc) · 943 Bytes
/
UnitOption
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
{
"@context": "../contexts/base",
"@graph": [
{
"@id": "skos:prefLabel",
"schema:domainIncludes": {
"@id": "reproschema:UnitOption"
},
"schema:rangeIncludes": {
"@id": "schema:Text"
}
},
{
"@id": "reproschema:value",
"schema:domainIncludes": {
"@id": "reproschema:UnitOption"
},
"schema:rangeIncludes": [
{
"@id": "schema:URL"
},
{
"@id": "schema:Text"
}
]
},
{
"@id": "reproschema:UnitOption",
"@type": "rdfs:Class",
"rdfs:comment": "An object to represent a human displayable name alongside the more formal value for units.",
"rdfs:label": "Unit options"
}
]
}