This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Full query gives timeout | |
SELECT ?entity ?entityLabel | |
WHERE | |
{ | |
?item_type wdt:P279 wd:Q1269299 . # Item's type is a subclass of type of business entity | |
?business_entity wdt:P31 ?item_type . | |
?entity rdfs:label ?entityLabel . | |
?entity skos:altLabel ?alternativeNames . | |
FILTER (lang(?alternativeNames) = "de") |
OlderNewer