-
Notifications
You must be signed in to change notification settings - Fork 9
/
lpo_context_5aug.jsonld
107 lines (92 loc) · 2.61 KB
/
lpo_context_5aug.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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"@context": {
"geojson": "https://purl.org/geojson/vocab#",
"lpo": "https://raw.githubusercontent.com/kgeographer/_graph/main/lpo/lpo_draft_jul20240729b.ttl#",
"skos": "http://www.w3.org/2004/02/skos/core#",
"geo": "http://www.opengis.net/ont/geosparql#",
"id": "@id",
"type": "@type",
"Place": "lpo:Place",
"title": "lpo:title",
"sourceId": {"@id": "lpo:sourceId", "@type": "xsd:string"},
"sourceUri": {"@id": "lpo:sourceUri", "@type": "@id"},
"PlaceName": "lpo:PlaceName",
"hasName": "lpo:hasName",
"toponym": "lpo:toponym",
"PlaceType": "lpo:PlaceType",
"typeLabel": "lpo:typeLabel",
"sourceLabels": "lpo:sourceLabels",
"PlaceGeom": "lpo:PlaceGeom",
"coordinates": {"@id": "lpo:coordinates"},
"geowkt": "lpo:geowkt",
"geoType": "lpo:geoType",
"asWKT": {
"@id": "geo:asWKT",
"@type": "geo:wktLiteral"
},
"PlaceLink": "lpo:PlaceLink",
"linkIdentifier": "lpo:linkIdentifier",
"linkType": "lpo:linkType",
"PlaceRelation": "lpo:PlaceRelation",
"relationType": {"@id": "lpo:relationType", "@type": "@id"},
"relationTo": "lpo:relationTo",
"PlaceDescription": "lpo:PlaceDescription",
"descriptionValue": "lpo:descriptionValue",
"PlaceDepiction": "lpo:PlaceDepiction",
"When": "lpo:When",
"hasWhen": "lpo:hasWhen",
"whens": {
"@id": "lpo:whens",
"@container": "@list"
},
"lpo:PlaceWhen": {
"@type": "@id",
"@context": {
"timespans": "lpo:timespans",
"periods": "lpo:periods",
"hasLabel": "lpo:hasLabel",
"duration": "lpo:duration",
"certainty": "lpo:certainty"
}
},
"TimeExpression": "lpo:TimeExpression",
"Timespan": "lpo:Timespan",
"start": "lpo:start",
"end": "lpo:end",
"in": "lpo:in",
"earliest": "lpo:earliest",
"latest": "lpo:latest",
"Period": "lpo:Period",
"periodName": "lpo:periodName",
"periodURI": "lpo:periodURI",
"Citation": "lpo:Citation",
"hasCitation": "lpo:hasCitation",
"Label": "lpo:Label",
"labelValue": "lpo:labelValue",
"language": "lpo:language",
"names": {
"@id": "lpo:hasName",
"@container": "@list"
},
"types": {
"@id": "lpo:hasType",
"@container": "@list"
},
"geoms": {
"@id": "lpo:hasGeom",
"@container": "@list"
},
"links": {
"@id": "lpo:hasLink",
"@container": "@list"
},
"relations": {
"@id": "lpo:hasRelation",
"@container": "@list"
},
"descriptions": {
"@id": "lpo:hasDescription",
"@container": "@list"
}
}
}