protected static final Property property(String local) { return ResourceFactory.createProperty(uri, local); }
protected static final Resource resource(String local) { return ResourceFactory.createResource(uri + local); }