VisualDataWeb / OWL2VOWL

Converting ontologies for WebVOWL
http://vowl.visualdataweb.org
MIT License
137 stars 50 forks source link

Wine ontology no longer loaded #26

Closed steffen-l closed 7 years ago

steffen-l commented 7 years ago

Compare installation of NEW OWL2VOWL: http://visualdataweb.de/webvowl/#iri=http://www.w3.org/TR/owl-guide/wine.rdf with OLD OWL2VOWL: http://vowl.visualdataweb.org/webvowl/#iri=http://www.w3.org/TR/owl-guide/wine.rdf

While it is visualized in the first, it is not in the second. Instead, the "loading ontology..." message is shown endlessly.

BlackDark commented 7 years ago

Bug in OWL2VOWL. The producesWine property has the inverse "hasMaker". HasMaker does not have a domain and range and is in owl2vowl not reference by any other property and therefore not exported to json. To fix this we have to add any reference (inverse, etc) to the corresponding array of the property.

steffen-l commented 7 years ago

Also, other ontologies cannot be loaded with the new version that could be loaded with the old one. The same effect ("loading ontology..." message is shown endlessly), leaving the user with no idea why they cannot be loaded.

Here are some examples (incl. links to the old and new version of OWL2VOWL + WebVOWL):

http://visualdataweb.de/webvowl_new/#iri=http://schema.rdfs.org/all.ttl http://vowl.visualdataweb.org/webvowl/index.html#iri=http://schema.rdfs.org/all.ttl

http://vowl.visualdataweb.org/webvowl/index.html#iri=http://www.w3.org/2004/02/skos/core http://visualdataweb.de/webvowl_new/#iri=http://www.w3.org/2004/02/skos/core

http://vowl.visualdataweb.org/webvowl/index.html#iri=http://rdfs.org/sioc/ns# http://visualdataweb.de/webvowl_new/#iri=http://rdfs.org/sioc/ns#

steffen-l commented 7 years ago

all of the above ontologies are loaded now