-
Notifications
You must be signed in to change notification settings - Fork 0
/
churches_metadata.ttl
101 lines (91 loc) · 5.39 KB
/
churches_metadata.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
# This is an RDF file in Turtle notation.
# The file contains dataset metadata for the dataset about 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_metadata.ttl > churches_metadata.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#> .
@prefix wv: <http://vocab.org/waiver/terms/> .
@prefix geonames: <http://sws.geonames.org/> .
@prefix geom: <http://data.ign.fr/def/geometrie#> .
<http://data.spider-ld.org/kerkennl/data>
a void:Dataset, dcat:Dataset ;
rdfs:seeAlso <http://data.spider-ld.org/kerkennl_extra/data> ;
dcterms:title "Kerkgebouwen in Nederland 1800-1970"@nl, "Church buildings in The Netherlands 1800-1970"@en;
dcterms:description "Deze dataset bevat gegevens over kerkgebouwen de zijn gebouwd in de periode 1800-1970. De dataset is samengesteld om te helpen de cultuurhistorische waarde van deze gebouwen te meten."@nl, "This dataset contains data about church buildings that were built in the Netherlands in the years 1800-1970. The data are collected with the aim of helping measuring cultural and historical value of church buildings."@en;
dcterms:creator <http://www.hermanwesselink.nl/>, <http://www.godgeleerdheid.vu.nl/nl/over-de-faculteit/medewerkers/wetenschappelijk-personeel-t-z/he-wesselink/index.aspx> ;
dcterms:publisher <http://www.spider-ld.org> ;
dcterms:source <http://www.hdc.vu.nl/nl/online-informatie/ikgn/index.asp>, <http://www.reliwiki.nl/> ;
foaf:homepage <http://spider-ld.org/datasets/index.html#kerkennl> ;
dcterms:subject aat:300007466, eth:c15af234-87b0-433c-bbe1-880a6f717057, <http://brt.kadaster.nl/doc/begrip/Kerk>, <http://inspire.ec.europa.eu/codelist/BuildingNatureValue/church> ;
dcat:theme aat:300007466, eth:c15af234-87b0-433c-bbe1-880a6f717057, <http://brt.kadaster.nl/doc/begrip/Kerk> ;
dcterms:spatial :spatialExtent ;
dcterms:temporal :temporalExtent ;
dcterms:created "2016-05-20"^^xsd:Date ;
dcterms:modified "2017-02-03"^^xsd:Date ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/nl> ;
dcterms:license <http://www.opendatacommons.org/licenses/by/> ; # To do: discuss with Herman
wv:waiver <http://www.opendatacommons.org/odc-public-domain-dedication-and-licence/> ; # To do: discuss with Herman
wv:norms <http://www.opendatacommons.org/norms/odc-by-sa/> ; # To do: discuss with Herman
void:feature <http://www.w3.org/ns/formats/RDF_XML> ; # To do: test this format
void:feature <http://www.w3.org/ns/formats/Turtle> ; # To do: test this format
void:feature <http://www.w3.org/ns/formats/N3> ; # To do: test this format
void:feature <http://www.w3.org/ns/formats/JSON-LD> ; # To do: test this format
void:sparqlEndpoint <http://data.spider-ld.org/marmotta/sparql/select> ;
void:exampleResource <http://data.spider-ld.org/kerkennl/data/kerk17> ;
void:vocabulary <http://www.cidoc-crm.org/cidoc-crm/>, <http://data.cultureelerfgoed.nl/semnet/>, <http://www.ontologydesignpatterns.org/ont/dul/DUL.owl#> ;
void:dataDump <http://spider-ld.org/data/kerkennl_2016-09-06.rdf>, <http://spider-ld.org/data/kerkennl_2016-09-06.ttl>, <http://spider-ld.org/data/kerkennl_2016-09-06.nt>, <http://spider-ld.org/data/kerkennl_2016-09-06.json-ld>
# To do: provide more links to the actual data, for instance by listing subsets (per province?)
.
:spatialExtent
a dcterms:Location;
rdfs:seeAlso geonames:2750405;
rdfs:seeAlso dbp:Netherlands;
locn:geometry "POLYGON((3.3080 50.7504,3.3079 53.5764,7.2275 53.5764,7.2275 50.7504,3.3080 50.7504))"^^geosparql:wktLiteral;
.
:temporalExtent
a dcterms:PeriodOftime;
time:hasBeginning :year1800;
time:hasEnd :year1970;
.
:year1970
a time:Instant;
time:inDateTime :year1970desc;
.
:year1970desc
a time:DateTimeDescription;
time:year "1970"^^xsd:year;
.
:year1800
a time:Instant;
time:inDateTime :year1800desc;
.
:year1800desc
a time:DateTimeDescription;
time:year "1800"^^xsd:year;
.