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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - originalTitle
originalTitle

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


(documentation originalTitle EnglishLanguage "(originalTitle ?STRING ?WORKTYPE ?LANGUAGE) means that in the Language ?LANGUAGE, ?STRING is the original title of instances of ContentBearingPhysical ?WORKTYPE, as specified in the ReferenceDescriptiveMetadataSet.") Media.kif 3170-3173
(domain originalTitle 1 SymbolicString) Media.kif 3167-3167
(domain originalTitle 3 Language) Media.kif 3169-3169
(domainSubclass originalTitle 2 ContentBearingPhysical) Media.kif 3168-3168
(instance originalTitle TernaryPredicate) Media.kif 3166-3166
(subrelation originalTitle titleInLanguage) Media.kif 3174-3174

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


(format ChineseLanguage originalTitle "%2 的 original title 在 %3 是 %1 ") domainEnglishFormat.kif 4058-4058
(format ChineseTraditionalLanguage originalTitle "%2 的 original title 在 %3 是 %1 ") domainEnglishFormat.kif 4057-4057
(format EnglishLanguage originalTitle "the original title of %2 in %3 is %1") domainEnglishFormat.kif 4056-4056
(termFormat EnglishLanguage originalTitle "original title") domainEnglishFormat.kif 65935-65935

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


(=>
    (and
        (titleInLanguage ?TITLE1 ?WORKTYPE ?LANG1)
        (originalTitle ?TITLE2 ?WORKTYPE ?LANG2)
        (not
            (equal ?LANG1 ?LANG2)))
    (translatedTitle ?TITLE1 ?WORKTYPE ?LANG1))
Media.kif 3252-3257
(=>
    (and
        (translatedTitle ?TRANS ?WORKTYPE ?LANG1)
        (originalTitle ?TITLE ?WORKTYPE ?LANG2))
    (and
        (not
            (equal ?TRANS ?TITLE))
        (not
            (equal ?LANG1 ?LANG2))))
Media.kif 3244-3250


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