Skip to content

Commit

Permalink
Update query_adverbs.sparql
Browse files Browse the repository at this point in the history
added comparative
  • Loading branch information
Otom-obhazi authored Oct 17, 2024
1 parent 801b3ad commit 13f4728
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ SELECT
?adverb
?diminutive
?superlative
?comparative

WHERE {
?lexeme dct:language wd:Q1321 ;
Expand All @@ -28,4 +29,12 @@ WHERE {
?superlativeForm ontolex:representation ?superlative ;
wikibase:grammaticalFeature wd:Q1817208 .
}

# MARK: Comparative

OPTIONAL {
?lexeme ontolex:lexicalForm ?comparativeForm .
?comparativeForm ontolex:representation ?comparative ;
wikibase:grammaticalFeature wd:Q14169499 .
}
}

0 comments on commit 13f4728

Please sign in to comment.