Exemplo n.º 1
0
 protected static final Property property(String local) {
   return ResourceFactory.createProperty(uri, local);
 }
Exemplo n.º 2
0
 protected static final Resource resource(String local) {
   return ResourceFactory.createResource(uri + local);
 }