query-fef2677dd25dcd496b3b852bd6dd9b27
Propertiesinstance of (P31)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT ?item ?len ?den ?lhi ?dhi WHERE {
?item wdt:P31 wd:Q2465832.
OPTIONAL {
?item rdfs:label ?len.
FILTER((LANG(?len)) = "en")
}
OPTIONAL {
?item rdfs:label ?lhi.
FILTER((LANG(?lhi)) = "hi")
}
OPTIONAL {
?item schema:description ?den.
FILTER((LANG(?den)) = "en")
}
FILTER(NOT EXISTS {
?item schema:description ?dhi.
FILTER((LANG(?dhi)) = "hi")
})