Interface QueriedResource

All Superinterfaces:
com.atomgraph.core.model.QueriedResource
All Known Implementing Classes:
Item, ResourceBase

public interface QueriedResource extends com.atomgraph.core.model.QueriedResource
RDF resource, representation of which was queried from a SPARQL endpoint.
Author:
Martynas Jusevičius <martynas@atomgraph.com>
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.update.UpdateRequest
    Returns the SPARQL query that is used to retrieve RDF description of this resource.

    Methods inherited from interface com.atomgraph.core.model.QueriedResource

    describe, getQuery
  • Method Details

    • getUpdate

      org.apache.jena.update.UpdateRequest getUpdate()
      Returns the SPARQL query that is used to retrieve RDF description of this resource.
      Returns:
      query builder