query-3535dd8d49486e30fbd1a6eff7dc3863

rq turtle/ttl

Liste chronologique des présidents et présidentes de l'Association des archivistes suisses (VSA-AAS) select ?president ?presidentLabel ?start ?end ?image where { ?president p:P39 ?position. ?position ps:P39 wd:Q30461; pq:P642 wd:Q787796; pq:P580 ?start; #prendre l'année de début et non la date exacte, ou alors documenter celle-là! pq:P582 ?end. #prendre l'année de fin et non la date exacte, ou alors documenter celle-là! OPTIONAL {?president wdt:P18 ?image.} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,fr,it,en". } }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Liste chronologique des présidents et présidentes de l'Association des archivistes suisses (VSA-AAS)
select ?president ?presidentLabel ?start ?end ?image
where {
  ?president p:P39 ?position.
  ?position ps:P39 wd:Q30461;
            pq:P642 wd:Q787796;
            pq:P580 ?start; #prendre l'année de début et non la date exacte, ou alors documenter celle-là!
            pq:P582 ?end. #prendre l'année de fin et non la date exacte, ou alors documenter celle-là!
  OPTIONAL {?president wdt:P18 ?image.}
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de,fr,it,en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?end"):::projected v5("?image"):::projected v2("?position") v1("?president"):::projected v3("?start"):::projected c5(["wd:Q787796"]):::iri c10(["bd:serviceParam"]):::iri c3(["wd:Q30461"]):::iri c12(["#91;AUTO_LANGUAGE#93;,de,fr,it,en"]):::literal v1 --"p:P39"--> v2 v2 --"p:statement/P39"--> c3 v2 --"p:qualifier/P642"--> c5 v2 --"p:qualifier/P580"--> v3 v2 --"p:qualifier/P582"--> v4 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."p:direct/P18".-> v5 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end