Skip to content

Commit

Permalink
korean noun pr
Browse files Browse the repository at this point in the history
  • Loading branch information
kyw0803 committed Oct 21, 2024
1 parent aafe5bb commit af0a1ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/scribe_data/language_data_extraction/Korean/query_nouns.sparql
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# tool: scribe-data
# Enter this query at https://query.wikidata.org/.

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

WHERE {
VALUES ?nounTypes {wd:Q36224 wd:Q1084}

?lexeme dct:language wd:Q9176 ;
wikibase:lexicalCategory ?nounTypes ;
wikibase:lemma ?pronoun
}

0 comments on commit af0a1ac

Please sign in to comment.