Skip to content

Commit

Permalink
fix check error
Browse files Browse the repository at this point in the history
  • Loading branch information
VNW22 committed Oct 23, 2024
1 parent 23aa559 commit 90e268d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ SELECT
?presentPerfect
?imperative
?preterite
#?passiveInfinitive
#?passivePresent
?passiveInfinitive
?passivePresent
?activePresent

WHERE {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WHERE {
wikibase:grammaticalFeature wd:Q12717679, wd:Q1775461, wd:Q110786, wd:Q53997857 .
}

# MARK: singular definite past participle
# MARK: definite singular past participle
OPTIONAL {
?lexeme ontolex:lexicalForm ?definiteSingularPastParticipleForm .
?definiteSingularPastParticipleForm ontolex:representation ?definiteSingularPastParticiple ;
Expand Down

0 comments on commit 90e268d

Please sign in to comment.