forked from benj-moreau/ods-ld-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
62 lines (62 loc) · 3.37 KB
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
mappings:
City:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/City']
- [a, 'http://dbpedia.org/ontology/Settlement']
- [a, 'http://schema.org/City']
- [a, 'http://dbpedia.org/ontology/PopulatedPlace']
- [a, 'http://ontology.eil.utoronto.ca/icontact.owl#SchemaOrgThing']
- [a, 'http://schema.org/AdministrativeArea']
- [a, 'http://schema.org/Place']
- [a, 'http://rdfs.co/juso/SpatialThing']
- [a, 'http://schema.org/Thing']
- [a, 'http://purl.org/goodrelations/v1#Location']
- [a, 'http://www.w3.org/2002/07/owl#Thing']
- [a, 'http://purl.org/goodrelations/v1#LocationOfSalesOrServiceProvisioning']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(city)]
- ['http://dbpedia.org/ontology/country', Country]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasLocation', Country]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith', Country]
- ['http://www.ontologydesignpatterns.org/ont/lmm/LMM_L1.owl#hasContext', Country]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/airbnb-averages@public@public/City/$(city)/
Country:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/Country']
- [a, 'http://dbpedia.org/ontology/PopulatedPlace']
- [a, 'http://schema.org/Country']
- [a, 'http://dbpedia.org/ontology/Place']
- [a, 'http://ontology.eil.utoronto.ca/icontact.owl#SchemaOrgThing']
- [a, 'http://schema.org/AdministrativeArea']
- [a, 'http://schema.org/Place']
- [a, 'http://rdfs.co/juso/SpatialThing']
- [a, 'http://schema.org/Thing']
- [a, 'http://purl.org/goodrelations/v1#Location']
- [a, 'http://www.w3.org/2002/07/owl#Thing']
- [a, 'http://purl.org/goodrelations/v1#LocationOfSalesOrServiceProvisioning']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(country)]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/airbnb-averages@public/Country/$(country)/
Neighbourhood:
predicateobjects:
- [a, 'http://schema.org/Place']
- [a, 'http://rdfs.co/juso/SpatialThing']
- [a, 'http://schema.org/Thing']
- [a, 'http://purl.org/goodrelations/v1#Location']
- [a, 'http://www.w3.org/2002/07/owl#Thing']
- [a, 'http://purl.org/goodrelations/v1#LocationOfSalesOrServiceProvisioning']
- [a, 'http://dbpedia.org/ontology/CityDistrict']
- [a, 'http://dbpedia.org/ontology/Settlement']
- [a, 'http://dbpedia.org/ontology/PopulatedPlace']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(neighbourhood)]
- ['http://www.w3.org/2003/01/geo/wgs84_pos#lat_long', $(geo_point_2d)]
- ['http://www.w3.org/2003/01/geo/wgs84_pos#SpatialThing', $(geo_shape)]
- ['http://www.mindswap.org/2003/owl/geo/geoFeatures20040307.owl#shape', $(geo_shape)]
- ['http://dbpedia.org/ontology/city', City]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasLocation', City]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#associatedWith', City]
- ['http://www.ontologydesignpatterns.org/ont/lmm/LMM_L1.owl#hasContext', City]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/airbnb-averages@public/Neighbourhood/$(neighbourhood)/
sources:
dataset-source: [[email protected]~jsonpath, '$.records.[*].fields']