Changes

Jump to navigation Jump to search
no edit summary
Line 1: Line 1:  
{{SPARQL|query={{SPARQLcountry|country=Q681|legend=true}}|label=Japanese ecosystem|state=collapsed}}
 
{{SPARQL|query={{SPARQLcountry|country=Q681|legend=true}}|label=Japanese ecosystem|state=collapsed}}
 +
{{SPARQL|query=SELECT DISTINCT ?operator ?operatorLabel  ?project ?projectLabel  ?industry ?industryLabel
 +
WHERE {
 +
  {
 +
    ?operator pdiot:P3 pdio:Q401.
 +
    OPTIONAL {?operator pdiot:P44 ?industry.}
 +
    OPTIONAL {?project pdiot:P111 ?operator}
 +
    OPTIONAL {?project pdiot:P111 ?operator}
 +
    ?operator pdiot:P55 pdio:Q681.
 +
  }
 +
  UNION
 +
  {
 +
    ?project pdiot:P3 pdio:Q646.
 +
    OPTIONAL {?project pdiot:P111 ?operator}
 +
    OPTIONAL {?project pdiot:P111 ?operator}
 +
    ?project pdiot:P55 pdio:Q681.
 +
  }
 +
  SERVICE wikibase:label {
 +
    bd:serviceParam wikibase:language "en" .
 +
  }
 +
}
 +
LIMIT 10000
 +
|label=Japanese ecosystem with indsutry information|state=collapsed}}

Navigation menu