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

Formal Language: 



KB Term:  Term intersection
English Word: 

Sigma KEE - domain
domain

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


(documentation domain ChineseLanguage "为声明某种特定关系参数的类型, 提供一个便利计算机和应用启发 式运算的机制。公式(domain ?REL ?INT ?CLASS)的意思是在?REL关系中,每个元组的第?INT个元素,必须是 ?CLASS种的一个实例。 指定参数类型对维护知识本体甚有裨益。 表示知识的系统可以使用这些规范来把术语分类, 并检查系统的完整性约束有否受到破坏。如果出现某个Relation参数类型的限制,还没有在知识本体内现有 SetOrClass 定义所描述时,可以使用 UnionFnIntersectionFn 等这些功能,来逐一指定该 SetOrClass 的限制。") chinese_format.kif 1380-1385
(documentation domain EnglishLanguage "Provides a computationally and heuristically convenient mechanism for declaring the argument types of a given relation. The formula (domain ?REL ?INT ?CLASS) means that the ?INT'th element of each tuple in the relation ?REL must be an instance of ?CLASS. Specifying argument types is very helpful in maintaining ontologies. Representation systems can use these specifications to classify terms and check integrity constraints. If the restriction on the argument type of a Relation is not captured by a Class already defined in the ontology, one can specify a Class compositionally with the functions UnionFn, IntersectionFn, etc.") Merge.kif 211-219
(documentation domain JapaneseLanguage "特定の関係の引数タイプを宣言するための計算および ヒューリスティックに便利なメカニズムの提供。 式 (domain ?REL ?INT ?CLASS) とは、リレーション ?RELのそれぞれのタプルの?INT番目の要素が?CLASSのインスタンスでなければならない、という意味である。 引数タイプを指定することはオントロジーの維持に非常に役立つ。 表現システムは、これらの仕様を使用して 用語を分類し、整合性制約を確認する。Relation の引数タイプの制限が、すでにオントロジーで定義され ている SetOrClass でキャプチャされない場合、UnionFnIntersectionFn などの関数を使用して 構成的に SetOrClass を指定できる。") japanese_format.kif 38-44
(documentation domain SpanishLanguage "Provee un mecanismo computacionalmente y de manera heurística conveniente para declarar los tipos de argumentos en una relación dada. La fórmula (domain ?REL ?INT ?CLASS) significa que el ?INT-ésimo elemento de cada tupla en la relación ?REL debe ser una instancia de ?CLASS. Especificar los tipos de argumentos es muy util para mantener una ontología. Los sistemas de representación pueden usar estas especificaciones para clasificar términos y verificar las restricciones de integridad. Si la restricción en el tipo de argumento Relation no es capturado por un SetOrClass ya definido, se puede especificar un SetOrClass composicionalmente con las funciones UnionFn, IntersectionFn, etc.") spanish_format.kif 40-48
(domain domain 1 Relation) Merge.kif 208-208 O argumento numero 1 de domain e' uma instancia de Relacao
(domain domain 2 PositiveInteger) Merge.kif 209-209 O argumento numero 2 de domain e' uma instancia de Inteiro positivo
(domain domain 3 Class) Merge.kif 210-210 O argumento numero 3 de domain e' uma instancia de Classe
(instance domain TernaryPredicate) Merge.kif 207-207 domain e' uma instancia de Predicado Ternario

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


