Skip to content

Commit

Permalink
Korean Noun Query (scribe-org#459)
Browse files Browse the repository at this point in the history
* korean noun pr

* korean noun pr

* Edits to Korean nouns query

* Move Korean nouns query to the appropriate dir

---------

Co-authored-by: Andrew Tavis McAllister <[email protected]>
  • Loading branch information
kyw0803 and andrewtavis authored Oct 22, 2024
1 parent 54b060c commit 5ad2861
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 Korean (Q9176) 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)
?noun

WHERE {
?lexeme dct:language wd:Q9176 ;
wikibase:lexicalCategory wd:Q1084 ;
wikibase:lemma ?noun .
}

0 comments on commit 5ad2861

Please sign in to comment.