Project:SPARQL/examples: Difference between revisions

Jump to navigation Jump to search
Line 70: Line 70:
}
}
</SPARQL>
</SPARQL>
==All resource types==
<SPARQL tryit="1">
PREFIX wb: <https://metabase.wikibase.cloud/entity/>
PREFIX wbt: <https://metabase.wikibase.cloud/prop/direct/>
SELECT ?item ?itemLabel
WHERE
{
?item wbt:P5 wb:Q22211 .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,[AUTO_LANGUAGE]". }
}
</SPARQL>
=Documents=
=Documents=
==Documents in languages other than Swedish==
==Documents in languages other than Swedish==

Navigation menu