-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathlinkedplaces-context-v1.1.jsonld
130 lines (116 loc) · 3.48 KB
/
linkedplaces-context-v1.1.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{"@context": {
"id": "@id",
"type": "@type",
"rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"rdfs": "http://www.w3.org/2000/01/rdf-schema#",
"lpo": "https://github.com/LinkedPasts/linked-pasts-ontology/blob/main/lpo_latest.ttl#",
"lawd": "http://lawd.info/ontology/",
"gvp": "http://vocab.getty.edu/ontology#",
"aat": "http://vocab.getty.edu/aat/",
"tgn": "http://vocab.getty.edu/tgn/",
"crm": "http://erlangen-crm.org/current/",
"wd": "http://www.wikidata.org/entity/",
"skos": "http://www.w3.org/2004/02/skos/core#",
"time": "http://www.w3.org/2006/time#",
"foaf": "http://xmlns.com/foaf/0.1/",
"prov": "http://www.w3.org/ns/prov#",
"cito": "http://purl.org/spar/cito#",
"cc": "http://creativecommons.org/licenses/",
"gn": "http://www.geonames.org/ontology#",
"dct": "http://purl.org/dc/terms/",
"identifier": "dct:identifier",
"doi": "https://doi.org/",
"label": {"@id": "rdfs:label"},
"value": {"@id": "rdf:value"},
"title": {"@id": "dct:title"},
"license": "dct:license",
"geojson": "https://purl.org/geojson/vocab#",
"geojson-t": "https://github.com/kgeographer/geojson-t/",
"FeatureCollection": "geojson:FeatureCollection",
"Feature": "geojson:Feature",
"GeometryCollection": "geojson:GeometryCollection",
"LineString": "geojson:LineString",
"MultiLineString": "geojson:MultiLineString",
"MultiPoint": "geojson:MultiPoint",
"MultiPolygon": "geojson:MultiPolygon",
"Point": "geojson:Point",
"Polygon": "geojson:Polygon",
"bbox": { "@container": "@list", "@id": "geojson:bbox" },
"coordinates": { "@container": "@list", "@id": "geojson:coordinates" },
"features": {
"@id": "lpo:hasFeature",
"@type": "geojson:Feature",
"@container": "@set"
},
"properties": "geojson:properties",
"geometry": "geojson-t:geometry",
"geometries": {
"@id":"lpo:setting",
"@type": "lpo:Setting",
"@container": "@set"
},
"geo_wkt":"http://www.opengis.net/ont/geosparql#asWKT",
"periodo": "http://n2t.net/ark:/99152/#",
"ccodes": {"@id": "gn:countryCode"},
"when": {"@id": "lpo:when"},
"timespans": {
"@id": "lpo:timespan",
"@type": "lpo:Timespan",
"@container": "@set"
},
"start": "lpo:has_start",
"end": "lpo:has_end",
"earliest": "lpo:earliest",
"latest": "lpo:latest",
"in": "lpo:in",
"periods": {
"@id": "lpo:period",
"@type": "lpo:PeriodDefinition",
"@container": "@set"
},
"names": {
"@id": "lpo:name_attestation",
"@type": "lpo:NameAttestation",
"@container": "@set"
},
"toponym": "lpo:toponym",
"lang": "dct:language",
"types": {
"@id": "lpo:type_attestation",
"@type": "lpo:TypeAttestation",
"@container": "@set"
},
"sourceLabels": {"@id": "lpo:source_label"},
"relations": {
"@id": "lpo:rel_attestation",
"@type": "lpo:RelAttestation",
"@container": "@set"
},
"relationType": "lpo:relation_type",
"relationTo": "lpo:relation_to",
"certainty": "lpo:has_certainty",
"links": {
"@id": "lpo:link_attestation",
"@type": "lpo:LinkAttestation",
"@container": "@set"
},
"closeMatch": "skos:closeMatch",
"exactMatch": "skos:exactMatch",
"primaryTopicOf":"foaf:primaryTopicOf",
"subjectOf":"crm:P129i_is_subject_of",
"seeAlso":"rdfs:seeAlso",
"citations": {
"@id": "cito:cites",
"@type": "@id"
},
"descriptions": {
"@id": "dct:description",
"@type": "@id",
"@container": "@set"
},
"depictions": {
"@id": "foaf:depiction",
"@type": "@id",
"@container": "@set"
}
}}