query-b469d7ff6846dc4756be2922d3f61e10

rq turtle/ttl

...+ more info, speaker, inception date and GEPRIS-ID!

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  ?p ?pLabel ?pAltLabel ?pDescription ?speaker ?speakerLabel ?inception ?gepris ?geprisURL
WHERE 
{
  ?p wdt:P31 wd:Q98270496 .
  OPTIONAL { ?p wdt:P571 ?inception }
  OPTIONAL { ?p wdt:P488 ?speaker }
  OPTIONAL { ?p wdt:P4870 ?gepris }
  BIND (CONCAT("https://gepris.dfg.de/gepris/projekt/", ?gepris) AS ?geprisURL)
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de,en" . }
} ORDER BY ASC(?inception) ASC(?pLabel)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v5("?gepris"):::projected v6("?geprisURL"):::projected v1("?inception"):::projected v3("?p"):::projected v2("?pLabel"):::projected v4("?speaker"):::projected c7(["bd:serviceParam"]):::iri c9(["de,en"]):::literal c2(["wd:Q98270496"]):::iri v3 --"wdt:P31"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P571".-> v1 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P488".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v3 -."wdt:P4870".-> v5 end bind0[/"concat('https://gepris.dfg.de/gepris/projekt/',?gepris)"/] v5 --o bind0 bind0 --as--o v6 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end