Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.rdf.Iri
-
Packages that use Iri Package Description org.eclipse.rdf4j.sparqlbuilder.constraint org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type Iri Modifier and Type Method Description static Expression<?>
Expressions. custom(Iri functionIri, Operand... operands)
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type Iri Constructor Description CustomFunction(Iri functionIri)
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as Iri Modifier and Type Field Description private Iri
InversePredicatePath. predicate
private Iri
PredicatePath. predicate
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type Iri Constructor Description InversePredicatePath(Iri predicate)
PredicatePath(Iri predicate)
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type Iri Modifier and Type Method Description NegatedPropertySetBuilder
NegatedPropertySetBuilder. invPred(Iri predicate)
static PropertyPathBuilder
PropertyPathBuilder. of(Iri predicate)
PropertyPathBuilder
PropertyPathBuilder. or(Iri predicate)
Append`|` predicate
to the path.static PredicatePath
PropertyPaths. p(Iri predicate)
static PropertyPathBuilder
PropertyPaths. path(Iri property)
static InversePredicatePath
PropertyPaths. pInv(Iri predicate)
PropertyPathBuilder
EmptyPropertyPathBuilder. pred(Iri predicate)
Start the path withpredicate
.NegatedPropertySetBuilder
NegatedPropertySetBuilder. pred(Iri predicate)
PropertyPathBuilder
PropertyPathBuilder. then(Iri predicate)
Append`/` predicate
to the path.Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type Iri Constructor Description PropertyPathBuilder(Iri predicate)
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core
Fields in org.eclipse.rdf4j.sparqlbuilder.core declared as Iri Modifier and Type Field Description private Iri
Base. iri
private Iri
From. iri
private Iri
Prefix. iri
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return Iri Modifier and Type Method Description (package private) Iri
Prefix. getIri()
Iri
Prefix. iri(java.lang.String localName)
Create a prefixed IRI reference from this prefixMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Iri Modifier and Type Method Description static Base
SparqlBuilder. base(Iri iri)
Create a SPARQL Base declarationDataset
Dataset. from(Iri... iris)
Add unnamed graph references to this datasetstatic From
SparqlBuilder. from(Iri iri)
Create a default graph referencestatic From
SparqlBuilder. fromNamed(Iri iri)
Create a named graph referencestatic Prefix
SparqlBuilder. prefix(java.lang.String alias, Iri iri)
Create a SPARQL Prefix declarationstatic Prefix
SparqlBuilder. prefix(Iri iri)
Create a SPARQL default Prefix declarationConstructors in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Iri Constructor Description Base(Iri iri)
From(Iri iri)
From(Iri iri, boolean isNamed)
Prefix(java.lang.String alias, Iri iri)
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core.query
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query declared as Iri Modifier and Type Field Description private Iri
LoadQuery. from
private Iri
CreateQuery. graph
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query with type parameters of type Iri Modifier and Type Field Description private java.util.Optional<Iri>
DestinationSourceManagementQuery. from
private java.util.Optional<Iri>
TargetedGraphManagementQuery. graph
private java.util.Optional<Iri>
DestinationSourceManagementQuery. to
private java.util.Optional<Iri>
LoadQuery. to
private java.util.Optional<Iri>
ModifyQuery. using
private java.util.Optional<Iri>
ModifyQuery. with
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Iri Modifier and Type Method Description T
OuterQuery. base(Iri iri)
Set the base IRI of this queryT
UpdateQuery. base(Iri iri)
Set the base IRI of this queryT
DestinationSourceManagementQuery. from(Iri from)
Specify the query source graphLoadQuery
LoadQuery. from(Iri from)
Specify which graph to load formCreateQuery
CreateQuery. graph(Iri graph)
Specify the graph to createT
TargetedGraphManagementQuery. graph(Iri graph)
Specify which graph to targetT
DestinationSourceManagementQuery. to(Iri to)
Specify the query destination graphLoadQuery
LoadQuery. to(Iri to)
Specify which graph to load into, if not the default graphModifyQuery
ModifyQuery. using(Iri iri)
Specify the graph used when evaluating the WHERE clauseModifyQuery
ModifyQuery. usingNamed(Iri iri)
Specify a named graph to use to when evaluating the WHERE clauseModifyQuery
ModifyQuery. with(Iri iri)
Define the graph that will be modified or matched against in the absence of more explicit graph definitions -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.rdf
Fields in org.eclipse.rdf4j.sparqlbuilder.rdf with type parameters of type Iri Modifier and Type Field Description private java.util.Optional<Iri>
RdfLiteral.StringLiteral. dataType
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf that return Iri Modifier and Type Method Description static Iri
Rdf. iri(java.lang.String iriString)
Create a SparqlBuilder Iri instance from a String iristatic Iri
Rdf. iri(java.lang.String namespace, java.lang.String localName)
Create a SparqlBuilder Iri instance from a namespace and local namestatic Iri
Rdf. iri(IRI iri)
Create a SparqlBuilder Iri instance from anIRI
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type Iri Modifier and Type Method Description static RdfLiteral.StringLiteral
Rdf. literalOfType(java.lang.String stringValue, Iri dataType)
create a literal with a datatypeRdfLiteral.StringLiteral
RdfLiteral.StringLiteral. ofType(Iri dataType)
Constructors in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type Iri Constructor Description StringLiteral(java.lang.String stringValue, Iri dataType)
-