query-b8db92cb62cb1bc26ba71fef36d74ee0
Propertiespart of (P361)follows (P155)followed by (P156)
Use at
- https://query.wikidata.org/sparql
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:Q2647380.
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")
c6(["wd:Q2647380"]):::iri
c2(["bd:serviceParam"]):::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