Skip to content

Commit 9bf295d

Browse files
authored
ontology improvement
1 parent ed77da1 commit 9bf295d

7 files changed

Lines changed: 1785 additions & 61 deletions

File tree

index-en.html

Lines changed: 1743 additions & 19 deletions
Large diffs are not rendered by default.

ontology.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,13 +835,13 @@
835835
"@id" : "https://ontologia.segittur.es/turismo/def/core#offeredBy",
836836
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
837837
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
838-
"@id" : "https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany"
838+
"@id" : "https://ontologia.segittur.es/turismo/def/core#Event"
839839
} ],
840840
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
841841
"@value" : "offered by"
842842
} ],
843843
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
844-
"@id" : "https://ontologia.segittur.es/turismo/def/core#Event"
844+
"@id" : "https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany"
845845
} ]
846846
}, {
847847
"@id" : "https://ontologia.segittur.es/turismo/def/core#offers",

ontology.nt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,8 @@
222222
#
223223
# https://ontologia.segittur.es/turismo/def/core#offeredBy
224224
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
225-
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany> .
226-
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/2000/01/rdf-schema#range> <https://ontologia.segittur.es/turismo/def/core#Event> .
225+
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/2000/01/rdf-schema#domain> <https://ontologia.segittur.es/turismo/def/core#Event> .
226+
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/2000/01/rdf-schema#range> <https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany> .
227227
<https://ontologia.segittur.es/turismo/def/core#offeredBy> <http://www.w3.org/2000/01/rdf-schema#label> "offered by" .
228228
#
229229
# https://ontologia.segittur.es/turismo/def/core#offers

ontology.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ xsd:date rdf:type rdfs:Datatype .
251251

252252
### https://ontologia.segittur.es/turismo/def/core#offeredBy
253253
<https://ontologia.segittur.es/turismo/def/core#offeredBy> rdf:type owl:ObjectProperty ;
254-
rdfs:domain <https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany> ;
255-
rdfs:range <https://ontologia.segittur.es/turismo/def/core#Event> ;
254+
rdfs:domain <https://ontologia.segittur.es/turismo/def/core#Event> ;
255+
rdfs:range <https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany> ;
256256
rdfs:label "offered by" .
257257

258258

sections/crossref-es.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ <h3>Event<sup class="type-c" title="clase">c</sup> <span class="backlink"> Volve
189189
<a href="#WineFestival" title="http://ontologia.segittur.es/enoturismo/def/core#WineFestival">Wine Festival</a> <sup class="type-c" title="clase">c</sup>
190190
</dd>
191191
<dt>
192-
en rango de
192+
en dominio de
193193
</dt>
194194
<dd>
195195
<a href="#https://ontologia.segittur.es/turismo/def/core#offeredBy" title="https://ontologia.segittur.es/turismo/def/core#offeredBy">offered by</a> <sup class="type-op" title="Propiedad entre objetos">op</sup>
@@ -207,7 +207,7 @@ <h3>Event Organisation Company<sup class="type-c" title="clase">c</sup> <span cl
207207
<a href="#https://ontologia.segittur.es/turismo/def/core#Winery" title="https://ontologia.segittur.es/turismo/def/core#Winery">Winery</a> <sup class="type-c" title="clase">c</sup>
208208
</dd>
209209
<dt>
210-
en dominio de
210+
en rango de
211211
</dt>
212212
<dd>
213213
<a href="#https://ontologia.segittur.es/turismo/def/core#offeredBy" title="https://ontologia.segittur.es/turismo/def/core#offeredBy">offered by</a> <sup class="type-op" title="Propiedad entre objetos">op</sup>
@@ -969,13 +969,13 @@ <h3>offered by<sup class="type-op" title="Propiedad entre objetos">op</sup> <spa
969969
dominio
970970
</dt>
971971
<dd>
972-
<a href="#https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany" title="https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany">Event Organisation Company</a> <sup class="type-c" title="clase">c</sup>
972+
<a href="#https://ontologia.segittur.es/turismo/def/core#Event" title="https://ontologia.segittur.es/turismo/def/core#Event">Event</a> <sup class="type-c" title="clase">c</sup>
973973
</dd>
974974
<dt>
975975
rango
976976
</dt>
977977
<dd>
978-
<a href="#https://ontologia.segittur.es/turismo/def/core#Event" title="https://ontologia.segittur.es/turismo/def/core#Event">Event</a> <sup class="type-c" title="clase">c</sup>
978+
<a href="#https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany" title="https://ontologia.segittur.es/turismo/def/core#EventOrganisationCompany">Event Organisation Company</a> <sup class="type-c" title="clase">c</sup>
979979
</dd>
980980
</dl>
981981
</div>

sections/description-es.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<h2 id="desc" class="list">Ontología de Enoturismo: Descripci&oacute;n <span class="backlink"> volver a <a href="#toc">&iacute;ndice</a></span></h2>
22

3-
<span class="markdown">Extend the SEGITTUR ontology with a enotourism ontology for a group project in the UPM's Ontological Engineering course.</span>
3+
<span class="markdown">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.</span>

webvowl/data/ontology.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"creator" : [ {
2525
"identifier" : "creator",
2626
"language" : "undefined",
27-
"value" : "Adrián Racero Serrano",
27+
"value" : "Juan Manuel Cardeñosa Borrego",
2828
"type" : "label"
2929
}, {
3030
"identifier" : "creator",
3131
"language" : "undefined",
32-
"value" : "Juan Manuel Cardeñosa Borrego",
32+
"value" : "Adrián Racero Serrano",
3333
"type" : "label"
3434
} ],
3535
"createdWith" : [ {
@@ -320,7 +320,7 @@
320320
}, {
321321
"instances" : 0,
322322
"union" : [ "40", "19" ],
323-
"attributes" : [ "anonymous", "union" ],
323+
"attributes" : [ "union", "anonymous" ],
324324
"id" : "57"
325325
}, {
326326
"iri" : "https://ontologia.segittur.es/turismo/def/core#Rating",
@@ -554,7 +554,7 @@
554554
}, {
555555
"instances" : 0,
556556
"union" : [ "38", "9", "33", "40", "19" ],
557-
"attributes" : [ "anonymous", "union" ],
557+
"attributes" : [ "union", "anonymous" ],
558558
"id" : "85"
559559
}, {
560560
"iri" : "http://www.w3.org/2001/XMLSchema#string",
@@ -717,10 +717,10 @@
717717
"type" : "owl:objectProperty"
718718
}, {
719719
"id" : "68",
720-
"type" : "owl:objectProperty"
720+
"type" : "owl:datatypeProperty"
721721
}, {
722722
"id" : "69",
723-
"type" : "owl:datatypeProperty"
723+
"type" : "owl:objectProperty"
724724
}, {
725725
"id" : "70",
726726
"type" : "owl:datatypeProperty"
@@ -783,13 +783,13 @@
783783
"type" : "owl:objectProperty"
784784
}, {
785785
"id" : "93",
786-
"type" : "owl:objectProperty"
786+
"type" : "owl:datatypeProperty"
787787
}, {
788788
"id" : "94",
789789
"type" : "owl:objectProperty"
790790
}, {
791791
"id" : "95",
792-
"type" : "owl:datatypeProperty"
792+
"type" : "owl:objectProperty"
793793
} ],
794794
"propertyAttribute" : [ {
795795
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#composedOf",
@@ -1053,6 +1053,16 @@
10531053
"domain" : "40",
10541054
"attributes" : [ "object" ],
10551055
"id" : "67"
1056+
}, {
1057+
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#region",
1058+
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
1059+
"range" : "56",
1060+
"label" : {
1061+
"IRI-based" : "region"
1062+
},
1063+
"domain" : "57",
1064+
"attributes" : [ "datatype" ],
1065+
"id" : "68"
10561066
}, {
10571067
"iri" : "https://ontologia.segittur.es/turismo/def/core#hasAcknowledgement",
10581068
"baseIri" : "https://ontologia.segittur.es/turismo/def/core",
@@ -1063,16 +1073,6 @@
10631073
},
10641074
"domain" : "62",
10651075
"attributes" : [ "external", "object" ],
1066-
"id" : "68"
1067-
}, {
1068-
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#region",
1069-
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
1070-
"range" : "56",
1071-
"label" : {
1072-
"IRI-based" : "region"
1073-
},
1074-
"domain" : "57",
1075-
"attributes" : [ "datatype" ],
10761076
"id" : "69"
10771077
}, {
10781078
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#description",
@@ -1208,12 +1208,12 @@
12081208
}, {
12091209
"iri" : "https://ontologia.segittur.es/turismo/def/core#offeredBy",
12101210
"baseIri" : "https://ontologia.segittur.es/turismo/def/core",
1211-
"range" : "1",
1211+
"range" : "22",
12121212
"label" : {
12131213
"IRI-based" : "offeredBy",
12141214
"undefined" : "offered by"
12151215
},
1216-
"domain" : "22",
1216+
"domain" : "1",
12171217
"attributes" : [ "external", "object" ],
12181218
"id" : "87"
12191219
}, {
@@ -1259,6 +1259,16 @@
12591259
"domain" : "33",
12601260
"attributes" : [ "object" ],
12611261
"id" : "92"
1262+
}, {
1263+
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#name",
1264+
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
1265+
"range" : "86",
1266+
"label" : {
1267+
"IRI-based" : "name"
1268+
},
1269+
"domain" : "85",
1270+
"attributes" : [ "datatype" ],
1271+
"id" : "93"
12621272
}, {
12631273
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#visitsVineyard",
12641274
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
@@ -1269,7 +1279,7 @@
12691279
},
12701280
"domain" : "24",
12711281
"attributes" : [ "object" ],
1272-
"id" : "93"
1282+
"id" : "94"
12731283
}, {
12741284
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#produces",
12751285
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
@@ -1280,16 +1290,6 @@
12801290
},
12811291
"domain" : "21",
12821292
"attributes" : [ "object" ],
1283-
"id" : "94"
1284-
}, {
1285-
"iri" : "http://ontologia.segittur.es/enoturismo/def/core#name",
1286-
"baseIri" : "http://ontologia.segittur.es/enoturismo/def/core",
1287-
"range" : "86",
1288-
"label" : {
1289-
"IRI-based" : "name"
1290-
},
1291-
"domain" : "85",
1292-
"attributes" : [ "datatype" ],
12931293
"id" : "95"
12941294
} ]
12951295
}

0 commit comments

Comments
 (0)