Uses of Class
tech.oxfordsemantic.jrdfox.logic.expression.Resource
-
Uses of Resource in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client that return Resource Modifier and Type Method Description Resource
Cursor. getResource(int argumentIndex)
Returns the resource by for the given index in the current answer row.Resource
ResourceValue. toResource()
-
Uses of Resource in tech.oxfordsemantic.jrdfox.formats
Methods in tech.oxfordsemantic.jrdfox.formats with parameters of type Resource Modifier and Type Method Description void
TurtleTriGWriter. writeQuad(Resource subject, Resource predicate, Resource object, Resource graph)
Writes an RDF quad to the output stream.void
TurtleTriGWriter. writeTriple(Resource subject, Resource predicate, Resource object)
Writes an RDF triple to the output stream.Constructors in tech.oxfordsemantic.jrdfox.formats with parameters of type Resource Constructor Description DatalogParser(Resource defaultGraph, Prefixes prefixes)
-
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.expression
Subclasses of Resource in tech.oxfordsemantic.jrdfox.logic.expression Modifier and Type Class Description class
BlankNode
class
Individual
class
IRI
class
Literal
Fields in tech.oxfordsemantic.jrdfox.logic.expression declared as Resource Modifier and Type Field Description static Resource[]
Resource. EMPTY_ARRAY
-
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path that return Resource Modifier and Type Method Description Resource
NegativePath.NegatedPath. getResource()
Resource
ResourcePath. getResource()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource Modifier and Type Method Description static ResourcePath
ResourcePath. create(Resource resource)
Constructors in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Resource Constructor Description NegatedPath(Resource resource, java.lang.Boolean inverted)
-
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return types with arguments of type Resource Modifier and Type Method Description java.util.List<java.util.List<Resource>>
ValuesPattern. getData()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Resource Modifier and Type Method Description static ValuesPattern
ValuesPattern. create(Variable[] variables, Resource[]... data)
-
Uses of Resource in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return Resource Modifier and Type Method Description Resource
GraphUpdate. getSourceGraph()
Resource
GraphUpdate. getTargetGraph()
Resource
DeleteInsertUpdate. getWith()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type Resource Modifier and Type Method Description java.util.List<Resource>
QueryBody. getDatasetDefaultGraphs()
java.util.List<Resource>
QueryBody. getDatasetNamedGraphs()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Resource Modifier and Type Method Description static DeleteInsertUpdate
DeleteInsertUpdate. create(Resource with, ConjunctionPattern deleteTemplate, ConjunctionPattern insertTemplate, QueryBody queryBody)
static GraphUpdate
GraphUpdate. create(GraphUpdate.GraphUpdateType graphUpdateType, boolean silent, GraphUpdate.GraphSpecification sourceGraphSpecification, Resource sourceGraph, GraphUpdate.GraphSpecification targetGraphSpecification, Resource targetGraph)
static QueryBody
QueryBody. createImmutable(Resource[] datasetDefaultGraphs, Resource[] datasetNamedGraphs, GroupGraphPattern wherePattern, QueryBody.GroupCondition[] groupBy, Expression[] having, QueryBody.OrderCondition[] orderBy, long offset, long limit, ValuesPattern valuesPattern)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.statement with type arguments of type Resource Modifier and Type Method Description static QueryBody
QueryBody. createImmutable(java.util.List<Resource> datasetDefaultGraphs, java.util.List<Resource> datasetNamedGraphs, GroupGraphPattern wherePattern, java.util.List<QueryBody.GroupCondition> groupBy, java.util.List<Expression> having, java.util.List<QueryBody.OrderCondition> orderBy, long offset, long limit, ValuesPattern valuesPattern)