(format ChineseLanguage domain "%1 的 %2 数量 %n 是 %3 的 instance") chinese_format.kif 291-291
(format EnglishLanguage domain "the number %2 argument of %1 is %n an instance of %3") english_format.kif 296-296
(format FrenchLanguage domain "le nombre %2 argument de %1 est %n une instance de %3") french_format.kif 168-168
(format ItalianLanguage domain "il numero %2 argomenti di %1 è %n un istanza di %3") relations-it.txt 82-82
(format JapaneseLanguage domain "%1 の数値 %2 引数は %3 の instance では %n") japanese_format.kif 1988-1988
(format PortugueseLanguage domain "o argumento numero %2 de %1 e' %n uma instancia de %3") portuguese_format.kif 120-120
(format cz domain "%2th argument of %1 %p{je} %n{nen�} an instance of %3") relations-cz.txt 177-177
(format de domain "die Zahl %2 Argument von %1 ist ein fall von %3 %n{nicht}") relations-de.txt 378-378
(format hi domain "%1 kaa koNaanka sankhyaaa %2, %3 kaa udaaharaNa %n hai") relations-hindi.txt 122-122
(format ro domain "argumentul numãrul %2 al lui %1 %n{nu} este o instance%t{instanþiere} a lui %3") relations-ro.kif 188-188
(format sv domain "nummer %2 argumentet till %1 är %n{inte} en instans av %3") relations-sv.txt 175-175
(format tg domain "ang bilang %2 bahagi ng %1 %n ay ang halimbawa ng %3") relations-cb.txt 116-116
(termFormat ChineseLanguage domain "域") domainEnglishFormat.kif 20112-20112
(termFormat ChineseLanguage domain "定义域") chinese_format.kif 292-292
(termFormat ChineseTraditionalLanguage domain "域") domainEnglishFormat.kif 20111-20111
(termFormat EnglishLanguage domain "domain") domainEnglishFormat.kif 20110-20110
(termFormat de domain "definitionsbereich") terms-de.txt 118-118
(termFormat tg domain "lupain") relations-tg.txt 180-180

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


(=>
    (and
        (applicableRelation ?O ?R)
        (instance ?O ?OC)
        (domain ?R 1 ?DC))
    (or
        (equal ?OC ?DC)
        (subclass ?OC ?DC)))
Mid-level-ontology.kif 31387-31394
(=>
    (and
        (domain ?REL ?NUMBER ?CLASS)
        (instance ?REL Predicate)
        (?REL @ROW))
    (instance
        (ListOrderFn
            (ListFn @ROW) ?NUMBER) ?CLASS))
Merge.kif 2998-3003
(=>
    (and
        (domain ?REL ?NUMBER ?CLASS1)
        (domain ?REL ?NUMBER ?CLASS2))
    (or
        (subclass ?CLASS1 ?CLASS2)
        (subclass ?CLASS2 ?CLASS1)))
Merge.kif 221-227
(=>
    (and
        (domain ?REL1 ?NUMBER ?CLASS1)
        (domain ?REL2 ?NUMBER ?CLASS2)
        (disjoint ?CLASS1 ?CLASS2))
    (disjointRelation ?REL1 ?REL2))
Merge.kif 419-424
(=>
    (and
        (instance ?REL EconomicRelation)
        (domain ?REL 1 ?CLASS))
    (subclass ?CLASS GeopoliticalArea))
Mid-level-ontology.kif 16905-16909
(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (domain ?PRED2 ?NUMBER ?CLASS1))
    (domain ?PRED1 ?NUMBER ?CLASS1))
Merge.kif 186-190

consequent
-------------------------


(=>
    (and
        (subrelation ?PRED1 ?PRED2)
        (domain ?PRED2 ?NUMBER ?CLASS1))
    (domain ?PRED1 ?NUMBER ?CLASS1))
Merge.kif 186-190
(=>
    (instance ?FUN OneToOneFunction)
    (forall (?ARG1 ?ARG2)
        (=>
            (exists (?CLASS)
                (and
                    (domain ?FUN 1 ?CLASS)
                    (instance ?ARG1 ?CLASS)
                    (instance ?ARG2 ?CLASS)
                    (not
                        (equal ?ARG1 ?ARG2))))
            (not
                (equal
                    (AssignmentFn ?FUN ?ARG1)
                    (AssignmentFn ?FUN ?ARG2))))))
Merge.kif 3375-3385
(=>
    (instance ?FUNCTION AssociativeFunction)
    (forall (?INST1 ?INST2 ?INST3 ?CLASS)
        (=>
            (and
                (domain ?FUNCTION 1 ?CLASS)
                (instance ?INST1 ?CLASS)
                (instance ?INST2 ?CLASS)
                (instance ?INST3 ?CLASS))
            (equal
                (AssignmentFn ?FUNCTION ?INST1
                    (AssignmentFn ?FUNCTION ?INST2 ?INST3))
                (AssignmentFn ?FUNCTION
                    (AssignmentFn ?FUNCTION ?INST1 ?INST2) ?INST3)))))
Merge.kif 3418-3428
(=>
    (instance ?FUNCTION CommutativeFunction)
    (forall (?INST1 ?INST2 ?CLASS)
        (=>
            (and
                (domain ?FUNCTION 1 ?CLASS)
                (instance ?INST1 ?CLASS)
                (instance ?INST2 ?CLASS))
            (equal
                (AssignmentFn ?FUNCTION ?INST1 ?INST2)
                (AssignmentFn ?FUNCTION ?INST2 ?INST1)))))
