query-68cf89118b6eeb8556bc7ab64ea76058

rq turtle/ttl

participant béru SELECT ?B_rurier_Noir ?occupation ?occupationLabel ?date_de_naissance ?image ?B_rurier_NoirLabel ?date_de_d_c_s WHERE { SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } ?B_rurier_Noir wdt:P463 wd:Q1019489. OPTIONAL { ?B_rurier_Noir wdt:P106 ?occupation. } OPTIONAL { ?B_rurier_Noir wdt:P569 ?date_de_naissance. } OPTIONAL { ?B_rurier_Noir wdt:P18 ?image. } OPTIONAL { ?B_rurier_Noir wdt:P570 ?date_de_d_c_s. } } LIMIT 100

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#>
# participant béru
SELECT ?B_rurier_Noir ?occupation ?occupationLabel ?date_de_naissance ?image ?B_rurier_NoirLabel ?date_de_d_c_s WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?B_rurier_Noir wdt:P463 wd:Q1019489.
  OPTIONAL { ?B_rurier_Noir wdt:P106 ?occupation. }
  OPTIONAL { ?B_rurier_Noir wdt:P569 ?date_de_naissance. }
  OPTIONAL { ?B_rurier_Noir wdt:P18 ?image. }
  OPTIONAL { ?B_rurier_Noir wdt:P570 ?date_de_d_c_s. }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?B_rurier_Noir"):::projected v5("?date_de_d_c_s"):::projected v3("?date_de_naissance"):::projected v4("?image"):::projected v2("?occupation"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q1019489"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P463"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P106".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P569".-> v3 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P570".-> v5 end