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 IriInversePredicatePath. predicateprivate IriPredicatePath. predicateConstructors 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 NegatedPropertySetBuilderNegatedPropertySetBuilder. invPred(Iri predicate)static PropertyPathBuilderPropertyPathBuilder. of(Iri predicate)PropertyPathBuilderPropertyPathBuilder. or(Iri predicate)Append`|` predicateto the path.static PredicatePathPropertyPaths. p(Iri predicate)static PropertyPathBuilderPropertyPaths. path(Iri property)static InversePredicatePathPropertyPaths. pInv(Iri predicate)PropertyPathBuilderEmptyPropertyPathBuilder. pred(Iri predicate)Start the path withpredicate.NegatedPropertySetBuilderNegatedPropertySetBuilder. pred(Iri predicate)PropertyPathBuilderPropertyPathBuilder. then(Iri predicate)Append`/` predicateto 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 IriBase. iriprivate IriFrom. iriprivate IriPrefix. iriMethods in org.eclipse.rdf4j.sparqlbuilder.core that return Iri Modifier and Type Method Description (package private) IriPrefix. getIri()IriPrefix. 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 BaseSparqlBuilder. base(Iri iri)Create a SPARQL Base declarationDatasetDataset. from(Iri... iris)Add unnamed graph references to this datasetstatic FromSparqlBuilder. from(Iri iri)Create a default graph referencestatic FromSparqlBuilder. fromNamed(Iri iri)Create a named graph referencestatic PrefixSparqlBuilder. prefix(java.lang.String alias, Iri iri)Create a SPARQL Prefix declarationstatic PrefixSparqlBuilder. 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 IriLoadQuery. fromprivate IriCreateQuery. graphFields in org.eclipse.rdf4j.sparqlbuilder.core.query with type parameters of type Iri Modifier and Type Field Description private java.util.Optional<Iri>DestinationSourceManagementQuery. fromprivate java.util.Optional<Iri>TargetedGraphManagementQuery. graphprivate java.util.Optional<Iri>DestinationSourceManagementQuery. toprivate java.util.Optional<Iri>LoadQuery. toprivate java.util.Optional<Iri>ModifyQuery. usingprivate java.util.Optional<Iri>ModifyQuery. withMethods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type Iri Modifier and Type Method Description TOuterQuery. base(Iri iri)Set the base IRI of this queryTUpdateQuery. base(Iri iri)Set the base IRI of this queryTDestinationSourceManagementQuery. from(Iri from)Specify the query source graphLoadQueryLoadQuery. from(Iri from)Specify which graph to load formCreateQueryCreateQuery. graph(Iri graph)Specify the graph to createTTargetedGraphManagementQuery. graph(Iri graph)Specify which graph to targetTDestinationSourceManagementQuery. to(Iri to)Specify the query destination graphLoadQueryLoadQuery. to(Iri to)Specify which graph to load into, if not the default graphModifyQueryModifyQuery. using(Iri iri)Specify the graph used when evaluating the WHERE clauseModifyQueryModifyQuery. usingNamed(Iri iri)Specify a named graph to use to when evaluating the WHERE clauseModifyQueryModifyQuery. 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. dataTypeMethods in org.eclipse.rdf4j.sparqlbuilder.rdf that return Iri Modifier and Type Method Description static IriRdf. iri(java.lang.String iriString)Create a SparqlBuilder Iri instance from a String iristatic IriRdf. iri(java.lang.String namespace, java.lang.String localName)Create a SparqlBuilder Iri instance from a namespace and local namestatic IriRdf. iri(IRI iri)Create a SparqlBuilder Iri instance from anIRIMethods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type Iri Modifier and Type Method Description static RdfLiteral.StringLiteralRdf. literalOfType(java.lang.String stringValue, Iri dataType)create a literal with a datatypeRdfLiteral.StringLiteralRdfLiteral.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)
-