query-79e8c2ee65c72f62da4ab7dcdaae565a

rq turtle/ttl

erreurs de valeurs SELECT DISTINCT ?item ?itemLabel WHERE { { ?item wdt:P1435 wd:Q916475 . } UNION { ?item wdt:P1435 wd:Q916475 . } UNION { ?item wdt:P31 wd:Q10387575 . } UNION { ?item wdt:P31 wd:Q10387684 . } SERVICE wikibase:label { bd:serviceParam wikibase:language "fr" } . }

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#erreurs de valeurs
SELECT DISTINCT ?item ?itemLabel WHERE {
    { ?item wdt:P1435 wd:Q916475 . }
    UNION
    { ?item wdt:P1435 wd:Q916475 . }
    UNION
    { ?item wdt:P31 wd:Q10387575 . }
    UNION
    { ?item wdt:P31 wd:Q10387684 . }
    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("?item"):::projected c5(["wd:Q10387684"]):::iri c4(["wd:Q10387575"]):::iri c7(["bd:serviceParam"]):::iri c9(["fr"]):::literal c2(["wd:Q916475"]):::iri 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:P31"--> c5 end subgraph union2r[" "] style union2r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P31"--> c4 end union2r <== or ==> union2l end end subgraph union1r[" "] style union1r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P1435"--> c2 end union1r <== or ==> union1l end end subgraph union0r[" "] style union0r fill:#abf,stroke-dasharray: 3 3; v1 --"wdt:P1435"--> c2 end union0r <== or ==> union0l end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end