-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathontology.owl
More file actions
902 lines (492 loc) · 34.7 KB
/
Copy pathontology.owl
File metadata and controls
902 lines (492 loc) · 34.7 KB
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
<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontologia.segittur.es/enoturismo/def/core#"
xml:base="http://ontologia.segittur.es/enoturismo/def/core"
xmlns:mod="https://w3id.org/mod#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:core="http://ontologia.segittur.es/enoturismo/def/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:terms="http://purl.org/dc/terms/">
<owl:Ontology rdf:about="http://ontologia.segittur.es/enoturismo/def/core#">
<description xml:lang="es">Ampliar la ontología de SEGITTUR con una ontología de enoturismo para un trabajo en grupo de la asignatura Ingeniería Ontológica de la UPM</description>
<title xml:lang="en">Enotourism Ontology</title>
<title xml:lang="es">Ontología de Enoturismo</title>
<terms:created rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2025-11-14</terms:created>
<terms:creator>Adrián Racero Serrano</terms:creator>
<terms:creator>Juan Manuel Cardeñosa Borrego</terms:creator>
<terms:description xml:lang="en">Extend the SEGITTUR ontology with a enotourism ontology for a group project in the UPM's Ontological Engineering course.</terms:description>
<terms:license rdf:resource="https://creativecommons.org/licenses/by/4.0/"/>
<owl:versionInfo>1.0</owl:versionInfo>
<mod:createdWith rdf:resource="https://chowlk.linkeddata.es/"/>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontologia.segittur.es/enoturismo/def/core#description -->
<owl:AnnotationProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#description">
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:AnnotationProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#title -->
<owl:AnnotationProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#title"/>
<!-- http://purl.org/dc/terms/created -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/created"/>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://purl.org/dc/terms/license -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/license"/>
<!-- http://www.w3.org/2002/07/owl#versionInfo -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2002/07/owl#versionInfo"/>
<!-- https://w3id.org/mod#createdWith -->
<owl:AnnotationProperty rdf:about="https://w3id.org/mod#createdWith"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Datatypes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://www.w3.org/2001/XMLSchema#date -->
<rdfs:Datatype rdf:about="http://www.w3.org/2001/XMLSchema#date"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontologia.segittur.es/enoturismo/def/core#associatedDOP -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#associatedDOP">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineRoute"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdfs:label>associated d o p</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#bears -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#bears">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Role"/>
<rdfs:label>bears</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#belongsTo -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#belongsTo">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#Winery"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineRoute"/>
<rdfs:label>belongs to</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#belongsToRegion -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#belongsToRegion">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineRoute"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#EnotourismDestination"/>
<rdfs:label>belongs to region</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#composedOf -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#composedOf">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFestival"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFestivalActivity"/>
<rdfs:label>composed of</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasExperiences -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasExperiences">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFestivalActivity"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:label>has experiences</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasMunicipality -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasMunicipality">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#EnotourismDestination"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Municipality"/>
<rdfs:label>has municipality</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasNextWineFoodSample -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasNextWineFoodSample">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample"/>
<rdfs:label>has next wine food sample</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasNextWineSample -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasNextWineSample">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineSample"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineSample"/>
<rdfs:label>has next wine sample</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasStand -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasStand">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFestivalActivity"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineStall"/>
<rdfs:label>has stand</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasVineyard -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasVineyard">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#Winery"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#Vineyard"/>
<rdfs:label>has vineyard</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasWineFoodSample -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasWineFoodSample">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Tasting"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample"/>
<rdfs:label>has wine food sample</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasWineMuseum -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasWineMuseum">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#Winery"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineMuseum"/>
<rdfs:label>has wine museum</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#hasWineSample -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#hasWineSample">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineTasting"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineSample"/>
<rdfs:label>has wine sample</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#organizedBy -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#organizedBy">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineStall"/>
<rdfs:range rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:label>organized by</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#originatedFrom -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#originatedFrom">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#EnotourismDestination"/>
<rdfs:label>originated from</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#perfoms -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#perfoms">
<rdfs:domain rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:label>perfoms</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#produces -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#produces">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#Winery"/>
<rdfs:range rdf:resource="http://purl.org/ceu/ebaco/core#Wine"/>
<rdfs:label>produces</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#promotesWine -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#promotesWine">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineStall"/>
<rdfs:range rdf:resource="http://purl.org/ceu/ebaco/core#Wine"/>
<rdfs:label>promotes wine</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#realizedBy -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#realizedBy">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Role"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:label>realized by</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#usesFood -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#usesFood">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample"/>
<rdfs:range rdf:resource="http://purl.obolibrary.org/obo/foodon.owl#PreparedFoodProduct"/>
<rdfs:label>uses food</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#usesWineForTesting -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#usesWineForTesting">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample"/>
<rdfs:range rdf:resource="http://purl.org/ceu/ebaco/core#Wine"/>
<rdfs:label>uses wine for testing</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#usesWineForWineTesting -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#usesWineForWineTesting">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineSample"/>
<rdfs:range rdf:resource="http://purl.org/ceu/ebaco/core#Wine"/>
<rdfs:label>uses wine for wine testing</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#visitsMuseum -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#visitsMuseum">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#MuseumVisit"/>
<rdfs:range rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineMuseum"/>
<rdfs:label>visits museum</rdfs:label>
</owl:ObjectProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#visitsVineyard -->
<owl:ObjectProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#visitsVineyard">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#VineyardVisit"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#Vineyard"/>
<rdfs:label>visits vineyard</rdfs:label>
</owl:ObjectProperty>
<!-- https://ontologia.segittur.es/turismo/def/core#hasAcknowledgement -->
<owl:ObjectProperty rdf:about="https://ontologia.segittur.es/turismo/def/core#hasAcknowledgement">
<rdfs:domain rdf:resource="http://purl.org/ceu/ebaco/core#Wine"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#Acknowledgement"/>
<rdfs:label>has acknowledgement</rdfs:label>
</owl:ObjectProperty>
<!-- https://ontologia.segittur.es/turismo/def/core#offeredBy -->
<owl:ObjectProperty rdf:about="https://ontologia.segittur.es/turismo/def/core#offeredBy">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#Event"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany"/>
<rdfs:label>offered by</rdfs:label>
</owl:ObjectProperty>
<!-- https://ontologia.segittur.es/turismo/def/core#offers -->
<owl:ObjectProperty rdf:about="https://ontologia.segittur.es/turismo/def/core#offers">
<rdfs:domain rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismFacility"/>
<rdfs:range rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:label>offers</rdfs:label>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontologia.segittur.es/enoturismo/def/core#description -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#description">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Role"/>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#id -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#id">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#WineStall"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#name -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#name">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Municipality"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Role"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineRoute"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineStall"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#postalCode -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#postalCode">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#Municipality"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#productionRule -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#productionRule">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="en">A summary of the specific rules for cultivation, breeding, processing, etc.</rdfs:comment>
<rdfs:comment xml:lang="es">Un resumen de las reglas específicas de cultivo, cría, elaboración, etc.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#region -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#region">
<rdfs:domain>
<owl:Class>
<owl:unionOf rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineRoute"/>
</owl:unionOf>
</owl:Class>
</rdfs:domain>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#registerDate -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#registerDate">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#date"/>
<rdfs:comment xml:lang="en">Date of registration.</rdfs:comment>
<rdfs:comment xml:lang="es">Fecha en la que se registró.</rdfs:comment>
</owl:DatatypeProperty>
<!-- http://ontologia.segittur.es/enoturismo/def/core#regulatoryCouncil -->
<owl:DatatypeProperty rdf:about="http://ontologia.segittur.es/enoturismo/def/core#regulatoryCouncil">
<rdfs:domain rdf:resource="http://ontologia.segittur.es/enoturismo/def/core#DOP"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#string"/>
<rdfs:comment xml:lang="es">Nombre del Consejo Regulador.</rdfs:comment>
<rdfs:comment>Name of the Regulatory Council.</rdfs:comment>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontologia.segittur.es/enoturismo/def/core#DOP -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#DOP">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#Certification"/>
<rdfs:comment xml:lang="en">Officially recognized geographical area where wine production and processing are regulated to ensure origin and quality.</rdfs:comment>
<rdfs:comment xml:lang="es">Zona geográfica reconocida oficialmente donde la producción y elaboración del vino están reguladas para garantizar su origen y calidad.</rdfs:comment>
<rdfs:label>D O P</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#EnotourismDestination -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#EnotourismDestination">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#TourismDestination"/>
<rdfs:comment xml:lang="es">Lugar o región que ofrece experiencias turísticas vinculadas a la cultura, producción y disfrute del vino.</rdfs:comment>
<rdfs:comment xml:lang="en">Place or region offering tourist experiences related to the culture, production, and enjoyment of wine.</rdfs:comment>
<rdfs:label>Enotourism Destination</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#Municipality -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Municipality">
<rdfs:comment xml:lang="en">Geographical area encompassing a local community.</rdfs:comment>
<rdfs:comment xml:lang="es">Área geográfica que abarca una comunidad local.</rdfs:comment>
<rdfs:label>Municipality</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#MuseumVisit -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#MuseumVisit">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:comment xml:lang="es">Experiencia turística que consiste en la visita a un museo relacionado con la cultura, historia o patrimonio del vino.</rdfs:comment>
<rdfs:comment xml:lang="en">Tourist experience involving a visit to a museum related to wine culture, history, or heritage.</rdfs:comment>
<rdfs:label>Museum Visit</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#Role -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Role">
<rdfs:label>Role</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#Tasting -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Tasting">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:comment xml:lang="es">Experiencia gastronómica que combina vino y comida para resaltar y equilibrar sus sabores y aromas.</rdfs:comment>
<rdfs:comment xml:lang="en">Gastronomic experience that pairs wine and food to highlight and balance their flavors and aromas.</rdfs:comment>
<rdfs:label>Tasting</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#VineyardVisit -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#VineyardVisit">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:comment xml:lang="es">Actividad turística que consiste en recorrer viñedos para conocer el cultivo de la vid y el entorno de producción del vino.</rdfs:comment>
<rdfs:comment xml:lang="en">Tourist activity involving a tour of vineyards to learn about grape cultivation and the wine production environment.</rdfs:comment>
<rdfs:label>Vineyard Visit</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineFestival -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineFestival">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#Event"/>
<rdfs:comment xml:lang="es">Evento público que celebra la cultura del vino mediante degustaciones, actividades culturales y encuentros sociales.</rdfs:comment>
<rdfs:comment xml:lang="en">Public event celebrating wine culture through tastings, cultural activities, and social gatherings.</rdfs:comment>
<rdfs:label>Wine Festival</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineFestivalActivity -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineFestivalActivity">
<rdfs:comment xml:lang="es">Acción o evento específico que forma parte de un festival del vino y que promueve la participación y el disfrute en torno al vino.</rdfs:comment>
<rdfs:comment xml:lang="en">Specific action or event within a wine festival that promotes participation and enjoyment centered around wine.</rdfs:comment>
<rdfs:label>Wine Festival Activity</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineFoodSample">
<rdfs:comment xml:lang="es">Pequeña ración de vino y alimento ofrecida conjuntamente para degustar y apreciar su combinación de sabores.</rdfs:comment>
<rdfs:comment xml:lang="en">Small serving of wine and food offered together to taste and appreciate their combination of flavors.</rdfs:comment>
<rdfs:label>Wine Food Sample</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineMuseum -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineMuseum">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismFacility"/>
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#Museum"/>
<rdfs:comment xml:lang="es">Espacio expositivo dedicado a la conservación y divulgación de la historia, cultura y patrimonio del vino.</rdfs:comment>
<rdfs:comment xml:lang="en">Exhibition space dedicated to preserving and promoting the history, culture, and heritage of wine.</rdfs:comment>
<rdfs:label>Wine Museum</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineRoute -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineRoute">
<rdfs:comment xml:lang="es">Conjunto de bodegas y servicios que forman parte de una zona vitivinícola.</rdfs:comment>
<rdfs:comment xml:lang="en">Group of wineries and services that are part of a wine-producing area.</rdfs:comment>
<rdfs:label>Wine Route</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineSample -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineSample">
<rdfs:comment xml:lang="es">Pequeña cantidad de vino ofrecida para degustar y evaluar sus características sensoriales.</rdfs:comment>
<rdfs:comment xml:lang="en">Small amount of wine offered for tasting and evaluating its sensory characteristics.</rdfs:comment>
<rdfs:label>Wine Sample</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineStall -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineStall">
<rdfs:comment xml:lang="en">Booth or stand where wines are offered for tasting or sale during events or festivals.</rdfs:comment>
<rdfs:comment xml:lang="es">Puesto o stand donde se ofrecen vinos para degustación o venta durante eventos o festivales.</rdfs:comment>
<rdfs:label>Wine Stall</rdfs:label>
</owl:Class>
<!-- http://ontologia.segittur.es/enoturismo/def/core#WineTasting -->
<owl:Class rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineTasting">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience"/>
<rdfs:comment xml:lang="es">Actividad en la que los participantes degustan distintos vinos para analizar sus propiedades sensoriales y de calidad.</rdfs:comment>
<rdfs:comment xml:lang="en">Activity in which participants taste different wines to analyze their sensory properties and quality.</rdfs:comment>
<rdfs:label>Wine Tasting</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/foodon.owl#PreparedFoodProduct -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/foodon.owl#PreparedFoodProduct">
<rdfs:label>Prepared Food Product</rdfs:label>
</owl:Class>
<!-- http://purl.org/ceu/ebaco/core#Wine -->
<owl:Class rdf:about="http://purl.org/ceu/ebaco/core#Wine">
<rdfs:label>Wine</rdfs:label>
</owl:Class>
<!-- http://xmlns.com/foaf/0.1/Agent -->
<owl:Class rdf:about="http://xmlns.com/foaf/0.1/Agent">
<rdfs:label>Agent</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Acknowledgement -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Acknowledgement">
<rdfs:label>Acknowledgement</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#AgritourismExperience -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#AgritourismExperience">
<rdfs:label>Agritourism Experience</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#AgritourismFacility -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#AgritourismFacility">
<rdfs:label>Agritourism Facility</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Certification -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Certification">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#Acknowledgement"/>
<rdfs:label>Certification</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Event -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Event">
<rdfs:label>Event</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany">
<rdfs:label>Event Organisation Company</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Museum -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Museum">
<rdfs:label>Museum</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Rating -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Rating">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#Acknowledgement"/>
<rdfs:label>Rating</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#TourismDestination -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#TourismDestination">
<rdfs:label>Tourism Destination</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#TourismOrganisation -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#TourismOrganisation">
<rdfs:label>Tourism Organisation</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Vineyard -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Vineyard">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#AgritourismFacility"/>
<rdfs:comment xml:lang="en">Land dedicated to the cultivation of grapevines for the production of wine grapes.</rdfs:comment>
<rdfs:comment xml:lang="es">Terreno dedicado al cultivo de vides destinado a la producción de uvas para la elaboración de vino.</rdfs:comment>
<rdfs:label>Vineyard</rdfs:label>
</owl:Class>
<!-- https://ontologia.segittur.es/turismo/def/core#Winery -->
<owl:Class rdf:about="https://ontologia.segittur.es/turismo/def/core#Winery">
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany"/>
<rdfs:subClassOf rdf:resource="https://ontologia.segittur.es/turismo/def/core#TourismOrganisation"/>
<rdfs:comment xml:lang="es">Establecimiento donde se elaboran, almacenan y, a menudo, se ofrecen vinos para degustación o venta.</rdfs:comment>
<rdfs:comment xml:lang="en">Facility where wines are produced, stored, and often offered for tasting or sale.</rdfs:comment>
<rdfs:label>Winery</rdfs:label>
</owl:Class>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// General axioms
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<rdf:Description>
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#AllDisjointClasses"/>
<owl:members rdf:parseType="Collection">
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#MuseumVisit"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#Tasting"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#VineyardVisit"/>
<rdf:Description rdf:about="http://ontologia.segittur.es/enoturismo/def/core#WineTasting"/>
</owl:members>
</rdf:Description>
</rdf:RDF>
<!-- Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/ -->