Skip to content

Commit

Permalink
smallest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed Mar 20, 2024
1 parent 4fbbd08 commit 9bf03d7
Show file tree
Hide file tree
Showing 80 changed files with 2 additions and 82 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb
WHERE {
?lexeme a ontolex:LexicalEntry ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb
WHERE {
?lexeme a ontolex:LexicalEntry ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9610 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender
WHERE {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
WHERE {
?lexeme a ontolex:LexicalEntry ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender
WHERE {
# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?preposition ?case
WHERE {
?lexeme a ontolex:LexicalEntry ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9056 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9035 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive ?presFPS ?presTPS ?simpPast ?pastPart WHERE {
?infinitive ?presFPS ?presTPS ?simpPast ?pastPart WHERE {
# Infinitive (required)
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q1860 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# Enter this query at https://query.wikidata.org/.

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
?singular ?plural WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q143 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?preposition ?case WHERE {

# Prepositions and postpositions.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9072 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q1412 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
?presFPS ?presSPS ?presTPS
?presFPP ?presSPP ?presTPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
?impFPS ?impSPS ?impTPS
?impFPP ?impSPP ?impTPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?preposition ?case WHERE {

?lexeme a ontolex:LexicalEntry ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Not SELECT DISTINCT as we want to get verbs with both sein and haben as auxiliaries
SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
?presFPS ?presSPS ?presTPS
?presFPP ?presSPP ?presTPP WHERE {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Not SELECT DISTINCT as we want to get verbs with both sein and haben as auxiliaries
SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive ?pastParticiple ?auxiliaryVerb
?pretFPS ?pretSPS ?pretTPS
?pretFPP ?pretSPP ?pretTPP WHERE {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q56475 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9288 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q11051 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9240 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?singular ?plural ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
?presFPS ?presSPS ?presTPS
?presFPP ?presSPP ?presTPP
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?infinitive
?impFPS ?impSPS ?impTPS
?impFPP ?impSPP ?impTPP WHERE {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q5287 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q36163 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun ?gender WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q397 ;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT DISTINCT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?noun WHERE {

# Nouns and pronouns.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

SELECT
(REPLACE(STR(?lexeme), "http://www.wikidata.org/entity/", "") as ?lexemeID)
OTHER_COLUMS_LIKE_NOUN_OR_VERB_ETC
?verb WHERE {
?lexeme a ontolex:LexicalEntry ;
dct:language wd:Q9237 ;
Expand Down
Loading

0 comments on commit 9bf03d7

Please sign in to comment.