35363738394041
* @param endpoint SPARQL endpoint backing the application * @return a new Linked Data resource */ public static LinkedDataResource create(UriInfo uriInfo, SPARQLEndpoint endpoint) { return new QueriedResourceBase(uriInfo, endpoint); }