#
# KEHOME/kb/spo.rdf
# Feb/22/2007
begin hierarchy cps;
Resource;
/ Class;
/ Property;
// type;
// subClassOf;
/ Statement;
// s1 :: subject property value.;
// s2 :: subject property object.;
/// s2a :: individual type class.;
/// s2b :: species subClassOf genus.;
Class;
/ file;
/ Container;
// Seq;
// Bag;
// Alt;
end hierarchy cps;
# mKR relation RDF
existent is Resource;
# entity is Class;
# attribute iss Property;
# binary relation iss Property;
# statement isg Statement;
# group isg Container;
# list (ingroup) iss Seq;
# set (ingroup) iss Bag;
# enum (exgroup) iss Alt;
# isa* (isu*|iss*) is type; # Resource type Class;
# iss* (is|iss+) is subClassOf; # Class subClassOf Class;
# iss* (is|iss+) is subPropertyOf; # Property subPropertyOf Property;
# isall (ingroup) iss member; # Container member Resource;
# isany (exgroup) iss member; # Container member Resource;
#