query-e946280a9ffafd6fd7bde039412abc72

rq turtle/ttl

An NFDI Beteiligte mit Eintrag im Lobbyregister

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#>
SELECT DISTINCT ?w ?wLabel ?lobbyregister
WHERE 
{
  {
    ?w wdt:P463 wd:Q105757481 .
  } UNION {
    ?p wdt:P31 wd:Q98270496 .
    ?p wdt:P1416 ?w . 
  }
  ?w wdt:P10301 ?lobbyregister .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,de" . }
}
ORDER BY ASC(?wLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?lobbyregister"):::projected v3("?p") v2("?w"):::projected v1("?wLabel"):::projected c8(["bd:serviceParam"]):::iri c2(["wd:Q105757481"]):::iri c10(["#91;AUTO_LANGUAGE#93;,en,de"]):::literal c4(["wd:Q98270496"]):::iri subgraph union0[" Union "] subgraph union0l[" "] style union0l fill:#abf,stroke-dasharray: 3 3; v3 --"wdt:P31"--> c4 v3 --"wdt:P1416"--> v2 end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v2 --"wdt:P463"--> c2 end union0r <== or ==> union0l end v2 --"wdt:P10301"--> v4 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c8 --"wikibase:language"--> c10 end