import model
import view
import store

fsstore = store.FilesystemStore('www', 'http://localhost/')
model = model.Model(fsstore)

# Some standard entailments .. any?

# projection predicates:
# <a> <projection.image> <b> means <b> is an image in some projection of <a>;
# <a> <projection.contains> <b> means <a> in some sense contains <b> in a projection;
# <a> <projection.reference> <b> gives a reified relation <b> of which <a> is the subject (?)


