% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % File: ftree3.dtr % % Purpose: representation of taxonomic structures in cooking world % % Author: Angelika Koelzer, 20th December 1993 % % Version: 1.01 % % Related files: ftree1.dtr, ftree3.dtr, flatt1.dtr, flatt2.dtr, etc. % % % % Copyright (c) University of Duesseldorf 1993. All rights reserved. % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % Note: modification of solutions in FTREE1.DTR and FTREE2.DTR; semantic % attributes organized in separate paths with Boolean values, no indication % of levels in taxonomy. Lvalues are atoms (Boolean) or nodes. %--------------------------------------------------------------------% % FTREE3.DTR represents the same taxonomy of foodstuffs as FTREE1 % % and FTREE2.DTR, but here generics are represented as attributes % % with Boolean values instead of as atoms, which gives this DATR % % theory the appearance of database of facts. % %--------------------------------------------------------------------% Topnode: < > == no. Objekt: < > == Topnode == yes. Nahrungsm: < > == Objekt == yes. Tierisch: < > == Nahrungsm == yes. Pflanzlich: < > == Nahrungsm == yes. Milchprod: < > == Tierisch == yes. Fleischprod: < > == Tierisch == yes. Fischprod: < > == Tierisch == yes. Eier: < > == Tierisch == yes. Getreideprod: < > == Pflanzlich == yes. Obst: < > == Pflanzlich == yes. Gemuese: < > == Pflanzlich == yes. Nuesse: < > == Pflanzlich == yes. Milch: < > == Milchprod == yes. Butter: < > == Milchprod == yes. Kaese: < > == Milchprod == yes. Wild: < > == Fleischprod == yes. Gefluegel: < > == Fleischprod == yes. Fleisch: < > == Fleischprod == yes. Seefisch: < > == Fischprod == yes. Suessw_fisch: < > == Fischprod == yes. Meerestiere: < > == Fischprod == yes. Reis: < > == Getreideprod == yes. Roggen: < > == Getreideprod == yes. Gerste: < > == Getreideprod == yes. Hafer: < > == Getreideprod == yes. Weizen: < > == Getreideprod == yes. Steinobst: < > == Obst == yes. Kernobst: < > == Obst == yes. Beeren: < > == Obst == yes. Suedfruechte: < > == Obst == yes. Wurzelgem: < > == Gemuese == yes. Blattgem: < > == Gemuese == yes. Kohl: < > == Gemuese == yes. Zwiebeln: < > == Gemuese == yes. Fruchtgem: < > == Gemuese == yes. Bluetengem: < > == Gemuese == yes. Magermilch: < > == Milch == yes. Buttermilch: < > == Milch == yes. Sahne: < > == Milch == yes. Hartkaese: < > == Kaese == yes. Weichkaese: < > == Kaese == yes. Frischkaese: < > == Kaese == yes. Huehnerfl: < > == Gefluegel == yes. Putenfl: < > == Gefluegel == yes. Rindfl: < > == Fleisch == yes. Schweinefl: < > == Fleisch == yes. Scholle: < > == Seefisch == yes. Hering: < > == Seefisch == yes. Kabeljau: < > == Seefisch == yes. Muscheln: < > == Meerestiere == yes. Krabben: < > == Meerestiere == yes. Kirschen: < > == Steinobst == yes. Pflaumen: < > == Steinobst == yes. Aepfel: < > == Kernobst == yes. Birnen: < > == Kernobst == yes. Moehren: < > == Wurzelgem == yes. Rettich: < > == Wurzelgem == yes. Radieschen: < > == Wurzelgem == yes. Rotkohl: < > == Kohl == yes. Gruenkohl: < > == Kohl == yes. Blumenkohl: < > == Bluetengem == yes. Broccoli: < > == Bluetengem == yes. Parmesan: < > == Hartkaese == yes. Gouda: < > == Hartkaese == yes. Quark: < > == Frischkaese == yes. Huettenk: < > == Frischkaese == yes. Suesskirsch: < > == Kirschen == yes. Schattenmor: < > == Kirschen == yes. Zwetschgen: < > == Pflaumen == yes. Mirabellen: < > == Pflaumen == yes. Granny: < > == Aepfel == yes. Jonagold: < > == Aepfel == yes. Cox: < > == Aepfel == yes. %--------------------------------------------------------------------% % Some example theorems: % Cox: % = yes % = yes % = no % = yes % = no % = no % = no % = no % = no % = yes % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = yes % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = yes % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = no % = yes. %--------------------------------------------------------------------% # show . # hide Topnode Objekt. %--------------------------------------------------------------------% % The next line is the Revision Control System Id: do not delete it. % $Id: archive.dtr,v 1.1 1997/04/09 20:40:33 root Exp $