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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - subtitle
subtitle

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


(documentation subtitle EnglishLanguage "(subtitle ?STRING ?WORKTYPE ?LANGUAGE) means that in the Language ?LANGUAGE, ?STRING is an addendum or supplement to the title for instances of the ContentBearingPhysical ?WORKTYPE.") Media.kif 3210-3213
(domain subtitle 1 SymbolicString) Media.kif 3207-3207 The number 1 argument of subtitle is an instance of symbolic string
(domain subtitle 3 Language) Media.kif 3209-3209 The number 3 argument of subtitle is an instance of language
(domainSubclass subtitle 2 ContentBearingPhysical) Media.kif 3208-3208 The number 2 argument of subtitle is a subclass of content bearing physical
(instance subtitle TernaryPredicate) Media.kif 3206-3206 subtitle is an instance of ternary predicate

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


(format ChineseLanguage subtitle "%1 是 sub_title 对于 %2 在 %1 ") domainEnglishFormat.kif 4714-4714
(format ChineseTraditionalLanguage subtitle "%1 是 sub_title 對於 %2 在 %1 ") domainEnglishFormat.kif 4713-4713
(format EnglishLanguage subtitle "%1 is a sub_title for %2 in %3") domainEnglishFormat.kif 4712-4712
(termFormat EnglishLanguage subtitle "subtitle") domainEnglishFormat.kif 66005-66005

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


(=>
    (and
        (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)
        (subtitle ?SUBTITLE ?WORKTYPE ?LANGUAGE))
    (not
        (equal ?TITLE ?SUBTITLE)))
Media.kif 3225-3229
(=>
    (subtitle ?STRING ?WORKTYPE ?LANGUAGE)
    (exists (?TITLE)
        (and
            (instance ?TITLE SymbolicString)
            (instance ?TITLE LinguisticExpression)
            (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE))))
Media.kif 3216-3222


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



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