query-06309f0c8e3125dedfc58cb78a3fb8df

rq turtle/ttl

Etudiants RADA n'ayant pas diplômétinyurl.com/gmaoed8usage pour propriété "novalue"

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdno: <http://www.wikidata.org/prop/novalue/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?student ?studentLabel where {
  ?student p:P69 ?school .
  ?school ps:P69 wd:Q523926 .
  ?school rdf:type wdno:P512 .
    SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en" .
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?school") v1("?student"):::projected c7(["bd:serviceParam"]):::iri c5(["p:novalue/P512"]):::iri c3(["wd:Q523926"]):::iri c9(["en"]):::literal v1 --"p:P69"--> v2 v2 --"p:statement/P69"--> c3 v2 --"a"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end