query-36beb7621c0adedcb858ad7f6606df91

rq turtle/ttl

Industrie aerospaziali italiane SELECT ?industria_aerospaziale ?industria_aerospazialeLabel ?placeLabel WHERE { { ?industria_aerospaziale wdt:P31 wd:Q936518. # Istanze di industrie aerospaziali } UNION { ?industria_aerospaziale wdt:P31 wd:Q4830453. # Istanza di impresa ?industria_aerospaziale wdt:P452 wd:Q936518. # settore di attività industria aereospaziale } ?industria_aerospaziale wdt:P17 wd:Q38. # Italiane

OPTIONAL { ?industria_aerospaziale wdt:P159 ?place } # Sede legale SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # l'etichetta verrà preferibilmente nella tua lingua, e altrimenti in inglese } order by ?industria_aerospazialeLabel

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#>
#Industrie aerospaziali italiane
SELECT ?industria_aerospaziale ?industria_aerospazialeLabel ?placeLabel
WHERE 
{
  {
    ?industria_aerospaziale wdt:P31 wd:Q936518. # Istanze di industrie aerospaziali
  } UNION
  {
    ?industria_aerospaziale wdt:P31 wd:Q4830453. # Istanza di impresa
    ?industria_aerospaziale wdt:P452 wd:Q936518. # settore di attività industria aereospaziale 
  }
  ?industria_aerospaziale wdt:P17 wd:Q38.        # Italiane

  OPTIONAL { ?industria_aerospaziale wdt:P159 ?place }  # Sede legale
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } # l'etichetta verrà preferibilmente nella tua lingua, e altrimenti in inglese
}
order by ?industria_aerospazialeLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?industria_aerospaziale"):::projected v1("?industria_aerospazialeLabel"):::projected v3("?place") c6(["wd:Q38"]):::iri c9(["bd:serviceParam"]):::iri c2(["wd:Q936518"]):::iri c3(["wd:Q4830453"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c3 v2 --"wdt:P452"--> c2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P31"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P17"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P159".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end