query-e3d1a046fa06e475324e084860f0ecb1
afficher tous les éléments (ID, Label, Description, référentiels), connus de Wikidata, qui dipose de la propriété "archivé par" (P485) pour une institution donnée.
regouper tous les référentiels dans une même cellule.
classer les éléments trouvés par genre ou sexe puis par ordre alphabéthique de Description et de Label.
SELECT DISTINCT ?item ?itemLabel ?itemDescription (GROUP_CONCAT(DISTINCT(?referentiel); separator=", ") as ?referentiels)
(GROUP_CONCAT(DISTINCT(?reference_URL); separator=", ") as ?reference_URLs) (SAMPLE(?reference_URL) as ?one_of_them)
WHERE {
?item wdt:P485 wd:Q856640. #élément archivé par une institution donnée
OPTIONAL {?item p:P485 ?statement.
?statement ps:P485 ?archives. #option avoir déposé ses archives dans une institution
OPTIONAL {?statement pq:P217 ?referentiel.} #option avoir pour qualificatif un numéro d'inventaire.
OPTIONAL {?statement prov:wasDerivedFrom/pr:P854 ?reference_URL.}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr,it,de,nl,en". }
}
GROUP BY ?item ?itemLabel ?itemDescription ?referentiels
ORDER BY ?itemDescription ?itemLabel
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 prov: <http://www.w3.org/ns/prov#>
PREFIX pr: <http://www.wikidata.org/prop/reference/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#afficher tous les éléments (ID, Label, Description, référentiels), connus de Wikidata, qui dipose de la propriété "archivé par" (P485) pour une institution donnée.
#regouper tous les référentiels dans une même cellule.
#classer les éléments trouvés par genre ou sexe puis par ordre alphabéthique de Description et de Label.
SELECT DISTINCT ?item ?itemLabel ?itemDescription (GROUP_CONCAT(DISTINCT(?referentiel); separator=", ") as ?referentiels)
(GROUP_CONCAT(DISTINCT(?reference_URL); separator=", ") as ?reference_URLs) (SAMPLE(?reference_URL) as ?one_of_them)
WHERE {
?item wdt:P485 wd:Q856640. #élément archivé par une institution donnée
OPTIONAL {?item p:P485 ?statement.
?statement ps:P485 ?archives. #option avoir déposé ses archives dans une institution
OPTIONAL {?statement pq:P217 ?referentiel.} #option avoir pour qualificatif un numéro d'inventaire.
OPTIONAL {?statement prov:wasDerivedFrom/pr:P854 ?reference_URL.}
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],fr,it,de,nl,en". }
}
GROUP BY ?item ?itemLabel ?itemDescription ?referentiels
ORDER BY ?itemDescription ?itemLabel
Query found at
- https://www.wikidata.org/wiki/User:Ren%C3%A9LC
- https://www.wikidata.org/wiki/Wikidata_talk:SPARQL_query_service/queries