query-e6faef4d29f7dd5a1e006abffcb19c27

rq turtle/ttl

Titles

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX target: <http://www.wikidata.org/entity/Q7758362>

SELECT
  ?title ?titleLabel
  ?titleDescription

  ("WikiDP&nbsp;↗" AS ?source)
  (?title AS ?sourceUrl)
WHERE {
  ?family <https://wikidp.wikibase.cloud/prop/direct/P6> target: .

  ?title <https://wikidp.wikibase.cloud/prop/direct/P23> ?family ;
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
ORDER BY DESC(?value)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?family") v4("?source") v5("?sourceUrl") v3("?title"):::projected v1("?value") c5(["bd:serviceParam"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal c2([http://www.wikidata.org/entity/Q7758362]):::iri v2 --https://wikidp.wikibase.cloud/prop/direct/P6--> c2 v3 --https://wikidp.wikibase.cloud/prop/direct/P23--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end bind0[/"'WikiDP&nbsp;↗'"/] bind0 --as--o v4 bind1[/"?title"/] v3 --o bind1 bind1 --as--o v5