query-bdbfe3b6c2327293c55312c44f07e520

rq turtle/ttl

Italian artificial satellites SELECT DISTINCT ?item ?itemLabel ?cospar ?perigeo ?apogeo ?launchdate ?inclin ?period WHERE
{ ?item p:P31/ps:P31/wdt:P279* wd:Q26540 . # 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 ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Italian artificial satellites
SELECT DISTINCT ?item ?itemLabel ?cospar ?perigeo ?apogeo ?launchdate ?inclin ?period
WHERE   
{
  ?item p:P31/ps:P31/wdt:P279* wd:Q26540  . # 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") a1((" ")) a2((" ")) c4(["wd:Q26540"]):::iri c6(["wd:Q38"]):::iri c15(["bd:serviceParam"]):::iri c17(["#91;AUTO_LANGUAGE#93;,en "]):::literal v2 --"p:P31"--> a1 a1 --"p:statement/P31"--> a2 a2 --"p:direct/P279"--> c4 v2 --"p:direct/P495"--> c6 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P247".-> v3 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P377".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P619".-> v1 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2243".-> v5 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2244".-> v6 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2045".-> v7 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v2 -."p:direct/P2146".-> v8 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c15 --"wikibase:language"--> c17 end