-
Notifications
You must be signed in to change notification settings - Fork 1
/
mijndomein.ttl
165 lines (161 loc) · 7.98 KB
/
mijndomein.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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
@prefix besluit: <http://data.vlaanderen.be/ns/besluit#> .
@prefix cpsv: <http://purl.org/vocab/cpsv#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix eli: <http://data.europa.eu/eli/ontology#> .
@prefix eu: <http://data.europa.eu/m8g/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix ns1: <http://www.w3.org/2001/02pd/rec54#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix person: <http://www.w3.org/ns/person#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rov: <http://www.w3.org/ns/regorg#> .
@prefix sat: <http://data.europa.eu/stateaidtransparency/sat#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://www.example.com/mijndomein#datum> a owl:DatatypeProperty ;
rdfs:label "datum"@nl ;
rdfs:comment "Definitie etc."@nl ;
rdfs:domain <http://www.example.com/mijndomein#MijnKlasse> ;
rdfs:isDefinedBy <http://www.example.com/mijndomein> ;
rdfs:range xsd:dateTime .
<http://www.example.com/mijndomein#MijnKlasse> a owl:Class ;
rdfs:label "Mijn Klasse"@nl ;
rdfs:comment "Definitie etc."@nl ;
rdfs:isDefinedBy <http://www.example.com/mijndomein> .
<http://www.example.com/mijndomein> a owl:Ontology ;
rdfs:label "TODO"@nl ;
dcterms:contributor [ a foaf:person ;
schema:affiliation [ foaf:homepage <http://cirb.brussels/> ;
foaf:name "CIRB" ] ;
foaf:firstName "Francois" ;
foaf:lastName "Du Mortier" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://vea.be> ;
foaf:name "VEA" ] ;
foaf:firstName "Tine" ;
foaf:lastName "Vandecasteele" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://vlm.be> ;
foaf:name "VLM" ] ;
foaf:firstName "Annita" ;
foaf:lastName "Stevens" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://vea.be> ;
foaf:name "VEA" ] ;
foaf:firstName "Luk" ;
foaf:lastName "Verhelst" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Hans" ;
foaf:lastName "Vliebergh" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://vea.be> ;
foaf:name "VEA" ] ;
foaf:firstName "Johan" ;
foaf:lastName "Declercq" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Veerle" ;
foaf:lastName "Beyaert" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Barbara" ;
foaf:lastName "Van Broeckhoven" ;
foaf:mbox <mailto:[email protected]> ] ;
dcterms:issued "2019-06-06"^^xsd:date ;
dcterms:license <file:///D:/Workspaces/IV/OSLO-GenerateLocal/adhoc/voc/temp/TODO>,
<https://overheid.vlaanderen.be/sites/default/files/documenten/ict-egov/licenties/hergebruik/modellicentie_gratis_hergebruik_v1_0.html> ;
dcterms:mediator [ foaf:homepage <https://data.vlaanderen.be> ;
foaf:mbox <mailto:[email protected]> ;
foaf:name "Data Vlaanderen" ] ;
dcterms:title "TODO"@nl ;
vann:preferredNamespaceUri "http://www.example.com/mijndomein" ;
ns1:editor [ a foaf:person ;
schema:affiliation [ foaf:homepage <http://idlab.ugent.be> ;
foaf:name "imec - UGent" ] ;
foaf:firstName "Laurens" ;
foaf:lastName "De Vocht" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://idlab.ugent.be> ;
foaf:name "imec - UGent" ] ;
foaf:firstName "Erik" ;
foaf:lastName "Mannens" ;
foaf:mbox <mailto:[email protected]> ] ;
foaf:maker [ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Ziggy" ;
foaf:lastName "Vanlishout" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://proxml.be> ;
foaf:name "ProXML" ] ;
foaf:firstName "Paul" ;
foaf:lastName "Hermans" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://www.lne.be/> ;
foaf:name "LNE" ] ;
foaf:firstName "Geert" ;
foaf:lastName "Van Haute" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Björn" ;
foaf:lastName "De Vidts" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Geert" ;
foaf:lastName "Thijs" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Dries" ;
foaf:lastName "Beheydt" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Ruben" ;
foaf:lastName "Capiau" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <https://overheid.vlaanderen.be/informatie-vlaanderen> ;
foaf:name "Informatie Vlaanderen" ] ;
foaf:firstName "Raf" ;
foaf:lastName "Buyle" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://idlab.ugent.be> ;
foaf:name "imec - UGent" ] ;
foaf:firstName "Dieter" ;
foaf:lastName "De Paepe" ;
foaf:mbox <mailto:[email protected]> ],
[ a foaf:person ;
schema:affiliation [ foaf:homepage <http://tenforce.com> ;
foaf:name "Tenforce" ] ;
foaf:firstName "Bert" ;
foaf:lastName "Van Nuffelen" ;
foaf:mbox <mailto:[email protected]> ] .