-
Notifications
You must be signed in to change notification settings - Fork 1
/
unlocode-vocab-context.jsonld
45 lines (44 loc) · 1.4 KB
/
unlocode-vocab-context.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
{
"@context": {
"unlcdv": "https://vocabulary.uncefact.org/unlocode-vocab/",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"unlcd": "https://vocabulary.uncefact.org/unlocode#",
"unlcdc": "https://vocabulary.uncefact.org/unlocode-countries#",
"unlcdf": "https://vocabulary.uncefact.org/unlocode-functions#",
"unlcds": "https://vocabulary.uncefact.org/unlocode-subdivisions#",
"geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"schema": "http://schema.org/",
"id": "@id",
"type": "@type",
"Country": {
"@id": "unlcdv:Country"
},
"Function": {
"@id": "unlcdv:Function"
},
"Subdivision": {
"@id": "unlcdv:Subdivision"
},
"UNLOCODE": {
"@id": "unlcdv:UNLOCODE"
},
"countryCode": {
"@id": "unlcdv:countryCode",
"@type": "@vocab"
},
"countrySubdivision": {
"@id": "unlcdv:countrySubdivision",
"@type": "@vocab"
},
"functions": {
"@id": "unlcdv:functions",
"@type": "@vocab"
},
"subdivisionType": {
"@id": "unlcdv:subdivisionType",
"@type": "xsd:string"
}
}
}