Skip to content

Commit

Permalink
Minor formatting for Italian queries
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtavis committed Oct 16, 2024
1 parent 339a977 commit 74ecfbc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,40 +65,40 @@ WHERE {
?lexeme ontolex:lexicalForm ?pretFPSForm .
?pretFPSForm ontolex:representation ?pretFPS ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929218 .
}
}

# SPS
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretSPSForm .
?pretSPSForm ontolex:representation ?pretSPS ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929369 .
}
}

# TPS
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretTPSForm .
?pretTPSForm ontolex:representation ?pretTPS ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929447 .
}
}

# FPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretFPPForm .
?pretFPPForm ontolex:representation ?pretFPP ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929290 .
}
}

# SPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretSPPForm .
?pretSPPForm ontolex:representation ?pretSPP ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929403 .
}
}

# TPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretTPPForm .
?pretTPPForm ontolex:representation ?pretTPP ;
wikibase:grammaticalFeature wd:Q442485, wd:Q51929517 .
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,53 +20,41 @@ WHERE {
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretFPSForm .
?pretFPSForm ontolex:representation ?pretFPS ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q21714344 ;
wikibase:grammaticalFeature wd:Q110786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q21714344, wd:Q110786 .
}

# SPS
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretSPSForm .
?pretSPSForm ontolex:representation ?pretSPS ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q51929049 ;
wikibase:grammaticalFeature wd:Q110786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q51929049, wd:Q110786 .
}

# TPS
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretTPSForm .
?pretTPSForm ontolex:representation ?pretTPS ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q51929074 ;
wikibase:grammaticalFeature wd:Q110786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q51929074, wd:Q110786 .
}

# FPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretFPPForm .
?pretFPPForm ontolex:representation ?pretFPP ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q21714344 ;
wikibase:grammaticalFeature wd:Q146786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q21714344, wd:Q146786 .
}

# SPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretSPPForm .
?pretSPPForm ontolex:representation ?pretSPP ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q51929049 ;
wikibase:grammaticalFeature wd:Q146786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q51929049, wd:Q146786 .
}

# TPP
OPTIONAL {
?lexeme ontolex:lexicalForm ?pretTPPForm .
?pretTPPForm ontolex:representation ?pretTPP ;
wikibase:grammaticalFeature wd:Q442485 ;
wikibase:grammaticalFeature wd:Q51929074 ;
wikibase:grammaticalFeature wd:Q146786 ;
} .
wikibase:grammaticalFeature wd:Q442485, wd:Q51929074, wd:Q146786 .
}
}

0 comments on commit 74ecfbc

Please sign in to comment.