The SERVICE keyword in SPARQL allows the query to call out to another
SPARQL endpoint.
Andy
On 20/04/16 15:23, kumar rohit wrote:
Hello
How can we read a file from Protege and web i-e dbpedia in one SParql query
using Jena code.
Suppose I have subject and predicate from my Protege ontology and Object
from Dbpedia like:
Mod:EiffelTower Mod:resides_In ?var (?var should be France from Dbpedia
resource)
How can we write the query in Jena? Is it necessary that first we will
import/read the entire Protege file in Jena or some other way exists?