-
-
-
PropertyPathBuilder.of(Iri predicate)
PropertyPathBuilder.or(Iri predicate)
Append `|` predicate
to the path.
EmptyPropertyPathBuilder.pred(Iri predicate)
Start the path with predicate
.
NegatedPropertySetBuilder.pred(Iri predicate)
PropertyPathBuilder.then(Iri predicate)
Append `/` predicate
to the path.
-
Create a prefixed IRI reference from this prefix
Create a SPARQL Base declaration
Add unnamed graph references to this dataset
Create a default graph reference
Create a named graph reference
Create a SPARQL Prefix declaration
Create a SPARQL default Prefix declaration
-
Set the base IRI of this query
DestinationSourceManagementQuery.from(Iri from)
Specify the query source graph
Specify which graph to load form
Specify the graph to create
TargetedGraphManagementQuery.graph(Iri graph)
Specify which graph to target
DestinationSourceManagementQuery.to(Iri to)
Specify the query destination graph
Specify which graph to load into, if not the default graph
Specify the graph used when evaluating the WHERE clause
Specify a named graph to use to when evaluating the WHERE clause
Define the graph that will be modified or matched against in the absence of more explicit graph definitions
-
Create a SparqlBuilder Iri instance from a String iri
Create a SparqlBuilder Iri instance from a namespace and local name
Create a SparqlBuilder Iri instance from an
IRI
create a literal with a datatype
RdfLiteral.StringLiteral.ofType(Iri dataType)
-