SPARQL Examples: Difference between revisions

From info216
(Blanked the page)
Tag: Blanking
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Lecture 3:SPARQL==


The KG4News knowledge graph can be accessed [[http://bg.i2s.uib.no/bigdata/ here]].
===Limit===
<syntaxhighlight>
SELECT ?p WHERE {
?s ?p ?o .
}
LIMIT 10</syntaxhighlight>
===Limit===
<syntaxhighlight>
</syntaxhighlight>

Latest revision as of 11:17, 10 January 2024