query-3ec8cb9b2baf20e8582908dc4fe0efe1

rq turtle/ttl

Propertiessex or gender (P21)occupation (P106)member of (P463)image (P18)instance of (P31)author (P50)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ("00FFFF" AS ?rgb) ?itemLabel ?image  ?pub ?pubLabel
WHERE 
{
  ?item wdt:P21 wd:Q6581072.
  ?item wdt:P106 wd:Q82594.
  ?item wdt:P463 wd:Q127992.
  OPTIONAL {?item wdt:P18 ?image.}
  ?pub wdt:P31 wd:Q13442814.
  ?pub wdt:P50 ?item.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?image"):::projected v1("?item"):::projected v3("?pub"):::projected v4("?rgb") c2(["wd:Q6581072"]):::iri c6(["wd:Q127992"]):::iri c4(["wd:Q82594"]):::iri c9(["wd:Q13442814"]):::iri c12(["bd:serviceParam"]):::iri c14(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P21"--> c2 v1 --"wdt:P106"--> c4 v1 --"wdt:P463"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v2 end v3 --"wdt:P31"--> c9 v3 --"wdt:P50"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c12 --"wikibase:language"--> c14 end bind0[/"'00FFFF'"/] bind0 --as--o v4