Skip to content

Commit

Permalink
smaller fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed Mar 20, 2024
1 parent c919f3d commit 4fbbd08
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# All Basque (Q8752) nouns.
# Enter this query at https://query.wikidata.org/.

SELECT
SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun
WHERE {
?noun WHERE {

# Nouns and pronouns.
VALUES ?nounTypes { wd:Q1084 wd:Q147276 }
?lexeme a ontolex:LexicalEntry ;
Expand Down

0 comments on commit 4fbbd08

Please sign in to comment.