-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme-subtheme-mapping.ttl.txt
915 lines (719 loc) · 42.7 KB
/
theme-subtheme-mapping.ttl.txt
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix align: <http://knowledgeweb.semanticweb.org/heterogeneity/alignment#> .
@prefix dct: <http://purl.org/dc/elements/1.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix clvapit: <https://w3id.org/italia/onto/CLV/> .
@prefix dcatapit: <http://dati.gov.it/onto/dcatapit#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
align:Alignment
a rdfs:Class .
skos:ConceptScheme
a rdfs:Class .
skos:Concept
a rdfs:Class .
dcatapit:Dataset
a rdfs:Class .
dcatapit:Distribution
a rdfs:Class .
dcatapit:Standard
a rdfs:Class .
dcatapit:Organization
a rdfs:Class .
vcard:Organization
a rdfs:Class .
vcard:Kind
a rdfs:Class .
dcatapit:Agent
a rdfs:Class .
foaf:Agent
a rdfs:Class .
dct:Standard
a rdfs:Class .
dct:title
a rdfs:Property .
dct:type
a rdfs:Property .
dct:description
a rdfs:Property .
dct:creator
a rdfs:Property .
dct:publisher
a rdfs:Property .
dct:rightsHolder
a rdfs:Property .
dct:conformsTo
a rdfs:Property .
dct:subject
a rdfs:Property .
dct:accrualPeriodicity
a rdfs:Property .
dct:language
a rdfs:Property .
dct:format
a rdfs:Property .
dct:issued
a rdfs:Property .
dct:modified
a rdfs:Property .
dct:license
a rdfs:Property .
dcat:theme
a rdfs:Property .
dcat:distribution
a rdfs:Property .
foaf:name
a rdfs:Property .
dcat:keyword
a rdfs:Property .
dcat:contactPoint
a rdfs:Property .
dcat:accessURL
a rdfs:Property .
dcat:downloadURL
a rdfs:Property .
owl:versionInfo
a rdfs:Property .
adms:representationTechnique
a rdfs:Property .
vcard:fn
a rdfs:Property .
vcard:hasEmail
a rdfs:Property .
skos:prefLabel
a rdfs:Property .
skos:notation
a rdfs:Property .
skos:inScheme
a rdfs:Property .
skos:definition
a rdfs:Property .
dct:identifier
a rdfs:Property .
align:onto1
a rdfs:Property .
align:onto2
a rdfs:Property .
<https://w3id.org/italia/controlled-vocabulary/theme-subtheme-mapping> a align:Alignment , skos:ConceptScheme , dcatapit:Dataset ;
rdfs:comment "Alignments between the Data Theme and Eurovoc for the scope of the Italian DCAT-AP_IT metadata profile"@en , "Mapping tra il vocabolario Europeo sui temi per i dati e il tesauro Eurovoc. Il mapping è utile per il profilo di metadatazione nazionale DCAT-AP_IT"@it ;
dct:title "Mapping Data Theme - Eurovoc"@en , "Mappatura tra Temi dei dati - Eurovoc"@it ;
rdfs:label "Mapping Data Theme - Eurovoc"@en , "Mappatura tra Temi dei dati - Eurovoc"@it ;
dct:description "Mapping between the Data Theme and Eurovoc controlled vocabularies for the Italian Metadata profile DCAT-AP_IT"@en , "Mappatura tra i vocabolari controllati europei sui Temi dei dati ed Eurovoc utile per il profilo nazionale di metadatazione DCAT-AP_IT"@it ;
align:onto1 <http://publications.europa.eu/resource/authority/data-theme> ;
align:onto2 <http://eurovoc.europa.eu> ;
dct:type <http://purl.org/adms/assettype/Mapping> ;
adms:representationTechnique <http://purl.org/adms/representationtechnique/SKOS> ;
dct:identifier "agid:D.10" ;
dct:rightsHolder <http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid> ;
dct:creator <http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid> ;
dct:publisher <http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid> ;
dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE> , <http://publications.europa.eu/resource/authority/data-theme/TECH> ;
dct:subject <http://eurovoc.europa.eu/258897> ;
rdfs:isDefinedBy <https://w3id.org/italia/controlled-vocabulary/theme-subtheme-mapping> ;
dct:conformsTo <http://dati.gov.it/data/resource/Standard/SKOS> ;
dct:language <http://publications.europa.eu/resource/authority/language/ITA> , <http://publications.europa.eu/resource/authority/language/ENG> ;
dct:accrualPeriodicity <http://publications.europa.eu/resource/authority/frequency/IRREG> ;
dcat:keyword "mapping"@it, "temi dati"@it , "sottemi dati"@it , "eurovoc"@it , "mapping"@en , "data themes"@en , "suthemes"@en , "eurovoc"@en ;
dcat:distribution <http://dati.gov.it/data/resource/Distribution/mappingDTE_RDF_Turtle> , <http://dati.gov.it/data/resource/Distribution/mappingDTE_RDF_XML> , <http://dati.gov.it/data/resource/Distribution/mappingDTE_JSON_LD> ,
<http://dati.gov.it/data/resource/Distribution/mappingDTE_JSON> ;
dcat:contactPoint <http://dati.gov.it/data/resource/ContactPoint/voc_AgID> ;
dct:issued "2017-10-20"^^xsd:date ;
dct:modified "2018-02-12"^^xsd:date ;
owl:versionInfo "versione 0.1"@it .
<http://spcdata.digitpa.gov.it/browse/page/Amministrazione/agid>
a dcatapit:Agent, foaf:Agent ;
dct:identifier "agid" ;
foaf:name "Agenzia per l'Italia Digitale"@it , "Italian Digital Agency"@en .
<http://dati.gov.it/data/resource/Standard/SKOS>
a dcatapit:Standard , dct:Standard ;
dct:identifier "SKOS" ;
dct:title "Simple Knowledge Organization System - SKOS" ;
dct:description "The Simple Knowledge Organization System (SKOS) is a common data model for sharing and linking knowledge organization systems via the Web" .
<http://dati.gov.it/data/resource/ContactPoint/voc_AgID>
a dcatapit:Organization , vcard:Organization, vcard:Kind ;
vcard:fn "banche dati e open data" ;
vcard:hasEmail <mailto:info@dati.gov.it> .
<http://dati.gov.it/data/resource/Distribution/mappingDTE_RDF_Turtle>
a dcatapit:Distribution ;
dct:title "Distribuzione RDF/Turtle mappatura temi dei dati - eurovoc"@it , "RDF/Turtle distribution mapping data themes - eurovoc"@en ;
dct:description "Questa è la distribuzione RDF/Turtle del dataset Linked Open Data della mappatura tra i temi per i dati ed eurovoc usata nel catalogo nazionale dei dati e nel profilo di metadatazione DCAT-AP_IT"@it , "This is the distribution in RDF/Turtle of the Linked Open Dataset of the mapping between the data themes and eurovoc used in the Italian national catalogue of data and in DCAT-AP_IT"@en ;
dct:format <http://publications.europa.eu/resource/authority/file-type/RDF_TURTLE> ;
dct:license <https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40> ;
dcat:downloadURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping/theme-subtheme-mapping.ttl> ;
dcat:accessURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping> .
<http://dati.gov.it/data/resource/Distribution/mappingDTE_RDF_XML>
a dcatapit:Distribution ;
dct:title "Distribuzione RDF/XML mappatura temi dei dati - eurovoc"@it , "RDF/XML distribution mapping data themes - eurovoc"@en ;
dct:description "Questa è la distribuzione RDF/XML del dataset Linked Open Data della mappatura tra i temi per i dati ed eurovoc usata nel catalogo nazionale dei dati e nel profilo di metadatazione DCAT-AP_IT"@it , "This is the distribution in RDF/XML of the Linked Open Dataset of the mapping between the data themes and eurovoc used in the Italian national catalogue of data and in DCAT-AP_IT"@en ;
dct:format <http://publications.europa.eu/resource/authority/file-type/RDF_XML> ;
dct:license <https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40> ;
dcat:downloadURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping/theme-subtheme-mapping.rdf> ;
dcat:accessURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping> .
<http://dati.gov.it/data/resource/Distribution/mappingDTE_JSON_LD>
a dcatapit:Distribution ;
dct:title "Distribuzione JSON_LD mappatura temi dei dati - eurovoc"@it , "JSON_LD distribution mapping data themes - eurovoc"@en ;
dct:description "Questa è la distribuzione JSON_LD del dataset Linked Open Data della mappatura tra i temi per i dati ed eurovoc usata nel catalogo nazionale dei dati e nel profilo di metadatazione DCAT-AP_IT"@it , "This is the distribution in JSON_LD of the Linked Open Dataset of the mapping between the data themes and eurovoc used in the Italian national catalogue of data and in DCAT-AP_IT"@en ;
dct:format <http://publications.europa.eu/resource/authority/file-type/JSON_LD> ;
dct:license <https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40> ;
dcat:downloadURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping/theme-subtheme-mapping.jsonld> ;
dcat:accessURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping> .
<http://dati.gov.it/data/resource/Distribution/mappingDTE_JSON>
a dcatapit:Distribution ;
dct:title "Distribuzione JSON mappatura temi dei dati - eurovoc"@it , "JSON distribution mapping data themes - eurovoc"@en ;
dct:description "Questa è la distribuzione JSON del dataset Linked Open Data della mappatura tra i temi per i dati ed eurovoc usata nel catalogo nazionale dei dati e nel profilo di metadatazione DCAT-AP_IT"@it , "This is the distribution in JSON of the Linked Open Dataset of the mapping between the data themes and eurovoc used in the Italian national catalogue of data and in DCAT-AP_IT"@en ;
dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
dct:license <https://w3id.org/italia/controlled-vocabulary/licences/A21_CCBY40> ;
dcat:downloadURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping/theme-subtheme-mapping.json> ;
dcat:accessURL <https://raw.githubusercontent.com/italia/daf-ontologie-vocabolari-controllati/master/VocabolariControllati/theme-subtheme-mapping> .
#Definition of the mapping
<http://publications.europa.eu/resource/authority/data-theme/AGRI> a skos:Concept ;
skos:prefLabel "Agricoltura, pesca, silvicoltura e prodotti alimentari"@it ;
skos:prefLabel "Agriculture, fisheries, forestry and food"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100245> ;
skos:narrowMatch <http://eurovoc.europa.eu/100246> ;
skos:narrowMatch <http://eurovoc.europa.eu/100247> ;
skos:narrowMatch <http://eurovoc.europa.eu/100248> ;
skos:narrowMatch <http://eurovoc.europa.eu/100249> ;
skos:narrowMatch <http://eurovoc.europa.eu/100250> ;
skos:narrowMatch <http://eurovoc.europa.eu/100251> ;
skos:narrowMatch <http://eurovoc.europa.eu/100252> ;
skos:narrowMatch <http://eurovoc.europa.eu/100253> ;
skos:narrowMatch <http://eurovoc.europa.eu/100254> ;
skos:narrowMatch <http://eurovoc.europa.eu/100255> ;
skos:narrowMatch <http://eurovoc.europa.eu/100256> ;
skos:narrowMatch <http://eurovoc.europa.eu/100257> ;
skos:narrowMatch <http://eurovoc.europa.eu/100258> ;
skos:narrowMatch <http://eurovoc.europa.eu/100259> .
<http://publications.europa.eu/resource/authority/data-theme/ENER> a skos:Concept ;
skos:prefLabel "Energia"@it ;
skos:prefLabel "Energy"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100263> ;
skos:narrowMatch <http://eurovoc.europa.eu/100264> ;
skos:narrowMatch <http://eurovoc.europa.eu/100265> ;
skos:narrowMatch <http://eurovoc.europa.eu/100266> ;
skos:narrowMatch <http://eurovoc.europa.eu/100267> .
<http://publications.europa.eu/resource/authority/data-theme/REGI> a skos:Concept ;
skos:prefLabel "Regioni e città"@it ;
skos:prefLabel "Regions and cities"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100277> ;
skos:narrowMatch <http://eurovoc.europa.eu/100278> ;
skos:narrowMatch <http://eurovoc.europa.eu/100279> ;
skos:narrowMatch <http://eurovoc.europa.eu/100280> ;
skos:narrowMatch <http://eurovoc.europa.eu/100281> ;
skos:narrowMatch <http://eurovoc.europa.eu/100282> ;
skos:narrowMatch <http://eurovoc.europa.eu/100283> ;
skos:narrowMatch <http://eurovoc.europa.eu/100284> .
<http://publications.europa.eu/resource/authority/data-theme/TRAN> a skos:Concept ;
skos:prefLabel "Transporti"@it ;
skos:prefLabel "Transport"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100237> ;
skos:narrowMatch <http://eurovoc.europa.eu/100238> ;
skos:narrowMatch <http://eurovoc.europa.eu/100239> ;
skos:narrowMatch <http://eurovoc.europa.eu/100240> ;
skos:narrowMatch <http://eurovoc.europa.eu/100241> .
<http://publications.europa.eu/resource/authority/data-theme/ECON> a skos:Concept ;
skos:prefLabel "Economia e finanze"@it ;
skos:prefLabel "Economy and finance"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100185> ;
skos:narrowMatch <http://eurovoc.europa.eu/100186> ;
skos:narrowMatch <http://eurovoc.europa.eu/100187> ;
skos:narrowMatch <http://eurovoc.europa.eu/100188> ;
skos:narrowMatch <http://eurovoc.europa.eu/100189> ;
skos:narrowMatch <http://eurovoc.europa.eu/100190> ;
skos:narrowMatch <http://eurovoc.europa.eu/100198> ;
skos:narrowMatch <http://eurovoc.europa.eu/100199> ;
skos:narrowMatch <http://eurovoc.europa.eu/100200> ;
skos:narrowMatch <http://eurovoc.europa.eu/100201> ;
skos:narrowMatch <http://eurovoc.europa.eu/100202> ;
skos:narrowMatch <http://eurovoc.europa.eu/100203> ;
skos:narrowMatch <http://eurovoc.europa.eu/100204> ;
skos:narrowMatch <http://eurovoc.europa.eu/100205> ;
skos:narrowMatch <http://eurovoc.europa.eu/100206> ;
skos:narrowMatch <http://eurovoc.europa.eu/100191> ;
skos:narrowMatch <http://eurovoc.europa.eu/100192> ;
skos:narrowMatch <http://eurovoc.europa.eu/100193> ;
skos:narrowMatch <http://eurovoc.europa.eu/100194> ;
skos:narrowMatch <http://eurovoc.europa.eu/100195> ;
skos:narrowMatch <http://eurovoc.europa.eu/100196> ;
skos:narrowMatch <http://eurovoc.europa.eu/100197> ;
skos:narrowMatch <http://eurovoc.europa.eu/100226> ;
skos:narrowMatch <http://eurovoc.europa.eu/100227> ;
skos:narrowMatch <http://eurovoc.europa.eu/100228> ;
skos:narrowMatch <http://eurovoc.europa.eu/100229> ;
skos:narrowMatch <http://eurovoc.europa.eu/100230> ;
skos:narrowMatch <http://eurovoc.europa.eu/100231> ;
skos:narrowMatch <http://eurovoc.europa.eu/100268> ;
skos:narrowMatch <http://eurovoc.europa.eu/100269> ;
skos:narrowMatch <http://eurovoc.europa.eu/100270> ;
skos:narrowMatch <http://eurovoc.europa.eu/100271> ;
skos:narrowMatch <http://eurovoc.europa.eu/100272> ;
skos:narrowMatch <http://eurovoc.europa.eu/100273> ;
skos:narrowMatch <http://eurovoc.europa.eu/100274> ;
skos:narrowMatch <http://eurovoc.europa.eu/100275> ;
skos:narrowMatch <http://eurovoc.europa.eu/100276> .
<http://publications.europa.eu/resource/authority/data-theme/INTR> a skos:Concept ;
skos:prefLabel "Tematiche internazionali"@it ;
skos:prefLabel "International issues"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100285> ;
skos:narrowMatch <http://eurovoc.europa.eu/100286> ;
skos:narrowMatch <http://eurovoc.europa.eu/100287> ;
skos:narrowMatch <http://eurovoc.europa.eu/100288> ;
skos:narrowMatch <http://eurovoc.europa.eu/100289> ;
skos:narrowMatch <http://eurovoc.europa.eu/100170> ;
skos:narrowMatch <http://eurovoc.europa.eu/100171> ;
skos:narrowMatch <http://eurovoc.europa.eu/100172> ;
skos:narrowMatch <http://eurovoc.europa.eu/100173> .
<http://publications.europa.eu/resource/authority/data-theme/GOVE> a skos:Concept ;
skos:prefLabel "Governo e settore pubblico"@it ;
skos:prefLabel "Government and public sector"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100163> ;
skos:narrowMatch <http://eurovoc.europa.eu/100164> ;
skos:narrowMatch <http://eurovoc.europa.eu/100165> ;
skos:narrowMatch <http://eurovoc.europa.eu/100166> ;
skos:narrowMatch <http://eurovoc.europa.eu/100167> ;
skos:narrowMatch <http://eurovoc.europa.eu/100168> ;
skos:narrowMatch <http://eurovoc.europa.eu/100169> ;
skos:narrowMatch <http://eurovoc.europa.eu/100174> ;
skos:narrowMatch <http://eurovoc.europa.eu/100175> ;
skos:narrowMatch <http://eurovoc.europa.eu/100176> ;
skos:narrowMatch <http://eurovoc.europa.eu/100177> .
<http://publications.europa.eu/resource/authority/data-theme/JUST> a skos:Concept ;
skos:prefLabel "Giustizia, sistema giuridico e sicurezza pubblica"@it ;
skos:prefLabel "Justice, legal system and public safety"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100178> ;
skos:narrowMatch <http://eurovoc.europa.eu/100180> ;
skos:narrowMatch <http://eurovoc.europa.eu/100181> ;
skos:narrowMatch <http://eurovoc.europa.eu/100182> ;
skos:narrowMatch <http://eurovoc.europa.eu/100183> ;
skos:narrowMatch <http://eurovoc.europa.eu/100184> .
<http://publications.europa.eu/resource/authority/data-theme/ENVI> a skos:Concept ;
skos:prefLabel "Ambiente"@it ;
skos:prefLabel "Environment"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100242> ;
skos:narrowMatch <http://eurovoc.europa.eu/100243> ;
skos:narrowMatch <http://eurovoc.europa.eu/100244> .
<http://publications.europa.eu/resource/authority/data-theme/EDUC> a skos:Concept ;
skos:prefLabel "Istruzione, cultura e sport"@it ;
skos:prefLabel "Education, culture and spor"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100217> ;
skos:narrowMatch <http://eurovoc.europa.eu/100218> ;
skos:narrowMatch <http://eurovoc.europa.eu/100219> ;
skos:narrowMatch <http://eurovoc.europa.eu/100220> ;
skos:narrowMatch <http://eurovoc.europa.eu/100221> ;
skos:narrowMatch <http://eurovoc.europa.eu/100222> ;
skos:narrowMatch <http://eurovoc.europa.eu/100223> ;
skos:narrowMatch <http://eurovoc.europa.eu/100213> ;
skos:narrowMatch <http://eurovoc.europa.eu/100212> .
<http://publications.europa.eu/resource/authority/data-theme/HEAL> a skos:Concept ;
skos:prefLabel "Salute"@it ;
skos:prefLabel "Health"@en ;
skos:exactMatch <http://eurovoc.europa.eu/100215> .
<http://publications.europa.eu/resource/authority/data-theme/SOCI> a skos:Concept ;
skos:prefLabel "Popolazione e società"@it ;
skos:prefLabel "Population and society"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100208> ;
skos:narrowMatch <http://eurovoc.europa.eu/100209> ;
skos:narrowMatch <http://eurovoc.europa.eu/100210> ;
skos:narrowMatch <http://eurovoc.europa.eu/100211> ;
skos:narrowMatch <http://eurovoc.europa.eu/100212> ;
skos:narrowMatch <http://eurovoc.europa.eu/100214> ;
skos:narrowMatch <http://eurovoc.europa.eu/100232> ;
skos:narrowMatch <http://eurovoc.europa.eu/100233> ;
skos:narrowMatch <http://eurovoc.europa.eu/100234> ;
skos:narrowMatch <http://eurovoc.europa.eu/100235> ;
skos:narrowMatch <http://eurovoc.europa.eu/100236> .
<http://publications.europa.eu/resource/authority/data-theme/TECH> a skos:Concept ;
skos:prefLabel "Scienze e tecnologia"@it ;
skos:prefLabel "Science and technology"@en ;
skos:narrowMatch <http://eurovoc.europa.eu/100224> ;
skos:narrowMatch <http://eurovoc.europa.eu/100225> ;
skos:narrowMatch <http://eurovoc.europa.eu/100260> ;
skos:narrowMatch <http://eurovoc.europa.eu/100261> ;
skos:narrowMatch <http://eurovoc.europa.eu/100262> .
<http://eurovoc.europa.eu/100245> a skos:ConceptScheme ;
dct:identifier "5606"^^xsd:string ;
skos:prefLabel "5606 politica agricola"@it , "5606 agricultural policy"@en .
<http://eurovoc.europa.eu/100246> a skos:ConceptScheme ;
dct:identifier "5611"^^xsd:string ;
skos:prefLabel "5611 produzione e strutture agricole"@it , "5611 agricultural structures and production"@en .
<http://eurovoc.europa.eu/100247> a skos:ConceptScheme ;
dct:identifier "5616"^^xsd:string ;
skos:prefLabel "5616 orientamento produttivo agricolo"@it , "5616 farming systems"@en .
<http://eurovoc.europa.eu/100248> a skos:ConceptScheme ;
dct:identifier "5621"^^xsd:string ;
skos:prefLabel "5621 coltivazione di terreni agricoli"@it , "5621 cultivation of agricultural land"@en .
<http://eurovoc.europa.eu/100249> a skos:ConceptScheme ;
dct:identifier "5626"^^xsd:string ;
skos:prefLabel "5626 mezzo di produzione agricola"@it , "5626 means of agricultural production"@en .
<http://eurovoc.europa.eu/100250> a skos:ConceptScheme ;
dct:identifier "5631"^^xsd:string ;
skos:prefLabel "5631 attività agricola"@it , "5631 agricultural activity"@en .
<http://eurovoc.europa.eu/100251> a skos:ConceptScheme ;
dct:identifier "5636"^^xsd:string ;
skos:prefLabel "5636 foresta"@it , "5636 forestry"@en .
<http://eurovoc.europa.eu/100252> a skos:ConceptScheme ;
dct:identifier "5641"^^xsd:string ;
skos:prefLabel "5641 pesca"@it , "5641 fishieries"@en .
<http://eurovoc.europa.eu/100253> a skos:ConceptScheme ;
dct:identifier "6006"^^xsd:string ;
skos:prefLabel "6006 prodotto vegetale"@it , "6006 plant product"@en .
<http://eurovoc.europa.eu/100254> a skos:ConceptScheme ;
dct:identifier "6011"^^xsd:string ;
skos:prefLabel "6011 prodotto animale"@it , "6011 animal product"@en .
<http://eurovoc.europa.eu/100255> a skos:ConceptScheme ;
dct:identifier "6016"^^xsd:string ;
skos:prefLabel "6016 prodotto agricolo trasformato"@it , "6016 processed agricultural produce"@en .
<http://eurovoc.europa.eu/100256> a skos:ConceptScheme ;
dct:identifier "6021"^^xsd:string ;
skos:prefLabel "6021 bevande e zucchero"@it , "6021 beverages and sugar"@en .
<http://eurovoc.europa.eu/100257> a skos:ConceptScheme ;
dct:identifier "6026"^^xsd:string ;
skos:prefLabel "6026 prodotto alimentare"@it , "6026 foodstuff"@en .
<http://eurovoc.europa.eu/100258> a skos:ConceptScheme ;
dct:identifier "6031"^^xsd:string ;
skos:prefLabel "6031 industria agro-alimentarea"@it , "6031 agri-foodstuffs"@en .
<http://eurovoc.europa.eu/100259> a skos:ConceptScheme ;
dct:identifier "6036"^^xsd:string ;
skos:prefLabel "6036 tecnologia alimentare"@it , "6036 food technology"@en .
<http://eurovoc.europa.eu/100263> a skos:ConceptScheme ;
dct:identifier "6606"^^xsd:string ;
skos:prefLabel "6606 politica energetica"@it , "6606 energy policy"@en .
<http://eurovoc.europa.eu/100264> a skos:ConceptScheme ;
dct:identifier "6611"^^xsd:string ;
skos:prefLabel "6611 industria carboniera e mineraria"@it , "6611 coal and mining industries"@en .
<http://eurovoc.europa.eu/100265> a skos:ConceptScheme ;
dct:identifier "6616"^^xsd:string ;
skos:prefLabel "6616 industria petrolifera"@it , "6616 oil industry"@en .
<http://eurovoc.europa.eu/100266> a skos:ConceptScheme ;
dct:identifier "6621"^^xsd:string ;
skos:prefLabel "6621 industria nucleare ed elettrica"@it , "6621 electrical and nuclear industries"@en .
<http://eurovoc.europa.eu/100267> a skos:ConceptScheme ;
dct:identifier "6626"^^xsd:string ;
skos:prefLabel "6626 energia dolce"@it , "6626 soft energy"@en .
<http://eurovoc.europa.eu/100277> a skos:ConceptScheme ;
dct:identifier "7206"^^xsd:string ;
skos:prefLabel "7206 Europa"@it , "7206 Europe"@en .
<http://eurovoc.europa.eu/100278> a skos:ConceptScheme ;
dct:identifier "7211"^^xsd:string ;
skos:prefLabel "7211 regioni degli Stati membri dell’Unione europea"@it , "7211 regions of EU Member States"@en .
<http://eurovoc.europa.eu/100279> a skos:ConceptScheme ;
dct:identifier "7216"^^xsd:string ;
skos:prefLabel "7216 America"@it , "7216 America"@en .
<http://eurovoc.europa.eu/100280> a skos:ConceptScheme ;
dct:identifier "7221"^^xsd:string ;
skos:prefLabel "7221 Africa"@it , "7221 Africa"@en .
<http://eurovoc.europa.eu/100281> a skos:ConceptScheme ;
dct:identifier "7226"^^xsd:string ;
skos:prefLabel "7226 Asia-Oceania"@it , "7226 Asia and Oceania"@en .
<http://eurovoc.europa.eu/100282> a skos:ConceptScheme ;
dct:identifier "7231"^^xsd:string ;
skos:prefLabel "7231 geografia economica"@it , "7231 economic geography"@en .
<http://eurovoc.europa.eu/100283> a skos:ConceptScheme ;
dct:identifier "7236"^^xsd:string ;
skos:prefLabel "7236 geografia politica"@it , "7236 political geography"@en .
<http://eurovoc.europa.eu/100284> a skos:ConceptScheme ;
dct:identifier "7241"^^xsd:string ;
skos:prefLabel "7241 paesi e territori d’oltremare"@it , "7241 overseas countries and territories"@en .
<http://eurovoc.europa.eu/100237> a skos:ConceptScheme ;
dct:identifier "4806"^^xsd:string ;
skos:prefLabel "4806 politica dei trasporti"@it , "4806 transport policy"@en .
<http://eurovoc.europa.eu/100238> a skos:ConceptScheme ;
dct:identifier "4811"^^xsd:string ;
skos:prefLabel "4811 organizzazione dei trasporti"@it , "4811 organisation of transport"@en .
<http://eurovoc.europa.eu/100239> a skos:ConceptScheme ;
dct:identifier "4816"^^xsd:string ;
skos:prefLabel "4816 trasporti terrestri"@it , "4816 land transport"@en .
<http://eurovoc.europa.eu/100240> a skos:ConceptScheme ;
dct:identifier "4821"^^xsd:string ;
skos:prefLabel "4821 trasporti marittimi e fluviali"@it , "4821 maritime and inland waterway transport"@en .
<http://eurovoc.europa.eu/100241> a skos:ConceptScheme ;
dct:identifier "4826"^^xsd:string ;
skos:prefLabel "4826 trasporti aerei e spaziali"@it , "4826 air and space transport"@en .
<http://eurovoc.europa.eu/100185> a skos:ConceptScheme ;
dct:identifier "1606"^^xsd:string ;
skos:prefLabel "1606 politica economica"@it , "1606 economic policy"@en .
<http://eurovoc.europa.eu/100186> a skos:ConceptScheme ;
dct:identifier "1611"^^xsd:string ;
skos:prefLabel "1611 crescita economica"@it , "1611 economic conditions"@en .
<http://eurovoc.europa.eu/100187> a skos:ConceptScheme ;
dct:identifier "1616"^^xsd:string ;
skos:prefLabel "1616 regione e politica regionale"@it , "1616 regions and regional policy"@en .
<http://eurovoc.europa.eu/100188> a skos:ConceptScheme ;
dct:identifier "1621"^^xsd:string ;
skos:prefLabel "1621 struttura economica"@it , "1621 economic structure"@en .
<http://eurovoc.europa.eu/100189> a skos:ConceptScheme ;
dct:identifier "1626"^^xsd:string ;
skos:prefLabel "1626 contabilità nazionale"@it , "1626 national accounts"@en .
<http://eurovoc.europa.eu/100190> a skos:ConceptScheme ;
dct:identifier "1631"^^xsd:string ;
skos:prefLabel "1631 analisi economica"@it , "1631 economic analysis"@en .
<http://eurovoc.europa.eu/100198> a skos:ConceptScheme ;
dct:identifier "2406"^^xsd:string ;
skos:prefLabel "2406 relazioni monetarie"@it , "2406 monetary relations"@en .
<http://eurovoc.europa.eu/100199> a skos:ConceptScheme ;
dct:identifier "2411"^^xsd:string ;
skos:prefLabel "2411 economia monetaria"@it , "2411 monetary economics"@en .
<http://eurovoc.europa.eu/100200> a skos:ConceptScheme ;
dct:identifier "2416"^^xsd:string ;
skos:prefLabel "2416 istituti finanziari e di credito"@it , "2416 financial institutions and credit"@en .
<http://eurovoc.europa.eu/100201> a skos:ConceptScheme ;
dct:identifier "2421"^^xsd:string ;
skos:prefLabel "2421 libera circolazione dei capitali"@it , "2421 free movement of capital"@en .
<http://eurovoc.europa.eu/100202> a skos:ConceptScheme ;
dct:identifier "2426"^^xsd:string ;
skos:prefLabel "2426 investimenti e finanziamenti"@it , "2426 financing and investment"@en .
<http://eurovoc.europa.eu/100203> a skos:ConceptScheme ;
dct:identifier "2431"^^xsd:string ;
skos:prefLabel "2431 assicurazioni"@it , "2431 insurance"@en .
<http://eurovoc.europa.eu/100204> a skos:ConceptScheme ;
dct:identifier "2436"^^xsd:string ;
skos:prefLabel "2436 finanze pubbliche e politica di bilancio"@it , "2436 public finance and budget policy"@en .
<http://eurovoc.europa.eu/100205> a skos:ConceptScheme ;
dct:identifier "2441"^^xsd:string ;
skos:prefLabel "2441 bilancio"@it , "2441 budget"@en .
<http://eurovoc.europa.eu/100206> a skos:ConceptScheme ;
dct:identifier "2446"^^xsd:string ;
skos:prefLabel "2446 fiscalità"@it , "2446 taxation"@en .
<http://eurovoc.europa.eu/100207> a skos:ConceptScheme ;
dct:identifier "2451"^^xsd:string ;
skos:prefLabel "2451 prezzi"@it , "2451 prices"@en .
<http://eurovoc.europa.eu/100191> a skos:ConceptScheme ;
dct:identifier "2006"^^xsd:string ;
skos:prefLabel "2006 politica commerciale"@it , "2006 trade policy"@en .
<http://eurovoc.europa.eu/100192> a skos:ConceptScheme ;
dct:identifier "2011"^^xsd:string ;
skos:prefLabel "2011 politica tariffaria"@it , "2011 tariff policy"@en .
<http://eurovoc.europa.eu/100193> a skos:ConceptScheme ;
dct:identifier "2016"^^xsd:string ;
skos:prefLabel "2016 scambi economici"@it , "2016 trade"@en .
<http://eurovoc.europa.eu/100194> a skos:ConceptScheme ;
dct:identifier "2021"^^xsd:string ;
skos:prefLabel "2021 commercio internazionale"@it , "2021 international trade"@en .
<http://eurovoc.europa.eu/100195> a skos:ConceptScheme ;
dct:identifier "2026"^^xsd:string ;
skos:prefLabel "2026 consumo"@it , "2026 consumption"@en .
<http://eurovoc.europa.eu/100196> a skos:ConceptScheme ;
dct:identifier "2031"^^xsd:string ;
skos:prefLabel "2031 commercializzazione"@it , "2031 marketing"@en .
<http://eurovoc.europa.eu/100197> a skos:ConceptScheme ;
dct:identifier "2036"^^xsd:string ;
skos:prefLabel "2036 distribuzione commerciale"@it , "2036 distributive trades"@en .
<http://eurovoc.europa.eu/100226> a skos:ConceptScheme ;
dct:identifier "4006"^^xsd:string ;
skos:prefLabel "4006 organizzazione aziendale"@it , "4006 business organisation"@en .
<http://eurovoc.europa.eu/100227> a skos:ConceptScheme ;
dct:identifier "4011"^^xsd:string ;
skos:prefLabel "4011 tipo d'impresa"@it , "4011 business classification"@en .
<http://eurovoc.europa.eu/100228> a skos:ConceptScheme ;
dct:identifier "4016"^^xsd:string ;
skos:prefLabel "4016 forma giuridica di società"@it , "4016 legal form of organisations"@en .
<http://eurovoc.europa.eu/100229> a skos:ConceptScheme ;
dct:identifier "4021"^^xsd:string ;
skos:prefLabel "4021 gestione amministrativa"@it , "4021 management"@en .
<http://eurovoc.europa.eu/100230> a skos:ConceptScheme ;
dct:identifier "4026"^^xsd:string ;
skos:prefLabel "4026 gestione contabile"@it , "4026 accounting"@en .
<http://eurovoc.europa.eu/100231> a skos:ConceptScheme ;
dct:identifier "4031"^^xsd:string ;
skos:prefLabel "4031 concorrenza"@it , "4031 competition"@en .
<http://eurovoc.europa.eu/100268> a skos:ConceptScheme ;
dct:identifier "6806"^^xsd:string ;
skos:prefLabel "6806 politiche e strutture industriali"@it , "6806 industrial structures and policy"@en .
<http://eurovoc.europa.eu/100269> a skos:ConceptScheme ;
dct:identifier "6811"^^xsd:string ;
skos:prefLabel "6811 chimica"@it , "6811 chemistry"@en .
<http://eurovoc.europa.eu/100270> a skos:ConceptScheme ;
dct:identifier "6816"^^xsd:string ;
skos:prefLabel "6816 metallurgia e siderurgia"@it , "6816 iron, steel and other metal industries"@en .
<http://eurovoc.europa.eu/100271> a skos:ConceptScheme ;
dct:identifier "6821"^^xsd:string ;
skos:prefLabel "6821 industria meccanica"@it , "6821 mechanical engineering"@en .
<http://eurovoc.europa.eu/100272> a skos:ConceptScheme ;
dct:identifier "6826"^^xsd:string ;
skos:prefLabel "6826 elettronica ed elettrotecnica"@it , "6826 electronics and electrical engineering"@en .
<http://eurovoc.europa.eu/100273> a skos:ConceptScheme ;
dct:identifier "6831"^^xsd:string ;
skos:prefLabel "6831 edilizia e lavori pubblici"@it , "6831 building and public works"@en .
<http://eurovoc.europa.eu/100274> a skos:ConceptScheme ;
dct:identifier "6836"^^xsd:string ;
skos:prefLabel "6836 industria del legno"@it , "6836 wood industry"@en .
<http://eurovoc.europa.eu/100275> a skos:ConceptScheme ;
dct:identifier "6841"^^xsd:string ;
skos:prefLabel "6841 industria del cuoio e dei prodotti tessili"@it , "6841 leather and textile industries"@en .
<http://eurovoc.europa.eu/100276> a skos:ConceptScheme ;
dct:identifier "6846"^^xsd:string ;
skos:prefLabel "6846 industrie varie"@it , "6846 miscellaneous industries"@en .
<http://eurovoc.europa.eu/100285> a skos:ConceptScheme ;
dct:identifier "7606"^^xsd:string ;
skos:prefLabel "7606 Nazioni Unite"@it , "7606 United Nations"@en .
<http://eurovoc.europa.eu/100286> a skos:ConceptScheme ;
dct:identifier "7611"^^xsd:string ;
skos:prefLabel "7611 organizzazioni europee"@it , "7611 European organisations"@en .
<http://eurovoc.europa.eu/100287> a skos:ConceptScheme ;
dct:identifier "7616"^^xsd:string ;
skos:prefLabel "7616 organizzazioni extraeuropee"@it , "7616 extra-European organisations"@en .
<http://eurovoc.europa.eu/100288> a skos:ConceptScheme ;
dct:identifier "7621"^^xsd:string ;
skos:prefLabel "7621 organizzazioni mondiali"@it , "7621 world organisations"@en .
<http://eurovoc.europa.eu/100289> a skos:ConceptScheme ;
dct:identifier "7626"^^xsd:string ;
skos:prefLabel "7626 organizzazioni non governative"@it , "7626 non-governamental organisations"@en .
<http://eurovoc.europa.eu/100170> a skos:ConceptScheme ;
dct:identifier "0806"^^xsd:string ;
skos:prefLabel "0806 politica internazionale"@it , "0806 international affairs"@en .
<http://eurovoc.europa.eu/100171> a skos:ConceptScheme ;
dct:identifier "0811"^^xsd:string ;
skos:prefLabel "0811 politica di cooperazione"@it , "0811 cooperation policy"@en .
<http://eurovoc.europa.eu/100172> a skos:ConceptScheme ;
dct:identifier "0816"^^xsd:string ;
skos:prefLabel "0816 equilibrio internazionale"@it , "0816 international balance"@en .
<http://eurovoc.europa.eu/100173> a skos:ConceptScheme ;
dct:identifier "0821"^^xsd:string ;
skos:prefLabel "0821 difesa"@it , "0821 defence"@en .
<http://eurovoc.europa.eu/100163> a skos:ConceptScheme ;
dct:identifier "0406"^^xsd:string ;
skos:prefLabel "0406 quadro politico"@it , "0406 political framework"@en .
<http://eurovoc.europa.eu/100164> a skos:ConceptScheme ;
dct:identifier "0411"^^xsd:string ;
skos:prefLabel "0411 partito politico"@it , "0411 political party"@en .
<http://eurovoc.europa.eu/100165> a skos:ConceptScheme ;
dct:identifier "0416"^^xsd:string ;
skos:prefLabel "0416 procedura elettorale e voto"@it , "0416 electoral procedure and voting"@en .
<http://eurovoc.europa.eu/100166> a skos:ConceptScheme ;
dct:identifier "0421"^^xsd:string ;
skos:prefLabel "0421 Parlamento"@it , "0421 parliament"@en .
<http://eurovoc.europa.eu/100167> a skos:ConceptScheme ;
dct:identifier "0426"^^xsd:string ;
skos:prefLabel "0426 lavori parlamentari"@it , "0426 parliamentary proceedings"@en .
<http://eurovoc.europa.eu/100168> a skos:ConceptScheme ;
dct:identifier "0431"^^xsd:string ;
skos:prefLabel "0431 vita politica e sicurezza pubblica"@it , "0431 politics and public safety"@en .
<http://eurovoc.europa.eu/100169> a skos:ConceptScheme ;
dct:identifier "0436"^^xsd:string ;
skos:prefLabel "0436 potere esecutivo e amministrazione pubblica"@it , "0436 executive power and public service"@en .
<http://eurovoc.europa.eu/100174> a skos:ConceptScheme ;
dct:identifier "1006"^^xsd:string ;
skos:prefLabel "1006 istituzioni dell’Unione europea e funzione pubblica"@it , "1006 EU institutions and European civil service"@en .
<http://eurovoc.europa.eu/100175> a skos:ConceptScheme ;
dct:identifier "1011"^^xsd:string ;
skos:prefLabel "1011 diritto dell’Unione Europea"@it , "1011 European Union law"@en .
<http://eurovoc.europa.eu/100176> a skos:ConceptScheme ;
dct:identifier "1016"^^xsd:string ;
skos:prefLabel "1016 costruzione europea"@it , "1016 European construction"@en .
<http://eurovoc.europa.eu/100177> a skos:ConceptScheme ;
dct:identifier "1021"^^xsd:string ;
skos:prefLabel "1021 finanze dell’Unione europea"@it , "1021 EU finance"@en .
<http://eurovoc.europa.eu/100178> a skos:ConceptScheme ;
dct:identifier "1206"^^xsd:string ;
skos:prefLabel "1206 fonti e branche del diritto"@it , "1206 sources and branches of the law"@en .
<http://eurovoc.europa.eu/100179> a skos:ConceptScheme ;
dct:identifier "1211"^^xsd:string ;
skos:prefLabel "1211 diritto civile"@it , "1211 civil law"@en .
<http://eurovoc.europa.eu/100180> a skos:ConceptScheme ;
dct:identifier "1216"^^xsd:string ;
skos:prefLabel "1216 diritto penale"@it , "1216 criminal law"@en .
<http://eurovoc.europa.eu/100181> a skos:ConceptScheme ;
dct:identifier "1221"^^xsd:string ;
skos:prefLabel "1221 giustizia"@it , "1221 justice"@en .
<http://eurovoc.europa.eu/100182> a skos:ConceptScheme ;
dct:identifier "1226"^^xsd:string ;
skos:prefLabel "1226 organizzazione della giustizia"@it , "1226 organisation of the legal system"@en .
<http://eurovoc.europa.eu/100183> a skos:ConceptScheme ;
dct:identifier "1231"^^xsd:string ;
skos:prefLabel "1231 diritto internazionale"@it , "1231 international law"@en .
<http://eurovoc.europa.eu/100184> a skos:ConceptScheme ;
dct:identifier "1236"^^xsd:string ;
skos:prefLabel "1236 diritti e libertà"@it , "1236 rights and freedoms"@en .
<http://eurovoc.europa.eu/100242> a skos:ConceptScheme ;
dct:identifier "5206"^^xsd:string ;
skos:prefLabel "5206 politica dell’ambiente"@it , "5206 environmental policy"@en .
<http://eurovoc.europa.eu/100243> a skos:ConceptScheme ;
dct:identifier "5211"^^xsd:string ;
skos:prefLabel "5211 ambiente naturale"@it , "5211 natural environment"@en .
<http://eurovoc.europa.eu/100244> a skos:ConceptScheme ;
dct:identifier "5216"^^xsd:string ;
skos:prefLabel "5216 degrado ambientale"@it , "5216 deterioration of the environment"@en .
<http://eurovoc.europa.eu/100217> a skos:ConceptScheme ;
dct:identifier "3206"^^xsd:string ;
skos:prefLabel "3206 istruzione"@it , "3206 education"@en .
<http://eurovoc.europa.eu/100218> a skos:ConceptScheme ;
dct:identifier "3211"^^xsd:string ;
skos:prefLabel "3211 insegnamento"@it , "3211 teaching"@en .
<http://eurovoc.europa.eu/100219> a skos:ConceptScheme ;
dct:identifier "3216"^^xsd:string ;
skos:prefLabel "3216 organizzazione scolastica"@it , "3216 organisation of teaching"@en .
<http://eurovoc.europa.eu/100220> a skos:ConceptScheme ;
dct:identifier "3221"^^xsd:string ;
skos:prefLabel "3221 documentazione"@it , "3221 documentation"@en .
<http://eurovoc.europa.eu/100221> a skos:ConceptScheme ;
dct:identifier "3226"^^xsd:string ;
skos:prefLabel "3226 comunicazionee"@it , "3226 comunication"@en .
<http://eurovoc.europa.eu/100222> a skos:ConceptScheme ;
dct:identifier "3231"^^xsd:string ;
skos:prefLabel "3231 informazione ed elaborazione dell’informazione"@it , "3231 information and information processing"@en .
<http://eurovoc.europa.eu/100223> a skos:ConceptScheme ;
dct:identifier "3236"^^xsd:string ;
skos:prefLabel "3236 informatica e trattamento dei dati"@it , "3236 information technology and data processing"@en .
<http://eurovoc.europa.eu/100213> a skos:ConceptScheme ;
dct:identifier "2831"^^xsd:string ;
skos:prefLabel "2831 cultura e religione"@it , "2831 culture and religion"@en .
<http://eurovoc.europa.eu/100212> a skos:ConceptScheme ;
dct:identifier "2826"^^xsd:string ;
skos:prefLabel "2826 vita sociale"@it , "2826 social affairs"@en .
<http://eurovoc.europa.eu/100215> a skos:ConceptScheme ;
dct:identifier "2841"^^xsd:string ;
skos:prefLabel "2841 salute"@it , "2841 health"@en .
<http://eurovoc.europa.eu/100208> a skos:ConceptScheme ;
dct:identifier "2806"^^xsd:string ;
skos:prefLabel "2806 famiglia"@it , "2806 family"@en .
<http://eurovoc.europa.eu/100209> a skos:ConceptScheme ;
dct:identifier "2811"^^xsd:string ;
skos:prefLabel "2811 migrazione"@it , "2811 migration"@en .
<http://eurovoc.europa.eu/100210> a skos:ConceptScheme ;
dct:identifier "2816"^^xsd:string ;
skos:prefLabel "2816 demografia e popolazione"@it , "2816 demography and population"@en .
<http://eurovoc.europa.eu/100211> a skos:ConceptScheme ;
dct:identifier "2821"^^xsd:string ;
skos:prefLabel "2821 quadro sociale"@it , "2821 social framework"@en .
<http://eurovoc.europa.eu/100214> a skos:ConceptScheme ;
dct:identifier "2836"^^xsd:string ;
skos:prefLabel "2836 protezione sociale"@it , "2836 social protection"@en .
<http://eurovoc.europa.eu/100216> a skos:ConceptScheme ;
dct:identifier "2846"^^xsd:string ;
skos:prefLabel "2846 urbanistica ed edilizia"@it , "2846 construction and town planning"@en .
<http://eurovoc.europa.eu/100232> a skos:ConceptScheme ;
dct:identifier "4406"^^xsd:string ;
skos:prefLabel "4406 occupazione"@it , "4406 employmnet"@en .
<http://eurovoc.europa.eu/100233> a skos:ConceptScheme ;
dct:identifier "4411"^^xsd:string ;
skos:prefLabel "4411 mercato del lavoro"@it , "4411 labour market"@en .
<http://eurovoc.europa.eu/100234> a skos:ConceptScheme ;
dct:identifier "4416"^^xsd:string ;
skos:prefLabel "4416 condizioni e organizzazioni del lavoro"@it , "4416 organisation of work and working conditions"@en .
<http://eurovoc.europa.eu/100235> a skos:ConceptScheme ;
dct:identifier "4421"^^xsd:string ;
skos:prefLabel "4421 amministrazione e remunerazione del personale"@it , "4421 personnel management and staff remuneration"@en .
<http://eurovoc.europa.eu/100236> a skos:ConceptScheme ;
dct:identifier "4426"^^xsd:string ;
skos:prefLabel "4426 rapporti di lavoro e diritto del lavoro"@it , "4426 labour law and labour relations"@en .
<http://eurovoc.europa.eu/100224> a skos:ConceptScheme ;
dct:identifier "3606"^^xsd:string ;
skos:prefLabel "3606 scienze naturali e applicate"@it , "3606 natural and applied sciences"@en .
<http://eurovoc.europa.eu/100225> a skos:ConceptScheme ;
dct:identifier "3611"^^xsd:string ;
skos:prefLabel "3611 scienze umane"@it , "3611 humanities"@en .
<http://eurovoc.europa.eu/100260> a skos:ConceptScheme ;
dct:identifier "6406"^^xsd:string ;
skos:prefLabel "6406 produzione"@it , "6406 production"@en .
<http://eurovoc.europa.eu/100261> a skos:ConceptScheme ;
dct:identifier "6411"^^xsd:string ;
skos:prefLabel "6411 tecnologia e regolamentazione tecnica"@it , "6411 technology and technical regulations"@en .
<http://eurovoc.europa.eu/100262> a skos:ConceptScheme ;
dct:identifier "6416"^^xsd:string ;
skos:prefLabel "6416 ricerca e proprietà intellettuale"@it , "6416 research and intellectual property"@en .