Skip to content

Commit

Permalink
#214 correcting WD qids for queries
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 12, 2024
1 parent 8f4128c commit 8b4fead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SELECT

WHERE {
?lexeme dct:language wd:Q7838 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lexicalCategory wd:Q380057 ;
wikibase:lemma ?adverb .
FILTER(lang(?adverb) = "sw")
}
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ SELECT

WHERE {
?lexeme dct:language wd:Q7838 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lexicalCategory wd:Q4833830 ;
wikibase:lemma ?preposition .
FILTER(lang(?preposition) = "sw")
}

0 comments on commit 8b4fead

Please sign in to comment.