query-8969be54b37a083c6ed08f1bba08b163

rq turtle/ttl

Campeões da série A do campeonato brasileiro

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 ?Campeonato_Brasileiro_de_Futebol___S_rie_A ?Campeonato_Brasileiro_de_Futebol___S_rie_ALabel ?vencido_por ?vencido_porLabel ?data_de_ocorr_ncia WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?Campeonato_Brasileiro_de_Futebol___S_rie_A wdt:P3450 wd:Q206813.
  OPTIONAL { ?Campeonato_Brasileiro_de_Futebol___S_rie_A wdt:P1346 ?vencido_por. }
  OPTIONAL { ?Campeonato_Brasileiro_de_Futebol___S_rie_A wdt:P585 ?data_de_ocorr_ncia. }
}
ORDER BY DESC(?data_de_ocorr_ncia)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?Campeonato_Brasileiro_de_Futebol___S_rie_A"):::projected v1("?data_de_ocorr_ncia"):::projected v3("?vencido_por"):::projected c2(["bd:serviceParam"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal c6(["wd:Q206813"]):::iri subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v2 --"wdt:P3450"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P1346".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P585".-> v1 end