query-e63e5b5ec8688feeaeba4d2d8a605e50

rq turtle/ttl

List of milkmaids

Use at

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#>
SELECT ?item ?itemLabel (GROUP_CONCAT(?country; SEPARATOR = ", ") as ?countries) ?itemDescription {
  ?item wdt:P106 wd:Q1934482 ; wdt:P27 [rdfs:label ?country] FILTER(LANG(?country) = "en")
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en,ru,uk". }
} GROUP BY ?item ?itemLabel ?itemDescription

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?countries") v1("?country"):::projected v2("?item"):::projected a1((" ")) c7(["bd:serviceParam"]):::iri c9(["#91;AUTO_LANGUAGE#93;,en,ru,uk"]):::literal c3(["wd:Q1934482"]):::iri f0[["?country = 'en'"]] f0 --> v1 v2 --"wdt:P106"--> c3 a1 --"rdfs:label"--> v1 v2 --"wdt:P27"--> a1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind2[/"?country"/] v1 --o bind2 bind2 --as--o v3