query-dbd5d3a2a338e59490b01404f0a3a133
Thèses de l'Université de Montréal SELECT DISTINCT ?entity ?entityLabel ?value ?valueLabel
WHERE {
?entity wdt:P31/wdt:P279? wd:Q1266946 .
?entity wdt:P4101 wd:Q392189 .
?entity p:P1476 ?prop .
OPTIONAL { ?prop ps:P1476 ?value }
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Thèses de l'Université de Montréal
SELECT DISTINCT ?entity ?entityLabel ?value ?valueLabel
WHERE {
?entity wdt:P31/wdt:P279? wd:Q1266946 .
?entity wdt:P4101 wd:Q392189 .
?entity p:P1476 ?prop .
OPTIONAL { ?prop ps:P1476 ?value }
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;
v1("?entity"):::projected
v2("?prop")
v3("?value"):::projected
a1((" "))
c9(["bd:serviceParam"]):::iri
c2(["wd:Q1266946"]):::iri
c5(["wd:Q392189"]):::iri
c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal
v1 --"p:direct/P31"--> a1
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
a1 --"p:direct/P279"--> c2
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
end
union0r <== or ==> union0l
end
v1 --"p:direct/P4101"--> c5
v1 --"p:P1476"--> v2
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:statement/P1476".-> v3
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c9 --"wikibase:language"--> c11
end