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 3212-3215
(domain subtitle 1 SymbolicString) Media.kif 3209-3209 Le nombre 1 argument de subtitle est une instance de cha�ne sympbolique
(domain subtitle 3 Language) Media.kif 3211-3211 Le nombre 3 argument de subtitle est une instance de langage
(domainSubclass subtitle 2 ContentBearingPhysical) Media.kif 3210-3210 Le nombre 2 argument de subtitle est une sous-classe de ContentBearingPhysical
(instance subtitle TernaryPredicate) Media.kif 3208-3208 subtitle est une instance de pr�dicat ternaire

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 65974-65974

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


(=>
    (and
        (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE)
        (subtitle ?SUBTITLE ?WORKTYPE ?LANGUAGE))
    (not
        (equal ?TITLE ?SUBTITLE)))
Media.kif 3227-3231
(=>
    (subtitle ?STRING ?WORKTYPE ?LANGUAGE)
    (exists (?TITLE)
        (and
            (instance ?TITLE SymbolicString)
            (instance ?TITLE LinguisticExpression)
            (titleInLanguage ?TITLE ?WORKTYPE ?LANGUAGE))))
Media.kif 3218-3224


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