query-64a175a8e17700efa00eba0b914a5164
Requête SPARQL sur l'ensemble des communes du département des Bouches-du-Rhône et les références des fonds déposés aux Archives départementales. SELECT ?commune ?communeLabel ?serviceArchivesLabel ?numInventaire WHERE { ?commune wdt:P31/wdt:P279* wd:Q484170; wdt:P131 wd:Q3240; wdt:P485 wd:Q2860505. ?commune p:P485 ?declaration_serviceArchives. ?declaration_serviceArchives ps:P485 ?serviceArchives. OPTIONAL {?declaration_serviceArchives pq:P217 ?numInventaire.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". } }
Use at
- https://query.wikidata.org/sparql
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#>
#Requête SPARQL sur l'ensemble des communes du département des Bouches-du-Rhône et les références des fonds déposés aux Archives départementales.
SELECT ?commune ?communeLabel ?serviceArchivesLabel ?numInventaire
WHERE
{
?commune wdt:P31/wdt:P279* wd:Q484170;
wdt:P131 wd:Q3240;
wdt:P485 wd:Q2860505.
?commune p:P485 ?declaration_serviceArchives.
?declaration_serviceArchives ps:P485 ?serviceArchives.
OPTIONAL
{?declaration_serviceArchives pq:P217 ?numInventaire.
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "fr". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?commune"):::projected
v2("?declaration_serviceArchives")
v4("?numInventaire"):::projected
v3("?serviceArchives")
a1((" "))
c7(["wd:Q2860505"]):::iri
c14(["fr"]):::literal
c12(["bd:serviceParam"]):::iri
c5(["wd:Q3240"]):::iri
c3(["wd:Q484170"]):::iri
v1 --"p:direct/P31"--> a1
a1 --"p:direct/P279"--> c3
v1 --"p:direct/P131"--> c5
v1 --"p:direct/P485"--> c7
v1 --"p:P485"--> v2
v2 --"p:statement/P485"--> v3
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v2 -."p:qualifier/P217".-> v4
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
end