Skip to content

Commit b41a474

Browse files
Chore: Update missing Wikidata query forms
1 parent 30465b7 commit b41a474

File tree

11 files changed

+388
-0
lines changed

11 files changed

+388
-0
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# tool: scribe-data
2+
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?adjective
9+
?pausalIndefiniteSingular
10+
?pausalDefiniteSingular
11+
12+
WHERE {
13+
?lexeme dct:language wd:Q13955 ;
14+
wikibase:lexicalCategory wd:Q34698 ;
15+
wikibase:lemma ?adjective ;
16+
schema:dateModified ?lastModified .
17+
18+
OPTIONAL {
19+
?lexeme ontolex:lexicalForm ?pausalIndefiniteSingularForm .
20+
?pausalIndefiniteSingularForm ontolex:representation ?pausalIndefiniteSingular ;
21+
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997857, wd:Q110786 .
22+
}
23+
24+
OPTIONAL {
25+
?lexeme ontolex:lexicalForm ?pausalDefiniteSingularForm .
26+
?pausalDefiniteSingularForm ontolex:representation ?pausalDefiniteSingular ;
27+
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997851, wd:Q110786 .
28+
}
29+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# tool: scribe-data
2+
# All Arabic (Q13955) nouns (Q1084) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?noun
9+
?nominativeIndefiniteDual
10+
?nominativeDualConstruct
11+
?genitiveIndefiniteDual
12+
?genitiveDualConstruct
13+
?accusativeIndefiniteDual
14+
?accusativeDualConstruct
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q1084 ;
19+
wikibase:lemma ?noun ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?nominativeIndefiniteDualForm .
24+
?nominativeIndefiniteDualForm ontolex:representation ?nominativeIndefiniteDual ;
25+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q110022 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?nominativeDualConstructForm .
30+
?nominativeDualConstructForm ontolex:representation ?nominativeDualConstruct ;
31+
wikibase:grammaticalFeature wd:Q131105, wd:Q110022, wd:Q1641446 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?genitiveIndefiniteDualForm .
36+
?genitiveIndefiniteDualForm ontolex:representation ?genitiveIndefiniteDual ;
37+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q110022 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?genitiveDualConstructForm .
42+
?genitiveDualConstructForm ontolex:representation ?genitiveDualConstruct ;
43+
wikibase:grammaticalFeature wd:Q146233, wd:Q110022, wd:Q1641446 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?accusativeIndefiniteDualForm .
48+
?accusativeIndefiniteDualForm ontolex:representation ?accusativeIndefiniteDual ;
49+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q110022 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?accusativeDualConstructForm .
54+
?accusativeDualConstructForm ontolex:representation ?accusativeDualConstruct ;
55+
wikibase:grammaticalFeature wd:Q146078, wd:Q110022, wd:Q1641446 .
56+
}
57+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# tool: scribe-data
2+
# All Czech (Q9056) adjectives (Q34698) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?adjective
9+
?instrumentalPlural
10+
11+
WHERE {
12+
?lexeme dct:language wd:Q9056 ;
13+
wikibase:lexicalCategory wd:Q34698 ;
14+
wikibase:lemma ?adjective ;
15+
schema:dateModified ?lastModified .
16+
17+
OPTIONAL {
18+
?lexeme ontolex:lexicalForm ?instrumentalPluralForm .
19+
?instrumentalPluralForm ontolex:representation ?instrumentalPlural ;
20+
wikibase:grammaticalFeature wd:Q192997, wd:Q146786 .
21+
}
22+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# tool: scribe-data
2+
# All German (Q188) adjectives (Q34698) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?adjective
9+
?genitive
10+
?dative
11+
?nominativeAccusative
12+
13+
WHERE {
14+
?lexeme dct:language wd:Q188 ;
15+
wikibase:lexicalCategory wd:Q34698 ;
16+
wikibase:lemma ?adjective ;
17+
schema:dateModified ?lastModified .
18+
19+
OPTIONAL {
20+
?lexeme ontolex:lexicalForm ?genitiveForm .
21+
?genitiveForm ontolex:representation ?genitive ;
22+
wikibase:grammaticalFeature wd:Q146233 .
23+
}
24+
25+
OPTIONAL {
26+
?lexeme ontolex:lexicalForm ?dativeForm .
27+
?dativeForm ontolex:representation ?dative ;
28+
wikibase:grammaticalFeature wd:Q145599 .
29+
}
30+
31+
OPTIONAL {
32+
?lexeme ontolex:lexicalForm ?nominativeAccusativeForm .
33+
?nominativeAccusativeForm ontolex:representation ?nominativeAccusative ;
34+
wikibase:grammaticalFeature wd:Q131105, wd:Q146078 .
35+
}
36+
}
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# tool: scribe-data
2+
# All Hausa (Q56475) adjectives (Q34698) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?adjective
9+
?singularPlural
10+
11+
WHERE {
12+
?lexeme dct:language wd:Q56475 ;
13+
wikibase:lexicalCategory wd:Q34698 ;
14+
wikibase:lemma ?adjective ;
15+
schema:dateModified ?lastModified .
16+
17+
OPTIONAL {
18+
?lexeme ontolex:lexicalForm ?singularPluralForm .
19+
?singularPluralForm ontolex:representation ?singularPlural ;
20+
wikibase:grammaticalFeature wd:Q110786, wd:Q146786 .
21+
}
22+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# tool: scribe-data
2+
# All Polish (Q809) adjectives (Q34698) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?adjective
9+
?nominativeMasculinePersonal
10+
?nominativeNotMasculinePersonal
11+
?accusativeMasculinePersonal
12+
?accusativeNotMasculinePersonal
13+
14+
WHERE {
15+
?lexeme dct:language wd:Q809 ;
16+
wikibase:lexicalCategory wd:Q34698 ;
17+
wikibase:lemma ?adjective ;
18+
schema:dateModified ?lastModified .
19+
20+
OPTIONAL {
21+
?lexeme ontolex:lexicalForm ?nominativeMasculinePersonalForm .
22+
?nominativeMasculinePersonalForm ontolex:representation ?nominativeMasculinePersonal ;
23+
wikibase:grammaticalFeature wd:Q131105, wd:Q27918551 .
24+
}
25+
26+
OPTIONAL {
27+
?lexeme ontolex:lexicalForm ?nominativeNotMasculinePersonalForm .
28+
?nominativeNotMasculinePersonalForm ontolex:representation ?nominativeNotMasculinePersonal ;
29+
wikibase:grammaticalFeature wd:Q131105, wd:Q54152717 .
30+
}
31+
32+
OPTIONAL {
33+
?lexeme ontolex:lexicalForm ?accusativeMasculinePersonalForm .
34+
?accusativeMasculinePersonalForm ontolex:representation ?accusativeMasculinePersonal ;
35+
wikibase:grammaticalFeature wd:Q146078, wd:Q27918551 .
36+
}
37+
38+
OPTIONAL {
39+
?lexeme ontolex:lexicalForm ?accusativeNotMasculinePersonalForm .
40+
?accusativeNotMasculinePersonalForm ontolex:representation ?accusativeNotMasculinePersonal ;
41+
wikibase:grammaticalFeature wd:Q146078, wd:Q54152717 .
42+
}
43+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# tool: scribe-data
2+
# All Portuguese (Q5146) verbs (Q24905) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?verb
9+
?feminineSingularCombinedPastParticiple
10+
?femininePluralCombinedPastParticiple
11+
?masculineSingularCombinedPastParticiple
12+
?masculinePluralCombinedPastParticiple
13+
14+
WHERE {
15+
?lexeme dct:language wd:Q5146 ;
16+
wikibase:lexicalCategory wd:Q24905 ;
17+
wikibase:lemma ?verb ;
18+
schema:dateModified ?lastModified .
19+
20+
OPTIONAL {
21+
?lexeme ontolex:lexicalForm ?feminineSingularCombinedPastParticipleForm .
22+
?feminineSingularCombinedPastParticipleForm ontolex:representation ?feminineSingularCombinedPastParticiple ;
23+
wikibase:grammaticalFeature wd:Q1775415, wd:Q110786, wd:Q12717679 .
24+
}
25+
26+
OPTIONAL {
27+
?lexeme ontolex:lexicalForm ?femininePluralCombinedPastParticipleForm .
28+
?femininePluralCombinedPastParticipleForm ontolex:representation ?femininePluralCombinedPastParticiple ;
29+
wikibase:grammaticalFeature wd:Q1775415, wd:Q146786, wd:Q12717679 .
30+
}
31+
32+
OPTIONAL {
33+
?lexeme ontolex:lexicalForm ?masculineSingularCombinedPastParticipleForm .
34+
?masculineSingularCombinedPastParticipleForm ontolex:representation ?masculineSingularCombinedPastParticiple ;
35+
wikibase:grammaticalFeature wd:Q499327, wd:Q110786, wd:Q12717679 .
36+
}
37+
38+
OPTIONAL {
39+
?lexeme ontolex:lexicalForm ?masculinePluralCombinedPastParticipleForm .
40+
?masculinePluralCombinedPastParticipleForm ontolex:representation ?masculinePluralCombinedPastParticiple ;
41+
wikibase:grammaticalFeature wd:Q499327, wd:Q146786, wd:Q12717679 .
42+
}
43+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# tool: scribe-data
2+
# All Russian (Q7737) proper_nouns (Q147276) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?propernoun
9+
?nominativeFeminineSingular
10+
?nominativeMasculineSingular
11+
?genitiveFeminineSingular
12+
?genitiveMasculineSingular
13+
?prepositionalFeminineSingular
14+
?prepositionalMasculineSingular
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q7737 ;
18+
wikibase:lexicalCategory wd:Q147276 ;
19+
wikibase:lemma ?propernoun ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?nominativeFeminineSingularForm .
24+
?nominativeFeminineSingularForm ontolex:representation ?nominativeFeminineSingular ;
25+
wikibase:grammaticalFeature wd:Q131105, wd:Q1775415, wd:Q110786 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?nominativeMasculineSingularForm .
30+
?nominativeMasculineSingularForm ontolex:representation ?nominativeMasculineSingular ;
31+
wikibase:grammaticalFeature wd:Q131105, wd:Q499327, wd:Q110786 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?genitiveFeminineSingularForm .
36+
?genitiveFeminineSingularForm ontolex:representation ?genitiveFeminineSingular ;
37+
wikibase:grammaticalFeature wd:Q146233, wd:Q1775415, wd:Q110786 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?genitiveMasculineSingularForm .
42+
?genitiveMasculineSingularForm ontolex:representation ?genitiveMasculineSingular ;
43+
wikibase:grammaticalFeature wd:Q146233, wd:Q499327, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?prepositionalFeminineSingularForm .
48+
?prepositionalFeminineSingularForm ontolex:representation ?prepositionalFeminineSingular ;
49+
wikibase:grammaticalFeature wd:Q2114906, wd:Q1775415, wd:Q110786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?prepositionalMasculineSingularForm .
54+
?prepositionalMasculineSingularForm ontolex:representation ?prepositionalMasculineSingular ;
55+
wikibase:grammaticalFeature wd:Q2114906, wd:Q499327, wd:Q110786 .
56+
}
57+
}
Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# tool: scribe-data
2+
# All Russian (Q7737) proper_nouns (Q147276) and the given forms.
3+
# Enter this query at https://query.wikidata.org/.
4+
5+
SELECT
6+
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
7+
?lastModified
8+
?propernoun
9+
?dativeFeminineSingular
10+
?dativeMasculineSingular
11+
?accusativeFeminineSingular
12+
?accusativeMasculineSingular
13+
?instrumentalFeminineSingular
14+
?instrumentalMasculineSingular
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q7737 ;
18+
wikibase:lexicalCategory wd:Q147276 ;
19+
wikibase:lemma ?propernoun ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?dativeFeminineSingularForm .
24+
?dativeFeminineSingularForm ontolex:representation ?dativeFeminineSingular ;
25+
wikibase:grammaticalFeature wd:Q145599, wd:Q1775415, wd:Q110786 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?dativeMasculineSingularForm .
30+
?dativeMasculineSingularForm ontolex:representation ?dativeMasculineSingular ;
31+
wikibase:grammaticalFeature wd:Q145599, wd:Q499327, wd:Q110786 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?accusativeFeminineSingularForm .
36+
?accusativeFeminineSingularForm ontolex:representation ?accusativeFeminineSingular ;
37+
wikibase:grammaticalFeature wd:Q146078, wd:Q1775415, wd:Q110786 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?accusativeMasculineSingularForm .
42+
?accusativeMasculineSingularForm ontolex:representation ?accusativeMasculineSingular ;
43+
wikibase:grammaticalFeature wd:Q146078, wd:Q499327, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?instrumentalFeminineSingularForm .
48+
?instrumentalFeminineSingularForm ontolex:representation ?instrumentalFeminineSingular ;
49+
wikibase:grammaticalFeature wd:Q192997, wd:Q1775415, wd:Q110786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?instrumentalMasculineSingularForm .
54+
?instrumentalMasculineSingularForm ontolex:representation ?instrumentalMasculineSingular ;
55+
wikibase:grammaticalFeature wd:Q192997, wd:Q499327, wd:Q110786 .
56+
}
57+
}

0 commit comments

Comments
 (0)