Tagged Questions

2
votes
1answer
189 views

how we can create a query based on SPARQL to see the value of some data type property?

I create this query: PREFIX VB: <http://VBnet#> SELECT ?x ?y WHERE { ?x VB:HasName ?y } HasName is one datatype property. When I run this query in Protege, system show me just the ...
0
votes
1answer
909 views

jena ontology api

i'm new to jena and protege.i did some stuff with these. i have some problems:: 1) Do i need to use sparql query to get the ontology classes,subclasses,property and values? or can do it with owl-api? ...
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
2answers
2k views

SPARQL query in Protege

I am trying to query my ontology through the Protégé Tool. But the result I am getting for my queries is "No Match Found". My SPARQL query is given below. SELECT ?g WHERE { ?g rdfs:subClassOf ...