query-41f65d31f37af5ebe2083654d4aa738b
Jura1(Q1002697)periodical (Q732577)publication
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
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 ?Property_ ?Property_Label ?Property_Description ?class_ ?class_Label ?relation_ ?relation_Label
WHERE {
wd:P968 p:P2302 ?constraint_statement .
?constraint_statement ps:P2302 wd:Q21503250 .
OPTIONAL {?constraint_statement pq:P2308 ?class_ .}
OPTIONAL {?constraint_statement pq:P2309 ?relation_ .}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?class_"):::projected
v1("?constraint_statement")
v3("?relation_"):::projected
c8(["bd:serviceParam"]):::iri
c4(["wd:Q21503250"]):::iri
c10(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c1(["wd:P968"]):::iri
c1 --"p:P2302"--> v1
v1 --"p:statement/P2302"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:qualifier/P2308".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:qualifier/P2309".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c8 --"wikibase:language"--> c10
end