Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.rdf.Iri
Packages that use Iri
-
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type IriConstructors in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type Iri -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Fields in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath declared as IriModifier and TypeFieldDescriptionprivate final Iri
InversePredicatePath.predicate
private final Iri
PredicatePath.predicate
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type Iri -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type IriModifier and TypeMethodDescriptionstatic PropertyPathBuilder
Append`|` predicate
to the path.static PredicatePath
static PropertyPathBuilder
static InversePredicatePath
Start the path withpredicate
.Append`/` predicate
to the path.Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type Iri -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core
Fields in org.eclipse.rdf4j.sparqlbuilder.core declared as IriModifier and TypeFieldDescriptionprivate final Iri
Base.iri
private final Iri
From.iri
private final Iri
Prefix.iri
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return IriModifier and TypeMethodDescription(package private) Iri
Prefix.getIri()
Create a prefixed IRI reference from this prefixMethods in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type IriModifier and TypeMethodDescriptionstatic Base
Create a SPARQL Base declarationAdd unnamed graph references to this datasetstatic From
Create a default graph referencestatic From
Create a named graph referencestatic Prefix
Create a SPARQL Prefix declarationstatic Prefix
Create a SPARQL default Prefix declarationConstructors in org.eclipse.rdf4j.sparqlbuilder.core with parameters of type Iri -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core.query
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query declared as IriFields in org.eclipse.rdf4j.sparqlbuilder.core.query with type parameters of type IriModifier and TypeFieldDescriptionDestinationSourceManagementQuery.from
TargetedGraphManagementQuery.graph
DestinationSourceManagementQuery.to
LoadQuery.to
ModifyQuery.using
ModifyQuery.with
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type IriModifier and TypeMethodDescriptionSet the base IRI of this querySet the base IRI of this querySpecify the query source graphSpecify which graph to load formSpecify the graph to createSpecify which graph to targetSpecify the query destination graphSpecify which graph to load into, if not the default graphSpecify the graph used when evaluating the WHERE clauseModifyQuery.usingNamed
(Iri iri) Specify a named graph to use to when evaluating the WHERE clauseDefine 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 IriMethods in org.eclipse.rdf4j.sparqlbuilder.rdf that return IriModifier and TypeMethodDescriptionstatic Iri
Create a SparqlBuilder Iri instance from a String iristatic Iri
Create a SparqlBuilder Iri instance from a namespace and local namestatic Iri
Create a SparqlBuilder Iri instance from anIRI
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type IriModifier and TypeMethodDescriptionstatic RdfLiteral.StringLiteral
Rdf.literalOfType
(String stringValue, Iri dataType) create a literal with a datatypeConstructors in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type Iri