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

Formal Language: 



KB Term:  Term intersection
English Word: 

  subtitle

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 3228-3231
(domain subtitle 1 SymbolicString) Media.kif 3225-3225 The number 1 argument of subtitle is an instance of symbolic string
(domain subtitle 3 Language) Media.kif 3227-3227 The number 3 argument of subtitle is an instance of language
(domainSubclass subtitle 2 ContentBearingPhysical) Media.kif 3226-3226 The number 2 argument of subtitle is a subclass of content bearing physical
(instance subtitle TernaryPredicate) Media.kif 3224-3224 subtitle is an instance of ternary predicate

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


(format ChineseLanguage subtitle "%1 是 sub-title 对于 %2 在 %1 ") domainEnglishFormat.kif 4710-4710
(format ChineseTraditionalLanguage subtitle "%1 是 sub-title 對於 %2 在 %1 ") domainEnglishFormat.kif 4709-4709
(format EnglishLanguage subtitle "%1 is a sub-title for %2 in %3") domainEnglishFormat.kif 4708-4708
(termFormat EnglishLanguage subtitle "subtitle") domainEnglishFormat.kif 65947-65947

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


(=>
    (and
        (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)
        (subtitle ?SUBTITLE ?WORKTYPE ?LANGUAGE))
    (not
        (equal ?TITLE ?SUBTITLE)))
Media.kif 3243-3247
(=>
    (subtitle ?STRING ?WORKTYPE ?LANGUAGE)
    (exists (?TITLE)
        (and
            (instance ?TITLE SymbolicString)
            (instance ?TITLE LinguisticExpression)
            (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE))))
Media.kif 3234-3240


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