Browsing Interface : Welcome guest : log in
Home |  Graph |  ]  KB:  Language:   

Formal Language: 



KB Term:  Term intersection
English Word: 

  Sentence

Sigma KEE - Sentence
Sentence(Frase)

appearance as argument number 1
-------------------------


(disjointDecomposition Sentence Statement Supposition Question Request Order) Mid-level-ontology.kif 14230-14230 Frase e' disjuntamente decomponivel em Statement, Supposition, Question, Request, + Order
(documentation Sentence ChineseLanguage "这是以一种 Language 句法工整的说话。它至少包括一个谓词 和一个主语(可以是明确的或含蓄的),并用于表达一个 Proposition。") chinese_format.kif 3559-3560
(documentation Sentence EnglishLanguage "A syntactically well-formed formula of a Language. It includes, at minimum, a predicate and a subject (which may be explicit or implicit), and it expresses a Proposition.") Merge.kif 15465-15467
(subclass Sentence LinguisticExpression) Merge.kif 15464-15464 Frase e' uma sub-classe de Expressao Linguistica

appearance as argument number 2
-------------------------


(subclass Formula Sentence) Merge.kif 1547-1547 Formula e' uma sub-classe de Frase
(subclass Order Sentence) Mid-level-ontology.kif 14282-14282 Order e' uma sub-classe de Frase
(subclass Question Sentence) Mid-level-ontology.kif 14249-14249 Question e' uma sub-classe de Frase
(subclass Request Sentence) Mid-level-ontology.kif 14271-14271 Request e' uma sub-classe de Frase
(subclass Statement Sentence) Mid-level-ontology.kif 14232-14232 Statement e' uma sub-classe de Frase
(subclass Supposition Sentence) Mid-level-ontology.kif 14260-14260 Supposition e' uma sub-classe de Frase
(termFormat ChineseLanguage Sentence "句子") chinese_format.kif 1039-1039
(termFormat EnglishLanguage Sentence "sentence") english_format.kif 1289-1289
(termFormat FrenchLanguage Sentence "phrase") french_format.kif 717-717
(termFormat Hindi Sentence "vaakya") terms-hindi.txt 249-249
(termFormat ItalianLanguage Sentence "Frase") terms-it.txt 252-252
(termFormat JapaneseLanguage Sentence "文") japanese_format.kif 2401-2401
(termFormat PortugueseLanguage Sentence "Frase") portuguese_format.kif 669-669
(termFormat cb Sentence "hunahuna") terms-cb.txt 254-254
(termFormat cz Sentence "sentence") terms-cz.txt 287-287
(termFormat ro Sentence "propoziþie") relations-ro.kif 738-738
(termFormat tg Sentence "pangungusap") terms-tg.txt 253-253

appearance as argument number 3
-------------------------


(domain grammaticalRelation 2 Sentence) Mid-level-ontology.kif 24355-24355 O argumento numero 2 de grammaticalRelation e' uma instancia de Frase
(domain securityQA 2 Sentence) ComputingBrands.kif 4551-4551 O argumento numero 2 de securityQA e' uma instancia de Frase
(domain sententialObject 2 Sentence) Mid-level-ontology.kif 720-720 O argumento numero 2 de sententialObject e' uma instancia de Frase
(domain sententialSubject 2 Sentence) Mid-level-ontology.kif 728-728 O argumento numero 2 de sententialSubject e' uma instancia de Frase
(domain states 2 Sentence) Media.kif 1829-1829 O argumento numero 2 de states e' uma instancia de Frase
(domain truth 1 Sentence) Merge.kif 17012-17012 O argumento numero 1 de truth e' uma instancia de Frase

antecedent
-------------------------


(=>
    (and
        (instance ?COMM LinguisticCommunication)
        (agent ?COMM ?AGENT)
        (patient ?COMM ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (holdsDuring
        (WhenFn ?COMM)
        (states ?AGENT ?SENTENCE)))
Media.kif 1836-1842
(=>
    (and
        (instance ?ORDER Ordering)
        (result ?ORDER ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Order))
Mid-level-ontology.kif 14286-14291
(=>
    (and
        (instance ?QUESTION Questioning)
        (result ?QUESTION ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Question))
Mid-level-ontology.kif 14253-14258
(=>
    (and
        (instance ?R Regretting)
        (patient ?R ?T)
        (instance ?T Sentence))
    (truth ?T True))
Mid-level-ontology.kif 12976-12981
(=>
    (and
        (instance ?REQUEST Requesting)
        (result ?REQUEST ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Request))
Mid-level-ontology.kif 14275-14280
(=>
    (and
        (instance ?STATE Stating)
        (result ?STATE ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Statement))
Mid-level-ontology.kif 14235-14240
(=>
    (and
        (instance ?SUPPOSE Supposing)
        (result ?SUPPOSE ?SENTENCE)
        (instance ?SENTENCE Sentence))
    (instance ?SENTENCE Supposition))
Mid-level-ontology.kif 14264-14269
(=>
    (instance ?SENT Sentence)
    (exists (?PROP)
        (and
            (instance ?PROP Proposition)
            (containsInformation ?SENT ?PROP))))
Merge.kif 15469-15474
(=>
    (instance ?SENTENCE Sentence)
    (exists (?PHRASE1 ?PHRASE2)
        (and
            (instance ?PHRASE1 NounPhrase)
            (instance ?PHRASE2 VerbPhrase)
            (part ?PHRASE1 ?SENTENCE)
            (part ?PHRASE2 ?SENTENCE))))
Merge.kif 15354-15361

consequent
-------------------------


(=>
    (and
        (property ?ITEM ?VALUE)
        (instance ?VALUE TruthValue))
    (or
        (instance ?ITEM Sentence)
        (instance ?ITEM Proposition)))
Merge.kif 16995-17001
(=>
    (instance ?T Paragraph)
    (exists (?S)
        (and
            (instance ?S Sentence)
            (part ?S ?T))))
Mid-level-ontology.kif 709-714


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0 is open source software produced by Articulate Software and its partners