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 Iri -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
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.Start the path withpredicate
.Append`/` predicate
to the path. -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core
Methods in org.eclipse.rdf4j.sparqlbuilder.core that return IriModifier and TypeMethodDescriptionCreate 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 declaration -
Uses of Iri in org.eclipse.rdf4j.sparqlbuilder.core.query
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type IriModifier and TypeMethodDescriptionSet 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
Methods 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 datatype -
Uses of Iri in org.eclipse.rdf4j.spring.util
Methods in org.eclipse.rdf4j.spring.util that return IriModifier and TypeMethodDescriptionstatic Iri
static Iri[]
TypeMappingUtils.toIriArray
(Collection<IRI> from) Methods in org.eclipse.rdf4j.spring.util that return types with arguments of type Iri