forked from benj-moreau/ods-ld-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
23 lines (23 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
mappings:
GasStation:
predicateobjects:
- [a, 'http://schema.org/GasStation']
- [a, 'http://schema.org/AutomotiveBusiness']
- ['https://schema.org/brand', brand]
- ['http://www.w3.org/2000/01/rdf-schema#label', $(name)]
- ['http://www.w3.org/2003/01/geo/wgs84_pos#lat_long', $(geo_point)]
- ['https://schema.org/brand', Organisation]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/prix-des-carburants-stations-non-modifiees@public/GasStation/$(id)/
Organisation:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/Organisation']
- [a, 'http://dbpedia.org/ontology/Agent']
- [a, 'http://schema.org/Organization']
- [a, 'http://purl.org/goodrelations/v1#BusinessEntity']
- [a, 'http://xmlns.com/foaf/0.1/Agent']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(brand)]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/prix-des-carburants-stations-non-modifiees@public/Organisation/$(brand)/
sources:
dataset-source: [[email protected]~jsonpath, '$.[*].fields']