Template:PersonList: Difference between revisions
From MaRDI portal
Created page with "{{#invoke:Module:PersonList|buildTableFromSparql |offset={{{offset|0}}} |limit={{{limit|10}}} }}" |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#invoke | {{#invoke:PersonList|buildTableFromSparql | ||
|offset={{{offset|0}}} | |offset={{{offset|0}}} | ||
|limit={{{limit|10}}} | |limit={{{limit|10}}} | ||
}} | }} | ||
Latest revision as of 21:56, 13 December 2023
No records found. Query: PREFIX wdt: <https://portal.mardi4nfdi.de/prop/direct/> PREFIX wd: <https://portal.mardi4nfdi.de/entity/>
SELECT ?item ?itemLabel WHERE {
?item wdt:P31 wd:Q57162.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
- ORDER BY ?itemLabel
LIMIT 10 OFFSET 0