Merge.kif 3438-3448

appearance as argument number 0
-------------------------


(domain ABPFn 1 Collection) UXExperimentalTerms.kif 3225-3225 O argumento numero 1 de ABPFn e' uma instancia de Colecao
(domain ASPFn 1 Collection) UXExperimentalTerms.kif 3270-3270 O argumento numero 1 de ASPFn e' uma instancia de Colecao
(domain AbortedFn 1 AutonomousAgent) MilitaryProcesses.kif 2411-2411 O argumento numero 1 de AbortedFn e' uma instancia de AutonomousAgent
(domain AbortedFn 2 Process) MilitaryProcesses.kif 2412-2412 O argumento numero 2 de AbortedFn e' uma instancia de Processo
(domain AbortedLaunchFn 2 TakingOff) MilitaryProcesses.kif 2477-2477 O argumento numero 2 de AbortedLaunchFn e' uma instancia de TakingOff
(domain AbortedMissionFn 2 MilitaryOperation) MilitaryProcesses.kif 2431-2431 O argumento numero 2 de AbortedMissionFn e' uma instancia de MilitaryOperation
(domain AbsoluteValueFn 1 RealNumber) Merge.kif 4762-4762 O argumento numero 1 de AbsoluteValueFn e' uma instancia de Numero Real
(domain AccelerationFn 1 FunctionQuantity) Cars.kif 1274-1274 O argumento numero 1 de AccelerationFn e' uma instancia de Funcao de Quantidade
(domain AccelerationFn 2 TimeDuration) Cars.kif 1275-1275 O argumento numero 2 de AccelerationFn e' uma instancia de Duracao Temporal
(domain AccelerationFn 3 Object) Cars.kif 1276-1276 O argumento numero 3 de AccelerationFn e' uma instancia de Objeto
(domain AccelerationFn 4 DirectionalAttribute) Cars.kif 1277-1277 O argumento numero 4 de AccelerationFn e' uma instancia de Atributo Directional
(domain AccountFn 1 FinancialAsset) FinancialOntology.kif 2316-2316 O argumento numero 1 de AccountFn e' uma instancia de FinancialAsset
(domain AdditionFn 1 RealNumber) Merge.kif 4712-4712 O argumento numero 1 de AdditionFn e' uma instancia de Numero Real
(domain AdditionFn 2 RealNumber) Merge.kif 4713-4713 O argumento numero 2 de AdditionFn e' uma instancia de Numero Real
(domain AddressFn 1 ComputerFile) QoSontology.kif 223-223 O argumento numero 1 de AddressFn e' uma instancia de ComputerFile
(domain AfternoonFn 1 Day) Merge.kif 8834-8834 O argumento numero 1 de AfternoonFn e' uma instancia de Dia
(domain AgreementOrganizationFn 1 Agreement) Geography.kif 3056-3056 O argumento numero 1 de AgreementOrganizationFn e' uma instancia de Agreement
(domain AlbumCopiesFn 1 Album) Music.kif 930-930 O argumento numero 1 de AlbumCopiesFn e' uma instancia de Album
(domain AmountsFn 2 CorpuscularObject) Merge.kif 7578-7578 O argumento numero 2 de AmountsFn e' uma instancia de Objeto Corpuscular
(domain AmountsFn 3 UnitOfMass) Merge.kif 7579-7579 O argumento numero 3 de AmountsFn e' uma instancia de UnitOfMass
(domain ArcCosineFn 1 RealNumber) Merge.kif 5259-5259 O argumento numero 1 de ArcCosineFn e' uma instancia de Numero Real
(domain ArcSineFn 1 RealNumber) Merge.kif 5269-5269 O argumento numero 1 de ArcSineFn e' uma instancia de Numero Real
(domain ArcTangentFn 1 RealNumber) Merge.kif 5249-5249 O argumento numero 1 de ArcTangentFn e' uma instancia de Numero Real
(domain AssignmentFn 1 Function) Merge.kif 786-786 O argumento numero 1 de AssignmentFn e' uma instancia de Funcao
(domain AssignmentFn 2 Entity) Merge.kif 787-787 O argumento numero 2 de AssignmentFn e' uma instancia de Entidade

Display limited to 25 items. Show next 25

Display limited to 25 items. Show next 25


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