Request different SPARQL ENDPOINT


/ Published in: SQL
Save to your folder(s)



Copy this code and paste it in your HTML
  1. bibleontology.com adopted SPARQL1.1
  2.  
  3. PREFIX bibleontology: <http://bibleontology.com/resource/>
  4. PREFIX dbo: <http://dbpedia.org/ontology/>
  5. PREFIX owl: <http://www.w3.org/2002/07/owl#>
  6. SELECT ?art ?abstract
  7. WHERE {
  8. SERVICE <http://bibleontology.com/sparql/> { bibleontology:Ezra owl:sameAs ?art . }
  9. SERVICE <http://dbpedia.org/sparql> { ?art dbo:abstract ?abstract . } }

URL: http://stackoverflow.com/questions/4841770/join-semantic-endpoints-in-sparql-query

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.