Skip to content

Commit

Permalink
Added Portugese Adjectives
Browse files Browse the repository at this point in the history
  • Loading branch information
GicharuElvis committed Oct 20, 2024
1 parent cd0280c commit c5b7e0f
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Portugese (Q5146) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q5146 ;
wikibase:lexicalCategory wd:Q34698 ;
wikibase:lemma ?adjective .
}

0 comments on commit c5b7e0f

Please sign in to comment.