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



KB Term:  Term intersection
English Word: 

  Male

Sigma KEE - SeriesVolumeFn
SeriesVolumeFn

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


(instance SeriesVolumeFn BinaryFunction) Mid-level-ontology.kif 16220-16220 Series volume is an instance of binary function
(instance SeriesVolumeFn PartialValuedRelation) Mid-level-ontology.kif 16221-16221 Series volume is an instance of partial valued relation
(domainSubclass SeriesVolumeFn 1 Series) Mid-level-ontology.kif 16222-16222 The number 1 argument of series volume is a subclass of series
(domain SeriesVolumeFn 2 PositiveInteger) Mid-level-ontology.kif 16223-16223 The number 2 argument of series volume is an instance of positive integer
(rangeSubclass SeriesVolumeFn Text) Mid-level-ontology.kif 16224-16224 The values returned by series volume are subclasses of text
(documentation SeriesVolumeFn EnglishLanguage "A BinaryFunction that maps a type of Series (e.g. the Encyclopedia-Britannica or the Popular-Mechanics periodical) and a number to the volumes of the text type designated by the number.") Mid-level-ontology.kif 16225-16227 The values returned by series volume are subclasses of text

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


(termFormat EnglishLanguage SeriesVolumeFn "series volume") domainEnglishFormat.kif 52186-52186
(termFormat ChineseTraditionalLanguage SeriesVolumeFn "系列卷") domainEnglishFormat.kif 52187-52187
(termFormat ChineseLanguage SeriesVolumeFn "系列卷") domainEnglishFormat.kif 52188-52188
(format EnglishLanguage SeriesVolumeFn "volume %2 in the series %1") english_format.kif 566-566

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


(=>
    (and
        (subclass ?PROGRAM NewsProgram)
        (instance ?EPISODE
            (SeriesVolumeFn ?PROGRAM ?NUMBER)))
    (exists (?DISSEMINATE)
        (and
            (instance ?DISSEMINATE Disseminating)
            (patient ?DISSEMINATE ?EPISODE))))
Mid-level-ontology.kif 16211-16218 If X is a subclass of newsprogram and Y is an instance of volume Z in the series X, then there exists W such that W is an instance of disseminating and Y is a patient of W
(=>
    (and
        (subclass ?TEXT Periodical)
        (equal
            (SeriesVolumeFn ?TEXT ?INT1) ?VOLUME1)
        (equal
            (SeriesVolumeFn ?TEXT ?INT2) ?VOLUME2)
        (greaterThan ?INT2 ?INT1)
        (instance ?PUB1 Publication)
        (instance ?PUB2 Publication)
        (instance ?CBO1 ?VOLUME1)
        (instance ?CBO2 ?VOLUME2)
        (patient ?PUB1 ?CBO1)
        (patient ?PUB2 ?CBO2)
        (date ?PUB1 ?DATE1)
        (date ?PUB2 ?DATE2))
    (before
        (EndFn ?DATE1)
        (EndFn ?DATE2)))
Mid-level-ontology.kif 16229-16243 If All of the following hold: (1) X is a subclass of periodical (2) equal volume Y in the series X and Z (3) equal volume W in the series X and V (4) W is greater than Y (5) U is an instance of publication (6) T is an instance of publication (7) S is an instance of Z (8) R is an instance of V (9) S is a patient of U (10) R is a patient of T (11) date of U is Q (12) date of T is P, then the end of Q happens before the end of P
(=>
    (equal
        (SeriesVolumeFn ?SERIES ?NUMBER) ?VOLUME)
    (subsumesContentClass ?SERIES ?VOLUME))
Mid-level-ontology.kif 16245-16247 If equal volume X in the series Y and Z, then Y subsumes the content of Z


Show simplified definition (without tree view)
Show simplified definition (with tree view)

Show without tree


Sigma web home      Suggested Upper Merged Ontology (SUMO) web home
Sigma version 3.0.0-0a80e6c8 (2026-05-12) is open source software produced by Articulate Software and its partners