query-ef222922c10e8fb9c19d6564c4c5f2e2
PropertiesOpen Hub ID (P1972)
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 ?software ?softwareLabel ?valueLabel
{
?software wdt:P1972 ?value .
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en" }
}
LIMIT 1000
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?software"):::projected
v2("?value")
c3(["bd:serviceParam"]):::iri
c5(["en,en"]):::literal
v1 --"wdt:P1972"--> v2
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c3 --"wikibase:language"--> c5
end