query-f3c0f3c650340f04db495dbb99e119a5

rq turtle/ttl

Satelliti radioamatoriali italiani SELECT ?item ?itemLabel ?cospar ?perigeo ?apogeo ?launchdate ?inclin ?period WHERE { ?item wdt:P31 wd:Q455647. # Istanza di satellite per radioamatori ?item wdt:P495 wd:Q38 OPTIONAL {?item wdt:P247 ?cospar. } OPTIONAL {?item wdt:P377 ?scn. }
OPTIONAL {?item wdt:P619 ?launchdate. }

OPTIONAL {?item wdt:P2243 ?apogeo. }
OPTIONAL {?item wdt:P2244 ?perigeo. }
OPTIONAL {?item wdt:P2045 ?inclin. }

OPTIONAL {?item wdt:P2146 ?period. }

SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en ". } # l'etichetta verrĂ  preferibilmente nella tua lingua, e altrimenti in inglese } ORDER BY ?launchdate

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#>
#Satelliti radioamatoriali italiani
SELECT ?item ?itemLabel ?cospar ?perigeo ?apogeo ?launchdate ?inclin ?period
WHERE 
{
  ?item wdt:P31 wd:Q455647. # Istanza di satellite per radioamatori
  ?item wdt:P495 wd:Q38
  OPTIONAL {?item wdt:P247 ?cospar. }
  OPTIONAL {?item wdt:P377 ?scn. }  
  OPTIONAL {?item wdt:P619 ?launchdate. }   

  OPTIONAL {?item wdt:P2243 ?apogeo. }   
  OPTIONAL {?item wdt:P2244 ?perigeo. }   
  OPTIONAL {?item wdt:P2045 ?inclin. }    

  OPTIONAL {?item wdt:P2146 ?period. }   

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en ". } # l'etichetta verrĂ  preferibilmente nella tua lingua, e altrimenti in inglese
}
ORDER BY ?launchdate

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?apogeo"):::projected v3("?cospar"):::projected v7("?inclin"):::projected v2("?item"):::projected v1("?launchdate"):::projected v6("?perigeo"):::projected v8("?period"):::projected v4("?scn") c2(["wd:Q455647"]):::iri c4(["wd:Q38"]):::iri c13(["bd:serviceParam"]):::iri c15(["#91;AUTO_LANGUAGE#93;,en "]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P495"--> c4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P247".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P377".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P619".-> v1 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2243".-> v5 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2244".-> v6 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2045".-> v7 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2146".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c13 --"wikibase:language"--> c15 end