emailconfirmed
952
edits
OlafJanssen (talk | contribs) |
OlafJanssen (talk | contribs) |
||
Line 136: | Line 136: | ||
<sparql tryit="1"> | <sparql tryit="1"> | ||
# mixing data from this Wikibase with data from Wikidata | # Federated querying: mixing data from this Wikibase with data from Wikidata | ||
PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | PREFIX skos: <http://www.w3.org/2004/02/skos/core#> | ||
Line 144: | Line 144: | ||
PREFIX wdt: <https://kbtestwikibase.wikibase.cloud/prop/direct/> | PREFIX wdt: <https://kbtestwikibase.wikibase.cloud/prop/direct/> | ||
SELECT ? | SELECT ?item ?itemLabel ?itemDescription | ||
?wikidataEquivalentURI | |||
? | |||
WHERE { | WHERE | ||
{ | |||
?item wikibase:identifiers ?b | |||
?item wdt:P1 ?wikidataEquivalentURI. | |||
SERVICE wikibase:label { bd:serviceParam wikibase:language "nl". } | |||
} | } | ||
ORDER BY ASC(xsd:integer(STRAFTER(STR(? | ORDER BY ASC(xsd:integer(STRAFTER(STR(?item), 'Q'))) | ||
</sparql> | </sparql> |