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 3168-3171
(domain originalTitle 1 SymbolicString) Media.kif 3165-3165
(domain originalTitle 3 Language) Media.kif 3167-3167
(domainSubclass originalTitle 2 ContentBearingPhysical) Media.kif 3166-3166
(instance originalTitle TernaryPredicate) Media.kif 3164-3164
(subrelation originalTitle titleInLanguage) Media.kif 3172-3172

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


(format ChineseLanguage originalTitle "%2 的 original title 在 %3 是 %1 ") domainEnglishFormat.kif 4054-4054
(format ChineseTraditionalLanguage originalTitle "%2 的 original title 在 %3 是 %1 ") domainEnglishFormat.kif 4053-4053
(format EnglishLanguage originalTitle "the original title of %2 in %3 is %1") domainEnglishFormat.kif 4052-4052
(termFormat EnglishLanguage originalTitle "original title") domainEnglishFormat.kif 65893-65893

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


(=>
    (and
        (titleInLanguage ?TITLE1 ?WORKTYPE ?LANG1)
        (originalTitle ?TITLE2 ?WORKTYPE ?LANG2)
        (not
            (equal ?LANG1 ?LANG2)))
    (translatedTitle ?TITLE1 ?WORKTYPE ?LANG1))
Media.kif 3250-3255
(=>
    (and
        (translatedTitle ?TRANS ?WORKTYPE ?LANG1)
        (originalTitle ?TITLE ?WORKTYPE ?LANG2))
    (and
        (not
            (equal ?TRANS ?TITLE))
        (not
            (equal ?LANG1 ?LANG2))))
Media.kif 3242-3248


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