#
# KEHOME/kb/spo.rdf.html
# Feb/22/2007 Jun/10/2008
begin hierarchy cps;
Resource;
/ Class;
/ Property;
// i:type;
// i:subClassOf;
// i:subPropertyOf;
/ Statement;
// s_value :: subject property value.;
// s_rel :: subject property object.;
/// s_isu :: individual type class.;
/// s_iss :: species subClassOf genus.;
Class;
/ file;
/ Container;
// Seq;
// Bag;
// Alt;
end hierarchy cps;
# qualifiers
rdf:Resource is Resource;
rdf:Class is Class;
rdf:Property is Property;
rdfs:subClassOf is subClassOf;
rdfs:subPropertyOf is subPropertyOf;
# 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;
#