Skip to content

Commit

Permalink
Update Greek and remove language with no data for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 24, 2024
1 parent 7f5586a commit 72eb10b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SELECT
?gender

WHERE {
?lexeme dct:language wd:Q36510;
?lexeme dct:language wd:Q36510 ;
wikibase:lexicalCategory wd:Q1084 ;
wikibase:lemma ?singular .

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Greek (Q36510) prepositions (Q4833830) and the given forms.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q36510 ;
wikibase:lexicalCategory wd:Q4833830 ;
wikibase:lemma ?preposition .
}

This file was deleted.

0 comments on commit 72eb10b

Please sign in to comment.