Skip to content

Commit

Permalink
Remove forms that were accidentally added
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 17, 2024
1 parent 13f4728 commit 7201596
Showing 1 changed file with 0 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,36 +5,9 @@
SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?adverb
?diminutive
?superlative
?comparative

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 .
}

# MARK: Comparative

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

0 comments on commit 7201596

Please sign in to comment.