query-d66315a604f6f6cc877092f860366c3b
Gib mir alle RDM-relevanten Konferenzen!
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#>
SELECT DISTINCT ?series ?seriesLabel ?seriesNunber ?p ?pLabel ?title ?start ?end ?website
WHERE
{
{
{?p wdt:P921 wd:Q30089794} UNION {?p wdt:P921 wd:Q1438053}
?p wdt:P31 wd:Q2020153 .
} UNION {
?p wdt:P179 ?s .
?s wdt:P31 wd:Q47258130 .
{?s wdt:P921 wd:Q30089794} UNION {?s wdt:P921 wd:Q1438053}
}
OPTIONAL {?p p:P179 ?statement1 . ?statement1 ps:P179 ?series . OPTIONAL {?statement1 pq:P1545 ?seriesNunber} .}
OPTIONAL {?p wdt:P1476 ?title }
OPTIONAL {?p wdt:P580 ?start}
OPTIONAL {?p wdt:P580 ?end}
OPTIONAL {?p wdt:P856 ?website}
SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?seriesLabel) xsd:integer(?seriesNunber) ASC(?pLabel) ASC(?start)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v10("?end"):::projected
v5("?p"):::projected
v3("?pLabel"):::projected
v6("?s")
v8("?series"):::projected
v1("?seriesLabel"):::projected
v2("?seriesNunber"):::projected
v4("?start"):::projected
v7("?statement1")
v9("?title"):::projected
v11("?website"):::projected
c5(["wd:Q2020153"]):::iri
c7(["wd:Q47258130"]):::iri
c3(["wd:Q1438053"]):::iri
c15(["bd:serviceParam"]):::iri
c2(["wd:Q30089794"]):::iri
c17(["de,en"]):::literal
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P179"--> v6
v6 --"p:direct/P31"--> c7
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P921"--> c3
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v6 --"p:direct/P921"--> c2
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c3
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v5 --"p:direct/P921"--> c2
end
union2r <== or ==> union2l
end
v5 --"p:direct/P31"--> c5
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:P179".-> v7
v7 --"p:statement/P179"--> v8
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".-> v9
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/P580".-> v10
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v5 -."p:direct/P856".-> v11
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c15 --"wikibase:language"--> c17
end