query-110f7f8b6622ebb5108d3c5170659ab6

rq turtle/ttl

An was sind FDM-Organisationen interessiert? (Graph)

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#>
#defaultView:Graph
SELECT ?p ?pLabel ?ppicture  ?w ?wLabel ?wpicture ("EC0000" AS ?rgb) ("interested in" as ?edgeLabel)
WHERE 
{
  ?p wdt:P31/wdt:P279* wd:Q43229 . 
  ?p wdt:P2650 wd:Q30089794 .
  OPTIONAL {
    ?p wdt:P2650 ?w .
  }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "de" .
  }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?edgeLabel") v1("?p"):::projected v3("?rgb") v2("?w"):::projected a1((" ")) c9(["de"]):::literal c7(["bd:serviceParam"]):::iri c5(["wd:Q30089794"]):::iri c3(["wd:Q43229"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P2650"--> c5 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2650".-> v2 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind0[/"'EC0000'"/] bind0 --as--o v3 bind1[/"'interested in'"/] bind1 --as--o v4