Skip to content

Commit

Permalink
removing the plural label from the query as it's in the SELECT clause
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAI2003 committed Oct 24, 2024
1 parent 21c4a97 commit 6863109
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# tool: scribe-data
# All Italian (Q652) proper nouns (Q147276) and the given forms.
# All Italian (Q652) nouns (Q1084) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") AS ?lexemeID)
?singular
?plural
?gender

WHERE {
Expand Down

0 comments on commit 6863109

Please sign in to comment.