-
Notifications
You must be signed in to change notification settings - Fork 0
/
churches_reference_data.ttl
139 lines (116 loc) · 3.84 KB
/
churches_reference_data.ttl
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
131
132
133
134
135
136
137
138
139
# This is an RDF file in Turtle notation.
# It contains reference data (code lists) for use with the dataset of Dutch churches.
# Note: in Turtle, if there is no datatype URI and no language tag. datatype is xsd:string
# So we only need to specify datatypes for non-string literals.
# transform to ntriples: riot --formatted=ntriples churches_reference_data.ttl > churches_reference_data.nt
@base <http://data.spider-ld.org/kerkennl/data>
@prefix : <http://data.spider-ld.org/kerkennl/data/>
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
#@prefix cidoc: <http://www.cidoc-crm.org/cidoc-crm/> . # apparently version 5.0.4
#@prefix cidoc: <http://www.cidoc-crm.org/rdfs/cidoc_crm_v6.2-draft-2015August.rdfs#> . # to be replaced by definitive 6.2 version
@prefix cidoc: <http://erlangen-crm.org/160714/> .
@prefix dbo: <http://dbpedia.org/ontology/> .
@prefix dbp: <http://dbpedia.org/resource/> .
@prefix aat: <http://vocab.getty.edu/aat/> .
@prefix schema: <http://schema.org/> .
@prefix bag: <http://lod.geodan.nl/vocab/bag#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix eth: <http://data.cultureelerfgoed.nl/semnet/> .
@prefix event: <http://purl.org/NET/c4dm/event.owl#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix dul: <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> .
@prefix umbel: <http://umbel.org/umbel#> .
@prefix rc: <http://umbel.org/umbel/rc/> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix geosparql: <http://www.opengis.net/ont/geosparql#> .
@prefix sd: <http://www.w3.org/ns/sparql-service-description#> .
## start usage types
:usage_church
a cidoc:E55_type ;
dcterms:subject dbp:Church_service ;
rdfs:label "kerk"@nl, "church"@en ;
.
:usage_museum
a cidoc:E55_type ;
dcterms:subject dbp:Museum ;
rdfs:label "museum"@nl, "museum"@en ;
.
:usage_communitycentre
a cidoc:E55_type ;
dcterms:subject dbp:Community_centre ;
rdfs:label "gemeenschapscentrum"@nl, "community centre"@en ;
.
:usage_mosque
a cidoc:E55_type ;
dcterms:subject dbp:Mosque ;
rdfs:label "moskee"@nl, "mosque"@en ;
.
:usage_healthcentre
a cidoc:E55_type ;
dcterms:subject dbp:Community_health_center ;
rdfs:label "gezondheidscentrum"@nl, "health centre"@en ;
.
:usage_house
a cidoc:E55_type ;
dcterms:subject dbp:House ;
rdfs:label "huis"@nl, "house"@en ;
.
:usage_office
a cidoc:E55_type ;
dcterms:subject dbp:Office ;
rdfs:label "kantoor"@nl, "office"@en ;
.
:usage_culturalcentre
a cidoc:E55_type ;
dcterms:subject dbp:Cultural_center ;
rdfs:label "cultureel centrum"@nl, "cultural centre"@en ;
.
:usage_school
a cidoc:E55_type ;
dcterms:subject dbp:School ;
rdfs:label "school"@nl, "school"@en ;
.
:usage_columbarium
a cidoc:E55_type ;
dcterms:subject dbp:Columbarium ;
rdfs:label "columbarium"@nl, "columbarium"@en ;
.
:usage_library
a cidoc:E55_type ;
dcterms:subject dbp:Library ;
rdfs:label "bibliotheek"@nl, "library"@en ;
.
:usage_retail
a cidoc:E55_type ;
dcterms:subject dbp:Retail ;
rdfs:label "winkel"@nl, "shop"@en ;
.
:usage_preschool
a cidoc:E55_type ;
dcterms:subject dbp:Preschool ;
rdfs:label "kinderdagverblijf"@nl, "preschool"@en ;
.
:usage_other
a cidoc:E55_type ;
dcterms:subject aat:300400513 ;
rdfs:label "overig"@nl, "other"@en ;
.
# the following mapping needs confirmation from Herman:
:usage_none
a cidoc:E55_type ;
dcterms:subject eth:ce21134b-4819-4efb-9ecd-612736a93111 ;
rdfs:label "geen"@nl, "none"@en ;
.
## end usage types
## architects
# Prefered method: use an existing registry
#:arch1
# a dbo:Architect ;
# foaf:name "Pietje Puk" ;
#.