query-9f93f93ad08738a51bef8c530c2917c5
(P1547)depends on software video game expansion packs / DLCs ]reply[13:00, 4 September 2020 (UTC)) talk (Jean-Fred. Does this make sense? There is some usage of it already (Q165929)StarCraft (P1547)depends on software (Q840409)StarCraft: Brood War and (Q302839)BioShock 2 (P1547)depends on software (Q24806656)BioShock 2: Minerva's Den − for example, (Q7889)video game ) and (Q1066707)downloadable content (and (Q209163)expansion pack It’s been floated to use this property to model the relationship between
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 bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?game ?gameLabel WHERE {
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
?item wdt:P1547 ?game.
?game wdt:P31/wdt:P279* wd:Q7889.
}
Query found at
- https://www.wikidata.org/wiki/Property_talk:P1547
- https://www.wikidata.org/wiki/Wikidata:Property_proposal/expansion_of
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?game"):::projected
v1("?item"):::projected
a1((" "))
c2(["bd:serviceParam"]):::iri
c4(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c8(["wd:Q7889"]):::iri
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c2 --"wikibase:language"--> c4
end
v1 --"wdt:P1547"--> v2
v2 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c8