query-cec20a3c25526bba59e88031a7bc185a
Propertiesacademic thesis (P1026)instance of (P31)full work available at URL (P953)
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?author ?authorLabel ?thesis ?typeLabel ?url WHERE {
?author wdt:P1026 ?thesis .
?thesis wdt:P31 ?type
OPTIONAL { ?thesis wdt:P953 ?url }
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en"
}
} ORDER BY ?typeLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?author"):::projected
v3("?thesis"):::projected
v4("?type")
v1("?typeLabel"):::projected
v5("?url"):::projected
c5(["bd:serviceParam"]):::iri
c7(["#91;AUTO_LANGUAGE#93;,mul,en"]):::literal
v2 --"wdt:P1026"--> v3
v3 --"wdt:P31"--> v4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v3 -."wdt:P953".-> v5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c5 --"wikibase:language"--> c7
end