Ejemplo n.º 1
0
 public static Aggregation createAggregation(Model model, URI resourceURI) throws OREException {
   AggregationJena aggregation = new AggregationJena();
   aggregation.setModel(model, resourceURI);
   return aggregation;
 }
Ejemplo n.º 2
0
 public static Aggregation createAggregation(Resource resource) {
   AggregationJena aggregation = new AggregationJena();
   aggregation.setResource(resource);
   return aggregation;
 }