query-2d457228286e99433f11c0397aae55dd
DSS with titles statements in this way. Given the first two columns, (P902)HDS ID Hi all! I would like to have a query listing all the
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?dss
WHERE { ?item wdt:P902 ?dss . }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?dss"):::projected
v1("?item"):::projected
v1 --"wdt:P902"--> v2