query-741301a11e7817316e0a30d0306bbc34
grammatical gender (Q162378) (Q1775415)feminine , (Q499327)masculine Two genders: (masculine in singular, feminin in plural). (L15976) délice, (L1021) amour, (L471) orgueSome rare weird cases like, famously the 3 nouns: ). (L25740) après-midiSome cases where dictionaries disagree on the gender (). (L621684) géologue, (L24230) pirateQuestion of the occupations (where masculine is sometimes - old-fashion? - be seen as neutral/general ; cases where masculine and feminine are the same
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX dct: <http://purl.org/dc/terms/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?genre ?genreLabel (COUNT(?l) AS ?nb) WHERE {
?l dct:language wd:Q150 ; p:P5185/ps:P5185 ?genre .
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
GROUP BY ?genre ?genreLabel
ORDER BY DESC(?nb)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?genre"):::projected
v2("?l"):::projected
v4("?nb")
a1((" "))
c6(["bd:serviceParam"]):::iri
c8(["#91;AUTO_LANGUAGE#93;,en"]):::literal
c2(["wd:Q150"]):::iri
v2 --"dct:language"--> c2
v2 --"p:P5185"--> a1
a1 --"p:statement/P5185"--> v3
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end
bind1[/"count(?l)"/]
v2 --o bind1
bind1 --as--o v4