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


KB Term:  Term intersection
English Word: 

Sigma KEE - GeographicPartTypeFn
GeographicPartTypeFn

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


(instance GeographicPartTypeFn BinaryFunction) Geography.kif 8567-8567 Geographic part type fn is an instance of binary function
(domainSubclass GeographicPartTypeFn 1 GeographicArea) Geography.kif 8568-8568 The number 1 argument of geographic part type fn is a subclass of geographic area
(domain GeographicPartTypeFn 2 GeographicArea) Geography.kif 8569-8569 The number 2 argument of geographic part type fn is an instance of geographic area
(rangeSubclass GeographicPartTypeFn GeographicArea) Geography.kif 8570-8570 The values returned by geographic part type fn are subclasses of geographic area
(documentation GeographicPartTypeFn EnglishLanguage "(GeographicPartTypeFn ?TYPE ?AREA) evaluates to the Class of all instances of ?TYPE that are located in the GeographicArea ?AREA.") Geography.kif 8571-8574 The values returned by geographic part type fn are subclasses of geographic area

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


(format EnglishLanguage GeographicPartTypeFn "all the instances of %1 in %2") domainEnglishFormat.kif 3514-3514
(format ChineseTraditionalLanguage GeographicPartTypeFn "%1 所有的 instances 在 %2 ") domainEnglishFormat.kif 3515-3515
(format ChineseLanguage GeographicPartTypeFn "%1 所有的 instances 在 %2 ") domainEnglishFormat.kif 3516-3516
(termFormat EnglishLanguage GeographicPartTypeFn "geographic part type fn") domainEnglishFormat.kif 64935-64935

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


(=>
    (equal ?CLASS
        (GeographicPartTypeFn ?TYPE ?AREA))
    (subclass ?CLASS ?TYPE))
Geography.kif 8576-8578 If equal X and all the instances of Y in Z, then X is a subclass of Y
(=>
    (instance ?GEO
        (GeographicPartTypeFn ?TYPE ?AREA))
    (part ?GEO ?AREA))
Geography.kif 8582-8584 If X is an instance of all the instances of Y in Z, then X is a part of Z
(=>
    (and
        (instance ?GEO
            (GeographicPartTypeFn ?TYPE ?AREA))
        (subclass ?TYPE GeopoliticalArea)
        (instance ?AREA GeopoliticalArea))
    (geopoliticalSubdivision ?GEO ?AREA))
Geography.kif 8586-8591 If X is an instance of all the instances of Y in Z, Y is a subclass of geopolitical area, and Z is an instance of geopolitical area, then X is a geopolitical part of Z
(=>
    (and
        (instance ?GEO
            (GeographicPartTypeFn StateOrProvince ?AREA))
        (instance ?AREA Nation))
    (primaryGeopoliticalSubdivision ?GEO ?AREA))
Geography.kif 8593-8597 If X is an instance of all the instances of state or province in Y and Y is an instance of nation, then Y is a primary geopolitical subdivision of X

statement
-------------------------


(equal CanadianProvinces
    (GeographicPartTypeFn StateOrProvince Canada))
Geography.kif 1513-1514 equal Canadian provinces and all the instances of state or province in canada
(equal AmericanState
    (GeographicPartTypeFn StateOrProvince UnitedStates))
Geography.kif 8631-8631 equal american state and all the instances of state or province in united states


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