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