Skip to content

Commit

Permalink
#405 finalize Northern Sami and fix proper noun docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 24, 2024
1 parent 72eb10b commit 9329960
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Basque (Q8752) nouns (Q1084) and the given forms.
# All Basque (Q8752) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand All @@ -8,6 +8,6 @@ SELECT

WHERE {
?lexeme dct:language wd:Q8752 ;
wikibase:lexicalCategory wd:Q147276;
wikibase:lexicalCategory wd:Q147276 ;
wikibase:lemma ?properNoun .
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Bengali (Bangla Q9610) nouns (Q1084) and the given forms.
# All Bengali (Bangla Q9610) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All English (Q1860) nouns (Q1084) and the given forms.
# All English (Q1860) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Finnish (Q1412) nouns (Q1084) and the given forms.
# All Finnish (Q1412) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Hebrew (Q9288) nouns (Q1084) and the given forms.
# All Hebrew (Q9288) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Italian (Q652) nouns (Q1084) and the given forms.
# All Italian (Q652) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Japanese (Q5287) nouns (Q1084) and the given forms.
# All Japanese (Q5287) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Kurmanji (Q36163) nouns (Q1084) and the given forms.
# All Kurmanji (Q36163) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Malay (Q9237) nouns (Q1084) and the given forms.
# All Malay (Q9237) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Malayalam (Q36236) nouns (Q1084) and the given forms and the given forms.
# All Malayalam (Q36236) proper nouns (Q147276) and the given forms and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Polish (Q809) nouns (Q1084) and the given forms.
# All Polish (Q809) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Portuguese (Q5146) nouns (Q1084) and the given forms.
# All Portuguese (Q5146) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Gurmukhi (from Punjabi Q58635) nouns (Q1084) and the given forms.
# All Gurmukhi (from Punjabi Q58635) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

# Note: We need to filter for "pa" to select Gurmukhi words.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Shahmukhi (from Punjabi Q58635) nouns (Q1084) and the given forms.
# All Shahmukhi (from Punjabi Q58635) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

# Note: We need to filter for "pnb" to select Shahmukhi words.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Russian (Q7737) nouns (Q1084) and the given forms.
# All Russian (Q7737) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Northern Sami(Q33947) 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:Q33947 ;
wikibase:lexicalCategory wd:Q4833830 ;
wikibase:lemma ?preposition .
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# tool: scribe-data
# All Northern Sami(Q33947) nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

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

WHERE {
?lexeme dct:language wd:Q5146 ;
wikibase:lexicalCategory wd:Q147276 ;
wikibase:lemma ?properNoun .
}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Spanish (Q1321) nouns (Q1084) and the given forms.
# All Spanish (Q1321) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Tajik (Q9260) nouns (Q1084) and the given forms.
# All Tajik (Q9260) proper nouns (Q147276)s and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Tamil (Q5885) nouns (Q1084) and the given forms.
# All Tamil (Q5885) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# tool: scribe-data
# All Yoruba (Q34311) nouns (Q1084) and the given forms.
# All Yoruba (Q34311) proper nouns (Q147276) and the given forms.
# Enter this query at https://query.wikidata.org/.

SELECT
Expand Down

0 comments on commit 9329960

Please sign in to comment.