From: <jm...@us...> - 2011-11-23 19:02:39
|
Revision: 2809 http://eulergui.svn.sourceforge.net/eulergui/?rev=2809&view=rev Author: jmvanel Date: 2011-11-23 19:02:32 +0000 (Wed, 23 Nov 2011) Log Message: ----------- fixed some troubles when reading the music ontology ( due to http://purl.org/ontology/similarity/ which redirects to an HTML page (HTML no matter what the accept-content header says) : http://kakapo.dcs.qmul.ac.uk/ontology/musim/0.2/musim.html but still Pellet is confused and gives no class tree in EG :( now the FormatRecognizer reuses the open Connection with the right settings (timeout , etc) This does not freeze forever: eg -pass http://purl.org/ontology/similarity/ but it says : Could not load from URL http://purl.org/ontology/similarity/ reason: Content is not allowed in prolog Modified Paths: -------------- trunk/eulergui/src/main/java/eulergui/inputs/dispatcher/FormatRecognizer.java trunk/eulergui/src/main/java/eulergui/tools/AddReferredOntologies.java trunk/eulergui/src/main/java/eulergui/tools/OwlClassHierarchyBuilder.java trunk/eulergui/src/main/java/n3_project/SourceFactory.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |