Skip to content

Commit dc521f7

Browse files
Chore: Update missing Wikidata query forms
1 parent 61876ed commit dc521f7

File tree

83 files changed

+3196
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+3196
-0
lines changed
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) 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+
?genitiveSingularConstruct
10+
?genitivePluralConstruct
11+
?genitiveDualConstruct
12+
?accusativeSingularConstruct
13+
?accusativePluralConstruct
14+
?accusativeDualConstruct
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q34698 ;
19+
wikibase:lemma ?adjective ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?genitiveSingularConstructForm .
24+
?genitiveSingularConstructForm ontolex:representation ?genitiveSingularConstruct ;
25+
wikibase:grammaticalFeature wd:Q146233, wd:Q110786, wd:Q1641446 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?genitivePluralConstructForm .
30+
?genitivePluralConstructForm ontolex:representation ?genitivePluralConstruct ;
31+
wikibase:grammaticalFeature wd:Q146233, wd:Q146786, wd:Q1641446 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?genitiveDualConstructForm .
36+
?genitiveDualConstructForm ontolex:representation ?genitiveDualConstruct ;
37+
wikibase:grammaticalFeature wd:Q146233, wd:Q110022, wd:Q1641446 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?accusativeSingularConstructForm .
42+
?accusativeSingularConstructForm ontolex:representation ?accusativeSingularConstruct ;
43+
wikibase:grammaticalFeature wd:Q146078, wd:Q110786, wd:Q1641446 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?accusativePluralConstructForm .
48+
?accusativePluralConstructForm ontolex:representation ?accusativePluralConstruct ;
49+
wikibase:grammaticalFeature wd:Q146078, wd:Q146786, wd:Q1641446 .
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: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
?nominativeSingularConstruct
10+
?nominativePluralConstruct
11+
?nominativeDualConstruct
12+
?pausalIndefiniteSingular
13+
?pausalDefiniteSingular
14+
?nominativePausalMasculineIndefiniteSingular
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q34698 ;
19+
wikibase:lemma ?adjective ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?nominativeSingularConstructForm .
24+
?nominativeSingularConstructForm ontolex:representation ?nominativeSingularConstruct ;
25+
wikibase:grammaticalFeature wd:Q131105, wd:Q110786, wd:Q1641446 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?nominativePluralConstructForm .
30+
?nominativePluralConstructForm ontolex:representation ?nominativePluralConstruct ;
31+
wikibase:grammaticalFeature wd:Q131105, wd:Q146786, wd:Q1641446 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?nominativeDualConstructForm .
36+
?nominativeDualConstructForm ontolex:representation ?nominativeDualConstruct ;
37+
wikibase:grammaticalFeature wd:Q131105, wd:Q110022, wd:Q1641446 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?pausalIndefiniteSingularForm .
42+
?pausalIndefiniteSingularForm ontolex:representation ?pausalIndefiniteSingular ;
43+
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997857, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?pausalDefiniteSingularForm .
48+
?pausalDefiniteSingularForm ontolex:representation ?pausalDefiniteSingular ;
49+
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997851, wd:Q110786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?nominativePausalMasculineIndefiniteSingularForm .
54+
?nominativePausalMasculineIndefiniteSingularForm ontolex:representation ?nominativePausalMasculineIndefiniteSingular ;
55+
wikibase:grammaticalFeature wd:Q131105, wd:Q117262361, wd:Q499327, wd:Q53997857, 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 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+
?accusativeDefiniteSingular
10+
?accusativeDefinitePlural
11+
?accusativeDefiniteDual
12+
?feminineIndefiniteSingular
13+
?feminineIndefinitePlural
14+
?masculineIndefiniteSingular
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q34698 ;
19+
wikibase:lemma ?adjective ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?accusativeDefiniteSingularForm .
24+
?accusativeDefiniteSingularForm ontolex:representation ?accusativeDefiniteSingular ;
25+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q110786 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?accusativeDefinitePluralForm .
30+
?accusativeDefinitePluralForm ontolex:representation ?accusativeDefinitePlural ;
31+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q146786 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?accusativeDefiniteDualForm .
36+
?accusativeDefiniteDualForm ontolex:representation ?accusativeDefiniteDual ;
37+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q110022 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?feminineIndefiniteSingularForm .
42+
?feminineIndefiniteSingularForm ontolex:representation ?feminineIndefiniteSingular ;
43+
wikibase:grammaticalFeature wd:Q1775415, wd:Q53997857, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?feminineIndefinitePluralForm .
48+
?feminineIndefinitePluralForm ontolex:representation ?feminineIndefinitePlural ;
49+
wikibase:grammaticalFeature wd:Q1775415, wd:Q53997857, wd:Q146786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?masculineIndefiniteSingularForm .
54+
?masculineIndefiniteSingularForm ontolex:representation ?masculineIndefiniteSingular ;
55+
wikibase:grammaticalFeature wd:Q499327, wd:Q53997857, 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 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+
?genitiveDefiniteSingular
10+
?genitiveDefinitePlural
11+
?genitiveDefiniteDual
12+
?accusativeIndefiniteSingular
13+
?accusativeIndefinitePlural
14+
?accusativeIndefiniteDual
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q34698 ;
19+
wikibase:lemma ?adjective ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?genitiveDefiniteSingularForm .
24+
?genitiveDefiniteSingularForm ontolex:representation ?genitiveDefiniteSingular ;
25+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q110786 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?genitiveDefinitePluralForm .
30+
?genitiveDefinitePluralForm ontolex:representation ?genitiveDefinitePlural ;
31+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q146786 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?genitiveDefiniteDualForm .
36+
?genitiveDefiniteDualForm ontolex:representation ?genitiveDefiniteDual ;
37+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q110022 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?accusativeIndefiniteSingularForm .
42+
?accusativeIndefiniteSingularForm ontolex:representation ?accusativeIndefiniteSingular ;
43+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?accusativeIndefinitePluralForm .
48+
?accusativeIndefinitePluralForm ontolex:representation ?accusativeIndefinitePlural ;
49+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q146786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?accusativeIndefiniteDualForm .
54+
?accusativeIndefiniteDualForm ontolex:representation ?accusativeIndefiniteDual ;
55+
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q110022 .
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 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+
?nominativeIndefiniteSingular
10+
?nominativeIndefinitePlural
11+
?nominativeIndefiniteDual
12+
?genitiveIndefiniteSingular
13+
?genitiveIndefinitePlural
14+
?genitiveIndefiniteDual
15+
16+
WHERE {
17+
?lexeme dct:language wd:Q13955 ;
18+
wikibase:lexicalCategory wd:Q34698 ;
19+
wikibase:lemma ?adjective ;
20+
schema:dateModified ?lastModified .
21+
22+
OPTIONAL {
23+
?lexeme ontolex:lexicalForm ?nominativeIndefiniteSingularForm .
24+
?nominativeIndefiniteSingularForm ontolex:representation ?nominativeIndefiniteSingular ;
25+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q110786 .
26+
}
27+
28+
OPTIONAL {
29+
?lexeme ontolex:lexicalForm ?nominativeIndefinitePluralForm .
30+
?nominativeIndefinitePluralForm ontolex:representation ?nominativeIndefinitePlural ;
31+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q146786 .
32+
}
33+
34+
OPTIONAL {
35+
?lexeme ontolex:lexicalForm ?nominativeIndefiniteDualForm .
36+
?nominativeIndefiniteDualForm ontolex:representation ?nominativeIndefiniteDual ;
37+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q110022 .
38+
}
39+
40+
OPTIONAL {
41+
?lexeme ontolex:lexicalForm ?genitiveIndefiniteSingularForm .
42+
?genitiveIndefiniteSingularForm ontolex:representation ?genitiveIndefiniteSingular ;
43+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q110786 .
44+
}
45+
46+
OPTIONAL {
47+
?lexeme ontolex:lexicalForm ?genitiveIndefinitePluralForm .
48+
?genitiveIndefinitePluralForm ontolex:representation ?genitiveIndefinitePlural ;
49+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q146786 .
50+
}
51+
52+
OPTIONAL {
53+
?lexeme ontolex:lexicalForm ?genitiveIndefiniteDualForm .
54+
?genitiveIndefiniteDualForm ontolex:representation ?genitiveIndefiniteDual ;
55+
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q110022 .
56+
}
57+
}
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
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+
?nominativeDefiniteSingular
10+
?nominativeDefinitePlural
11+
?nominativeDefiniteDual
12+
13+
WHERE {
14+
?lexeme dct:language wd:Q13955 ;
15+
wikibase:lexicalCategory wd:Q34698 ;
16+
wikibase:lemma ?adjective ;
17+
schema:dateModified ?lastModified .
18+
19+
OPTIONAL {
20+
?lexeme ontolex:lexicalForm ?nominativeDefiniteSingularForm .
21+
?nominativeDefiniteSingularForm ontolex:representation ?nominativeDefiniteSingular ;
22+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q110786 .
23+
}
24+
25+
OPTIONAL {
26+
?lexeme ontolex:lexicalForm ?nominativeDefinitePluralForm .
27+
?nominativeDefinitePluralForm ontolex:representation ?nominativeDefinitePlural ;
28+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q146786 .
29+
}
30+
31+
OPTIONAL {
32+
?lexeme ontolex:lexicalForm ?nominativeDefiniteDualForm .
33+
?nominativeDefiniteDualForm ontolex:representation ?nominativeDefiniteDual ;
34+
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q110022 .
35+
}
36+
}
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
?accusativeMasculineDual
10+
?accusativeMasculineSingularConstruct
11+
?accusativeMasculinePluralConstruct
12+
?accusativeMasculineDualConstruct
13+
14+
WHERE {
15+
?lexeme dct:language wd:Q13955 ;
16+
wikibase:lexicalCategory wd:Q34698 ;
17+
wikibase:lemma ?adjective ;
18+
schema:dateModified ?lastModified .
19+
20+
OPTIONAL {
21+
?lexeme ontolex:lexicalForm ?accusativeMasculineDualForm .
22+
?accusativeMasculineDualForm ontolex:representation ?accusativeMasculineDual ;
23+
wikibase:grammaticalFeature wd:Q146078, wd:Q499327, wd:Q110022 .
24+
}
25+
26+
OPTIONAL {
27+
?lexeme ontolex:lexicalForm ?accusativeMasculineSingularConstructForm .
28+
?accusativeMasculineSingularConstructForm ontolex:representation ?accusativeMasculineSingularConstruct ;
29+
wikibase:grammaticalFeature wd:Q146078, wd:Q499327, wd:Q110786, wd:Q1641446 .
30+
}
31+
32+
OPTIONAL {
33+
?lexeme ontolex:lexicalForm ?accusativeMasculinePluralConstructForm .
34+
?accusativeMasculinePluralConstructForm ontolex:representation ?accusativeMasculinePluralConstruct ;
35+
wikibase:grammaticalFeature wd:Q146078, wd:Q499327, wd:Q146786, wd:Q1641446 .
36+
}
37+
38+
OPTIONAL {
39+
?lexeme ontolex:lexicalForm ?accusativeMasculineDualConstructForm .
40+
?accusativeMasculineDualConstructForm ontolex:representation ?accusativeMasculineDualConstruct ;
41+
wikibase:grammaticalFeature wd:Q146078, wd:Q499327, wd:Q110022, wd:Q1641446 .
42+
}
43+
}

0 commit comments

Comments
 (0)