Test: Difference between revisions

From RAJ INFO
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{#sparqlcharts:
{{#sparqlcharts:
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
QUERY
PREFIX dbo: <http://dbpedia.org/ontology/>
|endpoint=ENDPOINT
SELECT ?country
WHERE {
  ?country rdf:type dbo:Country.
} LIMIT 10
|endpoint = http://dbpedia.org/sparql
}}
}}

Revision as of 10:06, 20 April 2021

{{#sparqlcharts: QUERY |endpoint=ENDPOINT }}