Skip to content

Commit

Permalink
Update query_verbs.sparql (#422)
Browse files Browse the repository at this point in the history
* Update query_verbs.sparql

* Update query_verbs.sparql

* Remove forms as there's no data

---------

Co-authored-by: Andrew Tavis McAllister <[email protected]>
  • Loading branch information
Otom-obhazi and andrewtavis authored Oct 22, 2024
1 parent 003323d commit be3fb42
Showing 1 changed file with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?infinitive
?verb

WHERE {
?lexeme dct:language wd:Q9058 ;
wikibase:lexicalCategory wd:Q24905 .

# MARK: Infinitive

?lexeme ontolex:lexicalForm ?infinitiveForm .
?infinitiveForm ontolex:representation ?infinitive ;
wikibase:grammaticalFeature wd:Q179230 ;
?lexeme dct:language wd:Q9058 ;
wikibase:lexicalCategory wd:Q24905 ;
wikibase:lemma ?verb .
}

0 comments on commit be3fb42

Please sign in to comment.