Closed namedgraph closed 8 years ago
Right now we have gp:uriTemplate and newly introduced gp:accept. Their semantics are the same as of @Path and @Consumes annotations in JAX-RS: https://docs.oracle.com/cd/E19798-01/821-1841/gipzh/index.html
gp:uriTemplate
gp:accept
@Path
@Consumes
So it would make sense to align the GP vocabulary with JAX-RS by renaming the properties to gp:path and gp:consumes.
gp:path
gp:consumes
Right now we have
gp:uriTemplate
and newly introducedgp:accept
. Their semantics are the same as of@Path
and@Consumes
annotations in JAX-RS: https://docs.oracle.com/cd/E19798-01/821-1841/gipzh/index.htmlSo it would make sense to align the GP vocabulary with JAX-RS by renaming the properties to
gp:path
andgp:consumes
.