Skip to content

Commit

Permalink
Merge branch 'scribe-org:main' into wikidata
Browse files Browse the repository at this point in the history
  • Loading branch information
catreedle authored Oct 22, 2024
2 parents b718f02 + 399efe2 commit de48513
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 Tajik (Q9260) adjectives (Q34698) and the given forms.
# Enter this query at https://query.wikidata.org/.

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

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

0 comments on commit de48513

Please sign in to comment.