Wählen Sie Sprache: english | cesky | deutsch | italiano | simplified chinese | traditional chinese | hindi
Concept:
English word:
Home

Zeitschrift (Periodical)

A Series whose elements are published separately and on a periodic basis.

Ontology

SUMO / OBJECTS

Superclass(es)

[tree]
Wesen
is subclass of
  körperlicher Gegenstand  
is subclass of
  Gegenstand  
is subclass of
  selbstverbundener Gegenstand  
is subclass of
  Inhaltsgegenstand  
is subclass of
  Reihe  
is subclass of
  Zeitschrift  

Constrains relations

PeriodikumAusgabeFn 

Related WordNet synsets

periodical
a publication that appears at fixed intervals
periodical is kind of (all)...   periodical is kind of...   kinds of periodical...   kinds of periodical (all)...  
series, serial, serial publication
a periodical that appears at scheduled times
series is kind of (all)...   series is kind of...   kinds of series...   kinds of series (all)...   members of series...   parts of series...  
See more related synsets on a separate page.

Axioms (1)

Wenn text ist eine teilkategorie von Zeitschrift und "Band int1 in der reihe text" ist gleich volume1 und "Band int2 in der reihe text" ist gleich volume2 und int2 ist grösserAls int1 und pub1 ist ein fall von Publikation und pub2 ist ein fall von Publikation und volume1 ist ein patient von pub1 und volume2 ist ein patient von pub2 und datum von pub1 ist date1 und datum von pub2 ist date2 , dann "das ende von date1" geschieht vor "das ende von date2" .
(=>
      (and
            (subclass ?TEXT Periodical)
            (equal
                  (SeriesVolumeFn ?TEXT ?INT1)
                  ?VOLUME1)
            (equal
                  (SeriesVolumeFn ?TEXT ?INT2)
                  ?VOLUME2)
            (greaterThan ?INT2 ?INT1)
            (instance ?PUB1 Publication)
            (instance ?PUB2 Publication)
            (patient ?PUB1 ?VOLUME1)
            (patient ?PUB2 ?VOLUME2)
            (date ?PUB1 ?DATE1)
            (date ?PUB2 ?DATE2))
      (before
            (EndFn ?DATE1)
            (EndFn ?DATE2)))