Test: Difference between revisions
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#> | |||
|endpoint= | PREFIX dbo: <http://dbpedia.org/ontology/> | ||
SELECT ?country | |||
WHERE { | |||
?country rdf:type dbo:Country. | |||
} LIMIT 10 | |||
|endpoint = http://dbpedia.org/sparql | |||
}} | }} | ||
Revision as of 10:09, 20 April 2021
{{#sparqlcharts: PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> PREFIX dbo: <http://dbpedia.org/ontology/> SELECT ?country WHERE {
?country rdf:type dbo:Country.
} LIMIT 10 |endpoint = http://dbpedia.org/sparql }}