forked from benj-moreau/ods-ld-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
42 lines (42 loc) · 2.03 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
mappings:
cheese:
predicateobjects:
- [a, 'http://open.vocab.org/terms/Cheese']
- [a, 'http://dbpedia.org/ontology/Cheese']
- [a, 'http://dbpedia.org/ontology/Food']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(cheese)]
- ['http://dbpedia.org/ontology/ingredientName', $(milk)]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#hasPart', $(milk)]
- ['http://schema.org/sameAs', $(french_page)]
- ['http://schema.org/sameAs', $(english_page)]
- ['http://schema.org/sameAs', 'http://dbpedia.org/resource/$(cheese)']
- ['http://dbpedia.org/ontology/department', department]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isPartOf', department]
- ['https://schema.org/image', image]
- ['http://dbpedia.org/ontology/thumbnail', image]
- ['http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#isExpressedBy', image]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/frenchcheese@public/Cheese/$(cheese)/
department:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/Department']
- [a, 'http://dbpedia.org/ontology/GovernmentalAdministrativeRegion']
- [a, 'http://dbpedia.org/ontology/AdministrativeRegion']
- [a, 'http://schema.org/Place']
- [a, 'http://rdfs.co/juso/SpatialThing']
- [a, 'http://schema.org/Thing']
- [a, 'http://purl.org/goodrelations/v1#Location']
- ['http://www.w3.org/2000/01/rdf-schema#label', $(id)]
- ['http://www.w3.org/2003/01/geo/wgs84_pos#lat_long', $(geo_point_2d)]
source: dataset-source
subject: https://data.opendatasoft.com/ld/resources/frenchcheese@public/Department/$(id)/
image:
predicateobjects:
- [a, 'http://dbpedia.org/ontology/Image']
- [a, 'http://dbpedia.org/ontology/Document']
- [a, 'http://dbpedia.org/ontology/Work']
- [a, 'http://xmlns.com/foaf/0.1/Document']
source: dataset-source
subject: $(image)
sources:
dataset-source: [[email protected]~jsonpath, '$.[*].fields']