query-bb48d35b665c61e6cc55259fe8565e46

rq turtle/ttl

Mujeres mexicanas SELECT ?item ?itemLabel ?image (YEAR(?date_of_birth) AS ?year_of_birth) (YEAR(?date_of_death) AS ?year_of_death) ?country_of_birthLabel WHERE { ?item wdt:P21 wd:Q6581072 . ?item wdt:P27 wd:Q96 . OPTIONAL { ?item wdt:P18 ?image. } OPTIONAL { ?item wdt:P569 ?date_of_birth. } OPTIONAL { ?item wdt:P570 ?date_of_death. } OPTIONAL { ?item wdt:P19/wdt:P17 ?country_of_birth. } SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". } }

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#>
#Mujeres mexicanas
SELECT ?item ?itemLabel ?image (YEAR(?date_of_birth) AS ?year_of_birth) (YEAR(?date_of_death) AS ?year_of_death) ?country_of_birthLabel
WHERE
{
  ?item wdt:P21 wd:Q6581072 .
  ?item wdt:P27 wd:Q96 .
  OPTIONAL { ?item wdt:P18 ?image. }
  OPTIONAL { ?item wdt:P569 ?date_of_birth. }
  OPTIONAL { ?item wdt:P570 ?date_of_death. }
  OPTIONAL { ?item wdt:P19/wdt:P17 ?country_of_birth. }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "es,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?country_of_birth") v3("?date_of_birth"):::projected v4("?date_of_death"):::projected v2("?image"):::projected v1("?item"):::projected v6("?year_of_birth") v7("?year_of_death") a1((" ")) c13(["es,en"]):::literal c4(["wd:Q96"]):::iri c2(["wd:Q6581072"]):::iri c11(["bd:serviceParam"]):::iri v1 --"wdt:P21"--> c2 v1 --"wdt:P27"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> 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:P570".-> v4 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P19".-> a1 a1 --"wdt:P17"--> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c11 --"wikibase:language"--> c13 end bind0[/"year-from-dateTime(?date_of_birth)"/] v3 --o bind0 bind0 --as--o v6 bind1[/"year-from-dateTime(?date_of_death)"/] v4 --o bind1 bind1 --as--o v7