Tagged Questions
-1
votes
1answer
31 views
Iterate Sql.result set
I need to create OWL class from the first table name if cardinality 1:1 and OWL class from the second table name. If cardinality 1:* and one of tables describes object properties, create OWL object ...
1
vote
1answer
131 views
How to import owl classes into the eclipse
I want to import and list semantic web (owl) file's classes into the eclipse. I did import pellet and protege library my eclipse program but still I see force close my android project. nothing red ...
1
vote
0answers
198 views
How to build a GUI on top of RDF or OWL ontology
I use Eclipse withe the OWL API or JENA to load my ontology. I want to map instances from the ontology to clickable images/icons on a GUI so that the ontology can be visualized for human consumption.
...
1
vote
1answer
247 views
Manipulation of sesame server repositories (owl ontology) in java servlet
I'm trying to connect a web application (eclipse) with my Sesame repository server (sesame 2.6.3) both of them are running in my local machine under the same Apache Tomcat 6.0.29. I found the sesame ...
1
vote
2answers
1k views
Using Jena Api in Java Web… Unknown Exception
Hi all
Did anyone encountered this exception while using Jena in Java Web Application... Please Kindly help me ..
here is my servlet code
package com.mycompany.servlet;
import ...
0
votes
2answers
2k views
Import StarUML XMI to Eclipse
Good day, colleagues!
I want to convert UML file generated in StarUML to OWL. I'm trying to use Eclipse ODM implementation for this purpose. The problem is I can't import UML file to Eclipse to begin ...
