Skip to content

Commit

Permalink
Merge pull request #403 from Otom-obhazi/patch-15
Browse files Browse the repository at this point in the history
Update query_adverbs.sparql
  • Loading branch information
andrewtavis authored Oct 17, 2024
2 parents e0f03ab + 7201596 commit 528ea82
Showing 1 changed file with 0 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,9 @@
SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?adverb
?diminutive
?superlative

WHERE {
?lexeme dct:language wd:Q1321 ;
wikibase:lexicalCategory wd:Q380057 ;
wikibase:lemma ?adverb .

# MARK: Diminutive

OPTIONAL {
?lexeme ontolex:lexicalForm ?diminutiveForm .
?diminutiveForm ontolex:representation ?diminutive ;
wikibase:grammaticalFeature wd:Q108709 .
}

# MARK: Superlative

OPTIONAL {
?lexeme ontolex:lexicalForm ?superlativeForm .
?superlativeForm ontolex:representation ?superlative ;
wikibase:grammaticalFeature wd:Q1817208 .
}
}

0 comments on commit 528ea82

Please sign in to comment.