nikolamilosevic86 / skoseditor

Automatically exported from code.google.com/p/skoseditor
0 stars 0 forks source link

null pointer without ontology URI #15

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
If you open an RDF document that contains some SKOS but doesn't contain an 
ontology IRI statement, then the SKOS asserted hierarchy view will throw a null 
pointer exception. This is because the underlying SKOS API assumes all files 
loaded will have an ontology IRI specified.

This will get fixed in the SKOS API and moved to the plugin in the next 
release. In the meantime, if you are struggling to load a SKOS file, try giving 
it an ontology URI, then reloading it. 

Original issue reported on code.google.com by simon.j...@gmail.com on 18 Jun 2012 at 1:02