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