Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?nominativeSingularConstruct
?nominativePluralConstruct
?nominativeDualConstruct
?pausalIndefiniteSingular
?pausalDefiniteSingular
?nominativePausalMasculineIndefiniteSingular

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeSingularConstructForm .
?nominativeSingularConstructForm ontolex:representation ?nominativeSingularConstruct ;
wikibase:grammaticalFeature wd:Q131105, wd:Q110786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativePluralConstructForm .
?nominativePluralConstructForm ontolex:representation ?nominativePluralConstruct ;
wikibase:grammaticalFeature wd:Q131105, wd:Q146786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeDualConstructForm .
?nominativeDualConstructForm ontolex:representation ?nominativeDualConstruct ;
wikibase:grammaticalFeature wd:Q131105, wd:Q110022, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalIndefiniteSingularForm .
?pausalIndefiniteSingularForm ontolex:representation ?pausalIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997857, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalDefiniteSingularForm .
?pausalDefiniteSingularForm ontolex:representation ?pausalDefiniteSingular ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q53997851, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativePausalMasculineIndefiniteSingularForm .
?nominativePausalMasculineIndefiniteSingularForm ontolex:representation ?nominativePausalMasculineIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q131105, wd:Q117262361, wd:Q499327, wd:Q53997857, wd:Q110786 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?genitiveSingularConstruct
?genitivePluralConstruct
?genitiveDualConstruct
?accusativeSingularConstruct
?accusativePluralConstruct
?accusativeDualConstruct

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveSingularConstructForm .
?genitiveSingularConstructForm ontolex:representation ?genitiveSingularConstruct ;
wikibase:grammaticalFeature wd:Q146233, wd:Q110786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitivePluralConstructForm .
?genitivePluralConstructForm ontolex:representation ?genitivePluralConstruct ;
wikibase:grammaticalFeature wd:Q146233, wd:Q146786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveDualConstructForm .
?genitiveDualConstructForm ontolex:representation ?genitiveDualConstruct ;
wikibase:grammaticalFeature wd:Q146233, wd:Q110022, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeSingularConstructForm .
?accusativeSingularConstructForm ontolex:representation ?accusativeSingularConstruct ;
wikibase:grammaticalFeature wd:Q146078, wd:Q110786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativePluralConstructForm .
?accusativePluralConstructForm ontolex:representation ?accusativePluralConstruct ;
wikibase:grammaticalFeature wd:Q146078, wd:Q146786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeDualConstructForm .
?accusativeDualConstructForm ontolex:representation ?accusativeDualConstruct ;
wikibase:grammaticalFeature wd:Q146078, wd:Q110022, wd:Q1641446 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?nominativeDefiniteSingular
?nominativeDefinitePlural
?nominativeDefiniteDual
?feminineIndefiniteSingular
?feminineIndefinitePlural
?masculineIndefiniteSingular

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeDefiniteSingularForm .
?nominativeDefiniteSingularForm ontolex:representation ?nominativeDefiniteSingular ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeDefinitePluralForm .
?nominativeDefinitePluralForm ontolex:representation ?nominativeDefinitePlural ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeDefiniteDualForm .
?nominativeDefiniteDualForm ontolex:representation ?nominativeDefiniteDual ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997851, wd:Q110022 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?feminineIndefiniteSingularForm .
?feminineIndefiniteSingularForm ontolex:representation ?feminineIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q1775415, wd:Q53997857, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?feminineIndefinitePluralForm .
?feminineIndefinitePluralForm ontolex:representation ?feminineIndefinitePlural ;
wikibase:grammaticalFeature wd:Q1775415, wd:Q53997857, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?masculineIndefiniteSingularForm .
?masculineIndefiniteSingularForm ontolex:representation ?masculineIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q499327, wd:Q53997857, wd:Q110786 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?nominativeIndefiniteSingular
?nominativeIndefinitePlural
?nominativeIndefiniteDual
?accusativeIndefiniteSingular
?accusativeIndefinitePlural
?accusativeIndefiniteDual

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeIndefiniteSingularForm .
?nominativeIndefiniteSingularForm ontolex:representation ?nominativeIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeIndefinitePluralForm .
?nominativeIndefinitePluralForm ontolex:representation ?nominativeIndefinitePlural ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?nominativeIndefiniteDualForm .
?nominativeIndefiniteDualForm ontolex:representation ?nominativeIndefiniteDual ;
wikibase:grammaticalFeature wd:Q131105, wd:Q53997857, wd:Q110022 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeIndefiniteSingularForm .
?accusativeIndefiniteSingularForm ontolex:representation ?accusativeIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeIndefinitePluralForm .
?accusativeIndefinitePluralForm ontolex:representation ?accusativeIndefinitePlural ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeIndefiniteDualForm .
?accusativeIndefiniteDualForm ontolex:representation ?accusativeIndefiniteDual ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997857, wd:Q110022 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?genitiveDefiniteSingular
?genitiveDefinitePlural
?genitiveDefiniteDual
?accusativeDefiniteSingular
?accusativeDefinitePlural
?accusativeDefiniteDual

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveDefiniteSingularForm .
?genitiveDefiniteSingularForm ontolex:representation ?genitiveDefiniteSingular ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveDefinitePluralForm .
?genitiveDefinitePluralForm ontolex:representation ?genitiveDefinitePlural ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveDefiniteDualForm .
?genitiveDefiniteDualForm ontolex:representation ?genitiveDefiniteDual ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997851, wd:Q110022 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeDefiniteSingularForm .
?accusativeDefiniteSingularForm ontolex:representation ?accusativeDefiniteSingular ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeDefinitePluralForm .
?accusativeDefinitePluralForm ontolex:representation ?accusativeDefinitePlural ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?accusativeDefiniteDualForm .
?accusativeDefiniteDualForm ontolex:representation ?accusativeDefiniteDual ;
wikibase:grammaticalFeature wd:Q146078, wd:Q53997851, wd:Q110022 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?genitiveIndefiniteSingular
?genitiveIndefinitePlural
?genitiveIndefiniteDual

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveIndefiniteSingularForm .
?genitiveIndefiniteSingularForm ontolex:representation ?genitiveIndefiniteSingular ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q110786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveIndefinitePluralForm .
?genitiveIndefinitePluralForm ontolex:representation ?genitiveIndefinitePlural ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q146786 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?genitiveIndefiniteDualForm .
?genitiveIndefiniteDualForm ontolex:representation ?genitiveIndefiniteDual ;
wikibase:grammaticalFeature wd:Q146233, wd:Q53997857, wd:Q110022 .
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# tool: scribe-data
# All Arabic (Q13955) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?lastModified
?adjective
?pausalFeminineDefiniteDual
?pausalFeminineSingularConstruct
?pausalFemininePluralConstruct
?pausalFeminineDualConstruct

WHERE {
?lexeme dct:language wd:Q13955 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective ;
schema:dateModified ?lastModified .

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalFeminineDefiniteDualForm .
?pausalFeminineDefiniteDualForm ontolex:representation ?pausalFeminineDefiniteDual ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q1775415, wd:Q53997851, wd:Q110022 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalFeminineSingularConstructForm .
?pausalFeminineSingularConstructForm ontolex:representation ?pausalFeminineSingularConstruct ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q1775415, wd:Q110786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalFemininePluralConstructForm .
?pausalFemininePluralConstructForm ontolex:representation ?pausalFemininePluralConstruct ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q1775415, wd:Q146786, wd:Q1641446 .
}

OPTIONAL {
?lexeme ontolex:lexicalForm ?pausalFeminineDualConstructForm .
?pausalFeminineDualConstructForm ontolex:representation ?pausalFeminineDualConstruct ;
wikibase:grammaticalFeature wd:Q117262361, wd:Q1775415, wd:Q110022, wd:Q1641446 .
}
}
Loading