query-acfc6074f9f649c5fd3b88da3e9a29ed

rq turtle/ttl

Propertiesinstance of (P31)occupation (P106)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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Tree
SELECT ?coloriste ?coloristeLabel ?linkcoloriste ?bd ?bdLabel WHERE {

  ?coloriste wdt:P31 wd:Q5.
  ?coloriste wdt:P106 wd:Q1111648.
#  ?bd wdt:P31+ wd:Q1004.
  ?bd wdt:P50 ?coloriste.
  OPTIONAL {
    ?linkcoloriste schema:about ?coloriste .
    ?linkcoloriste schema:isPartOf <https://fr.wikipedia.org/> .
  }

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE], fr, en". }
}
ORDER BY ?coloristeLabel ?bdLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?bd"):::projected v2("?bdLabel"):::projected v3("?coloriste"):::projected v1("?coloristeLabel"):::projected v5("?linkcoloriste"):::projected c4(["wd:Q1111648"]):::iri c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;, fr, en"]):::literal c2(["wd:Q5"]):::iri c8([https://fr.wikipedia.org/]):::iri v3 --"wdt:P31"--> c2 v3 --"wdt:P106"--> c4 v4 --"wdt:P50"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v5 -."schema:about".-> v3 v5 --"schema:isPartOf"--> c8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end