query-0a645e6f7644eaeb35b4c02f3dac11e0

rq turtle/ttl

Propertiesinstance of (P31)based on (P144)

Use at

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 ?browser ?browserLabel 
WHERE {
  ?browser wdt:P31 wd:Q6368.
  ?browser wdt:P144 wd:Q698.

  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?browser"):::projected c4(["wd:Q698"]):::iri c6(["bd:serviceParam"]):::iri c2(["wd:Q6368"]):::iri c8(["en"]):::literal v1 --"wdt:P31"--> c2 v1 --"wdt:P144"--> c4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end