From 52e7bda5def52d2a1754bf584e0dc9f8686a7147 Mon Sep 17 00:00:00 2001 From: "John P. McCrae" Date: Tue, 26 Sep 2023 08:25:25 +0100 Subject: [PATCH 1/2] Combine mood and verbFormMood into a single property --- data/misc.ttl | 2 ++ data/morphosyntactic_properties.csv | 3 +-- data/values/Mood.csv | 4 ++++ data/values/VerbFormMood.csv | 8 -------- 4 files changed, 7 insertions(+), 10 deletions(-) delete mode 100644 data/values/VerbFormMood.csv diff --git a/data/misc.ttl b/data/misc.ttl index 055c870..4476b60 100644 --- a/data/misc.ttl +++ b/data/misc.ttl @@ -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 . diff --git a/data/morphosyntactic_properties.csv b/data/morphosyntactic_properties.csv index 88a5533..2a534dd 100644 --- a/data/morphosyntactic_properties.csv +++ b/data/morphosyntactic_properties.csv @@ -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 @@ -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 diff --git a/data/values/Mood.csv b/data/values/Mood.csv index 4abce30..112eede 100644 --- a/data/values/Mood.csv +++ b/data/values/Mood.csv @@ -1,4 +1,8 @@ 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." diff --git a/data/values/VerbFormMood.csv b/data/values/VerbFormMood.csv deleted file mode 100644 index 112eede..0000000 --- a/data/values/VerbFormMood.csv +++ /dev/null @@ -1,8 +0,0 @@ -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." From ecf2b4ba04c56541bbb03f47759fa7e8c278cdeb Mon Sep 17 00:00:00 2001 From: "John P. McCrae" Date: Mon, 9 Oct 2023 09:31:43 +0100 Subject: [PATCH 2/2] Add "supine" as a verb mood --- data/values/Mood.csv | 1 + 1 file changed, 1 insertion(+) diff --git a/data/values/Mood.csv b/data/values/Mood.csv index 112eede..c375671 100644 --- a/data/values/Mood.csv +++ b/data/values/Mood.csv @@ -6,3 +6,4 @@ 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."