query-9318558fe9ae424e9099f5806f6c8a0e

rq turtle/ttl

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 p:P485 ?statement. ?statement ps:P485 ?archives. #option avoir déposé ses archives dans une institution FILTER(?archives=wd:Q856640) # "only" La contemporaine
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

PREFIX wikibase: <http://wikiba.se/ontology#>
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 p:P485 ?statement. 
    ?statement ps:P485 ?archives. #option avoir déposé ses archives dans une institution
    FILTER(?archives=wd:Q856640)  # "only" La contemporaine  
    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