Class UNIVERSITY


Slots on this class:

Documentation:
A university is an institute of higher learning that offers a graduate research program. Of importance here is the fact that universities sponsor the publication of dissertations. Any organization that has been accredited to grant graduate degrees and is recognized in libraries to be a publisher of dissertations can be called a university. Some places that call themselves colleges fall under this category.
Instance-Of: Class
Subclass-Of: Organization
Range-Of: Thesis.university

Other Related Axioms:

(Inherited-Facet-Value Slot-Value-Type
                       Thesis
                       Thesis.University
                       University)

(=> (Thesis ?X)
    (And (Value-Cardinality ?X Doc.Author 1)
         (Value-Cardinality ?X Doc.Title 1)
         (Value-Cardinality ?X Doc.Publication-Date 1)
         (Value-Cardinality ?X Thesis.University 1)
         (Value-Type ?X Thesis.University University)))

(=> (Thesis.University $X $Y) (University $Y))


Notes: