-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatitrentino_sample.rdf
358 lines (273 loc) · 19.3 KB
/
datitrentino_sample.rdf
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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
<?xml version="1.0"?>
<!DOCTYPE rdf:RDF [
<!ENTITY schema "http://schema.org" >
<!ENTITY dct "http://purl.org/dc/terms/" >
<!ENTITY adms "http://www.w3.org/ns/adms#" >
<!ENTITY dcat "http://www.w3.org/ns/dcat#" >
<!ENTITY foaf "http://xmlns.com/foaf/0.1/" >
<!ENTITY owl "http://www.w3.org/2002/07/owl#" >
<!ENTITY vcard "http://www.w3.org/2006/vcard/ns#" >
<!ENTITY xsd "http://www.w3.org/2001/XMLSchema#" >
<!ENTITY dcatapit "http://dati.gov.it/onto/dcatapit#"" >
<!ENTITY xml "http://www.w3.org/XML/1998/namespace" >
<!ENTITY skos "http://www.w3.org/2004/02/skos/core#" >
<!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#" >
<!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#" >
]>
<rdf:RDF xmlns="http://www.semanticweb.org/owl/owlapi/turtle#"
xml:base="http://www.semanticweb.org/owl/owlapi/turtle"
xmlns:schema="http://schema.org"
xmlns:adms="http://www.w3.org/ns/adms#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:vcard="http://www.w3.org/2006/vcard/ns#"
xmlns:dct="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:dcat="http://www.w3.org/ns/dcat#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:dcatapit="http://dati.gov.it/onto/dcatapit#""
>
<!-- http://dati.trentino.it/resource/Catalogo/DATITRENTINOIT_Catalog -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Catalogo/DATITRENTINOIT_Catalog">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Catalog"/>
<rdf:type rdf:resource="&dcat;Catalog"/>
<dct:modified rdf:datatype="&xsd;date">2016-01-26</dct:modified>
<dct:issued rdf:datatype="&xsd;date">2013-01-01</dct:issued>
<dct:title xml:lang="de">Dati.Trentino.it Katalog</dct:title>
<dct:title xml:lang="en">Catalogo Dati.Trentino.it</dct:title>
<dct:title xml:lang="it">Dati.Trentino.it Opendata Catalogue</dct:title>
<dct:description xml:lang="de">Katalog von offenen Daten in Trentino</dct:description>
<dct:description xml:lang="en">Catalogo dei dati aperti del Trentino</dct:description>
<dct:description xml:lang="it">Catalogue of open data in Trentino</dct:description>
<dct:publisher rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dcat:dataset rdf:resource="http://dati.trentino.it/dataset/botteghe-storiche-del-trentino"/>
<dcat:dataset rdf:resource="http://dati.trentino.it/dataset/ricette-tipiche-trentine"/>
<dct:license rdf:resource="http://creativecommons.org/publicdomain/zero/1.0/"/>
<dct:language rdf:resource="http://publications.europa.eu/mdr/authority/language/ITA"/>
<dct:language rdf:resource="http://publications.europa.eu/mdr/authority/language/ENG"/>
<dct:language rdf:resource="http://publications.europa.eu/mdr/authority/language/DEU"/>
<dcat:themeTaxonomy rdf:resource="http://publications.europa.eu/mdr/authority/data-theme"/>
<foaf:homepage rdf:resource="http://dati.trentino.it"/>
</rdf:Description>
<!-- THEMES -->
<!-- http://publications.europa.eu/resource/authority/data-theme -->
<rdf:Description rdf:about="http://publications.europa.eu/mdr/resource/authority/data-theme">
<rdf:type rdf:resource="&skos;ConceptScheme"/>
<dct:title xml:lang="it">Il Vocabolario Data Theme</dct:title>
</rdf:Description>
<!-- I 13 Temi standard sono: AGRI,ECON,EDUC,ENER,ENVI,GOVE,HEAL,INTR,JUST,REGI,SOCI,TECH,TRAN -->
<!-- http://publications.europa.eu/resource/authority/data-theme/GOVE -->
<rdf:Description rdf:about="http://publications.europa.eu/mdr/resource/authority/data-theme/GOVE">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel xml:lang="it">Governo e Settore Pubblico</skos:prefLabel>
</rdf:Description>
<!-- http://publications.europa.eu/resource/authority/data-theme/AGRI -->
<rdf:Description rdf:about="http://publications.europa.eu/mdr/resource/authority/data-theme/AGRI">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel xml:lang="it">Agricoltura, pesca, silvicoltura e prodotti alimentari</skos:prefLabel>
</rdf:Description>
<!-- http://publications.europa.eu/resource/authority/data-theme/REGI -->
<rdf:Description rdf:about="http://publications.europa.eu/mdr/resource/authority/data-theme/REGI">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel xml:lang="it">Regioni e città</skos:prefLabel>
</rdf:Description>
<!-- http://publications.europa.eu/resource/authority/data-theme/ECON -->
<rdf:Description rdf:about="http://publications.europa.eu/mdr/resource/authority/data-theme/ECON">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel xml:lang="it">Economia e finanze</skos:prefLabel>
</rdf:Description>
<!-- SOTTO TEMI -->
<!-- Vocabolario SOTTOTEMI (opzionali) fornito da AGID (in fase di definizione?) -->
<!-- http://dati.trentino.it/resource/subTheme/PUCSEC -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/subTheme/PUCSEC">
<rdf:type rdf:resource="&skos;Concept"/>
<skos:prefLabel xml:lang="it">Settore Pubblico</skos:prefLabel>
</rdf:Description>
<!-- Example of use of the conformance TAG (optional), referring W3C standard -->
<!-- dct:conformsTo rdf:resource="http://dati.trentino.it/resource/Standard/standard-org"/> -->
<!-- http://dati.trentino.it/resource/Standard/standard-org -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Standard/standard-org">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Standard"/>
<rdf:type rdf:resource="&dct;Standard"/>
<dcatapit:referenceDocumentation rdf:datatype="&xsd;anyURI">https://www.w3.org/TR/vocab-org/</dcatapit:referenceDocumentation>
<dcatapit:referenceDocumentation rdf:datatype="&xsd;anyURI">https://www.w3.org/ns/org.rdf</dcatapit:referenceDocumentation>
<dct:title>W3C Org organization ontology</dct:title>
<dct:description>The ontology of the organizations</dct:description>
</rdf:Description>
<!-- LICENZE -->
<!-- http://creativecommons.org/licenses/by/4.0/ -->
<rdf:Description rdf:about="http://creativecommons.org/licenses/by/4.0/">
<rdf:type rdf:resource="http://dati.trentino/onto/dcatapit#"LicenseDocument"/>
<rdf:type rdf:resource="&dct;LicenseDocument"/>
<dct:type>Attribution</dct:type>
<owl:versionInfo>4.0</owl:versionInfo>
<foaf:name>CC BY</foaf:name>
</rdf:Description>
<!-- http://creativecommons.org/publicdomain/zero/1.0/ -->
<rdf:Description rdf:about="http://creativecommons.org/publicdomain/zero/1.0/">
<rdf:type rdf:resource="http://dati.trentino/onto/dcatapit#"LicenseDocument"/>
<rdf:type rdf:resource="&dct;LicenseDocument"/>
<dct:type>Public Domain</dct:type>
<owl:versionInfo>1.0</owl:versionInfo>
<foaf:name>CC0</foaf:name>
</rdf:Description>
<!-- AGENTI -->
<!-- http://dati.trentino.it/resource/Amministrazione/p_TN-->
<!-- Alcuni Codici IPA TAA: p_TN, p_BZ, r_trenti, c_l378 (Com.Trento), its_022(Infotn), apss -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Amministrazione/p_TN">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Agent"/>
<rdf:type rdf:resource="&foaf;Agent"/>
<dct:identifier>p_TN</dct:identifier> <!-- Codice IPA -->
<foaf:name xml:lang="de">Autonomen Provinz Trient</foaf:name>
<foaf:name xml:lang="it">Provincia autonoma di Trento</foaf:name>
<foaf:name xml:lang="en">Autonomous Province of Trento</foaf:name>
<dct:type>Public Administration</dct:type>
</rdf:Description>
<!-- DATASET -->
<!-- http://dati.trentino.it/dataset/botteghe-storiche-del-trentino -->
<rdf:Description rdf:about="http://dati.trentino.it/dataset/botteghe-storiche-del-trentino">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Dataset"/>
<rdf:type rdf:resource="&dcat;Dataset"/>
<dct:modified rdf:datatype="&xsd;date">2015-10-13</dct:modified>
<dct:title xml:lang="de">Geschäfte von Trentino</dct:title>
<dct:title xml:lang="en">Historic shops of Trentino </dct:title>
<dct:title xml:lang="it">Botteghe storiche del Trentino</dct:title>
<dcat:keyword xml:lang="de">Shops</dcat:keyword>
<dcat:keyword xml:lang="en">Shops</dcat:keyword>
<dcat:keyword xml:lang="it">Botteghe</dcat:keyword>
<dcat:keyword xml:lang="de">Handel</dcat:keyword>
<dcat:keyword xml:lang="en">Commerce</dcat:keyword>
<dcat:keyword xml:lang="it">Commercio</dcat:keyword>
<dct:description xml:lang="it">Liste der historischen Geschäfte von Trentino, von der Kunst regiert . 63 des Landesgesetzes 17/2010 "Regeln des Handels."</dct:description>
<dct:description xml:lang="it">Elenco delle botteghe storiche del Trentino, disciplinate dall'art. 63 della legge provinciale 17/2010 "Disciplina dell'attività commerciale".</dct:description>
<dct:description xml:lang="en">List of the historic shops of Trentino , governed by art . 63 of the Provincial Law 17/2010 "Rules of the commercial ."</dct:description>
<dct:publisher rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dct:creator rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dct:rightsHolder rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dcat:contactPoint rdf:resource="http://dati.trentino.it/resource/PuntoContatto/contactPointServizioIACC"/>
<dct:temporal rdf:resource="http://dati.trentino.it/resource/PeriodoTemporale/periodTimeBottegheStoriche"/>
<dct:accrualPeriodicity rdf:resource="http://publications.europa.eu/resource/authority/frequency/CONT"/>
<dcat:theme rdf:resource="http://publications.europa.eu/resource/authority/data-theme/ECON"/>
<dcat:theme rdf:resource="http://publications.europa.eu/resource/authority/data-theme/REGI"/>
<dct:spatial rdf:resource="http://www.geonames.org/3165241/"/>
<dcat:distribution rdf:resource="http://dati.trentino.it/resource/Distribuzione/BottegheStoricheTrentino-CSV"/>
<dcat:distribution rdf:resource="http://dati.trentino.it/resource/Distribuzione/BottegheStoricheTrentino-Turtle"/>
</rdf:Description>
<!-- http://dati.trentino.it/resource/Distribuzione/BottegheStoricheTrentino-CSV -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Distribuzione/BottegheStoricheTrentino-CSV">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Distribution"/>
<rdf:type rdf:resource="&dcat;Distribution"/>
<dct:title>Distribuzione CSV di BOTTEGHE STORICHE</dct:title>
<dct:description />
<dcat:byteSize>1024</dcat:byteSize>
<dcat:mediaType cnt:characterEncoding "UTF-8"^^xsd:string>text/csv</dcat:mediaType>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/CSV"/>
<dct:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<dcat:accessURL rdf:resource="http://dati.trentino.it/dataset/botteghe-storiche-del-trentino/resource/15875e2b-34cc-4315-b68c-e7b8ca998d4d"/>
<dcat:downloadURL rdf:resource="http://dati.trentino.it/dataset/c9270e2a-041f-449b-a27b-100bb02de4b2/resource/15875e2b-34cc-4315-b68c-e7b8ca998d4d"/>
</rdf:Description>
<!-- http://dati.trentino.it/resource/Distribuzione/BottegheStoricheTrentino-Turtle -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Distribuzione/LODIPA-Turtle">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Distribution"/>
<rdf:type rdf:resource="&dcat;Distribution"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE"/>
<dct:title xml:lang="it">Distribuzione Turtle di BOTTEGHE STORICHE</dct:title>
<dct:description />
<dcat:byteSize>2048</dcat:byteSize>
<dcat:mediaType>text/xml</dcat:mediaType>
<dct:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<dcat:accessURL rdf:resource="http://dati.trentino.it/dataset/botteghe-storiche-del-trentino/resource/15875e2b-34cc-4315-b68c-e7b8ca998d4d"/>
<dcat:downloadURL rdf:resource="http://dati.trentino.it/dataset/c9270e2a-041f-449b-a27b-100bb02de4b2/resource/15875e2b-34cc-4315-b68c-e7b8ca998d4d/download/albobotteghestorichenumero.csv"/>
</rdf:Description>
<!-- RICETTE TRENTINO-->
<!-- http://dati.trentino.it/dataset/ricette-tipiche-trentine -->
<rdf:Description rdf:about="http://dati.trentino.it/dataset/ricette-tipiche-trentine">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Dataset"/>
<rdf:type rdf:resource="&dcat;Dataset"/>
<dct:identifier>ricette-tipiche-trentine</dct:identifier>
<dct:title xml:lang="it">Ricette Tipiche Trentine</dct:title>
<dct:issued rdf:datatype="&xsd;date">2013-02-28</dct:issued>
<dct:modified rdf:datatype="&xsd;date">2013-02-28</dct:modified>
<dcat:keyword xml:lang="it">Ricette</dcat:keyword>
<dcat:keyword xml:lang="it">Cultura</dcat:keyword>
<dcat:keyword xml:lang="it">Agricoltura</dcat:keyword>
<dcat:keyword xml:lang="it">Prodotti Tipici</dcat:keyword>
<dcat:keyword xml:lang="it">Prodotti Tradizionali</dcat:keyword>
<dcat:keyword xml:lang="it">Turismo</dcat:keyword>
<owl:versionInfo>1.0</owl:versionInfo>
<dct:description xml:lang="it">Raccolta di ricette tipiche trentine con prodotti tradizionali trentini (antipasti, primi, secondi, dolci)</dct:description>
<dct:publisher rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dct:creator rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dct:rightsHolder rdf:resource="http://dati.trentino.it/resource/Amministrazione/p_TN"/>
<dcat:contactPoint rdf:resource="http://dati.trentino.it/resource/PuntoContatto/contactPointLODIPA"/>
<dct:conformsTo rdf:resource="http://dati.trentino.it/resource/Standard/standard-org"/>
<dcat:theme rdf:resource="http://publications.europa.eu/resource/authority/data-theme/AGRI"/>
<dct:temporal rdf:resource="http://dati.trentino.it/resource/PeriodoTemporale/periodTimeRicetteTrentino"/>
<dct:accrualPeriodicity rdf:resource="http://publications.europa.eu/resource/authority/frequency/IRREG"/>
<dcat:distribution rdf:resource="http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-XML"/>
<dcat:distribution rdf:resource="http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-CSV"/>
<dct:spatial rdf:resource="http://www.geonames.org/3165241/"/>
</rdf:Description>
<!-- http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-XML -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-XML">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Distribution"/>
<rdf:type rdf:resource="&dcat;Distribution"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/XML"/>
<dct:title>Distribuzione XML Ricette Tipiche Trentine</dct:title>
<dct:description />
<dcat:byteSize></dcat:byteSize>
<dcat:mediaType>text/xml</dcat:mediaType>
<dct:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<dcat:downloadURL rdf:resource="http://dati.trentino.it/storage/f/2014-03-17T15%3A15%3A19.276Z/ricette.xml"/>
<dcat:accessURL rdf:resource="http://dati.trentino.it/dataset/ricette-tipiche-trentine/resource/929d4eec-e203-4b98-89fa-0fbc050dbd24"/>
</rdf:Description>
<!-- http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-CSV -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/Distribuzione/Ricette-tipiche-trentino-CSV">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Distribution"/>
<rdf:type rdf:resource="&dcat;Distribution"/>
<dct:format rdf:resource="http://publications.europa.eu/resource/authority/file-type/CSV"/>
<dct:title>Distribuzione CSV Ricette Tipiche Trentine</dct:title>
<dct:description />
<dcat:byteSize></dcat:byteSize>
<dcat:mediaType>text/csv</dcat:mediaType>
<dct:license rdf:resource="http://creativecommons.org/licenses/by/4.0/"/>
<dcat:downloadURL rdf:resource="http://dati.trentino.it/storage/f/2014-03-17T16%3A14%3A35.022Z/ricette.csv"/>
<dcat:accessURL rdf:resource="http://dati.trentino.it/dataset/ricette-tipiche-trentine/resource/02b7405b-4d74-474f-b521-e133de52cc2c"/>
</rdf:Description>
<!-- CONTACT POINTS -->
<!-- http://dati.trentino.it/resource/PuntoContatto/contactPointServizioIACC -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/PuntoContatto/contactPointServizioIACC">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Organization"/>
<rdf:type rdf:resource="&vcard;Kind"/>
<rdf:type rdf:resource="&vcard;Organization"/>
<vcard:hasEmail rdf:datatype="&vcard;Email">[email protected]</vcard:hasEmail>
<vcard:organizationName>Servizio industria artigianato commercio e cooperazione</vcard:organizationName>
<vcard:hasTelephone>0461490000</vcard:hasTelephone>
<vcard:hasURL rdf:resource="http://www.commercio.provincia.tn.it/"/>
</rdf:Description>
<!-- http://dati.trentino.it/resource/PuntoContatto/contactPointServizioAgricoltura -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/PuntoContatto/contactPointServizioAgricoltura">
<rdf:type rdf:resource="http://dati.trentino.it/onto/dcatapit#"Organization"/>
<rdf:type rdf:resource="&vcard;Kind"/>
<rdf:type rdf:resource="&vcard;Organization"/>
<vcard:hasEmail rdf:datatype="&vcard;Email">[email protected]</vcard:hasEmail>
<vcard:organizationName>Servizio Politiche Sviluppo Rurale</vcard:organizationName>
<vcard:hasTelephone>0461490000</vcard:hasTelephone>
<vcard:hasURL rdf:resource="http://www.trentinoagricoltura.it/"/>
</rdf:Description>
<!-- PERIODS OF TIME -->
<!-- http://dati.trentino.it/resource/PeriodoTemporale/periodTimeBottegheStoriche -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/PeriodoTemporale/periodTimeBottegheStoriche">
<rdf:type rdf:resource="&dct;PeriodOfTime"/>
<dcatapit:startDate rdf:datatype="&xsd;date">2010-01-01</dcatapit:startDate>
<dcatapit:endDate rdf:datatype="&xsd;date">2016-12-31</dcatapit:endDate>
</rdf:Description>
<!-- http://dati.trentino.it/resource/PeriodoTemporale/periodTimeRicetteTrentino -->
<rdf:Description rdf:about="http://dati.trentino.it/resource/PeriodoTemporale/periodTimeRicetteTrentino">
<rdf:type rdf:resource="&dct;PeriodOfTime"/>
<dcatapit:startDate rdf:datatype="&xsd;date">2010-01-01</dcatapit:startDate>
</rdf:Description>
</rdf:RDF>