Tagged Questions

3
votes
2answers
118 views

How to check for ontology consistency using java

I am using Ontology for recognition of user activities....I have an ontology(OWL) consisting of the various classes i will be using along with the object properties..... i am new to ontology and am ...
1
vote
3answers
166 views

CRUD Operation in OWL

I have created an ontology. Now I want to create an application but how can I perform CRUD operations in owl file. I came across different apis like Dotnetrdf, jena etc all support RDF/RDFS but there ...
1
vote
1answer
302 views

How does Rowlex relate to Protege and are there other .NET offerings for OWL?

I work with RDF and OWL but until I came to SO I'd never heard of Rowlex and OwlGrinder. It's got a much larger presence on SO than Protege or Pellet (although from a smallish number of active ...
0
votes
1answer
81 views

How Implement My Idea in protege

I just now Say the problem domain. I have some collection of words words are below Algoithms,Sorting,Tree Sorting The above words to be stored in protege. How to store and retrive from ...
0
votes
1answer
342 views

How to use DL Query programmatically

I would like to know whether I can use DL Query in Protege programatically. Is it possible to enter a query in java and retrieve individuals like how it is done in SQL ? E.g. Query : ...
0
votes
1answer
1k views

how to create Java Application and query about OWL using SPARQL/Jena and how to do it on local/remote?

I want to create simple application using Java Jena and SPARQL ,that insert, delete , update and query the OWL/RDF data I worked on protege to create the ontology and noticed SPARQL in it but I want ...
0
votes
1answer
464 views

Error when compiling code with the Protege API

I am new to Protege API and I have just created on Eclipse a small application which uses an external OWL file. Also I did import all the necessary libraries. import java.util.Collection; import ...
0
votes
2answers
325 views

Creating a search application on Eclipse with GWT and Protege

Hi everyone I would like to create a search application connected to a RDF/OWL database on Eclipse. I would like to use the Google Widget Toolkit plugin for the front end and the Protege plugin for ...