query-238bbf4c90c6be713d9c33d1455267c7
Propertiesinstance of (P31)owned by (P127)part of (P361)
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?imprintLabel ?imprint ?ownerLabel ?owner ?partOfLabel ?partOf
WHERE {
?imprint wdt:P31 wd:Q2608849;
rdfs:label ?imprintLabel .
OPTIONAL {?imprint wdt:P127 ?owner }
OPTIONAL {?imprint wdt:P361 ?partOf }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
ORDER BY ?imprintLabel ?ownerLabel ?partOfLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?imprint"):::projected
v1("?imprintLabel"):::projected
v5("?owner"):::projected
v2("?ownerLabel"):::projected
v6("?partOf"):::projected
v3("?partOfLabel"):::projected
c7(["bd:serviceParam"]):::iri
c2(["wd:Q2608849"]):::iri
c9(["en"]):::literal
v4 --"wdt:P31"--> c2
v4 --"rdfs:label"--> v1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v4 -."wdt:P127".-> v5
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v4 -."wdt:P361".-> v6
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end