query-2487860cdf216bda3bc512173cd59fbe

rq turtle/ttl

الفنانات Female artists Female artists Umělkyně Kvindelige kunstnere Künstlerinnen Female artists Female artists Artistinoj Female artists Female artists Femmes artistes Female artists Female artists Female artists Artisti donne Female artists 여자 예술가 Female artists Female artists Female artists Vrouwelijke kunstenaars Female artists Female artists Female artists Художницы Female artists Kvinnliga artister Female artists Kadın sanatçılar Female artists Female artists 女艺人

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX schema: <http://schema.org/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
SELECT DISTINCT ?women ?women_label ?women_description
WHERE
{
       ?women wdt:P31 wd:Q5 .
       ?women wdt:P21 wd:Q6581072 .
       ?women wdt:P106/wdt:P279* wd:Q483501 . # artists
       OPTIONAL {?women rdfs:label ?women_label FILTER (LANG(?women_label) = "en")}.
       OPTIONAL {?women schema:description ?women_description FILTER (LANG(?women_description) = "en")}.
}
LIMIT 500

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?women"):::projected v1("?women_description"):::projected v2("?women_label"):::projected a1((" ")) c3(["wd:Q5"]):::iri c8(["wd:Q483501"]):::iri c5(["wd:Q6581072"]):::iri v3 --"wdt:P31"--> c3 v3 --"wdt:P21"--> c5 v3 --"wdt:P106"--> a1 a1 --"wdt:P279"--> c8 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v3 -."rdfs:label".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v3 -."schema:description".-> v1 end