query-0975429d162c1881ed723cab2d9f36fe

rq turtle/ttl

Propertiespart of (P361)follows (P155)followed by (P156)

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 ?sous_serie ?sous_serieLabel ?précédé_parLabel ?suivi_parLabel WHERE {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  ?sous_serie wdt:P361 wd:Q162328.
  OPTIONAL { ?sous_serie wdt:P155 ?précédé_par. }
  OPTIONAL { ?sous_serie wdt:P156 ?suivi_par. }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?précédé_par") v1("?sous_serie"):::projected v3("?suivi_par") c2(["bd:serviceParam"]):::iri c6(["wd:Q162328"]):::iri c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c2 --"wikibase:language"--> c4 end v1 --"wdt:P361"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P155".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P156".-> v3 end