# KEHOME/kb/rdfrasa.html # Apr/11/2003 #===================# # RDF tabula rasa # # minimum hierarchy # #===================# begin hierarchy tabhi; Resource; / Entity; // ANIMAL; /// Person; // PLANT; // OBJECT; // Group; /// ntriple; /// Set; //// Class; # all classes /// Container; //// Alt; //// Bag; //// Seq; ///// List; ////// Nil; /// Literal; //// XMLLiteral; / Property; // part; /// first; # domain = List /// rest; # domain = List /// _n; # domain = List // attribute; /// type; # domain = Resource /// comment; # domain = Resource /// label; # domain = Resource /// domain; # domain = Property /// range; # domain = Property /// value; # domain = Property /// subject; # domain = Statement /// predicate; # domain = Statement /// object; # domain = Statement // relation; /// seeAlso; # domain = Resource //// isDefinedBy; # domain = Resource /// member; # domain = Container /// subClassOf; # domain = Class /// subPropertyOf; # domain = Property // action; // interaction; / proposition; // context; // sentence; /// Statement; end hierarchy tabhi; begin unithierarchy tabprim; OBJECT; / ke; end unithierarchy tabprim; # MKR identities existent is Resource; entity is Entity; person is Person; group is Group; characteristic is Property; statement is Statement; classes is Class;