query-dfb86e4e65b5f5a73526fee347b3d16d
Liste d'associations professionnelles dont le domaine est l'archivistique ou les membres sont archivistes SELECT DISTINCT ?item ?label ?nomcourt ?_logo WHERE { ?item wdt:P31/wdt:P279* wd:Q48204. {?item wdt:P101 wd:Q380313.} UNION {?item wdt:P101 wd:Q517656.} UNION {?item wdt:P3989 wd:Q635734.} UNION {?item wdt:P3989 wd:Q3499285.} OPTIONAL {?item wdt:P1813 ?nomcourt.} SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_Language],fr,de,it,en,es" . ?item rdfs:label ?label }
OPTIONAL { ?item wdt:P154 ?_logo. } } LIMIT 100
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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
# Liste d'associations professionnelles dont le domaine est l'archivistique ou les membres sont archivistes
SELECT DISTINCT ?item ?label ?nomcourt ?_logo WHERE {
?item wdt:P31/wdt:P279* wd:Q48204.
{?item wdt:P101 wd:Q380313.} UNION {?item wdt:P101 wd:Q517656.} UNION {?item wdt:P3989 wd:Q635734.} UNION {?item wdt:P3989 wd:Q3499285.}
OPTIONAL {?item wdt:P1813 ?nomcourt.}
SERVICE wikibase:label {
bd:serviceParam wikibase:language "[AUTO_Language],fr,de,it,en,es" .
?item rdfs:label ?label
}
OPTIONAL { ?item wdt:P154 ?_logo. }
}
LIMIT 100
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?_logo"):::projected
v1("?item"):::projected
v3("?label"):::projected
v2("?nomcourt"):::projected
a1((" "))
c3(["wd:Q48204"]):::iri
c14(["#91;AUTO_Language#93;,fr,de,it,en,es"]):::literal
c6(["wd:Q517656"]):::iri
c9(["wd:Q3499285"]):::iri
c5(["wd:Q380313"]):::iri
c12(["bd:serviceParam"]):::iri
c8(["wd:Q635734"]):::iri
v1 --"wdt:P31"--> a1
a1 --"wdt:P279"--> c3
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
subgraph union1[" Union "]
subgraph union1l[" "]
style union1l fill:#abf,stroke-dasharray: 3 3;
subgraph union2[" Union "]
subgraph union2l[" "]
style union2l fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P3989"--> c9
end
subgraph union2r[" "]
style union2r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P3989"--> c8
end
union2r <== or ==> union2l
end
end
subgraph union1r[" "]
style union1r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P101"--> c6
end
union1r <== or ==> union1l
end
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v1 --"wdt:P101"--> c5
end
union0r <== or ==> union0l
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P1813".-> v2
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c12 --"wikibase:language"--> c14
v1 --"rdfs:label"--> v3
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P154".-> v4
end