(=> (Organization.Name $X $Y) (Biblio-Name $Y))
(=> (Organization.Name $X $Y) (Organization $X))
(Subrelation-Of Publisher.Name Organization.Name)
(Inherited-Facet-Value Same-Slot-Values
Thesis-Reference
Ref.Publisher
(Compose Organization.Name Thesis.University))
(=> (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))))
(Inherited-Facet-Value Same-Slot-Values
Technical-Report-Reference
Ref.Publisher
(Compose Organization.Name Doc.Institution))
(=> (Technical-Report-Reference ?Ref)
(And (Value-Cardinality ?Ref Ref.Publisher 1)
(Same-Values ?Ref
Ref.Publisher
(Compose Organization.Name Doc.Institution))))