MediaWiki:SPARQL query service/queries/constraints: Difference between revisions

From KBTestWikibase
Jump to navigation Jump to search
(Created page with "=== All records with instance of (P1) Persons (Q17) === {{SPARQL|query= PREFIX wd: <http://data.ludap.lu/entity/> PREFIX wdt: <http://data.ludap.lu/prop/direct/> SELECT ?person ?personName WHERE { ?person wdt:P1 wd:Q17; wdt:P9 ?personName; SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY ?personName }}")
 
(Blanked the page)
Tag: Blanking
 
Line 1: Line 1:
=== All records with instance of (P1) Persons (Q17) ===
 
{{SPARQL|query=
PREFIX wd: <http://data.ludap.lu/entity/>
PREFIX wdt: <http://data.ludap.lu/prop/direct/>
SELECT ?person ?personName WHERE {
  ?person wdt:P1 wd:Q17;
    wdt:P9 ?personName;
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
} ORDER BY ?personName
}}

Latest revision as of 12:33, 12 July 2022