Class THESIS


Slots on this class:

Documentation:
An official report on a bout of graduate work for which one receives a degree, published by the university. Never mind that some fields make a big deal about the difference between dissertations and theses. From the bibliographic perspective, they are both of the same family.
Instance-Of: Class
Subclass-Of: Document
Domain-Of: Thesis.university
Exhaustive-Subclass-Partition: {Doctoral-thesis, Masters-thesis}
Superclass-Of: Doctoral-thesis, Masters-thesis


Slots on instances of this class:

Doc.Author:
Slot-Cardinality: 1
Doc.Publication-Date:
Slot-Cardinality: 1
Doc.Title:
Slot-Cardinality: 1
Thesis.University:
Slot-Cardinality: 1
Slot-Value-Type: University

Other Related Axioms:

(Subclass-Partition Document
                    (Setof Book
                           Periodical-Publication
                           Proceedings
                           Thesis
                           Technical-Report
                           Miscellaneous-Publication))

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

(Inherited-Facet-Value Slot-Value-Type
                       Thesis-Reference
                       Ref.Document
                       Thesis)

(=> (Thesis-Reference ?Ref)
    (And (Value-Type ?Ref Ref.Document Thesis)
         (Value-Cardinality ?Ref Ref.Publisher 1)
         (Same-Values ?Ref
                      Ref.Publisher
                      (Compose Organization.Name Thesis.University))))


Notes: