query-aafe0b76137869cf86d977e20d8839da
Propertiesinstance of (P31)FAST ID (P2163)
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 DISTINCT ?typeLabel ?type
WHERE {
?s wdt:P31 ?type;
wdt:P2163 ?fast.
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
LIMIT 50
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?fast")
v1("?s")
v2("?type"):::projected
c4(["bd:serviceParam"]):::iri
c6(["en"]):::literal
v1 --"wdt:P31"--> v2
v1 --"wdt:P2163"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c4 --"wikibase:language"--> c6
end