1 package eu.fbk.knowledgestore.server.http.jaxrs; 2 3 import eu.fbk.knowledgestore.vocabulary.KS; 4 5 // @Path("/" + Protocol.PATH_ENTITIES) 6 public class Entities extends Crud { 7 8 public Entities() { 9 super(KS.ENTITY); 10 } 11 12 }