query-8778012c511e8e63bb37dc54c9a97e07

rq turtle/ttl

Propertiesinstance of (P31)headquarters location (P159)country (P17)net profit (P2295)employees (P1128)Slovak Registration ID (P8174)total revenue (P2139)point in time (P585) Propertiesinstance of (P31)headquarters location (P159)country (P17)net profit (P2295)employees (P1128)Slovak Registration ID (P8174)total revenue (P2139)point in time (P585) Propertiesinstance of (P31)headquarters location (P159)country (P17)net profit (P2295)employees (P1128)Slovak Registration ID (P8174)total revenue (P2139)point in time (P585)

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?hqLabel ?revenue ?revenueSt ?profit ?empl ?ico
WHERE
{
  ?item wdt:P31 wd:Q4830453 .
  ?item wdt:P159 ?hq . 
  ?hq wdt:P17 wd:Q214 .
  ?item p:P2139 ?revenueSt .
  ?revenueSt a wikibase:BestRank; ps:P2139 ?revenue .
  ?revenueSt pq:P585 ?date .
  OPTIONAL { ?item wdt:P2295 ?profit } . 
  OPTIONAL { ?item wdt:P1128 ?empl } .
  OPTIONAL { ?item wdt:P8174 ?ico } .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "sk,en" } .
}
ORDER BY DESC(?revenue)
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?date") v7("?empl"):::projected v3("?hq") v8("?ico"):::projected v2("?item"):::projected v6("?profit"):::projected v1("?revenue"):::projected v4("?revenueSt"):::projected c2(["wd:Q4830453"]):::iri c8(["wikibase:BestRank"]):::iri c5(["wd:Q214"]):::iri c15(["bd:serviceParam"]):::iri c17(["sk,en"]):::literal v2 --"p:direct/P31"--> c2 v2 --"p:direct/P159"--> v3 v3 --"p:direct/P17"--> c5 v2 --"p:P2139"--> v4 v4 --"a"--> c8 v4 --"p:statement/P2139"--> v1 v4 --"p:qualifier/P585"--> v5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2295".-> v6 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P1128".-> v7 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P8174".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c15 --"wikibase:language"--> c17 end