query-757fac4a277aa91f2e54b3bcddd03dcc

rq turtle/ttl

Cuadros que representan caballos en el barroco

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 ?cuadro ?cuadroLabel ?autorLabel (year(?DateCrea) as ?AnneeCrea)
WHERE {
  ?cuadro wdt:P31 wd:Q3305213 .
       ?cuadro wdt:P571 ?DateCrea .
       ?cuadro wdt:P180 wd:Q726 .
?cuadro wdt:P135 wd:Q37853 .
       ?cuadro wdt:P170 ?autor 
 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; v4("?AnneeCrea") v2("?DateCrea"):::projected v3("?autor") v1("?cuadro"):::projected c7(["wd:Q37853"]):::iri c2(["wd:Q3305213"]):::iri c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal c5(["wd:Q726"]):::iri v1 --"wdt:P31"--> c2 v1 --"wdt:P571"--> v2 v1 --"wdt:P180"--> c5 v1 --"wdt:P135"--> c7 v1 --"wdt:P170"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end bind0[/"year-from-dateTime(?DateCrea)"/] v2 --o bind0 bind0 --as--o v4