Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine mood and verbFormMood into a single property #40

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions data/misc.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,5 @@ lexinfo:RootMorph a owl:Class ;
rdfs:subClassOf ontolex:LexicalEntry ;
rdfs:comment "A root is the portion of a word that (a) is common to a set of derived or inflected forms, (b) is not further analyzable into meaningful elements, and (c) carries the principle portion of meaning of the words in which it functions (as defined by the SIL Glossary of Linguistic Terms, https://glossary.sil.org/term/root)."@en ;
rdfs:comment "After publishing OntoLex-Morph, this should be re-defined as a subclass of morph:Morph."@en .

lexinfo:verbFormMood owl:equivalentProperty lexinfo:mood .
3 changes: 1 addition & 2 deletions data/morphosyntactic_properties.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ finiteness,Property referring to finite and non-finite status of a verbal form.,
frequency,The relative commonness with which a term occurs.,No
gender,A grammatical category that indicates grammatical relationships between words in sentences.,No
modificationType,Refers to the prenominal or postnominal positions of determiners which distinguish different forms.,No
mood,"In TEI: contains information about the grammatical mood of verbs (e.g. indicative, subjunctive, imperative).",Yes
negative,denotes the negation or the absence,Yes
number,"Grammatical category for the variation in form of nouns, pronouns, and any words agreeing with them, depending on how many persons or things are referred to. // In many languages, the grammatical distinction that indicates the number of objects referred to by the term or word.",Yes
partOfSpeech,A category assigned to a word based on its grammatical and semantic properties. // Term used to describe how a particular word is used in a sentence.,No
Expand All @@ -19,5 +18,5 @@ referentType,Type of concrete object or concept (the referent) that an expressio
tense,Property referring to the way the grammar marks the time at which the action denoted by the verb took place.,Yes
termElement,Any logically significant portion of a larger term or lexeme.,No
termType,An attribute assigned to a lexeme or a term.,No
verbFormMood,"One of a set of distinctive forms that are used to signal modality. Modality is a facet of illocutionary point or general intent of a speaker, or a speaker's degree of commitment to the expressed proposition's believability, obligatoriness, desirability or reality.",No
mood,"One of a set of distinctive forms that are used to signal modality. Modality is a facet of illocutionary point or general intent of a speaker, or a speaker's degree of commitment to the expressed proposition's believability, obligatoriness, desirability or reality.",No
voice,"Way sentences may alter the relationship between the subject and object of a verb, without changing the meaning of the sentence.",No
5 changes: 5 additions & 0 deletions data/values/Mood.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
ID,Type,Definition
conditional,,A conditional relation is a logical relation in which the illocutionary act employing one of a pair of propositions is expressed or implied to be true or in force if the other proposition is true.
gerundive,,
imperative,,Mood used to express an order.
indicative,,Mood value used in the expression of statements and questions.
infinitive,,Mood cited as unmarked or base form.
participle,,Term referring to a word derived from a verb and used as an adjective.
subjunctive,,"Mood often used to express uncertainty, whishes or desires."
supine,,"A verbal noun used in some languages, such as Latin, after certain verbs."
8 changes: 0 additions & 8 deletions data/values/VerbFormMood.csv

This file was deleted.