b2ornot2b / owlreasoner

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

hello i'm trying to develop a simple code undrestand how to use ontology by jsw toolkit. but it doesn't work correctly. #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by abdelazi...@gmail.com on 18 Mar 2015 at 8:32

GoogleCodeExporter commented 8 years ago
the code:
<script src="jsw.js"></script>
<script src="query.js"></script>
function test()
{
var url = "http://www.owl-ontologies.com/Ontology1422526287.owl"; // URL of the 
ontology
var ontology = jsw.owl.xml.parseUrl(url);
window.alert('ontology size'+ontology.getSize());

}

Original comment by abdelazi...@gmail.com on 18 Mar 2015 at 8:34