query-b6b627ecae834613165e8ca423adb41a
...as a Map
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT DISTINCT ?series ?seriesShortname ?seriesLabel ?seriesNumber ?conference ?conferenceLabel ?conferenceShortname ?title ?start ?end ?place ?geo
WHERE
{
{
{?conference wdt:P921 wd:Q54837} UNION {?conference wdt:P921 wd:Q515701} UNION {?conference wdt:P921 wd:Q33002955}
?conference wdt:P31 wd:Q2020153 .
} UNION {
?conference wdt:P179 ?series .
{?series wdt:P921 wd:Q54837} UNION {?series wdt:P921 wd:Q515701} UNION {?conference wdt:P921 wd:Q33002955}
?series wdt:P31 wd:Q47258130 .
}
OPTIONAL {?conference p:P179 ?statement1 . ?statement1 ps:P179 ?series . OPTIONAL {?statement1 pq:P1545 ?seriesNumber} .}
OPTIONAL {?conference wdt:P1476 ?title }
OPTIONAL {?conference wdt:P580 ?start}
OPTIONAL {?conference wdt:P582 ?end}
OPTIONAL {?conference wdt:P856 ?website}
OPTIONAL {?series wdt:P1813 ?seriesShortname}
OPTIONAL {?conference wdt:P276 ?place}
OPTIONAL {?place wdt:P625 ?geo .}
OPTIONAL {?conference wdt:P1813 ?conferenceShortname}
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?seriesLabel) xsd:integer(?seriesNumber) ASC(?conferenceLabel) ASC(?start)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?conference"):::projected
v3("?conferenceLabel"):::projected
v14("?conferenceShortname"):::projected
v9("?end"):::projected
v13("?geo"):::projected
v12("?place"):::projected
v6("?series"):::projected
v1("?seriesLabel"):::projected
v2("?seriesNumber"):::projected
v11("?seriesShortname"):::projected
v4("?start"):::projected
v7("?statement1")
v8("?title"):::projected
v10("?website")
c2(["wd:Q54837"]):::iri
c3(["wd:Q515701"]):::iri
c6(["wd:Q2020153"]):::iri
c4(["wd:Q33002955"]):::iri
c8(["wd:Q47258130"]):::iri
c20(["bd:serviceParam"]):::iri
c22(["de,en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P179"--> v6
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c4
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P921"--> c3
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P921"--> c2
end
union1r <== or ==> union1l
end
v6 --"p:direct/P31"--> c8
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
subgraph union3[" Union "]
subgraph union3l[" "]
style union3l fill:#abf,stroke-dasharray: 3 3;
subgraph union4[" Union "]
subgraph union4l[" "]
style union4l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c4
end
subgraph union4r[" "]
style union4r fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c3
end
union4r <== or ==> union4l
end
end
subgraph union3r[" "]
style union3r fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c2
end
union3r <== or ==> union3l
end
v5 --"p:direct/P31"--> c6
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:P179".-> v7
v7 --"p:statement/P179"--> v6
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v7 -."p:qualifier/P1545".-> v2
end
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P1476".-> v8
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P580".-> v4
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P582".-> v9
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P856".-> v10
end
subgraph optional6["(optional)"]
style optional6 fill:#bbf,stroke-dasharray: 5 5;
v6 -."p:direct/P1813".-> v11
end
subgraph optional7["(optional)"]
style optional7 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P276".-> v12
end
subgraph optional8["(optional)"]
style optional8 fill:#bbf,stroke-dasharray: 5 5;
v12 -."p:direct/P625".-> v13
end
subgraph optional9["(optional)"]
style optional9 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P1813".-> v14
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c20 --"wikibase:language"--> c22
end