Uses of Interface
org.eclipse.rdf4j.model.IRI
-
-
Uses of IRI in org.eclipse.rdf4j.examples.model.vocabulary
Fields in org.eclipse.rdf4j.examples.model.vocabulary declared as IRI Modifier and Type Field Description static IRI
EX. ARTIST
Theex:Artist
class.static IRI
EX. CREATOR_OF
Theex:creatorOf
property. -
Uses of IRI in org.eclipse.rdf4j.federated
Methods in org.eclipse.rdf4j.federated with parameters of type IRI Modifier and Type Method Description protected void
FedXConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
protected CloseableIteration<? extends Statement,SailException>
FedXConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected void
FedXConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.federated.api
Methods in org.eclipse.rdf4j.federated.api with parameters of type IRI Modifier and Type Method Description RepositoryResult<Statement>
FedXApi. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.federated.cache
Methods in org.eclipse.rdf4j.federated.cache with parameters of type IRI Modifier and Type Method Description static List<StatementSource>
CacheUtils. checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
Checks the cache for relevant statement sources to the provided statement.static boolean
CacheUtils. checkCacheUpdateCache(SourceSelectionCache cache, List<Endpoint> endpoints, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
Checks the cache if some endpoint can provide results to the subquery. -
Uses of IRI in org.eclipse.rdf4j.federated.evaluation
Methods in org.eclipse.rdf4j.federated.evaluation with parameters of type IRI Modifier and Type Method Description CloseableIteration<Statement,QueryEvaluationException>
FederationEvalStrategy. getStatements(QueryInfo queryInfo, Resource subj, IRI pred, Value obj, Resource... contexts)
Retrieve the statements matching the provided subject, predicate and object value from the federation members.CloseableIteration<Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
CloseableIteration<Statement,QueryEvaluationException>
SparqlTripleSource. getStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
CloseableIteration<Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
Return the statements matching the given pattern as aStatement
iteration.boolean
SparqlTripleSource. hasStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
boolean
TripleSource. hasStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
Check if the repository can return results for the given triple pattern represented by subj, pred and objboolean
TripleSourceBase. hasStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.federated.evaluation.union
Fields in org.eclipse.rdf4j.federated.evaluation.union declared as IRI Modifier and Type Field Description protected IRI
ParallelGetStatementsTask. pred
Constructors in org.eclipse.rdf4j.federated.evaluation.union with parameters of type IRI Constructor Description ParallelGetStatementsTask(ParallelExecutor<Statement> unionControl, Endpoint endpoint, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.federated.repository
Fields in org.eclipse.rdf4j.federated.repository declared as IRI Modifier and Type Field Description static IRI
FedXRepositoryConfig. DATA_CONFIG
IRI of the property pointing to the FedX data configstatic IRI
FedXRepositoryConfig. MEMBER
IRI of the property pointing to a federation member node -
Uses of IRI in org.eclipse.rdf4j.federated.structures
Fields in org.eclipse.rdf4j.federated.structures declared as IRI Modifier and Type Field Description protected IRI
SubQuery. pred
protected IRI
UnboundStatement. pred
Methods in org.eclipse.rdf4j.federated.structures that return IRI Modifier and Type Method Description IRI
FedXDataset. getDefaultInsertGraph()
IRI
UnboundStatement. getPredicate()
IRI
SubQuery. predicate()
Methods in org.eclipse.rdf4j.federated.structures that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
FedXDataset. getDefaultGraphs()
Set<IRI>
FedXDataset. getDefaultRemoveGraphs()
Set<IRI>
FedXDataset. getNamedGraphs()
Constructors in org.eclipse.rdf4j.federated.structures with parameters of type IRI Constructor Description QueryInfo(Resource subj, IRI pred, Value obj, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)
SubQuery(Resource subj, IRI pred, Value obj, Resource... contexts)
UnboundStatement(Resource subj, IRI pred, Value obj)
-
Uses of IRI in org.eclipse.rdf4j.federated.util
Fields in org.eclipse.rdf4j.federated.util declared as IRI Modifier and Type Field Description static IRI
QueryStringUtil. BNODE_URI
A dummy URI which is used as a replacement forBNode
s inQueryStringUtil.appendBNode(StringBuilder, BNode)
since BNodes cannot be expressed in SPARQL queriesstatic IRI
Vocabulary.SD. ENDPOINT
static IRI
Vocabulary.FEDX. REPOSITORY_LOCATION
static IRI
Vocabulary.FEDX. REPOSITORY_NAME
static IRI
Vocabulary.FEDX. REPOSITORY_SERVER
static IRI
Vocabulary.SD. SERVICE_TYPE
static IRI
Vocabulary.FEDX. STORE
static IRI
Vocabulary.FEDX. SUPPORTS_ASK_QUERIES
static IRI
Vocabulary.FEDX. WRITABLE
Methods in org.eclipse.rdf4j.federated.util that return IRI Modifier and Type Method Description static IRI
FedXUtil. iri(String iri)
Methods in org.eclipse.rdf4j.federated.util with parameters of type IRI Modifier and Type Method Description protected static StringBuilder
FilterUtils. appendURI(StringBuilder sb, IRI uri)
protected static StringBuilder
QueryStringUtil. appendURI(StringBuilder sb, IRI uri)
Append the uri to the stringbuilder, i.e.static StatementPattern
QueryAlgebraUtil. toStatementPattern(Resource subj, IRI pred, Value obj)
static String
QueryStringUtil. toString(Resource subj, IRI pred, Value obj)
Return a string representation of this statement using the following pattern, where variables are indicated using ?var and values are represented as strings. -
Uses of IRI in org.eclipse.rdf4j.federated.write
Methods in org.eclipse.rdf4j.federated.write with parameters of type IRI Modifier and Type Method Description void
ReadOnlyWriteStrategy. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
RepositoryWriteStrategy. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
WriteStrategy. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Add a statementvoid
ReadOnlyWriteStrategy. removeStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
RepositoryWriteStrategy. removeStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
WriteStrategy. removeStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Remove a statement -
Uses of IRI in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type IRI Modifier and Type Method Description void
RDF4JProtocolSession. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.http.protocol
Methods in org.eclipse.rdf4j.http.protocol that return IRI Modifier and Type Method Description static IRI
Protocol. decodeURI(String encodedValue, ValueFactory valueFactory)
Decode a previously encoded URI. -
Uses of IRI in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type IRI Modifier and Type Method Description protected void
TransactionWriter. serialize(IRI uri, XMLWriter xmlWriter)
-
Uses of IRI in org.eclipse.rdf4j.http.protocol.transaction.operations
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations that return IRI Modifier and Type Method Description IRI
StatementOperation. getPredicate()
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type IRI Modifier and Type Method Description void
StatementOperation. setPredicate(IRI predicate)
Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type IRI Constructor Description AddStatementOperation(Resource subj, IRI pred, Value obj, Resource... contexts)
Create an AddStatementOperation.RemoveStatementsOperation(Resource subj, IRI pred, Value obj, Resource... contexts)
Creates a RemoveStatementsOperation. -
Uses of IRI in org.eclipse.rdf4j.http.server
Methods in org.eclipse.rdf4j.http.server that return IRI Modifier and Type Method Description static IRI
ProtocolUtil. parseGraphParam(javax.servlet.http.HttpServletRequest request, ValueFactory vf)
static IRI
ProtocolUtil. parseURIParam(javax.servlet.http.HttpServletRequest request, String paramName, ValueFactory vf)
-
Uses of IRI in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return IRI Modifier and Type Method Description IRI
ValueFactory. createIRI(String iri)
Creates a new IRI from the supplied string-representation.IRI
ValueFactory. createIRI(String namespace, String localName)
Creates a new IRI from the supplied namespace and local name.IRI
Literal. getDatatype()
Gets the datatype for this literal.IRI
Statement. getPredicate()
Gets the predicate of this statement.IRI
Triple. getPredicate()
Gets the predicate of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
Model. predicates()
Returns aSet
view of the predicates contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type IRI Modifier and Type Method Description boolean
Model. add(Resource subj, IRI pred, Value obj, Resource... contexts)
Adds one or more statements to the model.boolean
Model. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.Literal
ValueFactory. createLiteral(String label, IRI datatype)
Creates a new literal with the supplied label and datatype.Literal
ValueFactory. createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
Creates a new literal with the supplied label and datatype.Statement
ValueFactory. createStatement(Resource subject, IRI predicate, Value object)
Creates a new statement with the supplied subject, predicate and object.Statement
ValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)
Creates a new statement with the supplied subject, predicate and object and associated context.default Triple
ValueFactory. createTriple(Resource subject, IRI predicate, Value object)
Creates a new RDF-star triple with the supplied subject, predicate and object.Model
Model. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.default Iterable<Statement>
Model. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
Model. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model. -
Uses of IRI in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement IRI Modifier and Type Class Description class
AbstractIRI
Base class forIRI
, offering common functionality.class
InternedIRI
An IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.Methods in org.eclipse.rdf4j.model.base that return IRI Modifier and Type Method Description IRI
AbstractValueFactory. createIRI(String iri)
IRI
AbstractValueFactory. createIRI(String namespace, String localName)
IRI
CoreDatatype.GEO. getIri()
IRI
CoreDatatype. getIri()
IRI
CoreDatatype.RDF. getIri()
IRI
CoreDatatype.XSD. getIri()
Methods in org.eclipse.rdf4j.model.base with parameters of type IRI Modifier and Type Method Description Literal
AbstractValueFactory. createLiteral(String label, IRI datatype)
Literal
AbstractValueFactory. createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
Statement
AbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object)
Statement
AbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)
Triple
AbstractValueFactory. createTriple(Resource subject, IRI predicate, Value object)
static CoreDatatype
CoreDatatype. from(IRI datatype)
-
Uses of IRI in org.eclipse.rdf4j.model.datatypes
Methods in org.eclipse.rdf4j.model.datatypes that return IRI Modifier and Type Method Description static IRI
XMLDatatypeUtil. qnameToURI(QName qname)
Maps a datatype QName from the javax.xml.namespace package to an XML Schema 1.0 URI for the corresponding datatype.Methods in org.eclipse.rdf4j.model.datatypes with parameters of type IRI Modifier and Type Method Description static int
XMLDatatypeUtil. compare(String value1, String value2, IRI datatype)
static boolean
XMLDatatypeUtil. isBuiltInDatatype(IRI datatype)
Checks whether the supplied datatype is a built-in XML Schema datatype.static boolean
XMLDatatypeUtil. isCalendarDatatype(IRI datatype)
Checks whether the supplied datatype is equal to xsd:dateTime, xsd:date, xsd:time, xsd:gYearMonth, xsd:gMonthDay, xsd:gYear, xsd:gMonth or xsd:gDay.These are the primitive datatypes that represent dates and/or times.static boolean
XMLDatatypeUtil. isDecimalDatatype(IRI datatype)
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.static boolean
XMLDatatypeUtil. isDerivedDatatype(IRI datatype)
Checks whether the supplied datatype is a derived XML Schema datatype.static boolean
XMLDatatypeUtil. isDurationDatatype(IRI datatype)
Checks whether the supplied datatype is equal to xsd:duration, xsd:dayTimeDuration, xsd:yearMonthDuration.static boolean
XMLDatatypeUtil. isFloatingPointDatatype(IRI datatype)
Checks whether the supplied datatype is equal to xsd:float or xsd:double.static boolean
XMLDatatypeUtil. isIntegerDatatype(IRI datatype)
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.static boolean
XMLDatatypeUtil. isNumericDatatype(IRI datatype)
Checks whether the supplied datatype is a numeric datatype, i.e.if it is equal to xsd:float, xsd:double, xsd:decimal or one of the datatypes derived from xsd:decimal.static boolean
XMLDatatypeUtil. isOrderedDatatype(IRI datatype)
Checks whether the supplied datatype is ordered.The values of an ordered datatype can be compared to each other using operators like < and >.static boolean
XMLDatatypeUtil. isPrimitiveDatatype(IRI datatype)
Checks whether the supplied datatype is a primitive XML Schema datatype.static boolean
XMLDatatypeUtil. isValidValue(String value, IRI datatype)
Verifies if the supplied lexical value is valid for the given datatype.static String
XMLDatatypeUtil. normalize(String value, IRI datatype)
Normalizes the supplied value according to the normalization rules for the supplied datatype. -
Uses of IRI in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl with type parameters of type IRI Modifier and Type Class Description class
GenericStatement<R extends Resource,I extends IRI,V extends Value>
An implementation of the Statement interface with support for Java Generics.Classes in org.eclipse.rdf4j.model.impl that implement IRI Modifier and Type Class Description class
SimpleIRI
The default implementation of theIRI
interface.Fields in org.eclipse.rdf4j.model.impl declared as IRI Modifier and Type Field Description protected IRI
FilteredModel. pred
protected I
GenericStatement. predicate
Methods in org.eclipse.rdf4j.model.impl that return IRI Modifier and Type Method Description IRI
SimpleValueFactory. createIRI(String iri)
IRI
SimpleValueFactory. createIRI(String namespace, String localName)
IRI
ValidatingValueFactory. createIRI(String iri)
IRI
ValidatingValueFactory. createIRI(String namespace, String localName)
IRI
NumericLiteral. getDatatype()
IRI
SimpleLiteral. getDatatype()
IRI
LinkedHashModel.ModelStatement. getPredicate()
IRI
SimpleStatement. getPredicate()
Deprecated, for removal: This API element is subject to removal in a future version.IRI
SimpleTriple. getPredicate()
Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
AbstractModel. predicates()
Set<IRI>
DynamicModel. predicates()
Methods in org.eclipse.rdf4j.model.impl with parameters of type IRI Modifier and Type Method Description boolean
DynamicModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
EmptyModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
FilteredModel. add(Resource s, IRI p, Value o, Resource... c)
boolean
LinkedHashModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
TreeModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
DynamicModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
EmptyModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
FilteredModel. contains(Resource s, IRI p, Value o, Resource... c)
boolean
LinkedHashModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
TreeModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
protected Literal
SimpleValueFactory. createFPLiteral(Number value, IRI datatype)
CallsSimpleValueFactory.createNumericLiteral(Number, IRI)
with the supplied value and datatype as parameters.protected Literal
SimpleValueFactory. createIntegerLiteral(Number value, IRI datatype)
CallsSimpleValueFactory.createNumericLiteral(Number, IRI)
with the supplied value and datatype as parameters.Literal
SimpleValueFactory. createLiteral(String value, IRI datatype)
Literal
ValidatingValueFactory. createLiteral(String label, IRI datatype)
Literal
ValidatingValueFactory. createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
protected Literal
SimpleValueFactory. createNumericLiteral(Number number, IRI datatype)
Creates specific optimized subtypes of SimpleLiteral for numeric datatypes.Statement
SimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object)
Statement
SimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)
Statement
ValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object)
Statement
ValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)
Triple
SimpleValueFactory. createTriple(Resource subject, IRI predicate, Value object)
Triple
ValidatingValueFactory. createTriple(Resource subject, IRI predicate, Value object)
boolean
SimpleStatement. exactSamePredicate(IRI predicate)
Deprecated, for removal: This API element is subject to removal in a future version.Model
DynamicModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
EmptyModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
FilteredModel. filter(Resource s, IRI p, Value o, Resource... c)
Model
LinkedHashModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
TreeModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Iterable<Statement>
DynamicModel. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
DynamicModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
EmptyModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
FilteredModel. remove(Resource s, IRI p, Value o, Resource... c)
boolean
LinkedHashModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
TreeModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
protected abstract void
FilteredModel. removeFilteredTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)
Called by aggregate sets when a term has been removed from a term iterator.abstract void
AbstractModel. removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)
Called by aggregate sets when a term has been removed from a term iterator.void
EmptyModel. removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)
void
FilteredModel. removeTermIteration(Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c)
void
LinkedHashModel. removeTermIteration(Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts)
void
TreeModel. removeTermIteration(Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
SimpleLiteral. setDatatype(IRI datatype)
protected void
SimpleLiteral. setDatatype(IRI datatype, CoreDatatype coreDatatype)
Constructors in org.eclipse.rdf4j.model.impl with parameters of type IRI Constructor Description ContextStatement(Resource subject, IRI predicate, Value object, Resource context)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object for the specified associated context.DecimalLiteral(BigDecimal value, IRI datatype)
Creates a literal with the specified value and datatype.FilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts)
IntegerLiteral(BigInteger value, IRI datatype)
Creates a literal with the specified value and datatype.NumericLiteral(Number number, IRI datatype)
Creates a literal with the specified value and datatype.SimpleLiteral(String label, IRI datatype)
Creates a new datatyped literal with the supplied label and datatype.SimpleLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
Creates a new datatyped literal with the supplied label and datatype.SimpleStatement(Resource subject, IRI predicate, Value object)
Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object.SimpleTriple(Resource subject, IRI predicate, Value object)
Creates a new Triple with the supplied subject, predicate and object. -
Uses of IRI in org.eclipse.rdf4j.model.util
Methods in org.eclipse.rdf4j.model.util that return IRI Modifier and Type Method Description static IRI
Values. iri(Iterable<Namespace> namespaces, String prefixedName)
Create a newIRI
from a supplied prefixed name, using the suppliednamespaces
static IRI
Values. iri(String iri)
Create a newIRI
using the supplied iri stringstatic IRI
Values. iri(String namespace, String localName)
Create a newIRI
using the supplied namespace name and local namestatic IRI
Values. iri(Namespace namespace, String localName)
static IRI
Values. iri(ValueFactory vf, String iri)
Create a newIRI
using the supplied iri stringstatic IRI
Values. iri(ValueFactory vf, String namespace, String localName)
Create a newIRI
using the supplied namespace and local nameMethods in org.eclipse.rdf4j.model.util that return types with arguments of type IRI Modifier and Type Method Description static Set<IRI>
Vocabularies. getIRIs(Class vocabulary)
Get all theIRIs
of the classes and properties of a vocabulary.static Optional<IRI>
Configurations. getIRIValue(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve a property value for the supplied subject as aIRI
if present, falling back to a supplied legacy property .static Optional<IRI>
Models. getPropertyIRI(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as an IRI for the supplied subject from the given model.static Set<IRI>
Models. getPropertyIRIs(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property IRI values for the supplied subject and property from the given model.static Optional<IRI>
Models. objectIRI(Iterable<Statement> statements)
Retrieves an objectIRI
value from the supplied statements.static Optional<IRI>
Models. objectIRI(Model m)
Retrieves an objectIRI
value from the supplied statements in the given model.static Set<IRI>
Models. objectIRIs(Iterable<Statement> statements)
Retrieves all objectIRI
values from the supplied statements.static Set<IRI>
Models. objectIRIs(Model m)
Retrieves all objectIRI
values from the statements in the given model.static Optional<IRI>
Models. predicate(Iterable<Statement> statements)
Retrieves a predicate from the supplied statements.static Optional<IRI>
Models. predicate(Model m)
Retrieves a predicate from the statements in the given model.static Optional<IRI>
Models. subjectIRI(Iterable<Statement> statements)
Retrieves a subjectIRI
from the supplied statements.static Optional<IRI>
Models. subjectIRI(Model m)
Retrieves a subjectIRI
from the statements in the given model.static Set<IRI>
Models. subjectIRIs(Iterable<Statement> statements)
Retrieves all subjectIRI
s from the supplied statements.static Set<IRI>
Models. subjectIRIs(Model m)
Retrieves all subjectIRI
s from the statements in the given model.Methods in org.eclipse.rdf4j.model.util with parameters of type IRI Modifier and Type Method Description ModelBuilder
ModelBuilder. add(String subject, IRI predicate, Object object)
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).ModelBuilder
ModelBuilder. add(IRI predicate, Object object)
Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).ModelBuilder
ModelBuilder. add(Resource subject, IRI predicate, Object object)
Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).static void
Statements. consume(ValueFactory vf, Resource subject, IRI predicate, Value object, Consumer<Statement> consumer, Resource... contexts)
static void
RDFContainers. consumeContainer(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, Resource... contexts)
Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.static void
RDFContainers. consumeContainer(IRI containerType, Iterable<?> values, Resource container, Consumer<Statement> consumer, ValueFactory vf, Resource... contexts)
Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Container.static void
RDFContainers. consumeValues(Model m, Resource container, IRI containerType, Consumer<Value> consumer, Resource... contexts)
static <C extends Collection<Statement>>
CStatements. create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts)
Creates one or moreStatement
objects with the given subject, predicate and object, one for each given context.static void
RDFContainers. extract(IRI containerType, Model sourceModel, Resource container, Consumer<Statement> consumer, Resource... contexts)
Extracts the RDF Container starting with suppliedhead
resource from the supplied sourceModel
and sends the statements that make up the collection to the suppliedConsumer
.static <E extends RDF4JException>
voidRDFContainers. extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, Consumer<Statement> collectionConsumer, Function<String,Supplier<E>> exceptionSupplier, Resource... contexts)
Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumer
function.Optional<Statement>
GetStatementOptional. get(Resource subject, IRI predicate, Value object, Resource... contexts)
Either supplies a statement matching the given pattern, orOptional.empty()
otherwise.static <C extends Collection<Statement>>
CRDFContainers. getContainer(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts)
static Optional<IRI>
Configurations. getIRIValue(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve a property value for the supplied subject as aIRI
if present, falling back to a supplied legacy property .static Optional<Literal>
Configurations. getLiteralValue(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve a property value for the supplied subject as aLiteral
if present, falling back to a supplied legacy property .static Set<Value>
Models. getProperties(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property values for the supplied subject and property from the given model.static Optional<Value>
Models. getProperty(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value for the supplied subject from the given model.static Optional<IRI>
Models. getPropertyIRI(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as an IRI for the supplied subject from the given model.static Set<IRI>
Models. getPropertyIRIs(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property IRI values for the supplied subject and property from the given model.static Optional<Literal>
Models. getPropertyLiteral(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as aLiteral
for the supplied subject from the given model.static Set<Literal>
Models. getPropertyLiterals(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property Literal values for the supplied subject and property from the given model.static Optional<Resource>
Models. getPropertyResource(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as an IRI for the supplied subject from the given model.static Set<Resource>
Models. getPropertyResources(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property Resource values for the supplied subject and property from the given model.static Optional<String>
Models. getPropertyString(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as a String for the supplied subject from the given model.static Set<String>
Models. getPropertyStrings(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property values as Strings for the supplied subject and property from the given model.static Set<Value>
Configurations. getPropertyValues(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve all property values for the supplied subject as a Set of values and include all values for any legacy property.static Optional<Resource>
Configurations. getResourceValue(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve a property value for the supplied subject as aResource
if present, falling back to a supplied legacy property .static Literal
Values. literal(String lexicalValue, IRI datatype)
Creates a newLiteral
with the supplied lexical value and datatype.static Literal
Values. literal(ValueFactory vf, String lexicalValue, IRI datatype)
Creates a newLiteral
with the supplied lexical value and datatype.static Model
Models. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static Statement
Statements. statement(Resource subject, IRI predicate, Value object, Resource context)
Create aStatement
from the supplied subject, predicate, object and context.static Statement
Statements. statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context)
Create aStatement
from the supplied subject, predicate, object and context.static <C extends Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, Iterable<?> values, Resource container, C sink, Resource... contexts)
Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.static <C extends Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts)
Converts the suppliedIterable
to an RDF Container, using the suppliedhead
resource as the starting resource of the RDF Containter.static <C extends Collection<Value>>
CRDFContainers. toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts)
Converts an RDF Containter to a JavaCollection
ofValue
objects.static Triple
Values. triple(Resource subject, IRI predicate, Value object)
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object.static Triple
Values. triple(ValueFactory vf, Resource subject, IRI predicate, Value object)
Creates a newRDF-star embedded triple
with the supplied subject, predicate, and object. -
Uses of IRI in org.eclipse.rdf4j.model.vocabulary
Fields in org.eclipse.rdf4j.model.vocabulary declared as IRI Modifier and Type Field Description static IRI
ODRL2. ABSOLUTE_POSITION
odrl:absolutePositionstatic IRI
ODRL2. ABSOLUTE_SIZE
odrl:absoluteSizestatic IRI
ODRL2. ABSOLUTE_SPATIAL_POSITION
odrl:absoluteSpatialPositionstatic IRI
ODRL2. ABSOLUTE_TEMPORAL_POSITION
odrl:absoluteTemporalPositionstatic IRI
DCTERMS. ABSTRACT
http://purl.org/dc/terms/abstractstatic IRI
SPIN. ABSTRACT_PROPERTY
http://spinrdf.org/spin#abstract Can be set to true to indicate that this module shall not be instantiated.static IRI
SHACL. ABSTRACT_RESULT
sh:AbstractResultstatic IRI
PROV. ACCEPT
prov:Acceptstatic IRI
ODRL2. ACCEPT_TRACKING
odrl:acceptTrackingstatic IRI
DCTERMS. ACCESS_RIGHTS
http://purl.org/dc/terms/accessRightsstatic IRI
DCAT. ACCESS_SERVICE
dcat:accessServicestatic IRI
DCAT. ACCESS_URL
dcat:accessURLstatic IRI
FOAF. ACCOUNT
static IRI
FOAF. ACCOUNT_NAME
static IRI
FOAF. ACCOUNT_SERVICE_HOMEPAGE
static IRI
DCTERMS. ACCRUAL_METHOD
http://purl.org/dc/terms/accrualMethodstatic IRI
DCTERMS. ACCRUAL_PERIODICITY
http://purl.org/dc/terms/accrualPeriodicitystatic IRI
DCTERMS. ACCRUAL_POLICY
http://purl.org/dc/terms/ accrualPolicystatic IRI
VCARD4. ACQUAINTANCE
vcard:Acquaintancestatic IRI
PROV. ACTED_ON_BEHALF_OF
prov:actedOnBehalfOfstatic IRI
ODRL2. ACTION
odrl:Actionstatic IRI
ODRL2. ACTION_PROP
odrl:actionstatic IRI
PROV. ACTIVITY
prov:Activitystatic IRI
PROV. ACTIVITY_INFLUENCE
prov:ActivityInfluencestatic IRI
PROV. ACTIVITY_PROP
prov:activitystatic IRI
ODRL2. AD_HOC_SHARE
Deprecated.static IRI
SP. ADD
static IRI
VCARD4. ADDITIONAL_NAME
vcard:additional-namestatic IRI
LOCN. ADDRESS
locn:Addressstatic IRI
VCARD4. ADDRESS
vcard:Addressstatic IRI
LOCN. ADDRESS_AREA
locn:addressAreastatic IRI
LOCN. ADDRESS_ID
locn:addressIdstatic IRI
LOCN. ADDRESS_PROP
locn:addressstatic IRI
LOCN. ADMIN_UNIT_L1
locn:adminUnitL1static IRI
LOCN. ADMIN_UNIT_L2
locn:adminUnitL2static IRI
VCARD4. ADR
vcard:adrstatic IRI
TIME. AFTER
time:afterstatic IRI
FOAF. AGE
static IRI
DCTERMS. AGENT
http://purl.org/dc/terms/Agentstatic IRI
FOAF. AGENT
static IRI
PROV. AGENT
prov:Agentstatic IRI
VCARD4. AGENT
vcard:Agentstatic IRI
DCTERMS. AGENT_CLASS
http://purl.org/dc/terms/AgentClassstatic IRI
PROV. AGENT_INFLUENCE
prov:AgentInfluencestatic IRI
PROV. AGENT_PROP
prov:agentstatic IRI
VCARD4. AGENT_PROP
Deprecated.static IRI
ODRL2. AGGREGATE
odrl:aggregatestatic IRI
SD. AGGREGATE
Aggregatestatic IRI
SP. AGGREGATION_CLASS
http://spinrdf.org/sp#Aggregation Base class of aggregation types (not part of the SPARQL 1.0 standard but supported by ARQ and other engines).static IRI
ODRL2. AGREEMENT
odrl:Agreementstatic IRI
FOAF. AIM_CHAT_ID
static IRI
ODRL2. ALL
Deprecated.static IRI
ODRL2. ALL_CONNECTIONS
Deprecated.static IRI
ODRL2. ALL_GROUPS
Deprecated.static IRI
SP. ALL_PROPERTY
http://spinrdf.org/sp#all Used in DROP and CLEAR.static IRI
ODRL2. ALL2ND_CONNECTIONS
Deprecated.static IRI
OWL. ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferentstatic IRI
OWL. ALLDISJOINTCLASSES
http://www.w3.org/2002/07/owl#AllDisjointClassesstatic IRI
OWL. ALLDISJOINTPROPERTIES
http://www.w3.org/2002/07/owl#AllDisjointPropertiesstatic IRI
DASH. AllObjectsTarget
static IRI
DASH. AllSubjectsTarget
static IRI
OWL. ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFromstatic IRI
RDF. ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Altstatic IRI
WGS84. ALT
Thewgs84:alt
relation.static IRI
SKOS. ALT_LABEL
The skos:altLabel lexical label property.static IRI
SKOSXL. ALT_LABEL
The skosxl:altLabel property.static IRI
SP. ALT_PATH_CLASS
http://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2.static IRI
PROV. ALTERNATE_OF
prov:alternateOfstatic IRI
DCTERMS. ALTERNATIVE
http://purl.org/dc/terms/alternativestatic IRI
SHACL. ALTERNATIVE_PATH
sh:alternativePathstatic IRI
ODRL2. AND
odrl:andstatic IRI
SHACL. AND
sh:andstatic IRI
SP. AND
static IRI
SHACL. AND_CONSTRAINT_COMPONENT
sh:AndConstraintComponentstatic IRI
SHACL. AND_CONSTRAINT_COMPONENT_AND
sh:AndConstraintComponent-andstatic IRI
ODRL2. AND_SEQUENCE
odrl:andSequencestatic IRI
VCARD4. ANNIVERSARY
vcard:anniversarystatic IRI
ODRL2. ANNOTATE
odrl:annotatestatic IRI
OWL. ANNOTATEDPROPERTY
http://www.w3.org/2002/07/owl#annotatedPropertystatic IRI
OWL. ANNOTATEDSOURCE
http://www.w3.org/2002/07/owl#annotatedSourcestatic IRI
OWL. ANNOTATEDTARGET
http://www.w3.org/2002/07/owl#annotatedTargetstatic IRI
OWL. ANNOTATION
http://www.w3.org/2002/07/owl#Annotationstatic IRI
SHACL. ANNOTATION_PROPERTY
sh:annotationPropertystatic IRI
SHACL. ANNOTATION_VALUE
sh:annotationValuestatic IRI
SHACL. ANNOTATION_VAR_NAME
sh:annotationVarNamestatic IRI
OWL. ANNOTATIONPROPERTY
http://www.w3.org/2002/07/owl#AnnotationPropertystatic IRI
DOAP. ANON_ROOT
doap:anon-rootstatic IRI
ODRL2. ANONYMIZE
odrl:anonymizestatic IRI
XSD. ANYURI
http://www.w3.org/2001/XMLSchema#anyURIstatic IRI
HYDRA. API_DOCUMENTATION
static IRI
HYDRA. API_DOCUMENTATION_PROP
static IRI
ODRL2. APPEND
Deprecated.static IRI
ODRL2. APPEND_TO
Deprecated.static IRI
DOAP. ARCH_REPOSITORY
doap:ArchRepositorystatic IRI
ODRL2. ARCHIVE
odrl:archivestatic IRI
SP. ARG_PROPERTY
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc.static IRI
SPIN. ARG1_INSTANCE
static IRI
SP. ARG1_PROPERTY
http://spinrdf.org/sp#arg1 The first argument of a function call.static IRI
SPIN. ARG2_INSTANCE
static IRI
SP. ARG2_PROPERTY
http://spinrdf.org/sp#arg2 The second argument of a function call.static IRI
SPIN. ARG3_INSTANCE
static IRI
SP. ARG3_PROPERTY
http://spinrdf.org/sp#arg3 The third argument of a function call.static IRI
SPIN. ARG4_INSTANCE
static IRI
SP. ARG4_PROPERTY
http://spinrdf.org/sp#arg4 The forth argument of a function call.static IRI
SPIN. ARG5_INSTANCE
static IRI
SP. ARG5_PROPERTY
http://spinrdf.org/sp#arg5 The fifth argument of a function call.static IRI
SPL. ARGUMENT_TEMPLATE
http://spinrdf.org/spl#Argument Provides metadata about an argument of a SPIN Function or Template.static IRI
PROV. AS_IN_BUNDLE
prov:asInBundlestatic IRI
SP. AS_PROPERTY
Deprecated.static IRI
GEO. AS_WKT
static IRI
SP. ASC_CLASS
http://spinrdf.org/sp#Asc Marker to indicate ascending order.static IRI
LDP. ASCENDING
ldp:Ascendingstatic IRI
SHACL. ASK
sh:askstatic IRI
SP. ASK_CLASS
http://spinrdf.org/sp#Ask An ASK query that returns true if the condition in the body is met by at least one result set.static IRI
SPIN. ASK_FUNCTION
static IRI
SPIN. ASK_TEMPLATE_CLASS
http://spinrdf.org/spin#AskTemplate A SPIN template that wraps an ASK query.static IRI
SPIN. ASK_TEMPLATES_CLASS
http://spinrdf.org/spin#AskTemplates Suggested abstract base class for all AskTemplates.static IRI
EARL. ASSERTEDBY
static IRI
EARL. ASSERTION
static IRI
ODRL2. ASSERTION
odrl:Assertionstatic IRI
OWL. ASSERTIONPROPERTY
http://www.w3.org/2002/07/owl#assertionPropertystatic IRI
EARL. ASSERTOR
static IRI
ODRL2. ASSET
odrl:Assetstatic IRI
ODRL2. ASSET_COLLECTION
odrl:AssetCollectionstatic IRI
ODRL2. ASSET_SCOPE
Deprecated.static IRI
ODRL2. ASSIGNEE
odrl:assigneestatic IRI
ODRL2. ASSIGNEE_OF
odrl:assigneeOfstatic IRI
ODRL2. ASSIGNER
odrl:assignerstatic IRI
ODRL2. ASSIGNER_OF
odrl:assignerOfstatic IRI
PROV. ASSOCIATION
prov:Associationstatic IRI
OWL. ASYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#AsymmetricPropertystatic IRI
PROV. AT_LOCATION
prov:atLocationstatic IRI
PROV. AT_TIME
prov:atTimestatic IRI
ODRL2. ATTACH_POLICY
Deprecated.static IRI
ODRL2. ATTACH_SOURCE
Deprecated.static IRI
ODRL2. ATTRIBUTE
odrl:attributestatic IRI
ODRL2. ATTRIBUTED_PARTY
odrl:attributedPartystatic IRI
ODRL2. ATTRIBUTING_PARTY
odrl:attributingPartystatic IRI
PROV. ATTRIBUTION
prov:Attributionstatic IRI
DCTERMS. AUDIENCE
http://purl.org/dc/terms/audiencestatic IRI
DOAP. AUDIENCE
doap:audiencestatic IRI
EARL. AUTOMATIC
static IRI
DCTERMS. AVAILABLE
http://purl.org/dc/terms/availablestatic IRI
SD. AVAILBLE_GRAPHS
available graph descriptionsstatic IRI
SP. AVG_CLASS
http://spinrdf.org/sp#Avg Represents AVG aggregations.static IRI
OWL. AXIOM
http://www.w3.org/2002/07/owl#Axiomstatic IRI
OWL. BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWithstatic IRI
RDF. BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bagstatic IRI
CONFIG.ContextAware. base
Setting for a base URI.static IRI
XSD. BASE64BINARY
http://www.w3.org/2001/XMLSchema#base64Binarystatic IRI
ORG. BASED_AT
void:basedAtstatic IRI
FOAF. BASED_NEAR
static IRI
LDP. BASIC_CONTAINER
ldp:BasicContainerstatic IRI
SD. BASIC_FEDERATED_QUERY
Basic Federated Querystatic IRI
DOAP. BAZAAR_BRANCH
doap:BazaarBranchstatic IRI
DCAT. BBOX
dcat:bboxstatic IRI
VCARD4. BBS
Deprecated.static IRI
VCARD4. BDAY
vcard:bdaystatic IRI
TIME. BEFORE
time:beforestatic IRI
DCTERMS. BIBLIOGRAPHIC_CITATION
http://purl.org/dc/terms/bibliographicCitationstatic IRI
DCTERMS. BIBLIOGRAPHIC_RESOURCE
http://purl.org/dc/terms/BibliographicResourcestatic IRI
SP. BIND_CLASS
http://spinrdf.org/sp#Bind A BIND element.static IRI
SP. BINDINGS_PROPERTY
static IRI
FOAF. BIRTHDAY
static IRI
DOAP. BKREPOSITORY
doap:BKRepositorystatic IRI
SHACL. BLANK_NODE
sh:BlankNodestatic IRI
SHACL. BLANK_NODE_OR_IRI
sh:BlankNodeOrIRIstatic IRI
SHACL. BLANK_NODE_OR_LITERAL
sh:BlankNodeOrLiteralstatic IRI
DOAP. BLOG
doap:blogstatic IRI
SP. BNODE
static IRI
SPIN. BODY_PROPERTY
http://spinrdf.org/spin#body The body of a Function or Template.static IRI
XSD. BOOLEAN
http://www.w3.org/2001/XMLSchema#booleanstatic IRI
OWL. BOTTOMDATAPROPERTY
http://www.w3.org/2002/07/owl#bottomDataPropertystatic IRI
OWL. BOTTOMOBJECTPROPERTY
http://www.w3.org/2002/07/owl#bottomObjectPropertystatic IRI
SP. BOUND
static IRI
GEOF. BOUNDARY
static IRI
DCTERMS. BOX
http://purl.org/dc/terms/Boxstatic IRI
SKOS. BROAD_MATCH
The skos:broadMatch relation.static IRI
SKOS. BROADER
The skos:broader relation.static IRI
SKOS. BROADER_TRANSITIVE
The skos:broaderTransitive relation.static IRI
DOAP. BROWSE
doap:browsestatic IRI
GEOF. BUFFER
static IRI
DOAP. BUG_DATABASE
doap:bug-databasestatic IRI
SPIF. BUILD_STRING_FUNCTION
static IRI
SPIF. BUILD_URI_FUNCTION
static IRI
PROV. BUNDLE
prov:Bundlestatic IRI
XSD. BYTE
http://www.w3.org/2001/XMLSchema#bytestatic IRI
DCAT. BYTE_SIZE
dcat:byteSizestatic IRI
CONFIG.Shacl. cacheSelectNodes
tag:rdf4j.org,2023:config/shacl.cacheSelectNodes
static IRI
SPIF. CAN_INVOKE_FUNCTION
static IRI
EARL. CANNOTTELL
static IRI
VCARD4. CAR
Deprecated.static IRI
OWL. CARDINALITY
http://www.w3.org/2002/07/owl#cardinalitystatic IRI
SPIF. CAST_FUNCTION
static IRI
DCAT. CATALOG
dcat:Catalogstatic IRI
DCAT. CATALOG_RECORD
dcat:CatalogRecordstatic IRI
DOAP. CATEGORY
doap:categorystatic IRI
VCARD4. CATEGORY
vcard:categorystatic IRI
VCARD4. CELL
vcard:Cellstatic IRI
DCAT. CENTROID
dcat:centroidstatic IRI
ORG. CHANGE_EVENT
void:ChangeEventstatic IRI
SKOS. CHANGE_NOTE
The skos:changeNote property.static IRI
ORG. CHANGED_BY
void:changedBystatic IRI
VANN. CHANGES
A reference to a resource that describes changes between this version of a vocabulary and the previous.static IRI
VCARD4. CHILD
vcard:Childstatic IRI
HYDRA. CLASS
static IRI
OWL. CLASS
http://www.w3.org/2002/07/owl#Classstatic IRI
RDFS. CLASS
http://www.w3.org/2000/01/rdf-schema#Classstatic IRI
SHACL. CLASS
sh:classstatic IRI
VCARD4. CLASS
Deprecated.static IRI
VOID. CLASS
void:classstatic IRI
SHACL. CLASS_CONSTRAINT_COMPONENT
sh:ClassConstraintComponentstatic IRI
SHACL. CLASS_CONSTRAINT_COMPONENT_CLASS
sh:ClassConstraintComponent-classstatic IRI
VOID. CLASS_PARTITION
void:classPartitionstatic IRI
VOID. CLASSES
void:classesstatic IRI
ORG. CLASSIFICATION
void:classificationstatic IRI
SP. CLEAR_CLASS
http://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph.static IRI
SKOS. CLOSE_MATCH
The skos:closeMatch relation.static IRI
SHACL. CLOSED
sh:closedstatic IRI
SHACL. CLOSED_CONSTRAINT_COMPONENT
sh:ClosedConstraintComponentstatic IRI
SHACL. CLOSED_CONSTRAINT_COMPONENT_CLOSED
sh:ClosedConstraintComponent-closedstatic IRI
SHACL. CLOSED_CONSTRAINT_COMPONENT_IGNORED_PROPERTIES
sh:ClosedConstraintComponent-ignoredPropertiesstatic IRI
CONFIG.Ess. clusterName
static IRI
SP. COALESCE
static IRI
VCARD4. COLLEAGUE
vcard:Colleaguestatic IRI
HYDRA. COLLECTION
static IRI
PROV. COLLECTION
prov:Collectionstatic IRI
SKOS. COLLECTION
The skos:Collection classstatic IRI
HYDRA. COLLECTION_PROP
static IRI
SPIN. COLUMN_CLASS
http://spinrdf.org/spin#Column Provides metadata about a column in the result set of a (SPARQL) query, for example of the body queries of SPIN templates.static IRI
SPIN. COLUMN_INDEX_PROPERTY
http://spinrdf.org/spin#columnIndex The index of a column (from left to right) starting at 0.static IRI
SPIN. COLUMN_PROPERTY
http://spinrdf.org/spin#column Can link a TableDataProvider (esp.static IRI
SPIN. COLUMN_TYPE_PROPERTY
http://spinrdf.org/spin#columnType The datatype or resource type of a spin:Column.static IRI
SPIN. COLUMN_WIDTH_PROPERTY
http://spinrdf.org/spin#columnWidth The preferred width of the associated Column, for display purposes.static IRI
SP. COMMAND_CLASS
http://spinrdf.org/sp#Command A shared superclass for sp:Query and sp:Update that can be used to specify that the range of property can be either one.static IRI
SPIN. COMMAND_PROPERTY
http://spinrdf.org/spin#command Can be used to link a resource with a SPARQL query or update request (sp:Command).static IRI
RDFS. COMMENT
http://www.w3.org/2000/01/rdf-schema#commentstatic IRI
ODRL2. COMMERCIALIZE
Deprecated.static IRI
PROV. COMMUNICATION
prov:Communicationstatic IRI
ODRL2. COMPENSATE
odrl:compensatestatic IRI
ODRL2. COMPENSATED_PARTY
odrl:compensatedPartystatic IRI
ODRL2. COMPENSATING_PARTY
odrl:compensatingPartystatic IRI
OWL. COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOfstatic IRI
DCAT. COMPRESS_FORMAT
dcat:compressFormatstatic IRI
APF. CONCAT
static IRI
FN. CONCAT
fn:concatstatic IRI
SKOS. CONCEPT
The skos:Concept classstatic IRI
SKOS. CONCEPT_SCHEME
The skos:ConceptScheme classstatic IRI
ODRL2. CONCURRENT_USE
odrl:concurrentUsestatic IRI
ODRL2. CONFLICT
odrl:conflictstatic IRI
ODRL2. CONFLICT_TERM
odrl:ConflictTermstatic IRI
SHACL. CONFORMS
sh:conformsstatic IRI
DCTERMS. CONFORMS_TO
http://purl.org/dc/terms/conformsTostatic IRI
CONFIG.Sail. connectionTimeOut
tag:rdf4j.org,2023:config/sail.connectionTimeOutstatic IRI
ODRL2. CONSENTED_PARTY
odrl:consentedPartystatic IRI
ODRL2. CONSENTING_PARTY
odrl:consentingPartystatic IRI
ODRL2. CONSEQUENCE
odrl:consequencestatic IRI
LDP. CONSTRAINED_BY
ldp:constrainedBystatic IRI
ODRL2. CONSTRAINT
odrl:Constraintstatic IRI
SHACL. CONSTRAINT_COMPONENT
sh:ConstraintComponentstatic IRI
ODRL2. CONSTRAINT_PROP
odrl:constraintstatic IRI
SPIN. CONSTRAINT_PROPERTY
http://spinrdf.org/spin#constraint Links a class with constraints on its instances.static IRI
SPIN. CONSTRAINT_VIOLATION_CLASS
http://spinrdf.org/spin#ConstraintViolation An object that can be created by spin:constraints to provide information about a constraint violation.static IRI
SHACL. CONSTRUCT
sh:constructstatic IRI
SP. CONSTRUCT_CLASS
http://spinrdf.org/sp#Construct A CONSTRUCT-type query that can be used to construct new triples from template triples (head) that use variable bindings from the match patterns (body).static IRI
SPIN. CONSTRUCT_PROPERTY
static IRI
SPIN. CONSTRUCT_TEMPLATE_CLASS
static IRI
SPIN. CONSTRUCT_TEMPLATES_CLASS
http://spinrdf.org/spin#ConstructTemplates Suggested abstract base class for all ConstructTemplates.static IRI
SPIN. CONSTRUCTOR_PROPERTY
http://spinrdf.org/spin#constructor Can be used to attach a "constructor" to a class.static IRI
VCARD4. CONTACT
vcard:Contactstatic IRI
DCAT. CONTACT_POINT
dcat:contactPointstatic IRI
LDP. CONTAINER
ldp:Containerstatic IRI
RDFS. CONTAINER
http://www.w3.org/2000/01/rdf-schema#Containerstatic IRI
RDFS. CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipPropertystatic IRI
FN. CONTAINS
fn:containsstatic IRI
LDP. CONTAINS
ldp:containsstatic IRI
ODRL2. CONTRACTED_PARTY
odrl:contractedPartystatic IRI
ODRL2. CONTRACTING_PARTY
odrl:contractingPartystatic IRI
PROV. CONTRIBUTE
prov:Contributestatic IRI
DC. CONTRIBUTOR
dc:contributorstatic IRI
DCTERMS. CONTRIBUTOR
http://purl.org/dc/terms/contributorstatic IRI
PROV. CONTRIBUTOR
prov:Contributorstatic IRI
SPIF. CONVERT_SPIN_RDF_TO_STRING_FUNCTION
static IRI
GEOF. CONVEX_HULL
static IRI
ODRL2. COPY
Deprecated.static IRI
PROV. COPYRIGHT
prov:Copyrightstatic IRI
VCARD4. CORESIDENT
vcard:Coresidentstatic IRI
ODRL2. COUNT
odrl:countstatic IRI
SP. COUNT_CLASS
http://spinrdf.org/sp#Count Counts the number of times a variable is used.static IRI
VCARD4. COUNTRY_NAME
vcard:country-namestatic IRI
DC. COVERAGE
dc:coveragestatic IRI
DCTERMS. COVERAGE
http://purl.org/dc/terms/coveragestatic IRI
VCARD4. COWORKER
vcard:Coworkerstatic IRI
PROV. CREATE
prov:Createstatic IRI
SP. CREATE_CLASS
http://spinrdf.org/sp#Create An Update operation that creates a new empty graph with a name specified by sp:graphIRI.static IRI
DCTERMS. CREATED
http://purl.org/dc/terms/createdstatic IRI
DOAP. CREATED
doap:createdstatic IRI
DC. CREATOR
dc:creatorstatic IRI
DCTERMS. CREATOR
http://purl.org/dc/terms/creatorstatic IRI
PROV. CREATOR
prov:Creatorstatic IRI
VCARD4. CRUSH
vcard:Crushstatic IRI
FOAF. CURRENT_PROJECT
static IRI
SPIF. CURRENT_TIME_MILLIS_FUNCTION
static IRI
DOAP. CVSREPOSITORY
doap:CVSRepositorystatic IRI
DOAP. DARCS_REPOSITORY
doap:DarcsRepositorystatic IRI
CONFIG.Shacl. dashDataShapes
static IRI
VOID. DATA_DUMP
void:dataDumpstatic IRI
SP. DATA_PROPERTY
static IRI
DCAT. DATA_SERVICE
dcat:DataServicestatic IRI
ODRL2. DATA_TYPE
odrl:dataTypestatic IRI
RSX. dataGraph
static IRI
OWL. DATARANGE
http://www.w3.org/2002/07/owl#DataRangestatic IRI
DCAT. DATASET
dcat:Datasetstatic IRI
SD. DATASET
Datasetstatic IRI
VOID. DATASET
void:Datasetstatic IRI
VOID. DATASET_DESCRIPTION
void:DatasetDescriptionstatic IRI
RDFS. DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatypestatic IRI
SHACL. DATATYPE
sh:datatypestatic IRI
SP. DATATYPE
static IRI
SHACL. DATATYPE_CONSTRAINT_COMPONENT
sh:DatatypeConstraintComponentstatic IRI
SHACL. DATATYPE_CONSTRAINT_COMPONENT_DATATYPE
sh:DatatypeConstraintComponent-datatypestatic IRI
OWL. DATATYPECOMPLEMENTOF
http://www.w3.org/2002/07/owl#datatypeComplementOfstatic IRI
OWL. DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypePropertystatic IRI
DC. DATE
dc:datestatic IRI
DCTERMS. DATE
http://purl.org/dc/terms/datestatic IRI
VCARD4. DATE
vcard:Datestatic IRI
XSD. DATE
http://www.w3.org/2001/XMLSchema#datestatic IRI
DCTERMS. DATE_ACCEPTED
http://purl.org/dc/terms/dateAcceptedstatic IRI
DCTERMS. DATE_COPYRIGHTED
http://purl.org/dc/terms/dateCopyrightedstatic IRI
SPIF. DATE_FORMAT_FUNCTION
static IRI
DCTERMS. DATE_SUBMITTED
http://purl.org/dc/terms/dateSubmittedstatic IRI
ODRL2. DATE_TIME
odrl:dateTimestatic IRI
TIME. DATE_TIME_DESCRIPTION
time:DateTimeDescriptionstatic IRI
TIME. DATE_TIME_INTERVAL
time:DateTimeIntervalstatic IRI
XSD. DATETIME
http://www.w3.org/2001/XMLSchema#dateTimestatic IRI
XSD. DATETIMESTAMP
http://www.w3.org/2001/XMLSchema#dateTimeStampstatic IRI
TIME. DAY
time:daystatic IRI
FN. DAY_FROM_DATETIME
fn:day-from-dateTimestatic IRI
TIME. DAY_OF_WEEK
time:DayOfWeekstatic IRI
TIME. DAY_OF_WEEK_PROP
time:dayOfWeekstatic IRI
TIME. DAY_OF_YEAR
time:dayOfYearstatic IRI
TIME. DAYS
time:daysstatic IRI
XSD. DAYTIMEDURATION
http://www.w3.org/2001/XMLSchema#dayTimeDurationstatic IRI
DCTERMS. DCMI_TYPE
http://purl.org/dc/terms/DCMITypestatic IRI
DCTERMS. DDC
http://purl.org/dc/terms/DDCstatic IRI
SHACL. DEACTIVATED
sh:deactivatedstatic IRI
XSD. DECIMAL
http://www.w3.org/2001/XMLSchema#decimalstatic IRI
SPIF. DECIMAL_FORMAT_FUNCTION
static IRI
SHACL. DECLARE
sh:declarestatic IRI
SPIF. DECODE_URL_FUNCTION
static IRI
SD. DEFAULT_DATASET
default dataset descriptionstatic IRI
SD. DEFAULT_ENTAILMENT_REGIME
default entailment regimestatic IRI
SD. DEFAULT_GRAPH
default graphstatic IRI
SP. DEFAULT_PROPERTY
http://spinrdf.org/sp#default Used in DROP and CLEAR.static IRI
SD. DEFAULT_SUPPORTED_ENTAILMENT_PROFILE
default supported entailment profilestatic IRI
SHACL. DEFAULT_VALUE
sh:defaultValuestatic IRI
SPL. DEFAULT_VALUE_PROPERTY
http://spinrdf.org/spl#defaultValuestatic IRI
CONFIG.Sail. defaultQueryEvaluationMode
tag:rdf4j.org,2023:config/sail.defaultQueryEvaluationModestatic IRI
SKOS. DEFINITION
The skos:definition property.static IRI
ODRL2. DELAY_PERIOD
odrl:delayPeriodstatic IRI
CONFIG. delegate
Setting for linking a delegate config to a wrapper in a SAIL or Repository config stack.static IRI
PROV. DELEGATION
prov:Delegationstatic IRI
SP. Delete
Deprecated.static IRI
ODRL2. DELETE
odrl:deletestatic IRI
SP. DELETE_CLASS
Deprecated.static IRI
SP. DELETE_DATA_CLASS
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples.static IRI
SP. DELETE_PATTERN_PROPERTY
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation.static IRI
SP. DELETE_WHERE_CLASS
http://spinrdf.org/sp#DeleteWhere An Update operation where the triples matched by the WHERE clause (sp:where) will be the triples deleted.static IRI
ODRL2. DELIVERY_CHANNEL
odrl:deliveryChannelstatic IRI
FOAF. DEPICTION
static IRI
FOAF. DEPICTS
static IRI
OWL. DEPRECATED
http://www.w3.org/2002/07/owl#deprecatedstatic IRI
OWL. DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClassstatic IRI
OWL. DEPRECATEDPROPERTY
http://www.w3.org/2002/07/owl#DeprecatedPropertystatic IRI
SD. DEREFERENCES_URIS
Dereferences URIsstatic IRI
PROV. DERIVATION
prov:Derivationstatic IRI
ODRL2. DERIVE
odrl:derivestatic IRI
PROV. DERIVED_BY_INSERTION_FROM
prov:derivedByInsertionFromstatic IRI
PROV. DERIVED_BY_REMOVAL_FROM
prov:derivedByRemovalFromstatic IRI
SHACL. DERIVED_VALUES
sh:derivedValuesstatic IRI
SHACL. DERIVED_VALUES_CONSTRAINT_COMPONENT
sh:DerivedValuesConstraintComponentstatic IRI
SP. DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order.static IRI
LDP. DESCENDING
ldp:Descendingstatic IRI
SP. DESCRIBE_CLASS
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.static IRI
PROV. DESCRIBES_SERVICE
prov:describesServicestatic IRI
DC. DESCRIPTION
dc:descriptionstatic IRI
DCTERMS. DESCRIPTION
http://purl.org/dc/terms/descriptionstatic IRI
DOAP. DESCRIPTION
doap:descriptionstatic IRI
HYDRA. DESCRIPTION
static IRI
SHACL. DESCRIPTION
sh:descriptionstatic IRI
SHACL. DETAIL
sh:detailstatic IRI
DOAP. DEVELOPER
doap:developerstatic IRI
DOAP. DEVELOPER_FORUM
doap:developer-forumstatic IRI
ODRL2. DEVICE
Deprecated.static IRI
PROV. DICTIONARY
prov:Dictionarystatic IRI
PROV. DICTIONARY_PROP
prov:dictionarystatic IRI
GEOF. DIFFERENCE
static IRI
OWL. DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFromstatic IRI
ODRL2. DIGITIZE
odrl:digitizestatic IRI
LDP. DIRECT_CONTAINER
ldp:DirectContainerstatic IRI
PROV. DIRECT_QUERY_SERVICE
prov:DirectQueryServicestatic IRI
SESAME. DIRECTSUBCLASSOF
http://www.openrdf.org/schema/sesame#directSubClassOfstatic IRI
SESAME. DIRECTSUBPROPERTYOF
http://www.openrdf.org/schema/sesame#directSubPropertyOfstatic IRI
SESAME. DIRECTTYPE
http://www.openrdf.org/schema/sesame#directTypestatic IRI
SHACL. DISJOINT
sh:disjointstatic IRI
SHACL. DISJOINT_CONSTRAINT_COMPONENT
sh:DisjointConstraintComponentstatic IRI
SHACL. DISJOINT_CONSTRAINT_COMPONENT_DISJOINT
sh:DisjointConstraintComponent-disjointstatic IRI
OWL. DISJOINTUNIONOF
http://www.w3.org/2002/07/owl#disjointUnionOfstatic IRI
OWL. DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWithstatic IRI
ODRL2. DISPLAY
odrl:displaystatic IRI
GEOF. DISTANCE
static IRI
VOID. DISTINCT_OBJECTS
void:distinctObjectsstatic IRI
SP. DISTINCT_PROPERTY
http://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT.static IRI
VOID. DISTINCT_SUBJECTS
void:distinctSubjectsstatic IRI
OWL. DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembersstatic IRI
ODRL2. DISTRIBUTE
odrl:distributestatic IRI
DCAT. DISTRIBUTION
dcat:Distributionstatic IRI
SP. DIVIDE
static IRI
FOAF. DNA_CHECKSUM
static IRI
FOAF. DOCUMENT
static IRI
SP. DOCUMENT_PROPERTY
http://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation.static IRI
DOAP. DOCUMENTER
doap:documenterstatic IRI
VOID. DOCUMENTS
void:documentsstatic IRI
VCARD4. DOM
Deprecated.static IRI
RDFS. DOMAIN
http://www.w3.org/2000/01/rdf-schema#domainstatic IRI
XSD. DOUBLE
http://www.w3.org/2001/XMLSchema#doublestatic IRI
DOAP. DOWNLOAD_MIRROR
doap:download-mirrorstatic IRI
DOAP. DOWNLOAD_PAGE
doap:download-pagestatic IRI
DCAT. DOWNLOAD_URL
dcat:downloadURLstatic IRI
SP. DROP_CLASS
http://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store.static IRI
TIME. DURATION
time:Durationstatic IRI
XSD. DURATION
http://www.w3.org/2001/XMLSchema#durationstatic IRI
TIME. DURATION_DESCRIPTION
time:DurationDescriptionstatic IRI
ODRL2. DUTY
odrl:Dutystatic IRI
ODRL2. DUTY_PROP
odrl:dutystatic IRI
CONFIG.Shacl. eclipseRdf4jShaclExtensions
static IRI
SKOS. EDITORIAL_NOTE
The skos:editorialNote property.static IRI
DCTERMS. EDUCATION_LEVEL
http://purl.org/dc/terms/educationLevelstatic IRI
GEOF. EH_CONTAINS
static IRI
GEOF. EH_COVERED_BY
static IRI
GEOF. EH_COVERS
static IRI
GEOF. EH_DISJOINT
static IRI
GEOF. EH_EQUALS
static IRI
GEOF. EH_INSIDE
static IRI
GEOF. EH_MEET
static IRI
GEOF. EH_OVERLAP
static IRI
ODRL2. ELAPSED_TIME
odrl:elapsedTimestatic IRI
SP. ELEMENT_CLASS
http://spinrdf.org/sp#Element An abstract base class for all pattern elements.static IRI
SP. ELEMENT_GROUP_CLASS
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.static IRI
SP. ELEMENT_LIST_CLASS
http://spinrdf.org/sp#ElementList A list of Elements.static IRI
SP. ELEMENTS_PROPERTY
http://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element.static IRI
VCARD4. EMAIL
Deprecated.static IRI
VCARD4. EMAIL_PROP
vcard:emailstatic IRI
VCARD4. EMERGENCY
vcard:Emergencystatic IRI
PROV. EMPTY_COLLECTION
prov:EmptyCollectionstatic IRI
PROV. EMPTY_DICTIONARY
prov:EmptyDictionarystatic IRI
SD. EMPTY_GRAPHS
Empty Graphsstatic IRI
FN. ENCODE_FOR_URI
fn:encode-for-uristatic IRI
SPIF. ENCODE_URL_FUNCTION
static IRI
PROV. END
prov:Endstatic IRI
DCAT. END_DATE
dcat:endDatestatic IRI
PROV. ENDED_AT_TIME
prov:endedAtTimestatic IRI
SD. ENDPOINT
endpointstatic IRI
DCAT. ENDPOINT_DESCRIPTION
dcat:endpointDescriptionstatic IRI
DCAT. ENDPOINT_URL
dcat:endpointURLstatic IRI
FN. ENDS_WITH
fn:ends-withstatic IRI
ODRL2. ENSURE_EXCLUSIVITY
odrl:ensureExclusivitystatic IRI
SD. ENTAILMENT_PROFILE
Entailment Profilestatic IRI
SD. ENTAILMENT_REGIME_CLASS
Entailment Regimestatic IRI
SD. ENTAILMENT_REGIME_PROPERTY
entailment regimestatic IRI
VOID. ENTITIES
void:entitiesstatic IRI
XSD. ENTITIES
http://www.w3.org/2001/XMLSchema#ENTITIESstatic IRI
PROV. ENTITY
prov:Entitystatic IRI
XSD. ENTITY
http://www.w3.org/2001/XMLSchema#ENTITYstatic IRI
PROV. ENTITY_INFLUENCE
prov:EntityInfluencestatic IRI
PROV. ENTITY_PROP
prov:entitystatic IRI
HYDRA. ENTRYPOINT
static IRI
GEOF. ENVELOPE
static IRI
ODRL2. EQ
odrl:eqstatic IRI
SP. EQ
static IRI
SHACL. EQUALS
sh:equalsstatic IRI
SHACL. EQUALS_CONSTRAINT_COMPONENT
sh:EqualsConstraintComponentstatic IRI
SHACL. EQUALS_CONSTRAINT_COMPONENT_EQUALS
sh:EqualsConstraintComponent-equalsstatic IRI
OWL. EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClassstatic IRI
OWL. EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentPropertystatic IRI
HYDRA. ERROR
static IRI
SPIN. ERROR_VIOLATION_LEVEL
static IRI
SPIN. EVAL_CLASS
Deprecated.static IRI
SPIN. EVAL_FUNCTION
http://spinrdf.org/spin#eval Evaluates a given SPIN expression or SELECT or ASK query, and returns its result.static IRI
CONFIG.Sail. evaluationStrategyFactory
tag:rdf4j.org,2023:config/sail.evaluationStrategyFactorystatic IRI
ODRL2. EVENT
odrl:eventstatic IRI
WGS84. EVENT
Thewgs84:Event
class.static IRI
SKOS. EXACT_MATCH
The skos:exactMatch relation.static IRI
SKOS. EXAMPLE
The skos:example property.static IRI
VANN. EXAMPLE
A reference to a resource that provides an example of how this resource can be used.static IRI
VOID. EXAMPLE_RESOURCE
void:exampleResourcestatic IRI
ODRL2. EXECUTE
odrl:executestatic IRI
SP. EXISTS
static IRI
HYDRA. EXPECTS
static IRI
HYDRA. EXPECTS_HEADER
static IRI
ODRL2. EXPORT
Deprecated.static IRI
SP. EXPRESSION_PROPERTY
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment.static IRI
VCARD4. EXTENDED_ADDRESS
Deprecated.static IRI
SD. EXTENSION_AGGREGATE
extension aggregatestatic IRI
SD. EXTENSION_FUNCTION
extension functionstatic IRI
DCTERMS. EXTENT
http://purl.org/dc/terms/extentstatic IRI
ODRL2. EXTRACT
odrl:extractstatic IRI
ODRL2. EXTRACT_CHAR
Deprecated.static IRI
ODRL2. EXTRACT_PAGE
Deprecated.static IRI
ODRL2. EXTRACT_WORD
Deprecated.static IRI
EARL. FAIL
static IRI
ODRL2. FAILURE
odrl:failurestatic IRI
FOAF. FAMILY_NAME
static IRI
VCARD4. FAMILY_NAME
vcard:family-namestatic IRI
FOAF. FAMILYNAME
Deprecated.Use FAMILY_NAME instead for new statementsstatic IRI
SPIN. FATAL_VIOLATION_LEVEL
static IRI
VCARD4. FAX
vcard:Faxstatic IRI
VOID. FEATURE
void:featurestatic IRI
SD. FEATURE_CLASS
Featurestatic IRI
SD. FEATURE_PROPERTY
featurestatic IRI
VCARD4. FEMALE
vcard:Femalestatic IRI
DCTERMS. FILE_FORMAT
http://purl.org/dc/terms/FileFormatstatic IRI
ODRL2. FILE_FORMAT
odrl:fileFormatstatic IRI
DOAP. FILE_RELEASE
doap:file-releasestatic IRI
SP. FILTER_CLASS
http://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false.static IRI
HYDRA. FIRST
static IRI
RDF. FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#firststatic IRI
FOAF. FIRST_NAME
static IRI
SPIN. FIX_PROPERTY
http://spinrdf.org/spin#fix Can be used to link a ConstraintViolation with one or more UPDATE Templates that would help fix the violation.static IRI
SHACL. FLAGS
sh:flagsstatic IRI
XSD. FLOAT
http://www.w3.org/2001/XMLSchema#floatstatic IRI
VCARD4. FN
vcard:fnstatic IRI
FOAF. FOCUS
static IRI
SHACL. FOCUS_NODE
sh:focusNodestatic IRI
SPIF. FOR_EACH_PROPERTY
static IRI
SPIF. FOR_PROPERTY
static IRI
CONFIG.Native. forceSync
tag:rdf4j.org,2023:config/native.forceSyncstatic IRI
ORG. FORMAL_ORGANIZATION
void:FormalOrganizationstatic IRI
DC. FORMAT
dc:formatstatic IRI
DCTERMS. FORMAT
http://purl.org/dc/terms/formatstatic IRI
HYDRA. FREETEXT_QUERY
static IRI
DCTERMS. FREQUENCY
http://purl.org/dc/terms/Frequencystatic IRI
TIME. FRIDAY
time:Fridaystatic IRI
VCARD4. FRIEND
vcard:Friendstatic IRI
SP. FROM_NAMED_PROPERTY
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL).static IRI
SP. FROM_PROPERTY
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL).static IRI
LOCN. FULL_ADDRESS
locn:fullAddressstatic IRI
ODRL2. FUNCTION
odrl:functionstatic IRI
SD. FUNCTION
Functionstatic IRI
SHACL. FUNCTION
sh:Functionstatic IRI
SPIN. FUNCTION_CLASS
http://spinrdf.org/spin#Function Metaclass for functions that can be used in SPARQL expressions (e.g.static IRI
OWL. FUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#FunctionalPropertystatic IRI
SPIN. FUNCTIONS_CLASS
http://spinrdf.org/spin#Functions An abstract base class for all defined functions.static IRI
FOAF. FUNDED_BY
static IRI
XSD. GDAY
http://www.w3.org/2001/XMLSchema#gDaystatic IRI
SP. GE
static IRI
FOAF. GEEKCODE
static IRI
FOAF. GENDER
static IRI
VCARD4. GENDER
vcard:Genderstatic IRI
TIME. GENERAL_DATE_TIME_DESCRIPTION
time:GeneralDateTimeDescriptionstatic IRI
TIME. GENERAL_DURATION_DESCRIPTION
time:GeneralDurationDescriptionstatic IRI
SPIF. GENERATE_UUID_FUNCTION
static IRI
PROV. GENERATED
prov:generatedstatic IRI
PROV. GENERATED_AT_TIME
prov:generatedAtTimestatic IRI
PROV. GENERATION
prov:Generationstatic IRI
VCARD4. GEO
vcard:geostatic IRI
LOCN. GEOGRAPHIC_NAME
locn:geographicNamestatic IRI
LOCN. GEOMETRY
locn:Geometrystatic IRI
LOCN. GEOMETRY_PROP
locn:geometrystatic IRI
GEOF. GET_SRID
static IRI
DOAP. GIT_BRANCH
doap:GitBranchstatic IRI
DOAP. GIT_REPOSITORY
doap:GitRepositorystatic IRI
ODRL2. GIVE
odrl:givestatic IRI
FOAF. GIVEN_NAME
static IRI
VCARD4. GIVEN_NAME
vcard:given-namestatic IRI
FOAF. GIVENNAME
Deprecated.Use GIVEN_NAME instead for new statementsstatic IRI
CONFIG.Shacl. globalLogValidationExecution
tag:rdf4j.org,2023:config/shacl.globalLogValidationExecution
static IRI
XSD. GMONTH
http://www.w3.org/2001/XMLSchema#gMonthstatic IRI
XSD. GMONTHDAY
http://www.w3.org/2001/XMLSchema#gMonthDaystatic IRI
ODRL2. GRANT_USE
odrl:grantUsestatic IRI
SD. GRAPH_CLASS
Graphstatic IRI
SD. GRAPH_COLLECTION
Graph Collectionstatic IRI
SP. GRAPH_IRI_PROPERTY
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations.static IRI
SP. GRAPH_NAME_NODE_PROPERTY
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph.static IRI
SD. GRAPH_PROPERTY
graphstatic IRI
FOAF. GROUP
static IRI
ODRL2. GROUP
Deprecated.static IRI
SHACL. GROUP
sh:groupstatic IRI
VCARD4. GROUP
vcard:Groupstatic IRI
SP. GROUP_BY_PROPERTY
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions.static IRI
SP. GROUP_CONCAT_CLASS
static IRI
ODRL2. GT
odrl:gtstatic IRI
SP. GT
static IRI
ODRL2. GTEQ
odrl:gteqstatic IRI
XSD. GYEAR
http://www.w3.org/2001/XMLSchema#gYearstatic IRI
XSD. GYEARMONTH
http://www.w3.org/2001/XMLSchema#gYearMonthstatic IRI
PROV. HAD_ACTIVITY
prov:hadActivitystatic IRI
PROV. HAD_DICTIONARY_MEMBER
prov:hadDictionaryMemberstatic IRI
PROV. HAD_GENERATION
prov:hadGenerationstatic IRI
PROV. HAD_MEMBER
prov:hadMemberstatic IRI
PROV. HAD_PLAN
prov:hadPlanstatic IRI
PROV. HAD_PRIMARY_SOURCE
prov:hadPrimarySourcestatic IRI
DCAT. HAD_ROLE
dcat:hadRolestatic IRI
PROV. HAD_ROLE
prov:hadRolestatic IRI
PROV. HAD_USAGE
prov:hadUsagestatic IRI
VCARD4. HAS_ADDITIONAL_NAME
vcard:hasAdditionalNamestatic IRI
VCARD4. HAS_ADDRESS
vcard:hasAddressstatic IRI
SPIF. HAS_ALL_OBJECTS_FUNCTION
static IRI
PROV. HAS_ANCHOR
prov:has_anchorstatic IRI
TIME. HAS_BEGINNING
time:hasBeginningstatic IRI
VCARD4. HAS_CALENDAR_BUSY
vcard:hasCalendarBusystatic IRI
VCARD4. HAS_CALENDAR_LINK
vcard:hasCalendarLinkstatic IRI
VCARD4. HAS_CALENDAR_REQUEST
vcard:hasCalendarRequeststatic IRI
DCAT. HAS_CATALOG
dcat:catalogstatic IRI
VCARD4. HAS_CATEGORY
vcard:hasCategorystatic IRI
VCARD4. HAS_COUNTRY_NAME
vcard:hasCountryNamestatic IRI
DCAT. HAS_DATASET
dcat:datasetstatic IRI
TIME. HAS_DATE_TIME_DESCRIPTION
time:hasDateTimeDescriptionstatic IRI
DCAT. HAS_DISTRIBUTION
dcat:distributionstatic IRI
TIME. HAS_DURATION
time:hasDurationstatic IRI
TIME. HAS_DURATION_DESCRIPTION
time:hasDurationDescriptionstatic IRI
VCARD4. HAS_EMAIL
vcard:hasEmailstatic IRI
TIME. HAS_END
time:hasEndstatic IRI
VCARD4. HAS_FAMILY_NAME
vcard:hasFamilyNamestatic IRI
VCARD4. HAS_FN
vcard:hasFNstatic IRI
DCTERMS. HAS_FORMAT
http://purl.org/dc/terms/hasFormatstatic IRI
VCARD4. HAS_GENDER
vcard:hasGenderstatic IRI
VCARD4. HAS_GEO
vcard:hasGeostatic IRI
VCARD4. HAS_GIVEN_NAME
vcard:hasGivenNamestatic IRI
VCARD4. HAS_HONORIFIC_PREFIX
vcard:hasHonorificPrefixstatic IRI
VCARD4. HAS_HONORIFIC_SUFFIX
vcard:hasHonorificSuffixstatic IRI
VCARD4. HAS_INSTANT_MESSAGE
vcard:hasInstantMessagestatic IRI
VCARD4. HAS_KEY
vcard:hasKeystatic IRI
VCARD4. HAS_LANGUAGE
vcard:hasLanguagestatic IRI
VCARD4. HAS_LOCALITY
vcard:hasLocalitystatic IRI
VCARD4. HAS_LOGO
vcard:hasLogostatic IRI
ORG. HAS_MEMBER
void:hasMemberstatic IRI
VCARD4. HAS_MEMBER
vcard:hasMemberstatic IRI
LDP. HAS_MEMBER_RELATION
ldp:hasMemberRelationstatic IRI
ORG. HAS_MEMBERSHIP
void:hasMembershipstatic IRI
VCARD4. HAS_NAME
vcard:hasNamestatic IRI
VCARD4. HAS_NICKNAME
vcard:hasNicknamestatic IRI
VCARD4. HAS_NOTE
vcard:hasNotestatic IRI
ORG. HAS_ORGANIZATION
void:organizationstatic IRI
VCARD4. HAS_ORGANIZATION_NAME
vcard:hasOrganizationNamestatic IRI
VCARD4. HAS_ORGANIZATION_UNIT
vcard:hasOrganizationUnitstatic IRI
DCTERMS. HAS_PART
http://purl.org/dc/terms/hasPartstatic IRI
ODRL2. HAS_PART
odrl:hasPartstatic IRI
VCARD4. HAS_PHOTO
vcard:hasPhotostatic IRI
ODRL2. HAS_POLICY
odrl:hasPolicystatic IRI
ORG. HAS_POST
void:hasPoststatic IRI
VCARD4. HAS_POSTAL_CODE
vcard:hasPostalCodestatic IRI
ORG. HAS_PRIMARY_SITE
void:hasPrimarySitestatic IRI
PROV. HAS_PROVENANCE
prov:has_provenancestatic IRI
PROV. HAS_QUERY_SERVICE
prov:has_query_servicestatic IRI
DCAT. HAS_RECORD
dcat:recordstatic IRI
VCARD4. HAS_REGION
vcard:hasRegionstatic IRI
ROV. HAS_REGISTERED_ORGANIZATION
rov:hasRegisteredOrganizationstatic IRI
ORG. HAS_REGISTERED_SITE
void:hasRegisteredSitestatic IRI
VCARD4. HAS_RELATED
vcard:hasRelatedstatic IRI
ORG. HAS_ROLE
void:rolestatic IRI
VCARD4. HAS_ROLE
vcard:hasRolestatic IRI
DCAT. HAS_SERVICE
dcat:servicestatic IRI
ORG. HAS_SITE
void:hasSitestatic IRI
VCARD4. HAS_SOUND
vcard:hasSoundstatic IRI
VCARD4. HAS_SOURCE
vcard:hasSourcestatic IRI
VCARD4. HAS_STREET_ADDRESS
vcard:hasStreetAddressstatic IRI
ORG. HAS_SUB_ORGANIZATION
void:hasSubOrganizationstatic IRI
VCARD4. HAS_TELEPHONE
vcard:hasTelephonestatic IRI
TIME. HAS_TEMPORAL_DURATION
time:hasTemporalDurationstatic IRI
TIME. HAS_TIME
time:hasTimestatic IRI
VCARD4. HAS_TITLE
vcard:hasTitlestatic IRI
SKOS. HAS_TOP_CONCEPT
The skos:hasTopConcept relation.static IRI
TIME. HAS_TRS
time:hasTRSstatic IRI
VCARD4. HAS_UID
vcard:hasUIDstatic IRI
ORG. HAS_UNIT
void:hasUnitstatic IRI
VCARD4. HAS_URL
vcard:hasURLstatic IRI
SHACL. HAS_VALUE
sh:hasValuestatic IRI
VCARD4. HAS_VALUE
vcard:hasValuestatic IRI
SHACL. HAS_VALUE_CONSTRAINT_COMPONENT
sh:HasValueConstraintComponentstatic IRI
SHACL. HAS_VALUE_CONSTRAINT_COMPONENT_HAS_VALUE
sh:HasValueConstraintComponent-hasValuestatic IRI
DCTERMS. HAS_VERSION
http://purl.org/dc/terms/hasVersionstatic IRI
TIME. HAS_XSDDURATION
time:hasXSDDurationstatic IRI
OWL. HASKEY
http://www.w3.org/2002/07/owl#hasKeystatic IRI
OWL. HASSELF
http://www.w3.org/2002/07/owl#hasSelfstatic IRI
OWL. HASVALUE
http://www.w3.org/2002/07/owl#hasValuestatic IRI
DASH. hasValueIn
static IRI
DASH. HasValueInConstraintComponent
static IRI
SP. HAVING_PROPERTY
http://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions.static IRI
ORG. HEAD_OF
void:headOfstatic IRI
ORG. HELD_BY
void:heldBystatic IRI
DOAP. HELPER
doap:helperstatic IRI
EARL. HEURISTIC
static IRI
XSD. HEXBINARY
http://www.w3.org/2001/XMLSchema#hexBinarystatic IRI
DOAP. HG_REPOSITORY
doap:HgRepositorystatic IRI
SKOS. HIDDEN_LABEL
The skos:hiddenLabel lexical label property.static IRI
SKOSXL. HIDDEN_LABEL
The skosxl:hiddenLabel property.static IRI
SKOS. HISTORY_NOTE
The skos:historyNote property.static IRI
ORG. HOLDS
void:holdsstatic IRI
FOAF. HOLDS_ACCOUNT
static IRI
VCARD4. HOME
vcard:Homestatic IRI
DOAP. HOMEPAGE
doap:homepagestatic IRI
FOAF. HOMEPAGE
static IRI
VCARD4. HONORIFIC_PREFIX
vcard:honorific-prefixstatic IRI
VCARD4. HONORIFIC_SUFFIX
vcard:honorific-suffixstatic IRI
CONFIG.Ess. hostname
static IRI
TIME. HOUR
time:hourstatic IRI
TIME. HOURS
time:hoursstatic IRI
FN. HOURS_FROM_DATETIME
fn:hours-from-dateTimestatic IRI
RDF. HTML
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTMLstatic IRI
FOAF. ICQ_CHAT_ID
static IRI
CONFIG.Rep. id
Setting for the repository ID.static IRI
XSD. ID
http://www.w3.org/2001/XMLSchema#IDstatic IRI
DC. IDENTIFIER
dc:identifierstatic IRI
DCTERMS. IDENTIFIER
http://purl.org/dc/terms/identifierstatic IRI
ORG. IDENTIFIER
void:identifierstatic IRI
XSD. IDREF
http://www.w3.org/2001/XMLSchema#IDREFstatic IRI
XSD. IDREFS
http://www.w3.org/2001/XMLSchema#IDREFSstatic IRI
SP. IF
static IRI
ODRL2. IGNORE
Deprecated.static IRI
SHACL. IGNORED_PROPERTIES
sh:ignoredPropertiesstatic IRI
FOAF. IMAGE
static IRI
FOAF. IMG
static IRI
CONFIG.Rep. impl
Setting for the repository implementation-specific configuration.static IRI
CONFIG.Sail. impl
tag:rdf4j.org,2023:config/sail.implstatic IRI
DOAP. IMPLEMENTS
doap:implementsstatic IRI
ODRL2. IMPLIES
odrl:impliesstatic IRI
OWL. IMPORTS
http://www.w3.org/2002/07/owl#importsstatic IRI
SPIN. IMPORTS_PROPERTY
http://spinrdf.org/spin#imports Can be used to link an RDF graph (usually the instance of owl:Ontology) with a SPIN library to define constraints.static IRI
DCTERMS. IMT
http://purl.org/dc/terms/IMTstatic IRI
SHACL. IN
sh:instatic IRI
SHACL. IN_CONSTRAINT_COMPONENT
sh:InConstraintComponentstatic IRI
SHACL. IN_CONSTRAINT_COMPONENT_IN
sh:InConstraintComponent-instatic IRI
VOID. IN_DATASET
void:inDatasetstatic IRI
TIME. IN_DATE_TIME
time:inDateTimestatic IRI
SKOS. IN_SCHEME
The skos:inScheme relation.static IRI
TIME. IN_TEMPORAL_POSITION
time:inTemporalPositionstatic IRI
TIME. IN_TIME_POSITION
time:inTimePositionstatic IRI
TIME. IN_XSDDATE
time:inXSDDatestatic IRI
TIME. IN_XSDDATE_TIME
Deprecated.static IRI
TIME. IN_XSDDATE_TIME_STAMP
time:inXSDDateTimeStampstatic IRI
TIME. IN_XSDG_YEAR
time:inXSDgYearstatic IRI
TIME. IN_XSDG_YEAR_MONTH
time:inXSDgYearMonthstatic IRI
LDP. INBOX
ldp:inboxstatic IRI
ODRL2. INCLUDE
odrl:includestatic IRI
ODRL2. INCLUDED_IN
odrl:includedInstatic IRI
CONFIG.ContextAware. includeInferred
Setting for including inferred statements by default.static IRI
OWL. INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWithstatic IRI
CONFIG.Ess. index
static IRI
LIST. INDEX
static IRI
ODRL2. INDEX
odrl:indexstatic IRI
SPIF. INDEX_OF_FUNCTION
static IRI
CONFIG.Lucene. indexDir
static IRI
LDP. INDIRECT_CONTAINER
ldp:IndirectContainerstatic IRI
ODRL2. INDIVIDUAL
Deprecated.static IRI
OWL. INDIVIDUAL
Deprecated.static IRI
VCARD4. INDIVIDUAL
vcard:Individualstatic IRI
ODRL2. INDUSTRY
odrl:industrystatic IRI
PROV. INFLUENCE
prov:Influencestatic IRI
PROV. INFLUENCED
prov:influencedstatic IRI
PROV. INFLUENCER
prov:influencerstatic IRI
SHACL. INFO
sh:Infostatic IRI
SPIN. INFO_VIOLATION_LEVEL
static IRI
ODRL2. INFORM
odrl:informstatic IRI
ODRL2. INFORMED_PARTY
odrl:informedPartystatic IRI
ODRL2. INFORMING_PARTY
odrl:informingPartystatic IRI
ODRL2. INHERIT_ALLOWED
Deprecated.static IRI
ODRL2. INHERIT_FROM
odrl:inheritFromstatic IRI
ODRL2. INHERIT_RELATION
Deprecated.static IRI
SD. INPUT_FORMAT
input formatstatic IRI
SP. Insert
Deprecated.static IRI
SP. INSERT_CLASS
Deprecated.static IRI
SP. INSERT_DATA_CLASS
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples.static IRI
SP. INSERT_PATTERN_PROPERTY
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command.static IRI
CONFIG.ContextAware. insertContext
tag:rdf4j.org,2023:config/ca.insertContextstatic IRI
LDP. INSERTED_CONTENT_RELATION
ldp:insertedContentRelationstatic IRI
PROV. INSERTED_KEY_ENTITY_PAIR
prov:insertedKeyEntityPairstatic IRI
PROV. INSERTION
prov:Insertionstatic IRI
TIME. INSIDE
time:insidestatic IRI
ODRL2. INSTALL
odrl:installstatic IRI
TIME. INSTANT
time:Instantstatic IRI
PROV. INSTANTANEOUS_EVENT
prov:InstantaneousEventstatic IRI
DCTERMS. INSTRUCTIONAL_METHOD
http://purl.org/dc/terms/instructionalMethodstatic IRI
XSD. INT
http://www.w3.org/2001/XMLSchema#intstatic IRI
XSD. INTEGER
http://www.w3.org/2001/XMLSchema#integerstatic IRI
FOAF. INTEREST
static IRI
VCARD4. INTERNET
Deprecated.static IRI
GEOF. INTERSECTION
static IRI
OWL. INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOfstatic IRI
TIME. INTERVAL
time:Intervalstatic IRI
TIME. INTERVAL_AFTER
time:intervalAfterstatic IRI
TIME. INTERVAL_BEFORE
time:intervalBeforestatic IRI
TIME. INTERVAL_CONTAINS
time:intervalContainsstatic IRI
TIME. INTERVAL_DISJOINT
time:intervalDisjointstatic IRI
TIME. INTERVAL_DURING
time:intervalDuringstatic IRI
TIME. INTERVAL_EQUALS
time:intervalEqualsstatic IRI
TIME. INTERVAL_FINISHED_BY
time:intervalFinishedBystatic IRI
TIME. INTERVAL_FINISHES
time:intervalFinishesstatic IRI
TIME. INTERVAL_IN
time:intervalInstatic IRI
TIME. INTERVAL_MEETS
time:intervalMeetsstatic IRI
TIME. INTERVAL_MET_BY
time:intervalMetBystatic IRI
TIME. INTERVAL_OVERLAPPED_BY
time:intervalOverlappedBystatic IRI
TIME. INTERVAL_OVERLAPS
time:intervalOverlapsstatic IRI
TIME. INTERVAL_STARTED_BY
time:intervalStartedBystatic IRI
TIME. INTERVAL_STARTS
time:intervalStartsstatic IRI
VCARD4. INTL
Deprecated.static IRI
SP. INTO_PROPERTY
http://spinrdf.org/sp#into The (optional) target of a LOAD Update operation.static IRI
ODRL2. INVALID
odrl:invalidstatic IRI
PROV. INVALIDATED
prov:invalidatedstatic IRI
PROV. INVALIDATED_AT_TIME
prov:invalidatedAtTimestatic IRI
PROV. INVALIDATION
prov:Invalidationstatic IRI
SHACL. INVERSE_PATH
sh:inversePathstatic IRI
OWL. INVERSEFUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#InverseFunctionalPropertystatic IRI
OWL. INVERSEOF
http://www.w3.org/2002/07/owl#inverseOfstatic IRI
SPIF. INVOKE_FUNCTION
static IRI
SHACL. IRI
sh:IRIstatic IRI
SP. IRI
static IRI
SHACL. IRI_OR_LITERAL
sh:IRIOrLiteralstatic IRI
HYDRA. IRI_TEMPLATE
static IRI
HYDRA. IRI_TEMPLATE_MAPPING
static IRI
OWL. IRREFLEXIVEPROPERTY
http://www.w3.org/2002/07/owl#IrreflexivePropertystatic IRI
ODRL2. IS_A
odrl:isAstatic IRI
ODRL2. IS_ALL_OF
odrl:isAllOfstatic IRI
ODRL2. IS_ANY_OF
odrl:isAnyOfstatic IRI
SP. IS_BLANK
static IRI
DCTERMS. IS_FORMAT_OF
http://purl.org/dc/terms/isFormatOfstatic IRI
SP. IS_IRI
static IRI
SP. IS_LITERAL
static IRI
LDP. IS_MEMBER_OF_RELATION
ldp:isMemberOfRelationstatic IRI
ODRL2. IS_NONE_OF
odrl:isNoneOfstatic IRI
SP. IS_NUMERIC
static IRI
DCTERMS. IS_PART_OF
http://purl.org/dc/terms/isPartOfstatic IRI
ODRL2. IS_PART_OF
odrl:isPartOfstatic IRI
FOAF. IS_PRIMARY_TOPIC_OF
static IRI
DCTERMS. IS_REFERENCED_BY
http://purl.org/dc/terms/isReferencedBystatic IRI
DCTERMS. IS_REPLACED_BY
http://purl.org/dc/terms/isReplacedBystatic IRI
DCTERMS. IS_REQUIRED_BY
http://purl.org/dc/terms/isRequiredBystatic IRI
SP. IS_URI
static IRI
SPIF. IS_VALID_URI_FUNCTION
static IRI
DCTERMS. IS_VERSION_OF
http://purl.org/dc/terms/isVersionOfstatic IRI
RDFS. ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBystatic IRI
VCARD4. ISDN
Deprecated.static IRI
DCTERMS. ISO3166
http://purl.org/dc/terms/ISO3166static IRI
DCTERMS. ISO639_2
http://purl.org/dc/terms/ISO639-2static IRI
DCTERMS. ISO639_3
http://purl.org/dc/terms/ISO639-3static IRI
DCTERMS. ISSUED
http://purl.org/dc/terms/issuedstatic IRI
CONFIG.Sail. iterationCacheSyncThreshold
tag:rdf4j.org,2023:config/sail.iterationCacheSyncTresholdstatic IRI
FOAF. JABBER_ID
static IRI
TIME. JANUARY
Deprecated.static IRI
SPINX. JAVA_SCRIPT_CODE_PROPERTY
static IRI
SPINX. JAVA_SCRIPT_FILE_PROPERTY
static IRI
DCTERMS. JURISDICTION
http://purl.org/dc/terms/Jurisdictionstatic IRI
VCARD4. KEY
vcard:keystatic IRI
PROV. KEY_ENTITY_PAIR
prov:KeyEntityPairstatic IRI
DCAT. KEYWORD
dcat:keywordstatic IRI
VCARD4. KIN
vcard:Kinstatic IRI
VCARD4. KIND
vcard:Kindstatic IRI
FOAF. KNOWS
static IRI
RDFS. LABEL
http://www.w3.org/2000/01/rdf-schema#labelstatic IRI
SKOSXL. LABEL
The skosxl:Label class.static IRI
VCARD4. LABEL
Deprecated.static IRI
VCARD4. LABEL_PROP
Deprecated.static IRI
FOAF. LABEL_PROPERTY
static IRI
SKOSXL. LABEL_RELATION
The skosxl:labelRelation relation.static IRI
SHACL. LABEL_TEMPLATE
sh:labelTemplatestatic IRI
SPIN. LABEL_TEMPLATE_PROPERTY
http://spinrdf.org/spin#labelTemplate A template string for displaying instantiations of a module in human-readable form.static IRI
DCAT. LANDING_PAGE
dcat:landingPagestatic IRI
SP. LANG
static IRI
RDF. LANGSTRING
http://www.w3.org/1999/02/22-rdf-syntax-ns#langStringstatic IRI
DC. LANGUAGE
dc:languagestatic IRI
DCTERMS. LANGUAGE
http://purl.org/dc/terms/languagestatic IRI
DOAP. LANGUAGE
doap:languagestatic IRI
ODRL2. LANGUAGE
odrl:languagestatic IRI
SD. LANGUAGE
Languagestatic IRI
VCARD4. LANGUAGE
vcard:languagestatic IRI
XSD. LANGUAGE
http://www.w3.org/2001/XMLSchema#languagestatic IRI
SD. LANGUAGE_EXTENSION
language extensionstatic IRI
SHACL. LANGUAGE_IN
sh:languageInstatic IRI
SHACL. LANGUAGE_IN_CONSTRAINT_COMPONENT
sh:LanguageInConstraintComponentstatic IRI
SHACL. LANGUAGE_IN_CONSTRAINT_COMPONENT_LANGUAGE_IN
sh:LanguageInConstraintComponent-languageInstatic IRI
HYDRA. LAST
static IRI
SPIF. LAST_INDEX_OF_FUNCTION
static IRI
FOAF. LAST_NAME
static IRI
WGS84. LAT
Thewgs84:lat
relation.static IRI
WGS84. LAT_LONG
Thewgs84:lat_long
relation.static IRI
VCARD4. LATITUDE
Deprecated.static IRI
DCTERMS. LCC
http://purl.org/dc/terms/LCCstatic IRI
DCTERMS. LCSH
http://purl.org/dc/terms/LCSHstatic IRI
SP. LE
static IRI
ODRL2. LEASE
Deprecated.static IRI
ODRL2. LEFT_OPERAND
odrl:LeftOperandstatic IRI
ODRL2. LEFT_OPERAND_PROP
odrl:leftOperandstatic IRI
ROV. LEGAL_NAME
rov:legalNamestatic IRI
ODRL2. LEND
Deprecated.static IRI
LIST. LENGTH
static IRI
SHACL. LESS_THAN
sh:lessThanstatic IRI
SHACL. LESS_THAN_CONSTRAINT_COMPONENT
sh:LessThanConstraintComponentstatic IRI
SHACL. LESS_THAN_CONSTRAINT_COMPONENT_LESS_THAN
sh:LessThanConstraintComponent-lessThanstatic IRI
SHACL. LESS_THAN_OR_EQUALS
sh:lessThanOrEqualsstatic IRI
SHACL. LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENT
sh:LessThanOrEqualsConstraintComponentstatic IRI
SHACL. LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENT_LESS_THAN_OR_EQUALS
sh:LessThanOrEqualsConstraintComponent-lessThanOrEqualsstatic IRI
SP. Let
Deprecated.static IRI
SP. LET_CLASS
Deprecated.static IRI
RDF. LI
http://www.w3.org/1999/02/22-rdf-syntax-ns#listatic IRI
SPIN. LIBRARY_ONTOLOGY_CLASS
http://spinrdf.org/spin#LibraryOntology A marker class that can be attached to base URIs (ontologies) to instruct SPIN engines that this ontology only contains a library of SPIN declarations.static IRI
DCTERMS. LICENSE
http://purl.org/dc/terms/licensestatic IRI
DOAP. LICENSE
doap:licensestatic IRI
ODRL2. LICENSE
Deprecated.static IRI
DCTERMS. LICENSE_DOCUMENT
http://purl.org/dc/terms/LicenseDocumentstatic IRI
HYDRA. LIMIT
static IRI
SP. LIMIT_PROPERTY
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.static IRI
DCTERMS. LINGUISTIC_SYSTEM
http://purl.org/dc/terms/LinguisticSystemstatic IRI
HYDRA. LINK
static IRI
VOID. LINK_PREDICATE
void:linkPredicatestatic IRI
ORG. LINKED_TO
void:linkedTostatic IRI
VOID. LINKSET
void:Linksetstatic IRI
RDF. LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#Liststatic IRI
RDFS. LITERAL
http://www.w3.org/2000/01/rdf-schema#Literalstatic IRI
SHACL. LITERAL
sh:Literalstatic IRI
SKOSXL. LITERAL_FORM
The skosxl:literalForm property.static IRI
SP. LOAD_CLASS
http://spinrdf.org/sp#Load A LOAD Update operation.static IRI
VCARD4. LOCALITY
vcard:localitystatic IRI
AFN. LOCALNAME
http://jena.hpl.hp.com/ARQ/function#localname The LocalName QueryModelNode as a SPARQL function.static IRI
DCTERMS. LOCATION
http://purl.org/dc/terms/Locationstatic IRI
DOAP. LOCATION
doap:locationstatic IRI
LOCN. LOCATION
locn:locationstatic IRI
ORG. LOCATION
void:locationstatic IRI
PROV. LOCATION
prov:Locationstatic IRI
VCARD4. LOCATION
vcard:Locationstatic IRI
WGS84. LOCATION
Thewgs84:location
relation.static IRI
DCTERMS. LOCATION_PERIOD_OR_JURISDICTION
http://purl.org/dc/terms/LocationPeriodOrJurisdictionstatic IRI
LOCN. LOCATOR_DESIGNATOR
locn:locatorDesignatorstatic IRI
LOCN. LOCATOR_NAME
locn:locatorNamestatic IRI
ODRL2. LOGICAL_CONSTRAINT
odrl:LogicalConstraintstatic IRI
FOAF. LOGO
static IRI
VCARD4. LOGO
vcard:logostatic IRI
CONFIG.Shacl. logValidationPlans
tag:rdf4j.org,2023:config/shacl.logValidationPlans
static IRI
CONFIG.Shacl. logValidationViolations
tag:rdf4j.org,2023:config/shacl.logValidationViolations
static IRI
WGS84. LONG
Thewgs84:long
relation.static IRI
XSD. LONG
http://www.w3.org/2001/XMLSchema#longstatic IRI
VCARD4. LONGITUDE
Deprecated.static IRI
FN. LOWER_CASE
fn:lower-casestatic IRI
SPIF. LOWER_CASE_FUNCTION
static IRI
SPIF. LOWER_TITLE_CASE_FUNCTION
static IRI
ODRL2. LT
odrl:ltstatic IRI
SP. LT
static IRI
ODRL2. LTEQ
odrl:lteqstatic IRI
FOAF. MADE
static IRI
SPIN. MAGIC_PROPERTIES_CLASS
http://spinrdf.org/spin#MagicProperties An abstract superclass that can be used to group all spin:MagicProperty instances under a single parent class.static IRI
SPIN. MAGIC_PROPERTY_CLASS
static IRI
VCARD4. MAILER
Deprecated.static IRI
DOAP. MAILING_LIST
doap:mailing-liststatic IRI
DOAP. MAINTAINER
doap:maintainerstatic IRI
FOAF. MAKER
static IRI
VCARD4. MALE
vcard:Malestatic IRI
EARL. MANUAL
static IRI
HYDRA. MAPPING
static IRI
SKOS. MAPPING_RELATION
The skos:mappingRelation relation.static IRI
CONFIG.Cgqi. matcherQuery
static IRI
SP. MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations.static IRI
SHACL. MAX_COUNT
sh:maxCountstatic IRI
SHACL. MAX_COUNT_CONSTRAINT_COMPONENT
sh:MaxCountConstraintComponentstatic IRI
SHACL. MAX_COUNT_CONSTRAINT_COMPONENT_MAX_COUNT
sh:MaxCountConstraintComponent-maxCountstatic IRI
SHACL. MAX_EXCLUSIVE
sh:maxExclusivestatic IRI
SHACL. MAX_EXCLUSIVE_CONSTRAINT_COMPONENT
sh:MaxExclusiveConstraintComponentstatic IRI
SHACL. MAX_EXCLUSIVE_CONSTRAINT_COMPONENT_MAX_EXCLUSIVE
sh:MaxExclusiveConstraintComponent-maxExclusivestatic IRI
SHACL. MAX_INCLUSIVE
sh:maxInclusivestatic IRI
SHACL. MAX_INCLUSIVE_CONSTRAINT_COMPONENT
sh:MaxInclusiveConstraintComponentstatic IRI
SHACL. MAX_INCLUSIVE_CONSTRAINT_COMPONENT_MAX_INCLUSIVE
sh:MaxInclusiveConstraintComponent-maxInclusivestatic IRI
SHACL. MAX_LENGTH
sh:maxLengthstatic IRI
SHACL. MAX_LENGTH_CONSTRAINT_COMPONENT
sh:MaxLengthConstraintComponentstatic IRI
SHACL. MAX_LENGTH_CONSTRAINT_COMPONENT_MAX_LENGTH
sh:MaxLengthConstraintComponent-maxLengthstatic IRI
OWL. MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinalitystatic IRI
OWL. MAXQUALIFIEDCARDINALITY
http://www.w3.org/2002/07/owl#maxQualifiedCardinalitystatic IRI
CONFIG.ContextAware. maxQueryTime
Setting for the max query time.static IRI
FOAF. MBOX
static IRI
FOAF. MBOX_SHA1SUM
static IRI
VCARD4. ME
vcard:Mestatic IRI
ODRL2. MEDIA
odrl:mediastatic IRI
DCAT. MEDIA_TYPE
dcat:mediaTypestatic IRI
DCTERMS. MEDIA_TYPE
http://purl.org/dc/terms/MediaTypestatic IRI
DCTERMS. MEDIA_TYPE_OR_EXTENT
http://purl.org/dc/terms/MediaTypeOrExtentstatic IRI
DCTERMS. MEDIATOR
http://purl.org/dc/terms/mediatorstatic IRI
DCTERMS. MEDIUM
http://purl.org/dc/terms/mediumstatic IRI
FOAF. MEMBER
static IRI
HYDRA. MEMBER
static IRI
LDP. MEMBER
ldp:memberstatic IRI
LIST. MEMBER
static IRI
ORG. MEMBER
void:memberstatic IRI
RDFS. MEMBER
http://www.w3.org/2000/01/rdf-schema#memberstatic IRI
SKOS. MEMBER
The skos:member relation.static IRI
ORG. MEMBER_DURING
void:memberDuringstatic IRI
SKOS. MEMBER_LIST
The skos:memberList relation.static IRI
ORG. MEMBER_OF
void:memberOfstatic IRI
LDP. MEMBER_SUBJECT
ldp:MemberSubjectstatic IRI
OWL. MEMBERS
http://www.w3.org/2002/07/owl#membersstatic IRI
ORG. MEMBERSHIP
void:Membershipstatic IRI
FOAF. MEMBERSHIP_CLASS
static IRI
LDP. MEMBERSHIP_RESOURCE
ldp:membershipResourcestatic IRI
PROV. MENTION_OF
prov:mentionOfstatic IRI
DCTERMS. MESH
http://purl.org/dc/terms/MESHstatic IRI
SHACL. MESSAGE
sh:messagestatic IRI
VCARD4. MET
vcard:Metstatic IRI
ODRL2. METERED_TIME
odrl:meteredTimestatic IRI
HYDRA. METHOD
static IRI
DCTERMS. METHOD_OF_ACCRUAL
http://purl.org/dc/terms/MethodOfAccrualstatic IRI
DCTERMS. METHOD_OF_INSTRUCTION
http://purl.org/dc/terms/MethodOfInstructionstatic IRI
SP. MIN_CLASS
http://spinrdf.org/sp#Min Represents MIN aggregations.static IRI
SHACL. MIN_COUNT
sh:minCountstatic IRI
SHACL. MIN_COUNT_CONSTRAINT_COMPONENT
sh:MinCountConstraintComponentstatic IRI
SHACL. MIN_COUNT_CONSTRAINT_COMPONENT_MIN_COUNT
sh:MinCountConstraintComponent-minCountstatic IRI
SHACL. MIN_EXCLUSIVE
sh:minExclusivestatic IRI
SHACL. MIN_EXCLUSIVE_CONSTRAINT_COMPONENT
sh:MinExclusiveConstraintComponentstatic IRI
SHACL. MIN_EXCLUSIVE_CONSTRAINT_COMPONENT_MIN_EXCLUSIVE
sh:MinExclusiveConstraintComponent-minExclusivestatic IRI
SHACL. MIN_INCLUSIVE
sh:minInclusivestatic IRI
SHACL. MIN_INCLUSIVE_CONSTRAINT_COMPONENT
sh:MinInclusiveConstraintComponentstatic IRI
SHACL. MIN_INCLUSIVE_CONSTRAINT_COMPONENT_MIN_INCLUSIVE
sh:MinInclusiveConstraintComponent-minInclusivestatic IRI
SHACL. MIN_LENGTH
sh:minLengthstatic IRI
SHACL. MIN_LENGTH_CONSTRAINT_COMPONENT
sh:MinLengthConstraintComponentstatic IRI
SHACL. MIN_LENGTH_CONSTRAINT_COMPONENT_MIN_LENGTH
sh:MinLengthConstraintComponent-minLengthstatic IRI
OWL. MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinalitystatic IRI
OWL. MINQUALIFIEDCARDINALITY
http://www.w3.org/2002/07/owl#minQualifiedCardinalitystatic IRI
SP. MINUS_CLASS
http://spinrdf.org/sp#Minus A MINUS element group.static IRI
TIME. MINUTE
time:minutestatic IRI
TIME. MINUTES
time:minutesstatic IRI
FN. MINUTES_FROM_DATETIME
fn:minutes-from-dateTimestatic IRI
SPIF. MOD_FUNCTION
static IRI
SP. MOD_MAX_PROPERTY
static IRI
SP. MOD_MIN_PROPERTY
static IRI
SP. MOD_PATH_CLASS
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.static IRI
EARL. MODE
static IRI
VCARD4. MODEM
Deprecated.static IRI
DCTERMS. MODIFIED
http://purl.org/dc/terms/modifiedstatic IRI
ODRL2. MODIFY
odrl:modifystatic IRI
PROV. MODIFY
prov:Modifystatic IRI
SP. MODIFY_CLASS
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language).static IRI
DOAP. MODULE
doap:modulestatic IRI
SPIN. MODULE_CLASS
http://spinrdf.org/spin#Module An abstract building block of a SPARQL system.static IRI
SPIN. MODULES_CLASS
http://spinrdf.org/spin#Modules An "artificial" parent class for all Functions and Templates.static IRI
TIME. MONDAY
time:Mondaystatic IRI
TIME. MONTH
time:monthstatic IRI
FN. MONTH_FROM_DATETIME
fn:month-from-dateTimestatic IRI
TIME. MONTH_OF_YEAR
time:MonthOfYearstatic IRI
TIME. MONTH_OF_YEAR_PROP
time:monthOfYearstatic IRI
TIME. MONTHS
time:monthsstatic IRI
ODRL2. MOVE
odrl:movestatic IRI
VCARD4. MSG
Deprecated.static IRI
FOAF. MSN_CHAT_ID
static IRI
SP. MUL
static IRI
VCARD4. MUSE
vcard:Musestatic IRI
FOAF. MYERS_BRIGGS
static IRI
VCARD4. N
vcard:nstatic IRI
DOAP. NAME
doap:namestatic IRI
FOAF. NAME
static IRI
SD. NAME
namestatic IRI
SHACL. NAME
sh:namestatic IRI
VCARD4. NAME
vcard:Namestatic IRI
XSD. NAME
http://www.w3.org/2001/XMLSchema#Namestatic IRI
SPIF. NAME_FUNCTION
static IRI
SD. NAMED_GRAPH_CLASS
Named Graphstatic IRI
SP. NAMED_GRAPH_CLASS
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH{...}. static IRI
SD. NAMED_GRAPH_PROPERTY
named graphstatic IRI
SP. NAMED_PROPERTY
http://spinrdf.org/sp#named Used in DROP and CLEAR.static IRI
OWL. NAMEDINDIVIDUAL
http://www.w3.org/2002/07/owl#NamedIndividualstatic IRI
SHACL. NAMESPACE_PROP
sh:namespacestatic IRI
CONFIG.Native. namespaceCacheSize
tag:rdf4j.org,2023:config/native.namespaceCacheSizestatic IRI
CONFIG.Native. namespaceIDCacheSize
tag:rdf4j.org,2023:config/native.namespaceIDCacheSizestatic IRI
SKOS. NARROW_MATCH
The skos:narrowMatch relation.static IRI
SKOS. NARROWER
The skos:narrower relation.static IRI
SKOS. NARROWER_TRANSITIVE
The skos:narrowerTransitive relation.static IRI
XSD. NCNAME
http://www.w3.org/2001/XMLSchema#NCNamestatic IRI
SP. NE
static IRI
XSD. NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#negativeIntegerstatic IRI
OWL. NEGATIVEPROPERTYASSERTION
http://www.w3.org/2002/07/owl#NegativePropertyAssertionstatic IRI
VCARD4. NEIGHBOR
vcard:Neighborstatic IRI
ODRL2. NEQ
odrl:neqstatic IRI
HYDRA. NEXT
static IRI
ODRL2. NEXT_POLICY
odrl:nextPolicystatic IRI
SPIN. NEXT_RULE_PROPERTY_PROPERTY
http://spinrdf.org/spin#nextRuleProperty Can be used to link two sub-properties of spin:rule (or spin:rule itself) to instruct the SPIN engine to execute one set of rules before another one.static IRI
FOAF. NICK
static IRI
VCARD4. NICKNAME
vcard:nicknamestatic IRI
RDF. NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nilstatic IRI
RDF4J. NIL
The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)static IRI
SESAME. NIL
Deprecated.since 3.3.2 - useRDF4J.NIL
insteadstatic IRI
DCTERMS. NLM
http://purl.org/dc/terms/NLMstatic IRI
XSD. NMTOKEN
http://www.w3.org/2001/XMLSchema#NMTOKENstatic IRI
XSD. NMTOKENS
http://www.w3.org/2001/XMLSchema#NMTOKENSstatic IRI
SHACL. NODE
sh:nodestatic IRI
SHACL. NODE_CONSTRAINT_COMPONENT
sh:NodeConstraintComponentstatic IRI
SHACL. NODE_CONSTRAINT_COMPONENT_NODE
sh:NodeConstraintComponent-nodestatic IRI
SHACL. NODE_KIND
sh:NodeKindstatic IRI
SHACL. NODE_KIND_CONSTRAINT_COMPONENT
sh:NodeKindConstraintComponentstatic IRI
SHACL. NODE_KIND_CONSTRAINT_COMPONENT_NODE_KIND
sh:NodeKindConstraintComponent-nodeKindstatic IRI
SHACL. NODE_KIND_PROP
sh:nodeKindstatic IRI
SP. NODE_PROPERTY
static IRI
SHACL. NODE_SHAPE
sh:NodeShapestatic IRI
SHACL. NODE_VALIDATOR
sh:nodeValidatorstatic IRI
TIME. NOMINAL_POSITION
time:nominalPositionstatic IRI
XSD. NON_NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonNegativeIntegerstatic IRI
XSD. NON_POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonPositiveIntegerstatic IRI
LDP. NON_RDF_SOURCE
ldp:NonRDFSourcestatic IRI
VCARD4. NONE
vcard:Nonestatic IRI
XSD. NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema#normalizedStringstatic IRI
SHACL. NOT
sh:notstatic IRI
SP. NOT
static IRI
SHACL. NOT_CONSTRAINT_COMPONENT
sh:NotConstraintComponentstatic IRI
SHACL. NOT_CONSTRAINT_COMPONENT_NOT
sh:NotConstraintComponent-notstatic IRI
SP. NOT_EXISTS
static IRI
SP. NOT_EXISTS_CLASS
http://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only).static IRI
EARL. NOTAPPLICABLE
static IRI
SKOS. NOTATION
The skos:notation property.static IRI
XSD. NOTATION
http://www.w3.org/2001/XMLSchema#NOTATIONstatic IRI
EARL. NOTAVAILABLE
static IRI
SKOS. NOTE
The skos:note property.static IRI
VCARD4. NOTE
vcard:notestatic IRI
OWL. NOTHING
http://www.w3.org/2002/07/owl#Nothingstatic IRI
EARL. NOTTESTED
static IRI
FN. NUMERIC_ABS
fn:numeric-absstatic IRI
FN. NUMERIC_CEIL
fn:numeric-ceilstatic IRI
TIME. NUMERIC_DURATION
time:numericDurationstatic IRI
FN. NUMERIC_FLOOR
fn:numeric-floorstatic IRI
TIME. NUMERIC_POSITION
time:numericPositionstatic IRI
FN. NUMERIC_ROUND
fn:numeric-roundstatic IRI
RDF. OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#objectstatic IRI
SPL. OBJECT_FUNCTION
http://spinrdf.org/spl#objectstatic IRI
SP. OBJECT_PROPERTY
http://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple.static IRI
OWL. OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectPropertystatic IRI
VOID. OBJECTS_TARGET
void:objectsTargetstatic IRI
ODRL2. OBLIGATION
odrl:obligationstatic IRI
ODRL2. OBTAIN_CONSENT
odrl:obtainConsentstatic IRI
ODRL2. OFFER
odrl:Offerstatic IRI
HYDRA. OFFSET
static IRI
SP. OFFSET_PROPERTY
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.static IRI
DOAP. OLD_HOMEPAGE
doap:old-homepagestatic IRI
OWL. ONCLASS
http://www.w3.org/2002/07/owl#onClassstatic IRI
OWL. ONDATARANGE
http://www.w3.org/2002/07/owl#onDataRangestatic IRI
OWL. ONDATATYPE
http://www.w3.org/2002/07/owl#onDatatypestatic IRI
SHACL. ONE_OR_MORE_PATH
sh:oneOrMorePathstatic IRI
OWL. ONEOF
http://www.w3.org/2002/07/owl#oneOfstatic IRI
FOAF. ONLINE_ACCOUNT
static IRI
FOAF. ONLINE_CHAT_ACCOUNT
static IRI
FOAF. ONLINE_ECOMMERCE_ACCOUNT
static IRI
FOAF. ONLINE_GAMING_ACCOUNT
static IRI
OWL. ONPROPERTIES
http://www.w3.org/2002/07/owl#onPropertiesstatic IRI
OWL. ONPROPERTY
http://www.w3.org/2002/07/owl#onPropertystatic IRI
OWL. ONTOLOGY
http://www.w3.org/2002/07/owl#Ontologystatic IRI
OWL. ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyPropertystatic IRI
VOID. OPEN_SEARCH_DESCRIPTION
void:openSearchDescriptionstatic IRI
FOAF. OPENID
static IRI
ODRL2. OPERAND
odrl:operandstatic IRI
HYDRA. OPERATION
static IRI
HYDRA. OPERATION_PROP
static IRI
ODRL2. OPERATOR
odrl:Operatorstatic IRI
ODRL2. OPERATOR_PROP
odrl:operatorstatic IRI
SHACL. OPTIONAL
sh:optionalstatic IRI
SP. OPTIONAL_CLASS
http://spinrdf.org/sp#Optional An optional element in a query.static IRI
SPL. OPTIONAL_PROPERTY
http://spinrdf.org/spl#optionalstatic IRI
ODRL2. OR
odrl:orstatic IRI
SHACL. OR
sh:orstatic IRI
SP. OR
static IRI
SHACL. OR_CONSTRAINT_COMPONENT
sh:OrConstraintComponentstatic IRI
SHACL. OR_CONSTRAINT_COMPONENT_OR
sh:OrConstraintComponent-orstatic IRI
SHACL. ORDER
sh:orderstatic IRI
SP. ORDER_BY_CONDITION_CLASS
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions.static IRI
SP. ORDER_BY_PROPERTY
http://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where the values are rdf:List containing OrderByConditions or expressions.static IRI
SKOS. ORDERED_COLLECTION
The skos:OrderedCollection classstatic IRI
VCARD4. ORG
vcard:orgstatic IRI
ROV. ORG_ACTIVITY
rov:orgActivitystatic IRI
ROV. ORG_STATUS
rov:orgStatusstatic IRI
ROV. ORG_TYPE
rov:orgTypestatic IRI
FOAF. ORGANIZATION
static IRI
ORG. ORGANIZATION
void:Organizationstatic IRI
PROV. ORGANIZATION
prov:Organizationstatic IRI
VCARD4. ORGANIZATION
vcard:Organizationstatic IRI
VCARD4. ORGANIZATION_NAME
vcard:organization-namestatic IRI
VCARD4. ORGANIZATION_UNIT
vcard:organization-unitstatic IRI
ORG. ORGANIZATIONAL_COLLABORATION
void:OrganizationalCollaborationstatic IRI
ORG. ORGANIZATIONAL_UNIT
void:OrganizationalUnitstatic IRI
ORG. ORIGINAL_ORGANIZATION
void:originalOrganizationstatic IRI
DOAP. OS
doap:osstatic IRI
VCARD4. OTHER
vcard:Otherstatic IRI
EARL. OUTCOME
static IRI
ODRL2. OUTPUT
odrl:outputstatic IRI
DCAT. PACKAGE_FORMAT
dcat:packageFormatstatic IRI
FOAF. PAGE
static IRI
LDP. PAGE
ldp:Pagestatic IRI
HYDRA. PAGE_INDEX
static IRI
HYDRA. PAGE_REFERENCE
static IRI
LDP. PAGE_SEQUENCE
ldp:pageSequencestatic IRI
LDP. PAGE_SORT_COLLATION
ldp:pageSortCollationstatic IRI
LDP. PAGE_SORT_CRITERIA
ldp:pageSortCriteriastatic IRI
LDP. PAGE_SORT_CRITERION
ldp:PageSortCriterionstatic IRI
LDP. PAGE_SORT_ORDER
ldp:pageSortOrderstatic IRI
LDP. PAGE_SORT_PREDICATE
ldp:pageSortPredicatestatic IRI
VCARD4. PAGER
vcard:Pagerstatic IRI
PROV. PAIR_ENTITY
prov:pairEntitystatic IRI
PROV. PAIR_KEY
prov:pairKeystatic IRI
CONFIG.Shacl. parallelValidation
tag:rdf4j.org,2023:config/shacl.parallelValidation
static IRI
SHACL. PARAMETER
sh:Parameterstatic IRI
SHACL. PARAMETER_PROP
sh:parameterstatic IRI
SHACL. PARAMETERIZABLE
sh:Parameterizablestatic IRI
VCARD4. PARCEL
Deprecated.static IRI
VCARD4. PARENT
vcard:Parentstatic IRI
SPIF. PARSE_DATE_FUNCTION
static IRI
ODRL2. PART_OF
odrl:partOfstatic IRI
HYDRA. PARTIAL_COLLECTION_VIEW
static IRI
ODRL2. PARTY
odrl:Partystatic IRI
ODRL2. PARTY_COLLECTION
odrl:PartyCollectionstatic IRI
ODRL2. PARTY_SCOPE
Deprecated.static IRI
EARL. PASS
static IRI
CONFIG.Sparql. passThroughEnabled
Configuration setting for enabling/disabling direct result pass-through.static IRI
CONFIG.Http. password
Setting for a password to use for authentication.static IRI
FOAF. PAST_PROJECT
static IRI
SHACL. PATH
sh:pathstatic IRI
SP. PATH_CLASS
http://spinrdf.org/sp#Path The base class of SPARQL property path expressions.static IRI
SP. PATH_PROPERTY
http://spinrdf.org/sp#path Points from a TriplePath to its path.static IRI
SP. PATH1_PROPERTY
http://spinrdf.org/sp#path1 The first child path of a property path.static IRI
SP. PATH2_PROPERTY
http://spinrdf.org/sp#path2 The second child path of a property path.static IRI
SHACL. PATTERN
sh:patternstatic IRI
SHACL. PATTERN_CONSTRAINT_COMPONENT
sh:PatternConstraintComponentstatic IRI
SHACL. PATTERN_CONSTRAINT_COMPONENT_FLAGS
sh:PatternConstraintComponent-flagsstatic IRI
SHACL. PATTERN_CONSTRAINT_COMPONENT_PATTERN
sh:PatternConstraintComponent-patternstatic IRI
ODRL2. PAY
Deprecated.static IRI
ODRL2. PAY_AMOUNT
odrl:payAmountstatic IRI
ODRL2. PAYEE_PARTY
Deprecated.static IRI
VCARD4. PCS
Deprecated.static IRI
ODRL2. PERCENTAGE
odrl:percentagestatic IRI
CONFIG.Shacl. performanceLogging
tag:rdf4j.org,2023:config/shacl.performanceLogging
static IRI
DCTERMS. PERIOD
http://purl.org/dc/terms/Periodstatic IRI
DCTERMS. PERIOD_OF_TIME
http://purl.org/dc/terms/PeriodOfTimestatic IRI
ODRL2. PERM
odrl:permstatic IRI
ODRL2. PERMISSION
odrl:Permissionstatic IRI
ODRL2. PERMISSION_PROP
odrl:permissionstatic IRI
CONFIG.Mem. persist
tag:rdf4j.org,2023:config/mem.persiststatic IRI
FOAF. PERSON
static IRI
PROV. PERSON
prov:Personstatic IRI
FOAF. PERSONAL_PROFILE_DOCUMENT
static IRI
FOAF. PHONE
static IRI
VCARD4. PHOTO
vcard:photostatic IRI
DCTERMS. PHYSICAL_MEDIUM
http://purl.org/dc/terms/PhysicalMediumstatic IRI
DCTERMS. PHYSICAL_RESOURCE
http://purl.org/dc/terms/PhysicalResourcestatic IRI
PROV. PINGBACK
prov:pingbackstatic IRI
FOAF. PLAN
static IRI
PROV. PLAN
prov:Planstatic IRI
DOAP. PLATFORM
doap:platformstatic IRI
ODRL2. PLAY
odrl:playstatic IRI
LOCN. PO_BOX
locn:poBoxstatic IRI
DCTERMS. POINT
http://purl.org/dc/terms/Pointstatic IRI
WGS84. POINT
Thewgs84:Point
relation.static IRI
DCTERMS. POLICY
http://purl.org/dc/terms/Policystatic IRI
ODRL2. POLICY
odrl:Policystatic IRI
ODRL2. POLICY_USAGE
odrl:policyUsagestatic IRI
CONFIG.Ess. port
static IRI
XSD. POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#positiveIntegerstatic IRI
HYDRA. POSSIBLE_STATUS
static IRI
ORG. POST
void:Poststatic IRI
LOCN. POST_CODE
locn:postCodestatic IRI
ORG. POST_IN
void:postInstatic IRI
LOCN. POST_NAME
locn:postNamestatic IRI
VCARD4. POST_OFFICE_BOX
Deprecated.static IRI
VCARD4. POSTAL
Deprecated.static IRI
VCARD4. POSTAL_CODE
vcard:postal-codestatic IRI
RDF. PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicatestatic IRI
SP. PREDICATE_PROPERTY
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple.static IRI
SPL. PREDICATE_PROPERTY
http://spinrdf.org/spl#predicatestatic IRI
VCARD4. PREF
Deprecated.static IRI
SKOS. PREF_LABEL
The skos:prefLabel lexical label property.static IRI
SKOSXL. PREF_LABEL
The skosxl:prefLabel property.static IRI
LDP. PREFER_CONTAINMENT
ldp:PreferContainmentstatic IRI
LDP. PREFER_EMPTY_CONTAINER
Deprecated.static IRI
LDP. PREFER_MEMBERSHIP
ldp:PreferMembershipstatic IRI
LDP. PREFER_MINIMAL_CONTAINER
ldp:PreferMinimalContainerstatic IRI
VANN. PREFERRED_NAMESPACE_PREFIX
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.static IRI
VANN. PREFERRED_NAMESPACE_URI
The preferred namespace URI to use when using terms from this vocabulary in an XML document.static IRI
SHACL. PREFIX_DECLARATION
sh:PrefixDeclarationstatic IRI
SHACL. PREFIX_PROP
sh:prefixstatic IRI
SHACL. PREFIXES
sh:prefixesstatic IRI
ODRL2. PRESENT
odrl:presentstatic IRI
ODRL2. PREVIEW
Deprecated.static IRI
HYDRA. PREVIOUS
static IRI
PROV. PRIMARY_SOURCE
prov:PrimarySourcestatic IRI
FOAF. PRIMARY_TOPIC
static IRI
ODRL2. PRINT
odrl:printstatic IRI
OWL. PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersionstatic IRI
ODRL2. PRIVACY
odrl:Privacystatic IRI
SPIN. PRIVATE_PROPERTY
http://spinrdf.org/spin#private Can be set to true to indicate that a SPIN function is only meant to be used as a helper of other functions, but not directly.static IRI
VCARD4. PRODID
vcard:prodidstatic IRI
ODRL2. PRODUCT
odrl:productstatic IRI
ODRL2. PROFILE
odrl:profilestatic IRI
DOAP. PROGRAMMING_LANGUAGE
doap:programming-languagestatic IRI
ODRL2. PROHIBIT
odrl:prohibitstatic IRI
ODRL2. PROHIBITION
odrl:Prohibitionstatic IRI
ODRL2. PROHIBITION_PROP
odrl:prohibitionstatic IRI
DOAP. PROJECT
doap:Projectstatic IRI
FOAF. PROJECT
static IRI
TIME. PROPER_INTERVAL
time:ProperIntervalstatic IRI
VOID. PROPERTIES
void:propertiesstatic IRI
HYDRA. PROPERTY
static IRI
RDF. PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Propertystatic IRI
SHACL. PROPERTY
sh:propertystatic IRI
VOID. PROPERTY
void:propertystatic IRI
SHACL. PROPERTY_CONSTRAINT_COMPONENT
sh:PropertyConstraintComponentstatic IRI
SHACL. PROPERTY_CONSTRAINT_COMPONENT_PROPERTY
sh:PropertyConstraintComponent-propertystatic IRI
SD. PROPERTY_FEATURE
property featurestatic IRI
SHACL. PROPERTY_GROUP
sh:PropertyGroupstatic IRI
VOID. PROPERTY_PARTITION
void:propertyPartitionstatic IRI
SHACL. PROPERTY_SHAPE
sh:PropertyShapestatic IRI
SHACL. PROPERTY_VALIDATOR
sh:propertyValidatorstatic IRI
OWL. PROPERTYCHAINAXIOM
http://www.w3.org/2002/07/owl#propertyChainAxiomstatic IRI
OWL. PROPERTYDISJOINTWITH
http://www.w3.org/2002/07/owl#propertyDisjointWithstatic IRI
DCTERMS. PROVENANCE
http://purl.org/dc/terms/provenancestatic IRI
DCTERMS. PROVENANCE_STATEMENT
http://purl.org/dc/terms/ProvenanceStatementstatic IRI
PROV. PROVENANCE_URI_TEMPLATE
prov:provenanceUriTemplatestatic IRI
CONFIG.Proxy. proxiedID
tag:rdf4j.org,2023:config/proxy.proxiedIDstatic IRI
ODRL2. PROXIMITY
Deprecated.static IRI
FOAF. PUBLICATIONS
static IRI
PROV. PUBLISH
prov:Publishstatic IRI
DC. PUBLISHER
dc:publisherstatic IRI
DCTERMS. PUBLISHER
http://purl.org/dc/terms/publisherstatic IRI
PROV. PUBLISHER
prov:Publisherstatic IRI
ODRL2. PURPOSE
odrl:purposestatic IRI
ORG. PURPOSE
void:purposestatic IRI
SESAMEQNAME. QNAME
http://www.openrdf.org/schema/qname#qnamestatic IRI
XSD. QNAME
http://www.w3.org/2001/XMLSchema#QNamestatic IRI
PROV. QUALIFIED_ASSOCIATION
prov:qualifiedAssociationstatic IRI
PROV. QUALIFIED_ATTRIBUTION
prov:qualifiedAttributionstatic IRI
PROV. QUALIFIED_COMMUNICATION
prov:qualifiedCommunicationstatic IRI
PROV. QUALIFIED_DELEGATION
prov:qualifiedDelegationstatic IRI
PROV. QUALIFIED_DERIVATION
prov:qualifiedDerivationstatic IRI
PROV. QUALIFIED_END
prov:qualifiedEndstatic IRI
PROV. QUALIFIED_GENERATION
prov:qualifiedGenerationstatic IRI
PROV. QUALIFIED_INFLUENCE
prov:qualifiedInfluencestatic IRI
PROV. QUALIFIED_INSERTION
prov:qualifiedInsertionstatic IRI
PROV. QUALIFIED_INVALIDATION
prov:qualifiedInvalidationstatic IRI
SHACL. QUALIFIED_MAX_COUNT
sh:qualifiedMaxCountstatic IRI
SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT
sh:QualifiedMaxCountConstraintComponentstatic IRI
SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MAX_COUNT
sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCountstatic IRI
SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPE
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapestatic IRI
SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINT
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjointstatic IRI
SHACL. QUALIFIED_MIN_COUNT
sh:qualifiedMinCountstatic IRI
SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT
sh:QualifiedMinCountConstraintComponentstatic IRI
SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MIN_COUNT
sh:QualifiedMinCountConstraintComponent-qualifiedMinCountstatic IRI
SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPE
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapestatic IRI
SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINT
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjointstatic IRI
PROV. QUALIFIED_PRIMARY_SOURCE
prov:qualifiedPrimarySourcestatic IRI
PROV. QUALIFIED_QUOTATION
prov:qualifiedQuotationstatic IRI
DCAT. QUALIFIED_RELATION
dcat:qualifiedRelationstatic IRI
PROV. QUALIFIED_REMOVAL
prov:qualifiedRemovalstatic IRI
PROV. QUALIFIED_REVISION
prov:qualifiedRevisionstatic IRI
PROV. QUALIFIED_START
prov:qualifiedStartstatic IRI
PROV. QUALIFIED_USAGE
prov:qualifiedUsagestatic IRI
SHACL. QUALIFIED_VALUE_SHAPE
sh:qualifiedValueShapestatic IRI
SHACL. QUALIFIED_VALUE_SHAPES_DISJOINT
sh:qualifiedValueShapesDisjointstatic IRI
OWL. QUALIFIEDCARDINALITY
http://www.w3.org/2002/07/owl#qualifiedCardinalitystatic IRI
SP. QUERY_CLASS
http://spinrdf.org/sp#Query Abstract base class of the various types of supported queries.static IRI
SP. QUERY_PROPERTY
http://spinrdf.org/sp#query Links a SubQuery resource with the nested Query.static IRI
SPIN. QUERY_PROPERTY
http://spinrdf.org/spin#query Can be used to point from any resource to a Query.static IRI
CONFIG.Sparql. queryEndpoint
Configuration setting for the SPARQL query endpoint.static IRI
CONFIG.Cgqi. queryLanguage
static IRI
CONFIG.ContextAware. queryLanguage
Setting for the query language to be used.static IRI
PROV. QUOTATION
prov:Quotationstatic IRI
SPIF. RANDOM_FUNCTION
static IRI
RDFS. RANGE
http://www.w3.org/2000/01/rdf-schema#rangestatic IRI
GEOF. RCC8_DC
static IRI
GEOF. RCC8_EC
static IRI
GEOF. RCC8_EQ
static IRI
GEOF. RCC8_NTPP
static IRI
GEOF. RCC8_NTPPI
static IRI
GEOF. RCC8_PO
static IRI
GEOF. RCC8_TPP
static IRI
GEOF. RCC8_TPPI
static IRI
LDP. RDF_SOURCE
ldp:RDFSourcestatic IRI
CONFIG.Shacl. rdfsSubClassReasoning
tag:rdf4j.org,2023:config/shacl.rdfsSubClassReasoning
static IRI
ODRL2. READ
odrl:readstatic IRI
HYDRA. READABLE
static IRI
CONFIG.ContextAware. readContext
tag:rdf4j.org,2023:config/ca.readContextstatic IRI
ODRL2. RECIPIENT
odrl:recipientstatic IRI
SP. REDUCED_PROPERTY
http://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag.static IRI
DCTERMS. REFERENCES
http://purl.org/dc/terms/referencesstatic IRI
ODRL2. REFINEMENT
odrl:refinementstatic IRI
OWL. REFLEXIVEPROPERTY
http://www.w3.org/2002/07/owl#ReflexivePropertystatic IRI
SP. REGEX
static IRI
VCARD4. REGION
vcard:regionstatic IRI
ROV. REGISTERED_ORGANIZATION
rov:RegisteredOrganizationstatic IRI
ROV. REGISTRATION
rov:registrationstatic IRI
GEOF. RELATE
static IRI
SKOS. RELATED
The skos:related relation.static IRI
SKOS. RELATED_MATCH
The skos:relatedMatch relation.static IRI
VCARD4. RELATED_TYPE
vcard:RelatedTypestatic IRI
DC. RELATION
dc:relationstatic IRI
DCTERMS. RELATION
http://purl.org/dc/terms/relationstatic IRI
ODRL2. RELATION
odrl:relationstatic IRI
DCAT. RELATIONSHIP
dcat:Relationshipstatic IRI
ODRL2. RELATIVE_POSITION
odrl:relativePositionstatic IRI
ODRL2. RELATIVE_SIZE
odrl:relativeSizestatic IRI
ODRL2. RELATIVE_SPATIAL_POSITION
odrl:relativeSpatialPositionstatic IRI
ODRL2. RELATIVE_TEMPORAL_POSITION
odrl:relativeTemporalPositionstatic IRI
DOAP. RELEASE
doap:releasestatic IRI
ODRL2. REMEDY
odrl:remedystatic IRI
PROV. REMOVAL
prov:Removalstatic IRI
CONFIG.ContextAware. removeContext
tag:rdf4j.org,2023:config/ca.removeContextstatic IRI
PROV. REMOVED_KEY
prov:removedKeystatic IRI
ORG. REMUNERATION
void:remunerationstatic IRI
FN. REPLACE
fn:replacestatic IRI
PROV. REPLACE
prov:Replacestatic IRI
SPIF. REPLACE_ALL_FUNCTION
static IRI
DCTERMS. REPLACES
http://purl.org/dc/terms/replacesstatic IRI
ORG. REPORTS_TO
void:reportsTostatic IRI
CONFIG.Rep. Repository
Type value for a RepositoryConfig.static IRI
DOAP. REPOSITORY
doap:Repositorystatic IRI
DOAP. REPOSITORY_OF
doap:repositoryOfstatic IRI
DOAP. REPOSITORY_PROP
doap:repositorystatic IRI
ODRL2. REPRODUCE
odrl:reproducestatic IRI
ODRL2. REQUEST
odrl:Requeststatic IRI
HYDRA. REQUIRED
static IRI
DCTERMS. REQUIRES
http://purl.org/dc/terms/requiresstatic IRI
SD. REQUIRES_DATASET
Requires Datasetstatic IRI
ODRL2. RESOLUTION
odrl:resolutionstatic IRI
DCAT. RESOURCE
dcat:Resourcestatic IRI
HYDRA. RESOURCE
static IRI
LDP. RESOURCE
ldp:Resourcestatic IRI
RDFS. RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resourcestatic IRI
RDF. REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#reststatic IRI
OWL. RESTRICTION
http://www.w3.org/2002/07/owl#Restrictionstatic IRI
EARL. RESULT
static IRI
SHACL. RESULT
sh:resultstatic IRI
SHACL. RESULT_ANNOTATION
sh:ResultAnnotationstatic IRI
SHACL. RESULT_ANNOTATION_PROP
sh:resultAnnotationstatic IRI
SD. RESULT_FORMAT
result formatstatic IRI
SHACL. RESULT_MESSAGE
sh:resultMessagestatic IRI
SP. RESULT_NODES_PROPERTY
http://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query.static IRI
SHACL. RESULT_PATH
sh:resultPathstatic IRI
SHACL. RESULT_SEVERITY
sh:resultSeveritystatic IRI
SP. RESULT_VARIABLES_PROPERTY
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query.static IRI
ORG. RESULTED_FROM
void:resultedFromstatic IRI
ORG. RESULTING_ORGANIZATION
void:resultingOrganizationstatic IRI
SHACL. RETURN_TYPE
sh:returnTypestatic IRI
SPIN. RETURN_TYPE_PROPERTY
http://spinrdf.org/spin#returnType The return type of a Function, e.g.static IRI
HYDRA. RETURNS
static IRI
HYDRA. RETURNS_HEADER
static IRI
VCARD4. REV
vcard:revstatic IRI
SP. REVERSE_LINK_PATH_CLASS
static IRI
SP. REVERSE_PATH_CLASS
http://spinrdf.org/sp#ReversePath A path with reversed direction.static IRI
ODRL2. REVIEW_POLICY
odrl:reviewPolicystatic IRI
DOAP. REVISION
doap:revisionstatic IRI
PROV. REVISION
prov:Revisionstatic IRI
DCTERMS. RFC1766
http://purl.org/dc/terms/RFC1766static IRI
DCTERMS. RFC3066
http://purl.org/dc/terms/RFC3066static IRI
DCTERMS. RFC4646
http://purl.org/dc/terms/RFC4646static IRI
DCTERMS. RFC5646
http://purl.org/dc/terms/RFC5646static IRI
ODRL2. RIGHT_OPERAND
odrl:RightOperandstatic IRI
ODRL2. RIGHT_OPERAND_PROP
odrl:rightOperandstatic IRI
ODRL2. RIGHT_OPERAND_REFERENCE
odrl:rightOperandReferencestatic IRI
DC. RIGHTS
dc:rightsstatic IRI
DCTERMS. RIGHTS
http://purl.org/dc/terms/rightsstatic IRI
PROV. RIGHTS_ASSIGNMENT
prov:RightsAssignmentstatic IRI
DCTERMS. RIGHTS_HOLDER
http://purl.org/dc/terms/rightsHolderstatic IRI
PROV. RIGHTS_HOLDER
prov:RightsHolderstatic IRI
DCTERMS. RIGHTS_STATEMENT
http://purl.org/dc/terms/RightsStatementstatic IRI
DCAT. ROLE
dcat:Rolestatic IRI
ORG. ROLE
void:Rolestatic IRI
PROV. ROLE
prov:Rolestatic IRI
VCARD4. ROLE
vcard:rolestatic IRI
ORG. ROLE_PROPERTY
void:rolePropertystatic IRI
VOID. ROOT_RESOURCE
void:rootResourcestatic IRI
ODRL2. RULE
odrl:Rulestatic IRI
SPIN. RULE_CLASS
http://spinrdf.org/spin#Rule Groups together the kinds of SPARQL commands that can appear as SPIN rules and constructors: CONSTRUCT, DELETE WHERE and DELETE/INSERT.static IRI
SPIN. RULE_PROPERTY
http://spinrdf.org/spin#rule An inferencing rule attached to a class.static IRI
SPIN. RULE_PROPERTY_CLASS
http://spinrdf.org/spin#RuleProperty The metaclass of spin:rule and its subproperties.static IRI
SPIN. RULE_PROPERTY_MAX_ITERATION_COUNT_PROPERTY
http://spinrdf.org/spin#rulePropertyMaxIterationCount Can be attached to spin:rule (or subclasses thereof) to instruct a SPIN rules engine that it shall only execute the rules max times.static IRI
CONFIG.Cgqi. ruleQuery
static IRI
OWL. SAMEAS
http://www.w3.org/2002/07/owl#sameAsstatic IRI
SP. SAMPLE_CLASS
static IRI
TIME. SATURDAY
time:Saturdaystatic IRI
FOAF. SCHOOL_HOMEPAGE
static IRI
ODRL2. SCOPE
Deprecated.static IRI
SKOS. SCOPE_NOTE
The skos:scopeNote property.static IRI
DOAP. SCREENSHOTS
doap:screenshotsstatic IRI
HYDRA. SEARCH
static IRI
TIME. SECOND
time:secondstatic IRI
ODRL2. SECONDARY_USE
Deprecated.static IRI
TIME. SECONDS
time:secondsstatic IRI
FN. SECONDS_FROM_DATETIME
fn:seconds-from-dateTimestatic IRI
RDFS. SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlsostatic IRI
SHACL. SELECT
sh:selectstatic IRI
SP. SELECT_CLASS
http://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result.static IRI
SPIN. SELECT_PROPERTY
static IRI
SPIN. SELECT_TEMPLATE_CLASS
http://spinrdf.org/spin#SelectTemplate A SPIN template that wraps a SELECT query.static IRI
SPIN. SELECT_TEMPLATES_CLASS
http://spinrdf.org/spin#SelectTemplates Suggested abstract base class for all SelectTemplates.static IRI
ODRL2. SELL
odrl:sellstatic IRI
SKOS. SEMANTIC_RELATION
The skos:semanticRelation relation.static IRI
EARL. SEMIAUTOMATIC
static IRI
RDF. SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seqstatic IRI
SP. SEQ_PATH_CLASS
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.static IRI
CONFIG.Shacl. serializableValidation
tag:rdf4j.org,2023:config/shacl.serializableValidation
static IRI
DCAT. SERVES_DATASET
dcat:servesDatasetstatic IRI
SD. SERVICE
Servicestatic IRI
SP. SERVICE_CLASS
http://spinrdf.org/sp#Service A SERVICE call that matches a nested sub-pattern against a SPARQL end point specified by a IRI.static IRI
PROV. SERVICE_DESCRIPTION
prov:ServiceDescriptionstatic IRI
DOAP. SERVICE_ENDPOINT
doap:service-endpointstatic IRI
SP. SERVICE_URI_PROPERTY
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke.static IRI
ODRL2. SET
odrl:Setstatic IRI
SHACL. SEVERITY
sh:Severitystatic IRI
SHACL. SEVERITY_PROP
sh:severitystatic IRI
GEOF. SF_CONTAINS
static IRI
GEOF. SF_CROSSES
static IRI
GEOF. SF_DISJOINT
static IRI
GEOF. SF_EQUALS
static IRI
GEOF. SF_INTERSECTS
static IRI
GEOF. SF_OVERLAPS
static IRI
GEOF. SF_TOUCHES
static IRI
GEOF. SF_WITHIN
static IRI
FOAF. SHA1
static IRI
RDF4J. SHACL_SHAPE_GRAPH
Context identifier for persisting SHACL shape data in theShaclSail
.static IRI
SHACL. SHAPE
sh:Shapestatic IRI
SHACL. SHAPES_GRAPH
sh:shapesGraphstatic IRI
SHACL. SHAPES_GRAPH_WELL_FORMED
sh:shapesGraphWellFormedstatic IRI
CONFIG.Shacl. shapesGraph
static IRI
RSX. shapesGraph
static IRI
ODRL2. SHARE
Deprecated.static IRI
ODRL2. SHARE_ALIKE
Deprecated.static IRI
XSD. SHORT
http://www.w3.org/2001/XMLSchema#shortstatic IRI
DOAP. SHORTDESC
doap:shortdescstatic IRI
VCARD4. SIBLING
vcard:Siblingstatic IRI
SP. SILENT_PROPERTY
static IRI
ORG. SITE
void:Sitestatic IRI
ORG. SITE_ADDRESS
void:siteAddressstatic IRI
ORG. SITE_OF
void:siteOfstatic IRI
DCTERMS. SIZE_OR_DURATION
http://purl.org/dc/terms/SizeOrDurationstatic IRI
FOAF. SKYPE_ID
static IRI
EARL. SOFTWARE
static IRI
PROV. SOFTWARE_AGENT
prov:SoftwareAgentstatic IRI
OWL. SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFromstatic IRI
VCARD4. SORT_STRING
vcard:sort-stringstatic IRI
VCARD4. SOUND
vcard:soundstatic IRI
DC. SOURCE
dc:sourcestatic IRI
DCTERMS. SOURCE
http://purl.org/dc/terms/sourcestatic IRI
ODRL2. SOURCE
odrl:sourcestatic IRI
SHACL. SOURCE_CONSTRAINT
sh:sourceConstraintstatic IRI
SHACL. SOURCE_CONSTRAINT_COMPONENT
sh:sourceConstraintComponentstatic IRI
SHACL. SOURCE_SHAPE
sh:sourceShapestatic IRI
OWL. SOURCEINDIVIDUAL
http://www.w3.org/2002/07/owl#sourceIndividualstatic IRI
SHACL. SPARQL
sh:sparqlstatic IRI
SD. SPARQL_10_QUERY
SPARQL 1.0 Querystatic IRI
SD. SPARQL_11_QUERY
SPARQL 1.1 Querystatic IRI
SD. SPARQL_11_UPDATE
SPARQL 1.1 Updatestatic IRI
SHACL. SPARQL_ASK_EXECUTABLE
sh:SPARQLAskExecutablestatic IRI
SHACL. SPARQL_ASK_VALIDATOR
sh:SPARQLAskValidatorstatic IRI
SHACL. SPARQL_CONSTRAINT
sh:SPARQLConstraintstatic IRI
SHACL. SPARQL_CONSTRAINT_COMPONENT
sh:SPARQLConstraintComponentstatic IRI
SHACL. SPARQL_CONSTRAINT_COMPONENT_SPARQL
sh:SPARQLConstraintComponent-sparqlstatic IRI
SHACL. SPARQL_CONSTRUCT_EXECUTABLE
sh:SPARQLConstructExecutablestatic IRI
VOID. SPARQL_ENDPOINT
void:sparqlEndpointstatic IRI
SHACL. SPARQL_EXECUTABLE
sh:SPARQLExecutablestatic IRI
SHACL. SPARQL_FUNCTION
sh:SPARQLFunctionstatic IRI
SHACL. SPARQL_SELECT_EXECUTABLE
sh:SPARQLSelectExecutablestatic IRI
SHACL. SPARQL_SELECT_VALIDATOR
sh:SPARQLSelectValidatorstatic IRI
SHACL. SPARQL_TARGET
sh:SPARQLTargetstatic IRI
SHACL. SPARQL_TARGET_TYPE
sh:SPARQLTargetTypestatic IRI
SHACL. SPARQL_UPDATE_EXECUTABLE
sh:SPARQLUpdateExecutablestatic IRI
SHACL. SPARQL_VALUES_DERIVER
sh:SPARQLValuesDeriverstatic IRI
DCTERMS. SPATIAL
http://purl.org/dc/terms/spatialstatic IRI
ODRL2. SPATIAL
odrl:spatialstatic IRI
ODRL2. SPATIAL_COORDINATES
odrl:spatialCoordinatesstatic IRI
DCAT. SPATIAL_RESOLUTION_IN_METERS
dcat:spatialResolutionInMetersstatic IRI
WGS84. SPATIAL_THING
Thewgs84:SpatialThing
class.static IRI
PROV. SPECIALIZATION_OF
prov:specializationOfstatic IRI
DOAP. SPECIFICATION
doap:Specificationstatic IRI
SPIF. SPLIT_PROPERTY
static IRI
VCARD4. SPOUSE
vcard:Spousestatic IRI
DCTERMS. STANDARD
http://purl.org/dc/terms/Standardstatic IRI
PROV. START
prov:Startstatic IRI
DCAT. START_DATE
dcat:startDatestatic IRI
PROV. STARTED_AT_TIME
prov:startedAtTimestatic IRI
FN. STARTS_WITH
fn:starts-withstatic IRI
RDF. STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statementstatic IRI
FOAF. STATUS
static IRI
HYDRA. STATUS
static IRI
ODRL2. STATUS
odrl:statusstatic IRI
HYDRA. STATUS_CODE
static IRI
SP. STR
static IRI
APF. STR_SPLIT
static IRI
ODRL2. STREAM
odrl:streamstatic IRI
VCARD4. STREET_ADDRESS
vcard:street-addressstatic IRI
XSD. STRING
http://www.w3.org/2001/XMLSchema#stringstatic IRI
FN. STRING_LENGTH
fn:string-lengthstatic IRI
SP. SUB
static IRI
ORG. SUB_ORGANIZATION_OF
void:subOrganizationOfstatic IRI
SP. SUB_PATH_PROPERTY
http://spinrdf.org/sp#subPath The child path of a property path expression.static IRI
SP. SUB_QUERY_CLASS
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list.static IRI
RDFS. SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOfstatic IRI
DC. SUBJECT
dc:subjectstatic IRI
DCTERMS. SUBJECT
http://purl.org/dc/terms/subjectstatic IRI
EARL. SUBJECT
static IRI
RDF. SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subjectstatic IRI
SP. SUBJECT_PROPERTY
http://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple.static IRI
VOID. SUBJECTS_TARGET
void:subjectsTargetstatic IRI
PROV. SUBMIT
prov:Submitstatic IRI
RDFS. SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOfstatic IRI
VOID. SUBSET
void:subsetstatic IRI
FN. SUBSTRING
fn:substringstatic IRI
FN. SUBSTRING_AFTER
fn:substring-afterstatic IRI
FN. SUBSTRING_BEFORE
fn:substring-beforestatic IRI
SP. SUM_CLASS
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.static IRI
TIME. SUNDAY
time:Sundaystatic IRI
ODRL2. SUPPORT
Deprecated.static IRI
DOAP. SUPPORT_FORUM
doap:support-forumstatic IRI
HYDRA. SUPPORTED_CLASS
static IRI
SD. SUPPORTED_ENTAILMENT_PROFILE
supported entailment profilestatic IRI
SD. SUPPORTED_LANGUAGE
supported languagestatic IRI
HYDRA. SUPPORTED_OPERATION
static IRI
HYDRA. SUPPORTED_PROPERTY
static IRI
HYDRA. SUPPORTED_PROPERTY_PROP
static IRI
FOAF. SURNAME
static IRI
DOAP. SVNREPOSITORY
doap:SVNRepositorystatic IRI
VCARD4. SWEETHEART
vcard:Sweetheartstatic IRI
GEOF. SYM_DIFFERENCE
static IRI
SPIN. SYMBOL_PROPERTY
http://spinrdf.org/spin#symbol The symbol of a function, e.g.static IRI
OWL. SYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#SymmetricPropertystatic IRI
CONFIG.Mem. syncDelay
tag:rdf4j.org,2023:config/mem.syncDelaystatic IRI
ODRL2. SYNCHRONIZE
odrl:synchronizestatic IRI
ODRL2. SYSTEM
Deprecated.static IRI
SP. SYSTEM_CLASS
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes.static IRI
ODRL2. SYSTEM_DEVICE
odrl:systemDevicestatic IRI
SP. SYSTEM_PROPERTY
http://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties.static IRI
SPIN. SYSTEM_PROPERTY_PROPERTY
http://spinrdf.org/spin#systemProperty An "abstract" base property that groups together those system properties that the user will hardly ever need to see in property trees.static IRI
SPIN. TABLE_DATA_PROVIDER_CLASS
http://spinrdf.org/spin#TableDataProvider An abstraction of objects that can produce tabular data.static IRI
DCTERMS. TABLE_OF_CONTENTS
http://purl.org/dc/terms/tableOfContentsstatic IRI
ODRL2. TARGET
odrl:targetstatic IRI
SHACL. TARGET
sh:Targetstatic IRI
VOID. TARGET
void:targetstatic IRI
SHACL. TARGET_CLASS
sh:targetClassstatic IRI
SHACL. TARGET_NODE
sh:targetNodestatic IRI
SHACL. TARGET_OBJECTS_OF
sh:targetObjectsOfstatic IRI
SHACL. TARGET_PROP
sh:targetstatic IRI
SHACL. TARGET_SUBJECTS_OF
sh:targetSubjectsOfstatic IRI
SHACL. TARGET_TYPE
sh:TargetTypestatic IRI
OWL. TARGETINDIVIDUAL
http://www.w3.org/2002/07/owl#targetIndividualstatic IRI
RSX. targetShape
http://rdf4j.org/shacl-extensions#targetShapestatic IRI
OWL. TARGETVALUE
http://www.w3.org/2002/07/owl#targetValuestatic IRI
VOID. TECHNICAL_FEATURE
void:TechnicalFeaturestatic IRI
VCARD4. TEL
Deprecated.static IRI
VCARD4. TEL_PROP
vcard:telstatic IRI
VCARD4. TELEPHONE_TYPE
vcard:TelephoneTypestatic IRI
HYDRA. TEMPLATE
static IRI
SPIN. TEMPLATE_CLASS
http://spinrdf.org/spin#Template The metaclass of SPIN templates.static IRI
HYDRA. TEMPLATED_LINK
static IRI
SPIN. TEMPLATES_CLASS
http://spinrdf.org/spin#Templates Suggested abstract base class for all Templates.static IRI
SP. TEMPLATES_PROPERTY
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query.static IRI
DCTERMS. TEMPORAL
http://purl.org/dc/terms/temporalstatic IRI
TIME. TEMPORAL_DURATION
time:TemporalDurationstatic IRI
TIME. TEMPORAL_ENTITY
time:TemporalEntitystatic IRI
TIME. TEMPORAL_POSITION
time:TemporalPositionstatic IRI
DCAT. TEMPORAL_RESOLUTION
dcat:temporalResolutionstatic IRI
WGS84. TEMPORAL_THING
Thewgs84:TemporalThing
class.static IRI
TIME. TEMPORAL_UNIT
time:TemporalUnitstatic IRI
VANN. TERM_GROUP
A group of related terms in a vocabulary.static IRI
EARL. TEST
static IRI
EARL. TEST_SUBJECT
static IRI
DOAP. TESTER
doap:testerstatic IRI
EARL. TESTRESULT
static IRI
VCARD4. TEXT
vcard:Textstatic IRI
VCARD4. TEXT_PHONE
vcard:TextPhonestatic IRI
SP. TEXT_PROPERTY
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query.static IRI
ODRL2. TEXT_TO_SPEECH
odrl:textToSpeechstatic IRI
DCTERMS. TGN
http://purl.org/dc/terms/TGNstatic IRI
DCAT. THEME
dcat:themestatic IRI
FOAF. THEME
static IRI
DCAT. THEME_TAXONOMY
dcat:themeTaxonomystatic IRI
OWL. THING
http://www.w3.org/2002/07/owl#Thingstatic IRI
SPIN. THIS_CONTEXT_INSTANCE
http://spinrdf.org/spin#_this A system variable representing the current context instance in a rule or constraint.static IRI
SPIN. THIS_UNBOUND_PROPERTY
http://spinrdf.org/spin#thisUnbound Can be set to true for SPIN rules and constraints that do not require pre-binding the variable ?this with all members of the associated class.static IRI
LOCN. THOROUGHFARE
locn:thoroughfarestatic IRI
FOAF. THUMBNAIL
static IRI
TIME. THURSDAY
time:Thursdaystatic IRI
ODRL2. TICKET
odrl:Ticketstatic IRI
XSD. TIME
http://www.w3.org/2001/XMLSchema#timestatic IRI
ODRL2. TIME_INTERVAL
odrl:timeIntervalstatic IRI
SPIF. TIME_MILLIS_FUNCTION
static IRI
TIME. TIME_POSITION
time:TimePositionstatic IRI
TIME. TIME_ZONE
time:TimeZonestatic IRI
TIME. TIME_ZONE_PROP
time:timeZonestatic IRI
ODRL2. TIMED_COUNT
Deprecated.static IRI
FN. TIMEZONE_FROM_DATETIME
fn:timezone-from-dateTimestatic IRI
FOAF. TIPJAR
static IRI
DC. TITLE
dc:titlestatic IRI
DCTERMS. TITLE
http://purl.org/dc/terms/titlestatic IRI
FOAF. TITLE
static IRI
HYDRA. TITLE
static IRI
VCARD4. TITLE
vcard:titlestatic IRI
SPIF. TITLE_CASE_FUNCTION
static IRI
XSD. TOKEN
http://www.w3.org/2001/XMLSchema#tokenstatic IRI
SKOS. TOP_CONCEPT_OF
The skos:topConceptOf relation.static IRI
OWL. TOPDATAPROPERTY
http://www.w3.org/2002/07/owl#topDataPropertystatic IRI
FOAF. TOPIC
static IRI
FOAF. TOPIC_INTEREST
static IRI
OWL. TOPOBJECTPROPERTY
http://www.w3.org/2002/07/owl#topObjectPropertystatic IRI
HYDRA. TOTAL_ITEMS
static IRI
ODRL2. TRACKED_PARTY
odrl:trackedPartystatic IRI
ODRL2. TRACKING_PARTY
odrl:trackingPartystatic IRI
CONFIG.Shacl. transactionalValidationLimit
static IRI
ODRL2. TRANSFER
odrl:transferstatic IRI
ODRL2. TRANSFORM
odrl:transformstatic IRI
ORG. TRANSITIVE_SUB_ORGANIZATION_OF
void:transitiveSubOrganizationOfstatic IRI
OWL. TRANSITIVEPROPERTY
http://www.w3.org/2002/07/owl#TransitivePropertystatic IRI
ODRL2. TRANSLATE
odrl:translatestatic IRI
DOAP. TRANSLATOR
doap:translatorstatic IRI
SPIF. TRIM_FUNCTION
static IRI
SP. TRIPLE_CLASS
http://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate.static IRI
SP. TRIPLE_PATH_CLASS
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate.static IRI
SP. TRIPLE_PATTERN_CLASS
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query.static IRI
SP. TRIPLE_TEMPLATE_CLASS
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query.static IRI
CONFIG.Native. tripleIndexes
tag:rdf4j.org,2023:config/native.tripleIndexesstatic IRI
VOID. TRIPLES
void:triplesstatic IRI
TIME. TRS
time:TRSstatic IRI
RDF4J. TRUNCATED
static IRI
TIME. TUESDAY
time:Tuesdaystatic IRI
SP. TUPLE_CLASS
http://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object.static IRI
CONFIG.Rep. type
Setting for the repository type.static IRI
CONFIG.Sail. type
tag:rdf4j.org,2023:config/sail.typestatic IRI
DC. TYPE
dc:typestatic IRI
DCTERMS. TYPE
http://purl.org/dc/terms/typestatic IRI
RDF. TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#typestatic IRI
VCARD4. TYPE
vcard:Typestatic IRI
VCARD4. TZ
vcard:tzstatic IRI
DCTERMS. UDC
http://purl.org/dc/terms/UDCstatic IRI
ODRL2. UID
odrl:uidstatic IRI
SPIF. UN_CAMEL_CASE_FUNCTION
static IRI
SP. UNDEF
static IRI
ODRL2. UNDEFINED
Deprecated.static IRI
ODRL2. UNDEFINED_TERM
Deprecated.static IRI
ODRL2. UNINSTALL
odrl:uninstallstatic IRI
GEOF. UNION
static IRI
SP. UNION_CLASS
http://spinrdf.org/sp#Union A UNION group.static IRI
SD. UNION_DEFAULT_GRAPH
Union Default Graphstatic IRI
OWL. UNIONOF
http://www.w3.org/2002/07/owl#unionOfstatic IRI
SHACL. UNIQUE_LANG
sh:uniqueLangstatic IRI
SHACL. UNIQUE_LANG_CONSTRAINT_COMPONENT
sh:UniqueLangConstraintComponentstatic IRI
SHACL. UNIQUE_LANG_CONSTRAINT_COMPONENT_UNIQUE_LANG
sh:UniqueLangConstraintComponent-uniqueLangstatic IRI
ODRL2. UNIT
odrl:unitstatic IRI
TIME. UNIT_DAY
time:unitDaystatic IRI
TIME. UNIT_HOUR
time:unitHourstatic IRI
TIME. UNIT_MINUTE
time:unitMinutestatic IRI
TIME. UNIT_MONTH
time:unitMonthstatic IRI
ORG. UNIT_OF
void:unitOfstatic IRI
ODRL2. UNIT_OF_COUNT
odrl:unitOfCountstatic IRI
TIME. UNIT_SECOND
time:unitSecondstatic IRI
TIME. UNIT_TYPE
time:unitTypestatic IRI
TIME. UNIT_WEEK
time:unitWeekstatic IRI
TIME. UNIT_YEAR
time:unitYearstatic IRI
VCARD4. UNKNOWN
vcard:Unknownstatic IRI
XSD. UNSIGNED_BYTE
http://www.w3.org/2001/XMLSchema#unsignedBytestatic IRI
XSD. UNSIGNED_INT
http://www.w3.org/2001/XMLSchema#unsignedIntstatic IRI
XSD. UNSIGNED_LONG
http://www.w3.org/2001/XMLSchema#unsignedLongstatic IRI
XSD. UNSIGNED_SHORT
http://www.w3.org/2001/XMLSchema#unsignedShortstatic IRI
GEOF. UOM_DEGREE
static IRI
GEOF. UOM_METRE
static IRI
GEOF. UOM_RADIAN
static IRI
GEOF. UOM_UNITY
static IRI
SHACL. UPDATE
sh:updatestatic IRI
SP. UPDATE_CLASS
http://spinrdf.org/sp#Update Abstract base class to group the various SPARQL UPDATE commands.static IRI
SPIN. UPDATE_PROPERTY
http://spinrdf.org/spin#update Can be used to point from any resource to an Update.static IRI
SPIN. UPDATE_TEMPLATE_CLASS
http://spinrdf.org/spin#UpdateTemplate A SPIN template that has an UPDATE command as its body.static IRI
SPIN. UPDATE_TEMPLATES_CLASS
http://spinrdf.org/spin#UpdateTemplates Suggested abstract base class for all UpdateTemplates.static IRI
CONFIG.Sparql. updateEndpoint
Configuration setting for the SPARQL update endpoint.static IRI
FN. UPPER_CASE
fn:upper-casestatic IRI
SPIF. UPPER_CASE_FUNCTION
static IRI
DCTERMS. URI
http://purl.org/dc/terms/URIstatic IRI
SP. URI
static IRI
VOID. URI_LOOKUP_ENDPOINT
void:uriLookupEndpointstatic IRI
VOID. URI_REGEX_PATTERN
void:uriRegexPatternstatic IRI
VOID. URI_SPACE
void:uriSpacestatic IRI
CONFIG.Http. url
Setting for a RDF4J HTTP Repository URL.static IRI
VCARD4. URL
vcard:urlstatic IRI
PROV. USAGE
prov:Usagestatic IRI
VANN. USAGE_NOTE
A reference to a resource that provides information on how this resource is to be used.static IRI
ODRL2. USE
odrl:usestatic IRI
PROV. USED
prov:usedstatic IRI
CONFIG.Http. username
Setting for a username to use for authentication.static IRI
SP. USING_NAMED_PROPERTY
static IRI
SP. USING_PROPERTY
static IRI
DCTERMS. VALID
http://purl.org/dc/terms/validstatic IRI
SHACL. VALIDATION_REPORT
sh:ValidationReportstatic IRI
SHACL. VALIDATION_RESULT
sh:ValidationResultstatic IRI
CONFIG.Shacl. validationEnabled
tag:rdf4j.org,2023:config/shacl.validationEnabled
static IRI
CONFIG.Shacl. validationResultsLimitPerConstraint
static IRI
CONFIG.Shacl. validationResultsLimitTotal
static IRI
SHACL. VALIDATOR
sh:Validatorstatic IRI
SHACL. VALIDATOR_PROP
sh:validatorstatic IRI
PROV. VALUE
prov:valuestatic IRI
RDF. VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#valuestatic IRI
SHACL. VALUE
sh:valuestatic IRI
VCARD4. VALUE
vcard:valuestatic IRI
SPL. VALUE_TYPE_PROPERTY
http://spinrdf.org/spl#valueTypestatic IRI
CONFIG.Native. valueCacheSize
tag:rdf4j.org,2023:config/native.valueCacheSizestatic IRI
RSX. valueConformsToXsdDatatypeFunction
static IRI
CONFIG.Native. valueIDCacheSize
tag:rdf4j.org,2023:config/native.valueIDCacheSizestatic IRI
SP. VALUES_CLASS
static IRI
SHACL. VALUES_DERIVER
sh:ValuesDeriverstatic IRI
SP. VAR_NAME_PROPERTY
http://spinrdf.org/sp#varName The name of a Variable.static IRI
SP. VAR_NAMES_PROPERTY
static IRI
HYDRA. VARIABLE
static IRI
SP. VARIABLE_CLASS
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression.static IRI
SP. VARIABLE_PROPERTY
http://spinrdf.org/sp#variable The variable of a Bind element.static IRI
HYDRA. VARIABLE_REPRESENTATION
static IRI
HYDRA. VARIABLE_REPRESENTATION_PROP
static IRI
VCARD4. VCARD
vcard:VCardstatic IRI
DOAP. VENDOR
doap:vendorstatic IRI
DOAP. VERSION
doap:Versionstatic IRI
ODRL2. VERSION
odrl:versionstatic IRI
OWL. VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfostatic IRI
OWL. VERSIONIRI
http://www.w3.org/2002/07/owl#versionIRIstatic IRI
VCARD4. VIDEO
vcard:Videostatic IRI
HYDRA. VIEW
static IRI
SHACL. VIOLATION
sh:Violationstatic IRI
SPIN. VIOLATION_LEVEL_PROPERTY
static IRI
SPIN. VIOLATION_PATH_PROPERTY
http://spinrdf.org/spin#violationPath An optional attribute of ConstraintViolations to provide a path expression from the root resource to the value that is invalid.static IRI
SPIN. VIOLATION_ROOT_PROPERTY
http://spinrdf.org/spin#violationRoot The root resource of the violation (often ?this in the constraint body).static IRI
SPIN. VIOLATION_SOURCE_PROPERTY
http://spinrdf.org/spin#violationSource Can be used to link a spin:ConstraintViolation with the query or template call that caused it.static IRI
SPIN. VIOLATION_VALUE_PROPERTY
static IRI
ODRL2. VIRTUAL_LOCATION
odrl:virtualLocationstatic IRI
VOID. VOCABULARY
void:vocabularystatic IRI
VCARD4. VOICE
vcard:Voicestatic IRI
DCTERMS. W3CDTF
http://purl.org/dc/terms/W3CDTFstatic IRI
SHACL. WARNING
sh:Warningstatic IRI
SPIN. WARNING_VIOLATION_LEVEL
static IRI
PROV. WAS_ASSOCIATED_WITH
prov:wasAssociatedWithstatic IRI
PROV. WAS_ATTRIBUTED_TO
prov:wasAttributedTostatic IRI
PROV. WAS_DERIVED_FROM
prov:wasDerivedFromstatic IRI
PROV. WAS_ENDED_BY
prov:wasEndedBystatic IRI
PROV. WAS_GENERATED_BY
prov:wasGeneratedBystatic IRI
PROV. WAS_INFLUENCED_BY
prov:wasInfluencedBystatic IRI
PROV. WAS_INFORMED_BY
prov:wasInformedBystatic IRI
PROV. WAS_INVALIDATED_BY
prov:wasInvalidatedBystatic IRI
PROV. WAS_QUOTED_FROM
prov:wasQuotedFromstatic IRI
PROV. WAS_REVISION_OF
prov:wasRevisionOfstatic IRI
PROV. WAS_STARTED_BY
prov:wasStartedBystatic IRI
ODRL2. WATERMARK
odrl:watermarkstatic IRI
FOAF. WEBLOG
static IRI
TIME. WEDNESDAY
time:Wednesdaystatic IRI
TIME. WEEK
time:weekstatic IRI
TIME. WEEKS
time:weeksstatic IRI
SP. WHERE_PROPERTY
http://spinrdf.org/sp#where The WHERE clause of a Query.static IRI
DOAP. WIKI
doap:wikistatic IRI
SESAME. WILDCARD
http://www.openrdf.org/schema/sesame#wildcardstatic IRI
SP. WITH_PROPERTY
static IRI
OWL. WITHRESTRICTIONS
http://www.w3.org/2002/07/owl#withRestrictionsstatic IRI
GEO. WKT_LITERAL
static IRI
VCARD4. WORK
vcard:Workstatic IRI
FOAF. WORK_INFO_HOMEPAGE
static IRI
FOAF. WORKPLACE_HOMEPAGE
static IRI
HYDRA. WRITABLE
static IRI
ODRL2. WRITE
Deprecated.static IRI
ODRL2. WRITE_TO
Deprecated.static IRI
VCARD4. X400
Deprecated.static IRI
RDF. XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteralstatic IRI
ODRL2. XONE
odrl:xonestatic IRI
SHACL. XONE
sh:xonestatic IRI
SHACL. XONE_CONSTRAINT_COMPONENT
sh:XoneConstraintComponentstatic IRI
SHACL. XONE_CONSTRAINT_COMPONENT_XONE
sh:XoneConstraintComponent-xonestatic IRI
TIME. XSD_DATE_TIME
Deprecated.static IRI
FOAF. YAHOO_CHAT_ID
static IRI
TIME. YEAR
Deprecated.static IRI
FN. YEAR_FROM_DATETIME
fn:year-from-dateTimestatic IRI
TIME. YEAR_PROP
time:yearstatic IRI
XSD. YEARMONTHDURATION
http://www.w3.org/2001/XMLSchema#yearMonthDurationstatic IRI
TIME. YEARS
time:yearsstatic IRI
SHACL. ZERO_OR_MORE_PATH
sh:zeroOrMorePathstatic IRI
SHACL. ZERO_OR_ONE_PATH
sh:zeroOrOnePathMethods in org.eclipse.rdf4j.model.vocabulary that return IRI Modifier and Type Method Description IRI
XSD.Datatype. getIri()
Methods in org.eclipse.rdf4j.model.vocabulary with parameters of type IRI Modifier and Type Method Description static Optional<XSD.Datatype>
XSD.Datatype. from(IRI datatype)
-
Uses of IRI in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return IRI Modifier and Type Method Description IRI
Dataset. getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.Methods in org.eclipse.rdf4j.query that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
Dataset. getDefaultGraphs()
Gets the default graph URIs of this dataset.Set<IRI>
Dataset. getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.Set<IRI>
Dataset. getNamedGraphs()
Gets the named graph URIs of this dataset. -
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type IRI Modifier and Type Method Description CloseableIteration<? extends Triple,QueryEvaluationException>
RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object. -
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.rdfterm that return IRI Modifier and Type Method Description IRI
UUID. evaluate(ValueFactory valueFactory, Value... args)
-
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd that return IRI Modifier and Type Method Description protected IRI
BooleanCast. getXsdDatatype()
protected IRI
ByteCast. getXsdDatatype()
protected abstract IRI
CastFunction. getXsdDatatype()
Get the specific XML Schema datatype which this function returns.protected IRI
DateCast. getXsdDatatype()
protected IRI
DateTimeCast. getXsdDatatype()
protected IRI
DecimalCast. getXsdDatatype()
protected IRI
DoubleCast. getXsdDatatype()
protected IRI
FloatCast. getXsdDatatype()
protected IRI
IntCast. getXsdDatatype()
protected IRI
IntegerCast. getXsdDatatype()
protected IRI
LongCast. getXsdDatatype()
protected IRI
NegativeIntegerCast. getXsdDatatype()
protected IRI
NonNegativeIntegerCast. getXsdDatatype()
protected IRI
NonPositiveIntegerCast. getXsdDatatype()
protected IRI
PositiveIntegerCast. getXsdDatatype()
protected IRI
ShortCast. getXsdDatatype()
protected IRI
StringCast. getXsdDatatype()
protected IRI
UnsignedByteCast. getXsdDatatype()
protected IRI
UnsignedIntCast. getXsdDatatype()
protected IRI
UnsignedLongCast. getXsdDatatype()
protected IRI
UnsignedShortCast. getXsdDatatype()
-
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.impl
Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl that return IRI Modifier and Type Method Description IRI
DefaultEvaluationStrategy. evaluate(IRIFunction node, BindingSet bindings)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Method parameters in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with type arguments of type IRI Modifier and Type Method Description protected static Function<Value,Resource[]>
StatementPatternQueryEvaluationStep. extractContextsFromDatasets(Var contextVar, boolean emptyGraph, Set<IRI> graphs)
-
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type IRI Modifier and Type Method Description static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type IRI Modifier and Type Method Description static boolean
TripleSources. booleanValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Literal,QueryEvaluationException>
TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>
TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>
TripleSources. getSubjectURIs(IRI predicate, Value object, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.static Statement
TripleSources. single(Resource subj, IRI pred, Value obj, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static Value
TripleSources. singleValue(Resource subj, IRI pred, TripleSource store)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IRI in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as IRI Modifier and Type Field Description static IRI
DAWGTestResultSetSchema. BINDING
static IRI
DAWGTestResultSetSchema. BOOLEAN
static IRI
DAWGTestResultSetSchema. RESULTSET
static IRI
DAWGTestResultSetSchema. RESULTVARIABLE
static IRI
DAWGTestResultSetSchema. SOLUTION
static IRI
DAWGTestResultSetSchema. VALUE
static IRI
DAWGTestResultSetSchema. VARIABLE
-
Uses of IRI in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return IRI Modifier and Type Method Description IRI
FallbackDataset. getDefaultInsertGraph()
IRI
SimpleDataset. getDefaultInsertGraph()
Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
FallbackDataset. getDefaultGraphs()
Set<IRI>
SimpleDataset. getDefaultGraphs()
Set<IRI>
FallbackDataset. getDefaultRemoveGraphs()
Set<IRI>
SimpleDataset. getDefaultRemoveGraphs()
Set<IRI>
FallbackDataset. getNamedGraphs()
Set<IRI>
SimpleDataset. getNamedGraphs()
Gets the (unmodifiable) set of named graph URIs.Methods in org.eclipse.rdf4j.query.impl with parameters of type IRI Modifier and Type Method Description void
SimpleDataset. addDefaultGraph(IRI graphURI)
Adds a graph URI to the set of default graph URIs.void
SimpleDataset. addDefaultRemoveGraph(IRI graphURI)
Adds a graph URI to the set of default remove graph URIs.void
SimpleDataset. addNamedGraph(IRI graphURI)
Adds a graph URI to the set of named graph URIs.boolean
SimpleDataset. removeDefaultGraph(IRI graphURI)
Removes a graph URI from the set of default graph URIs.boolean
SimpleDataset. removeDefaultRemoveGraph(IRI graphURI)
Removes a graph URI from the set of default remove graph URIs.boolean
SimpleDataset. removeNamedGraph(IRI graphURI)
Removes a graph URI from the set of named graph URIs.void
SimpleDataset. setDefaultInsertGraph(IRI defaultInsertGraph)
-
Uses of IRI in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as IRI Modifier and Type Field Description protected static IRI
QueryResultFormat. SPARQL_RESULTS_CSV_URI
Local constant for tuple formats for SPARQL Results CSV.protected static IRI
QueryResultFormat. SPARQL_RESULTS_JSON_URI
Local constant reused across boolean and tuple formats for SPARQL Results JSON.protected static IRI
QueryResultFormat. SPARQL_RESULTS_TSV_URI
Local constant for tuple formats for SPARQL Results TSV.protected static IRI
QueryResultFormat. SPARQL_RESULTS_XML_URI
Local constant reused across boolean and tuple formats for SPARQL Results XML.Methods in org.eclipse.rdf4j.query.resultio that return IRI Modifier and Type Method Description IRI
QueryResultFormat. getStandardURI()
Constructors in org.eclipse.rdf4j.query.resultio with parameters of type IRI Constructor Description BooleanQueryResultFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI)
Creates a new BooleanQueryResultFormat object.QueryResultFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI)
TupleQueryResultFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI)
Creates a new TupleQueryResultFormat object.TupleQueryResultFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI, boolean supportsRDFStar)
Creates a new TupleQueryResultFormat object. -
Uses of IRI in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type IRI Modifier and Type Method Description protected void
SPARQLResultsCSVWriter. writeURI(IRI uri)
-
Uses of IRI in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type IRI Modifier and Type Method Description protected void
SPARQLResultsTSVWriter. writeURI(IRI uri)
-
Uses of IRI in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type IRI Modifier and Type Method Description void
RepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more named contexts.void
RepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryResult<Statement>
RepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from the repository.default RepositoryResult<Statement>
RepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from the repository.boolean
RepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.void
RepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
Removes the statement(s) with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts. -
Uses of IRI in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base with parameters of type IRI Modifier and Type Method Description void
AbstractRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionWrapper. add(Resource subject, IRI predicate, Value object, Resource... contexts)
protected abstract void
AbstractRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
protected void
RepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionWrapper. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
RepositoryResult<Statement>
RepositoryConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
AbstractRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
RepositoryConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
void
AbstractRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionWrapper. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
protected abstract void
AbstractRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
protected void
RepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.config
Fields in org.eclipse.rdf4j.repository.config declared as IRI Modifier and Type Field Description static IRI
RepositoryConfigSchema. DELEGATE
Deprecated.useCONFIG.delegate
instead.static IRI
RepositoryConfigSchema. REPOSITORY
Deprecated.useCONFIG#Repository
instead.static IRI
RepositoryConfigSchema. REPOSITORY_CONTEXT
Deprecated, for removal: This API element is subject to removal in a future version.This IRI is not in the CONFIG vocabulary because it is no longer necessary - it was only used in the old-style SYSTEM-repo configurations.static IRI
RepositoryConfigSchema. REPOSITORYID
Deprecated.useCONFIG.Rep.id
instead.static IRI
RepositoryConfigSchema. REPOSITORYIMPL
Deprecated.useCONFIG.Rep.impl
instead.static IRI
RepositoryConfigSchema. REPOSITORYTYPE
Deprecated.useCONFIG.Rep.type
instead. -
Uses of IRI in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return IRI Modifier and Type Method Description IRI[]
ContextAwareConnection. getAddContexts()
Deprecated.IRI[]
ContextAwareRepository. getAddContexts()
Deprecated.IRI[]
ContextAwareConnection. getArchiveContexts()
Deprecated.IRI[]
ContextAwareRepository. getArchiveContexts()
Deprecated.IRI
ContextAwareConnection. getInsertContext()
The default context to add the statements to.IRI
ContextAwareRepository. getInsertContext()
IRI[]
ContextAwareConnection. getReadContexts()
The default context(s) to get the data from.IRI[]
ContextAwareRepository. getReadContexts()
IRI[]
ContextAwareConnection. getRemoveContexts()
The context(s) to remove the data from.IRI[]
ContextAwareRepository. getRemoveContexts()
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type IRI Modifier and Type Method Description void
ContextAwareConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
void
ContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
void
ContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, RDFHandler handler, Resource... contexts)
Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the specified contexts.RepositoryResult<Statement>
ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
RepositoryResult<Statement>
ContextAwareConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from the repository.boolean
ContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
ContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in the specified contexts.void
ContextAwareConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
Removes the statement with the specified subject, predicate and object from the repository, optionally restricted to the specified contexts.protected void
ContextAwareConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
ContextAwareConnection. setAddContexts(IRI... addContexts)
Deprecated.void
ContextAwareRepository. setAddContexts(IRI... addContexts)
Deprecated.void
ContextAwareConnection. setArchiveContexts(IRI... archiveContexts)
Deprecated.void
ContextAwareRepository. setArchiveContexts(IRI... archiveContexts)
Deprecated.void
ContextAwareConnection. setInsertContext(IRI insertContext)
The default context to add the statements to.void
ContextAwareRepository. setInsertContext(IRI insertContext)
void
ContextAwareConnection. setReadContexts(IRI... readContexts)
The default context(s) to get the data from.void
ContextAwareRepository. setReadContexts(IRI... readContexts)
void
ContextAwareConnection. setRemoveContexts(IRI... removeContexts)
The context(s) to remove the data from.void
ContextAwareRepository. setRemoveContexts(IRI... removeContexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.contextaware.config
Fields in org.eclipse.rdf4j.repository.contextaware.config declared as IRI Modifier and Type Field Description static IRI
ContextAwareSchema. ADD_CONTEXT
Deprecated.static IRI
ContextAwareSchema. ARCHIVE_CONTEXT
Deprecated.static IRI
ContextAwareSchema. BASE_URI
Deprecated.useCONFIG.ContextAware.base
insteadstatic IRI
ContextAwareSchema. INCLUDE_INFERRED
Deprecated.useCONFIG.ContextAware.includeInferred
instead.static IRI
ContextAwareSchema. INSERT_CONTEXT
Deprecated.useCONFIG.ContextAware.insertContext
instead.static IRI
ContextAwareSchema. MAX_QUERY_TIME
Deprecated.useCONFIG.ContextAware.maxQueryTime
insteadstatic IRI
ContextAwareSchema. QUERY_LANGUAGE
Deprecated.useCONFIG.ContextAware.queryLanguage
instead.static IRI
ContextAwareSchema. READ_CONTEXT
Deprecated.useCONFIG.ContextAware.readContext
insteadstatic IRI
ContextAwareSchema. REMOVE_CONTEXT
Deprecated.useCONFIG.ContextAware.removeContext
instead.Methods in org.eclipse.rdf4j.repository.contextaware.config that return IRI Modifier and Type Method Description IRI[]
ContextAwareConfig. getAddContexts()
Deprecated.IRI[]
ContextAwareConfig. getArchiveContexts()
Deprecated.IRI
ContextAwareConfig. getInsertContext()
IRI[]
ContextAwareConfig. getReadContexts()
IRI[]
ContextAwareConfig. getRemoveContexts()
Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type IRI Modifier and Type Method Description void
ContextAwareConfig. setAddContexts(IRI... addContexts)
Deprecated.void
ContextAwareConfig. setArchiveContexts(IRI... archiveContexts)
Deprecated.void
ContextAwareConfig. setInsertContext(IRI insertContext)
void
ContextAwareConfig. setReadContexts(IRI... readContexts)
void
ContextAwareConfig. setRemoveContexts(IRI... removeContexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.dataset
Methods in org.eclipse.rdf4j.repository.dataset with parameters of type IRI Modifier and Type Method Description void
DatasetRepository. loadDataset(URL url, IRI context, ParserConfig config)
Inspects if the dataset at the supplied URL location has been modified since the last load into this repository and if so loads it into the supplied context. -
Uses of IRI in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation with parameters of type IRI Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type IRI Modifier and Type Method Description boolean
RepositoryConnectionInterceptor. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
RepositoryConnectionInterceptor. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type IRI Modifier and Type Method Description boolean
RepositoryConnectionInterceptorAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionListenerAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
InterceptingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
NotifyingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
RepositoryConnectionInterceptorAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
RepositoryConnectionListenerAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
InterceptingRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
NotifyingRepositoryConnectionWrapper. removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx)
-
Uses of IRI in org.eclipse.rdf4j.repository.event.util
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type IRI Modifier and Type Method Description void
DebugRepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
void
DebugRepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.filters
Methods in org.eclipse.rdf4j.repository.filters with parameters of type IRI Modifier and Type Method Description boolean
AccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
InaccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
RepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs)
Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of IRI in org.eclipse.rdf4j.repository.http.config
Fields in org.eclipse.rdf4j.repository.http.config declared as IRI Modifier and Type Field Description static IRI
HTTPRepositorySchema. PASSWORD
Deprecated.useCONFIG#password
instead.static IRI
HTTPRepositorySchema. REPOSITORYURL
Deprecated.useCONFIG#url
instead.static IRI
HTTPRepositorySchema. USERNAME
Deprecated.useCONFIG#username
instead. -
Uses of IRI in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as IRI Modifier and Type Field Description static IRI
RepositoryManager. PROXIED_ID
Deprecated, for removal: This API element is subject to removal in a future version.useCONFIG.Proxy.proxiedID
instead. -
Uses of IRI in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type IRI Modifier and Type Method Description protected void
SailRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
SailRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
RepositoryResult<Statement>
SailRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
SailRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected void
SailRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.repository.sail.config
Fields in org.eclipse.rdf4j.repository.sail.config declared as IRI Modifier and Type Field Description static IRI
ProxyRepositorySchema. PROXIED_ID
Deprecated.useCONFIG#proxiedID
instead.static IRI
SailRepositorySchema. SAILIMPL
Deprecated.useCONFIG#impl
instead. -
Uses of IRI in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type IRI Modifier and Type Method Description protected void
RDFSailInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
-
Uses of IRI in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql with parameters of type IRI Modifier and Type Method Description protected void
SPARQLConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
void
SPARQLConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)
RepositoryResult<Statement>
SPARQLConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
SPARQLConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected void
SPARQLConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)
protected Iteration<Statement,QueryEvaluationException>
SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of IRI in org.eclipse.rdf4j.repository.sparql.config
Fields in org.eclipse.rdf4j.repository.sparql.config declared as IRI Modifier and Type Field Description static IRI
SPARQLRepositoryConfig. PASS_THROUGH_ENABLED
Deprecated.useCONFIG#passThroughEnabled
instead.static IRI
SPARQLRepositoryConfig. QUERY_ENDPOINT
Deprecated.useCONFIG#queryEndpoint
instead.static IRI
SPARQLRepositoryConfig. UPDATE_ENDPOINT
Deprecated.useCONFIG#updateEndpoint
instead. -
Uses of IRI in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type IRI Modifier and Type Method Description protected abstract void
AbstractRDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
protected void
RDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
static Optional<Statement>
Connections. getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)
Retrieve a singleStatement
matching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection
. -
Uses of IRI in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return IRI Modifier and Type Method Description IRI
RDFFormat. getStandardURI()
Methods in org.eclipse.rdf4j.rio with parameters of type IRI Modifier and Type Method Description boolean
DatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
Checks if the given datatype URI is recognized by this datatype handler.Literal
DatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
Normalize both the datatype URI and the literal value if appropriate, and use the given value factory to generate a literal matching a literal value and datatype URI.boolean
DatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
Verifies that the datatype URI is valid, including a check on the structure of the literal value.Constructors in org.eclipse.rdf4j.rio with parameters of type IRI Constructor Description RDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI, boolean supportsNamespaces, boolean supportsContexts)
Deprecated.since 3.2.0RDFFormat(String name, Collection<String> mimeTypes, Charset charset, Collection<String> fileExtensions, IRI standardURI, boolean supportsNamespaces, boolean supportsContexts, boolean supportsRDFStar)
Creates a new RDFFormat object. -
Uses of IRI in org.eclipse.rdf4j.rio.datatypes
Methods in org.eclipse.rdf4j.rio.datatypes with parameters of type IRI Modifier and Type Method Description boolean
DBPediaDatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
boolean
GeoSPARQLDatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
boolean
RDFDatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
boolean
VirtuosoGeometryDatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
boolean
XMLSchemaDatatypeHandler. isRecognizedDatatype(IRI datatypeUri)
Literal
DBPediaDatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
Literal
GeoSPARQLDatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
Literal
RDFDatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
Literal
VirtuosoGeometryDatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
Literal
XMLSchemaDatatypeHandler. normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
boolean
DBPediaDatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
boolean
GeoSPARQLDatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
boolean
RDFDatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
boolean
VirtuosoGeometryDatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
boolean
XMLSchemaDatatypeHandler. verifyDatatype(String literalValue, IRI datatypeUri)
-
Uses of IRI in org.eclipse.rdf4j.rio.helpers
Methods in org.eclipse.rdf4j.rio.helpers that return IRI Modifier and Type Method Description protected IRI
AbstractRDFParser. createURI(String uri)
Creates aIRI
object for the specified URI-string.static IRI
NTriplesUtil. parseURI(String nTriplesURI, ValueFactory valueFactory)
Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object.protected IRI
AbstractRDFParser. resolveURI(String uriSpec)
Resolves a URI-string against the base URI and creates aIRI
object for it.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type IRI Modifier and Type Method Description static void
NTriplesUtil. append(IRI uri, Appendable appendable)
Appends the N-Triples representation of the givenIRI
to the givenAppendable
.static void
NTriplesUtil. append(IRI uri, Appendable appendable, boolean escapeUnicode)
Appends the N-Triples representation of the givenIRI
to the givenAppendable
.protected Literal
AbstractRDFParser. createLiteral(String label, String lang, IRI datatype)
Creates aLiteral
object with the supplied parameters.protected Literal
AbstractRDFParser. createLiteral(String label, String lang, IRI datatype, long lineNo, long columnNo)
Creates aLiteral
object with the supplied parameters, using the lineNo and columnNo to enhance error messages or exceptions that may be generated during the creation of the literal.static Literal
RDFParserHelper. createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory)
Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandler
orLanguageHandler
implementations that are found in theParserConfig
.static Literal
RDFParserHelper. createLiteral(String label, String lang, IRI datatype, ParserConfig parserConfig, ParseErrorListener errListener, ValueFactory valueFactory, long lineNo, long columnNo)
Create a literal using the given parameters, including iterative verification and normalization by anyDatatypeHandler
orLanguageHandler
implementations that are found in theParserConfig
.protected Statement
AbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj)
Creates a newStatement
object with the supplied components.protected Statement
AbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj, Resource context)
Creates a newStatement
object with the supplied components.static String
NTriplesUtil. toNTriplesString(IRI uri)
Creates an N-Triples string for the supplied URI. -
Uses of IRI in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return IRI Modifier and Type Method Description protected IRI
N3Parser. parsePredicate()
-
Uses of IRI in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as IRI Modifier and Type Field Description protected IRI
NTriplesParser. predicate
Methods in org.eclipse.rdf4j.rio.ntriples that return IRI Modifier and Type Method Description protected IRI
NTriplesParser. createURI(String uri)
protected IRI
NTriplesParser. parseIRI()
-
Uses of IRI in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type IRI Modifier and Type Method Description protected Literal
RDFJSONParser. createLiteral(String label, String language, IRI datatype, com.fasterxml.jackson.core.JsonLocation currentLocation)
Creates a literal, using the current value, language, and datatype, and additionally using the givenJsonLocation
to provide information about the line and column numbers in the event of a warning, error or exception being generated by the creation of the literal. -
Uses of IRI in org.eclipse.rdf4j.rio.rdfxml
Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type IRI Modifier and Type Method Description protected Literal
RDFXMLParser. createLiteral(String label, String lang, IRI datatype)
-
Uses of IRI in org.eclipse.rdf4j.rio.trig
Methods in org.eclipse.rdf4j.rio.trig with parameters of type IRI Modifier and Type Method Description protected void
TriGParser. reportStatement(Resource subj, IRI pred, Value obj)
protected void
TriGWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject)
-
Uses of IRI in org.eclipse.rdf4j.rio.trix
Methods in org.eclipse.rdf4j.rio.trix with parameters of type IRI Modifier and Type Method Description protected Literal
TriXParser. createLiteral(String label, String lang, IRI datatype)
-
Uses of IRI in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as IRI Modifier and Type Field Description protected IRI
TurtleWriter. lastWrittenPredicate
protected IRI
TurtleParser. predicate
Methods in org.eclipse.rdf4j.rio.turtle that return IRI Modifier and Type Method Description protected IRI
TurtleParser. parsePredicate()
protected IRI
TurtleParser. parseURI()
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type IRI Modifier and Type Method Description protected void
TurtleParser. reportStatement(Resource subj, IRI pred, Value obj)
protected void
TurtleWriter. writePredicate(IRI predicate)
protected void
TurtleWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode)
protected void
TurtleWriter. writeURI(IRI uri)
-
Uses of IRI in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type IRI Modifier and Type Method Description void
SailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Adds a statement to the store.void
SailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
Adds a statement to the store.CloseableIteration<? extends Statement,SailException>
SailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Gets all statements from the specified contexts that have a specific subject, predicate and/or object.default boolean
SailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
Determines if the store contains any statements from the specified contexts that have a specific subject, predicate and/or object.void
SailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
Removes all statements matching the specified subject, predicate and object from the repository.void
SailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Removes all statements matching the specified subject, predicate and object from the repository. -
Uses of IRI in org.eclipse.rdf4j.sail.base
Methods in org.eclipse.rdf4j.sail.base that return IRI Modifier and Type Method Description IRI
Changeset.SimpleStatementPattern. getPredicate()
Methods in org.eclipse.rdf4j.sail.base with parameters of type IRI Modifier and Type Method Description boolean
SailSourceConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailSourceConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
void
Changeset. approve(Resource subj, IRI pred, Value obj, Resource ctx)
void
SailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)
Adds a statement to the store.default void
SailSink. deprecate(Resource subj, IRI pred, Value obj, Resource ctx)
Deprecated.default boolean
SailSink. deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)
Removes all statements with the specified subject, predicate, object, and context.CloseableIteration<? extends Triple,QueryEvaluationException>
SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)
CloseableIteration<? extends Statement,SailException>
SailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>
SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
protected CloseableIteration<? extends Statement,SailException>
SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
default CloseableIteration<? extends Triple,SailException>
SailDataset. getTriples(Resource subj, IRI pred, Value obj)
Gets all RDF-star triples that have a specific subject, predicate and/or object.void
Changeset. observe(Resource subj, IRI pred, Value obj, Resource context)
void
Changeset. observe(Resource subj, IRI pred, Value obj, Resource... contexts)
default void
SailSink. observe(Resource subj, IRI pred, Value obj, Resource context)
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.void
SailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)
Called to indicate matching statements have been observed and must not change their state until after thisSailSink
is committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE
.boolean
SailSourceConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailSourceConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
Constructors in org.eclipse.rdf4j.sail.base with parameters of type IRI Constructor Description SimpleStatementPattern(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.base.config
Fields in org.eclipse.rdf4j.sail.base.config declared as IRI Modifier and Type Field Description static IRI
BaseSailSchema. DEFAULT_QUERY_EVALUATION_MODE
Deprecated.useCONFIG#defaultQueryEvaluationMode
instead.static IRI
BaseSailSchema. EVALUATION_STRATEGY_FACTORY
Deprecated.useCONFIG#evaluationStrategyFactory
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.config
Fields in org.eclipse.rdf4j.sail.config declared as IRI Modifier and Type Field Description static IRI
SailConfigSchema. CONNECTION_TIME_OUT
Deprecated.useCONFIG#connectionTimeOut
instead.static IRI
SailConfigSchema. DELEGATE
Deprecated.useCONFIG.delegate
instead.static IRI
SailConfigSchema. ITERATION_CACHE_SYNC_THRESHOLD
Deprecated.useCONFIG#iterationCacheSyncThreshold
instead.static IRI
SailConfigSchema. SAILTYPE
Deprecated.useCONFIG#type
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.elasticsearch
Methods in org.eclipse.rdf4j.sail.elasticsearch with parameters of type IRI Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
ElasticsearchIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
protected Iterable<? extends DocumentResult>
ElasticsearchIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
void
ElasticsearchQuery. highlight(IRI property)
Deprecated, for removal: This API element is subject to removal in a future version.Highlights the given field or all fields if null.Constructors in org.eclipse.rdf4j.sail.elasticsearch with parameters of type IRI Constructor Description ElasticsearchDocumentDistance(org.elasticsearch.search.SearchHit hit, com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper, String geoPointField, IRI units, org.elasticsearch.common.geo.GeoPoint srcPoint, org.elasticsearch.common.unit.DistanceUnit unit)
-
Uses of IRI in org.eclipse.rdf4j.sail.elasticsearchstore.config
Fields in org.eclipse.rdf4j.sail.elasticsearchstore.config declared as IRI Modifier and Type Field Description static IRI
ElasticsearchStoreSchema. clusterName
Deprecated.useCONFIG.Ess.clusterName
instead.static IRI
ElasticsearchStoreSchema. hostname
Deprecated.useCONFIG.Ess.hostname
instead.static IRI
ElasticsearchStoreSchema. index
Deprecated.useCONFIG.Ess.index
instead.static IRI
ElasticsearchStoreSchema. port
Deprecated.useCONFIG.Ess.port
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type IRI Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>
SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.extensiblestore
Methods in org.eclipse.rdf4j.sail.extensiblestore with parameters of type IRI Modifier and Type Method Description boolean
ExtensibleStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
ExtensibleStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
CloseableIteration<? extends ExtensibleStatement,SailException>
DataStructureInterface. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
CloseableIteration<? extends ExtensibleStatement,SailException>
EagerReadCache. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
CloseableIteration<? extends ExtensibleStatement,SailException>
LazyReadCache. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
boolean
ExtensibleStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
default boolean
DataStructureInterface. removeStatementsByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts)
boolean
EagerReadCache. removeStatementsByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts)
boolean
LazyReadCache. removeStatementsByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts)
protected void
ExtensibleStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
Constructors in org.eclipse.rdf4j.sail.extensiblestore with parameters of type IRI Constructor Description FilteringIteration(CloseableIteration<E,X> wrappedIteration, Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
PartialStatement(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
-
Uses of IRI in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics
Methods in org.eclipse.rdf4j.sail.extensiblestore.evaluationstatistics with parameters of type IRI Modifier and Type Method Description CloseableIteration<? extends ExtensibleStatement,SailException>
EvaluationStatisticsWrapper. getStatements(Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
void
DynamicStatistics. removeByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts)
void
ExtensibleDynamicEvaluationStatistics. removeByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource... contexts)
boolean
EvaluationStatisticsWrapper. removeStatementsByQuery(Resource subj, IRI pred, Value obj, boolean inferred, Resource[] contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.extensiblestore.valuefactory
Constructors in org.eclipse.rdf4j.sail.extensiblestore.valuefactory with parameters of type IRI Constructor Description ExtensibleContextStatement(Resource subject, IRI predicate, Value object, Resource context, boolean inferred)
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.ExtensibleStatementImpl(Resource subject, IRI predicate, Value object, boolean inferred)
Creates a new Statement with the supplied subject, predicate and object. -
Uses of IRI in org.eclipse.rdf4j.sail.helpers
Methods in org.eclipse.rdf4j.sail.helpers with parameters of type IRI Modifier and Type Method Description void
AbstractSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
AbstractSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
The default implementation buffers added statements until the update operation is complete.void
SailConnectionWrapper. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailConnectionWrapper. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
protected abstract void
AbstractSailConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
AbstractSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
SailConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected abstract CloseableIteration<? extends Statement,SailException>
AbstractSailConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
AbstractSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
SailConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected boolean
AbstractSailConnection. hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts)
void
AbstractSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
The default implementation buffers removed statements until the update operation is complete.void
SailConnectionWrapper. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
void
AbstractSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailConnectionWrapper. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
protected abstract void
AbstractSailConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type IRI Modifier and Type Method Description boolean
InferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Adds an inferred statement to a specific context.boolean
InferencerConnectionWrapper. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
InferencerConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CallsInferencerConnectionWrapper.flushUpdates()
before forwarding the call to the wrapped connection.boolean
InferencerConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
InferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
Removes an inferred statement from a specific context.boolean
InferencerConnectionWrapper. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.inferencer.fc
Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type IRI Modifier and Type Method Description boolean
DedupingInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
SchemaCachingRDFSInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SchemaCachingRDFSInferencerConnection. addStatement(Resource subject, IRI predicate, Value object, Resource... contexts)
void
SchemaCachingRDFSInferencerConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
DedupingInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.inferencer.fc.config
Fields in org.eclipse.rdf4j.sail.inferencer.fc.config declared as IRI Modifier and Type Field Description static IRI
CustomGraphQueryInferencerSchema. MATCHER_QUERY
Deprecated.useCONFIG.Cgqi.matcherQuery
instead.static IRI
CustomGraphQueryInferencerSchema. QUERY_LANGUAGE
Deprecated.useCONFIG.Cgqi.queryLanguage
instead.static IRI
CustomGraphQueryInferencerSchema. RULE_QUERY
Deprecated.useCONFIG.Cgqi.ruleQuery
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type IRI Modifier and Type Method Description protected void
RDFInferencerInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
-
Uses of IRI in org.eclipse.rdf4j.sail.lmdb
Methods in org.eclipse.rdf4j.sail.lmdb with parameters of type IRI Modifier and Type Method Description boolean
LmdbStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
LmdbStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
LmdbStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
LmdbStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.lmdb.config
Fields in org.eclipse.rdf4j.sail.lmdb.config declared as IRI Modifier and Type Field Description static IRI
LmdbStoreSchema. AUTO_GROW
http://rdf4j.org/config/sail/lmdb#autoGrowstatic IRI
LmdbStoreSchema. FORCE_SYNC
http://rdf4j.org/config/sail/lmdb#forceSyncstatic IRI
LmdbStoreSchema. NAMESPACE_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#namespaceCacheSizestatic IRI
LmdbStoreSchema. NAMESPACE_ID_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#namespaceIDCacheSizestatic IRI
LmdbStoreSchema. TRIPLE_DB_SIZE
http://rdf4j.org/config/sail/lmdb#tripleDBSizestatic IRI
LmdbStoreSchema. TRIPLE_INDEXES
http://rdf4j.org/config/sail/lmdb#tripleIndexesstatic IRI
LmdbStoreSchema. VALUE_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#valueCacheSizestatic IRI
LmdbStoreSchema. VALUE_DB_SIZE
http://rdf4j.org/config/sail/lmdb#valueDBSizestatic IRI
LmdbStoreSchema. VALUE_ID_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#valueIDCacheSize -
Uses of IRI in org.eclipse.rdf4j.sail.lmdb.model
Classes in org.eclipse.rdf4j.sail.lmdb.model that implement IRI Modifier and Type Class Description class
LmdbIRI
Methods in org.eclipse.rdf4j.sail.lmdb.model that return IRI Modifier and Type Method Description IRI
LmdbLiteral. getDatatype()
Methods in org.eclipse.rdf4j.sail.lmdb.model with parameters of type IRI Modifier and Type Method Description void
LmdbLiteral. setDatatype(IRI datatype)
Constructors in org.eclipse.rdf4j.sail.lmdb.model with parameters of type IRI Constructor Description LmdbLiteral(ValueStoreRevision revision, String label, IRI datatype)
LmdbLiteral(ValueStoreRevision revision, String label, IRI datatype, long internalID)
LmdbLiteral(ValueStoreRevision revision, String label, IRI datatype, CoreDatatype coreDatatype)
LmdbLiteral(ValueStoreRevision revision, String label, IRI datatype, CoreDatatype coreDatatype, long internalID)
-
Uses of IRI in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as IRI Modifier and Type Field Description static IRI
LuceneSailSchema. ALL_MATCHES
static IRI
LuceneSailSchema. ALL_PROPERTIES
static IRI
LuceneSailSchema. BOOST
static IRI
LuceneSailSchema. CONTEXT
static IRI
LuceneSailSchema. DISTANCE
static IRI
LuceneSailSchema. INDEXID
static IRI
LuceneSailSchema. LUCENE_QUERY
static IRI
LuceneSailSchema. MATCHES
static IRI
LuceneSailSchema. PROPERTY
static IRI
LuceneSailSchema. QUERY
static IRI
LuceneSailSchema. SCORE
static IRI
LuceneSailSchema. SEARCH
"Magic property" (TupleFunction) IRI.static IRI
LuceneSailSchema. SNIPPET
static IRI
LuceneSailSchema. WITHIN_DISTANCE
Methods in org.eclipse.rdf4j.sail.lucene that return IRI Modifier and Type Method Description IRI
DistanceQuerySpec. getGeoProperty()
IRI
GeoRelationQuerySpec. getGeoProperty()
IRI
QuerySpec.QueryParam. getProperty()
IRI
QuerySpec. getQueryType()
the type of query, must equalLuceneSailSchema.LUCENE_QUERY
.IRI
DistanceQuerySpec. getUnits()
Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type IRI Modifier and Type Method Description Map<IRI,Set<IRI>>
AbstractSearchIndex. getIndexedTypeMapping()
Map<IRI,Set<IRI>>
AbstractSearchIndex. getIndexedTypeMapping()
Map<IRI,Set<IRI>>
SearchIndex. getIndexedTypeMapping()
Map<IRI,Set<IRI>>
SearchIndex. getIndexedTypeMapping()
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type IRI Modifier and Type Method Description void
LuceneSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected abstract Iterable<? extends DocumentDistance>
AbstractSearchIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var context)
protected abstract Iterable<? extends DocumentResult>
AbstractSearchIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var context)
static String
SearchFields. getPropertyField(IRI property)
void
SearchQuery. highlight(IRI property)
Deprecated.Highlights the given field or all fields if null.void
LuceneSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
void
DistanceQuerySpec. setUnits(IRI units)
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type IRI Constructor Description DistanceQuerySpec(Literal from, IRI units, double dist, String distVar, IRI geoProperty, String geoVar, String subjectVar, Var contextVar)
QueryParam(StatementPattern queryPattern, StatementPattern propertyPattern, StatementPattern snippetPattern, StatementPattern typePattern, String query, IRI property, Float boost)
QueryParam(StatementPattern fieldPattern, StatementPattern queryPattern, StatementPattern propertyPattern, StatementPattern snippetPattern, StatementPattern boostPattern, StatementPattern typePattern, String query, IRI property, Float boost)
QuerySpec(String matchesVarName, String propertyVarName, String scoreVarName, String snippetVarName, Resource subject, String queryString, IRI propertyURI)
QuerySpecBuilder(boolean incompleteQueryFails, IRI indexId)
Initialize a new QuerySpecBuilder -
Uses of IRI in org.eclipse.rdf4j.sail.lucene.config
Fields in org.eclipse.rdf4j.sail.lucene.config declared as IRI Modifier and Type Field Description static IRI
LuceneSailConfigSchema. INDEX_DIR
Deprecated.useCONFIG.Lucene.indexDir
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.lucene.impl
Methods in org.eclipse.rdf4j.sail.lucene.impl with parameters of type IRI Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
LuceneIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
protected Iterable<? extends DocumentResult>
LuceneIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
void
LuceneQuery. highlight(IRI property)
Deprecated.Constructors in org.eclipse.rdf4j.sail.lucene.impl with parameters of type IRI Constructor Description LuceneDocumentDistance(org.apache.lucene.search.ScoreDoc doc, String geoProperty, IRI units, org.locationtech.spatial4j.shape.Point origin, boolean includeContext, LuceneIndex index)
-
Uses of IRI in org.eclipse.rdf4j.sail.lucene.util
Methods in org.eclipse.rdf4j.sail.lucene.util with parameters of type IRI Modifier and Type Method Description static double
GeoUnits. fromDegrees(double degs, IRI units)
static double
GeoUnits. fromKilometres(double kms, IRI units)
static double
GeoUnits. fromMiles(double miles, IRI units)
static double
GeoUnits. toDegrees(double distance, IRI units)
static double
GeoUnits. toKilometres(double distance, IRI units)
static double
GeoUnits. toMiles(double distance, IRI units)
-
Uses of IRI in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory with parameters of type IRI Modifier and Type Method Description boolean
MemoryStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
MemoryStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
MemoryStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
MemoryStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.memory.config
Fields in org.eclipse.rdf4j.sail.memory.config declared as IRI Modifier and Type Field Description static IRI
MemoryStoreSchema. PERSIST
Deprecated.useCONFIG.Mem.persist
instead.static IRI
MemoryStoreSchema. SYNC_DELAY
Deprecated.useCONFIG.Mem.syncDelay
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement IRI Modifier and Type Class Description class
MemIRI
A MemoryStore-specific implementation of URI that stores separated namespace and local name information to enable reuse of namespace String objects (reducing memory usage) and that gives it node properties.Methods in org.eclipse.rdf4j.sail.memory.model that return IRI Modifier and Type Method Description IRI
MemValueFactory. createIRI(String uri)
IRI
MemValueFactory. createIRI(String namespace, String localName)
Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type IRI Modifier and Type Method Description Literal
MemValueFactory. createLiteral(String value, IRI datatype)
MemIRI
MemValueFactory. getMemURI(IRI uri)
See getMemValue() for description.MemIRI
MemValueFactory. getOrCreateMemURI(IRI uri)
SeeMemValueFactory.getOrCreateMemValue(Value)
for description.Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type IRI Constructor Description CalendarMemLiteral(Object creator, String label, IRI datatype, XMLGregorianCalendar calendar)
DecimalMemLiteral(Object creator, String label, BigDecimal value, IRI datatype)
DecimalMemLiteral(Object creator, BigDecimal value, IRI datatype)
IntegerMemLiteral(Object creator, String label, BigInteger value, IRI datatype)
IntegerMemLiteral(Object creator, BigInteger value, IRI datatype)
MemLiteral(Object creator, String label, IRI datatype)
Creates a new Literal which will get the supplied label and datatype.MemLiteral(Object creator, String label, IRI datatype, CoreDatatype coreDatatype)
NumericMemLiteral(Object creator, Number number, IRI datatype)
NumericMemLiteral(Object creator, String label, Number number, IRI datatype)
-
Uses of IRI in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model with parameters of type IRI Modifier and Type Method Description boolean
SailModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
SailModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
SailModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
SailModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailModel. removeTermIteration(Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type IRI Modifier and Type Method Description boolean
NativeStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
NativeStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
NativeLiteral
ValueStore. createLiteral(String value, IRI datatype)
NativeIRI
ValueStore. getNativeURI(IRI uri)
Creates a NativeURI that is equal to the supplied URI.boolean
NativeStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
NativeStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf.config
Fields in org.eclipse.rdf4j.sail.nativerdf.config declared as IRI Modifier and Type Field Description static IRI
NativeStoreSchema. FORCE_SYNC
Deprecated.useCONFIG.Native.forceSync
instead.static IRI
NativeStoreSchema. NAMESPACE_CACHE_SIZE
Deprecated.useCONFIG.Native.namespaceCacheSize
instead.static IRI
NativeStoreSchema. NAMESPACE_ID_CACHE_SIZE
Deprecated.useCONFIG.Native.namespaceIDCacheSize
instead.static IRI
NativeStoreSchema. TRIPLE_INDEXES
Deprecated.useCONFIG.Native.tripleIndexes
instead.static IRI
NativeStoreSchema. VALUE_CACHE_SIZE
Deprecated.useCONFIG.Native.valueCacheSize
instead.static IRI
NativeStoreSchema. VALUE_ID_CACHE_SIZE
Deprecated.useCONFIG.Native.valueIDCacheSize
instead. -
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf.model
Classes in org.eclipse.rdf4j.sail.nativerdf.model that implement IRI Modifier and Type Class Description class
NativeIRI
Constructors in org.eclipse.rdf4j.sail.nativerdf.model with parameters of type IRI Constructor Description NativeLiteral(ValueStoreRevision revision, String label, IRI datatype)
NativeLiteral(ValueStoreRevision revision, String label, IRI datatype, int internalID)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return IRI Modifier and Type Method Description IRI
SourceConstraintComponent. getIri()
Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type IRI Modifier and Type Method Description static List<IRI>
ShaclSail. getSupportedShaclPredicates()
Lists the predicates that have been implemented in the ShaclSail.Methods in org.eclipse.rdf4j.sail.shacl with parameters of type IRI Modifier and Type Method Description void
ShaclSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
ShaclSailConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
ShaclSail. getShapes(IRI[] shapesGraphs, boolean onlyRdf4jShaclShapeGraph)
List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs)
List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
ShaclSail. getShapes(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs)
CloseableIteration<? extends Statement,SailException>
ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
ShaclSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
void
ShaclSailConnection. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
void
ShaclSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Method parameters in org.eclipse.rdf4j.sail.shacl with type arguments of type IRI Modifier and Type Method Description void
ShaclSail. setShapesGraphs(Set<IRI> shapesGraphs)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type IRI Modifier and Type Method Description void
AndConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
ClassConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
ClosedConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
DashHasValueInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
DatatypeConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
DisjointConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
EqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
HasValueConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
InConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
LanguageInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
LessThanConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
LessThanOrEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MaxExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MaxInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MaxLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MinExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MinInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
MinLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
NodeKindConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
NotConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
OrConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
PatternConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
QualifiedMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
QualifiedMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
SparqlConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
UniqueLangConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
XoneConstraintComponent. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type IRI Constructor Description ClassConstraintComponent(IRI clazz)
DatatypeConstraintComponent(IRI datatype)
DisjointConstraintComponent(IRI predicate)
EqualsConstraintComponent(IRI predicate)
LessThanConstraintComponent(IRI predicate)
LessThanOrEqualsConstraintComponent(IRI predicate)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type IRI Modifier and Type Method Description void
AlternativePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
InversePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
OneOrMorePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
SequencePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
SimplePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
ZeroOrMorePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
ZeroOrOnePath. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type IRI Constructor Description SimplePath(IRI predicate)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type IRI Constructor Description DatatypeFilter(PlanNode parent, IRI datatype)
FilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred)
UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, Function<Statement,ValidationTuple> mapper)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type IRI Constructor Description FilterByPredicate(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, FilterByPredicate.On on, Resource[] dataGraph)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return IRI Modifier and Type Method Description IRI
DashAllObjects. getPredicate()
IRI
DashAllSubjects. getPredicate()
IRI
RSXTargetShape. getPredicate()
IRI
SparqlTarget. getPredicate()
abstract IRI
Target. getPredicate()
IRI
TargetClass. getPredicate()
IRI
TargetNode. getPredicate()
IRI
TargetObjectsOf. getPredicate()
IRI
TargetSubjectsOf. getPredicate()
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type IRI Modifier and Type Method Description void
DashAllObjects. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
DashAllSubjects. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
RSXTargetShape. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
SparqlTarget. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
TargetClass. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
TargetNode. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
TargetObjectsOf. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
TargetSubjectsOf. toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type IRI Constructor Description TargetObjectsOf(Set<IRI> targetObjectsOf)
TargetSubjectsOf(Set<IRI> targetSubjectsOf)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.config
Fields in org.eclipse.rdf4j.sail.shacl.config with type parameters of type IRI Modifier and Type Field Description static Set<IRI>
ShaclSailConfig. SHAPES_GRAPHS_DEFAULT
Methods in org.eclipse.rdf4j.sail.shacl.config that return types with arguments of type IRI Modifier and Type Method Description Set<IRI>
ShaclSailConfig. getShapesGraphs()
Method parameters in org.eclipse.rdf4j.sail.shacl.config with type arguments of type IRI Modifier and Type Method Description void
ShaclSailConfig. setShapesGraphs(Set<IRI> shapesGraphs)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.wrapper.data
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type IRI Modifier and Type Method Description CloseableIteration<? extends Statement,SailException>
VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
VerySimpleRdfsBackwardsChainingConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return IRI Modifier and Type Method Description IRI
ShapeSource.Predicates. getIRI()
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type IRI Modifier and Type Method Description boolean
BackwardChainingShapeSource. isType(Resource subject, IRI type)
boolean
CombinedShapeSource. isType(Resource subject, IRI type)
boolean
ForwardChainingShapeSource. isType(Resource subject, IRI type)
boolean
RepositoryConnectionShapeSource. isType(Resource subject, IRI type)
boolean
SailConnectionShapeSource. isType(Resource subject, IRI type)
boolean
ShapeSource. isType(Resource subject, IRI type)
Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type IRI Constructor Description ShapesGraph(IRI shapesGraph)
-
Uses of IRI in org.eclipse.rdf4j.sail.solr
Methods in org.eclipse.rdf4j.sail.solr with parameters of type IRI Modifier and Type Method Description protected Iterable<? extends DocumentDistance>
SolrIndex. geoQuery(IRI geoProperty, org.locationtech.spatial4j.shape.Point p, IRI units, double distance, String distanceVar, Var contextVar)
protected Iterable<? extends DocumentResult>
SolrIndex. geoRelationQuery(String relation, IRI geoProperty, String wkt, Var contextVar)
void
SolrSearchQuery. highlight(IRI property)
Deprecated.Highlights the given field or all fields if null.Constructors in org.eclipse.rdf4j.sail.solr with parameters of type IRI Constructor Description SolrDocumentDistance(SolrSearchDocument doc, IRI units)
-
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)
static Expression<?>
Expressions. in(Variable var, IRI... options)
static Expression<?>
Expressions. notEquals(Variable left, IRI right)
static Expression<?>
Expressions. notIn(Variable var, IRI... options)
-
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
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`|` path
to the path.PropertyPathBuilder
EmptyPropertyPathBuilder. pred(IRI predicate)
Start the path withpredicate
.NegatedPropertySetBuilder
NegatedPropertySetBuilder. pred(IRI predicate)
PropertyPathBuilder
PropertyPathBuilder. then(IRI predicate)
Append`/` path
to the path. -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.core
Methods 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)
static From
SparqlBuilder. from(IRI iri)
Create a default graph referencestatic From
SparqlBuilder. fromNamed(IRI iri)
Create a named graph referencestatic RdfPredicate
PropertyPaths. oneOrMore(IRI aElement)
Deprecated.static RdfPredicate
PropertyPaths. path(IRI... aElements)
Deprecated.static Prefix
SparqlBuilder. prefix(String alias, IRI iri)
Create a SPARQL Prefix declarationstatic Prefix
SparqlBuilder. prefix(IRI iri)
Create a SPARQL default Prefix declarationstatic RdfPredicate
PropertyPaths. zeroOrMore(IRI aElement)
Deprecated. -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.core.query
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
DestinationSourceManagementQuery. from(IRI from)
LoadQuery
LoadQuery. from(IRI from)
Specify which graph to load formCreateQuery
CreateQuery. graph(IRI graph)
T
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.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type IRI Modifier and Type Method Description default TriplePattern
TriplePattern. andHas(IRI predicate, Boolean... objects)
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Boolean and converts them to BooleanLiteralsdefault TriplePattern
TriplePattern. andHas(IRI predicate, Number... objects)
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Numbers and converts them to NumberLiteralsdefault TriplePattern
TriplePattern. andHas(IRI predicate, String... objects)
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Strings and converts them to StringLiteralsdefault TriplePattern
TriplePattern. andHas(IRI predicate, RdfObject... objects)
Add predicate-object lists describing this triple pattern's subjectstatic TriplePattern
GraphPatterns. tp(Resource subject, IRI predicate, Value... objects)
static TriplePattern
GraphPatterns. tp(Resource subject, IRI predicate, RdfObject... objects)
Create a triple pattern with the given subject, predicate, and object(s)static TriplePattern
GraphPatterns. tp(RdfSubject subject, IRI predicate, Value... objects)
static TriplePattern
GraphPatterns. tp(RdfSubject subject, IRI predicate, RdfObject... objects)
Create a triple pattern with the given subject, predicate, and object(s) -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.rdf
Methods in org.eclipse.rdf4j.sparqlbuilder.rdf with parameters of type IRI Modifier and Type Method Description RdfBlankNode.PropertiesBlankNode
RdfBlankNode.PropertiesBlankNode. andHas(IRI predicate, RdfObject... objects)
Using the predicate-object and object list mechanisms, expand this blank node's pattern to include triples consisting of this blank node as the subject, and the given predicate and object(s)RdfPredicateObjectListCollection
RdfPredicateObjectListCollection. andHas(IRI predicate, RdfObject... objects)
add predicate-object lists to this collectionstatic RdfBlankNode.PropertiesBlankNode
Rdf. bNode(IRI predicate, RdfObject... objects)
creates a label-less blank node, identified by the supplied predicate-object listsdefault TriplePattern
RdfSubject. has(IRI predicate, Boolean... objects)
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts Boolean objects into RdfLiteral instancesdefault TriplePattern
RdfSubject. has(IRI predicate, Number... objects)
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts Number objects into RdfLiteral instancesdefault TriplePattern
RdfSubject. has(IRI predicate, String... objects)
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts String objects into RdfLiteral instancesdefault TriplePattern
RdfSubject. has(IRI predicate, Value... values)
Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
RdfSubject. has(IRI predicate, RdfObject... objects)
Create a triple pattern from this subject and the given predicate and objectstatic Iri
Rdf. iri(IRI iri)
Create a SparqlBuilder Iri instance from anIRI
default TriplePattern
RdfSubject. isA(IRI... objects)
Use the built-in shortcut "a" forrdf:type
to build a triple with this subject and the given objectsstatic RdfLiteral.StringLiteral
Rdf. literalOfType(String stringValue, IRI dataType)
create a literal with a datatypeRdfLiteral.StringLiteral
RdfLiteral.StringLiteral. ofType(IRI dataType)
static RdfPredicateObjectList
Rdf. predicateObjectList(IRI predicate, RdfObject... objects)
Create aRdfPredicateObjectList
static RdfPredicateObjectListCollection
Rdf. predicateObjectListCollection(IRI predicate, RdfObject... objects)
Create aRdfPredicateObjectListCollection
with an initialRdfPredicateObjectList
-
Uses of IRI in org.eclipse.rdf4j.spin
Methods in org.eclipse.rdf4j.spin that return IRI Modifier and Type Method Description IRI
Argument. getPredicate()
IRI
RuleProperty. getUri()
IRI
Template. getUri()
IRI
Argument. getValueType()
Methods in org.eclipse.rdf4j.spin that return types with arguments of type IRI Modifier and Type Method Description List<IRI>
RuleProperty. getNextRules()
static List<IRI>
SpinParser. orderArguments(Set<IRI> args)
Map<IRI,Argument>
SpinParser. parseArguments(IRI moduleUri, TripleSource store)
Map<IRI,RuleProperty>
SpinParser. parseRuleProperties(TripleSource store)
Methods in org.eclipse.rdf4j.spin with parameters of type IRI Modifier and Type Method Description protected ParsedOperation
SpinParser. parse(Resource queryResource, IRI queryClass, TripleSource store)
Map<IRI,Argument>
SpinParser. parseArguments(IRI moduleUri, TripleSource store)
Function
SpinParser. parseFunction(IRI funcUri, TripleSource store)
TupleFunction
SpinParser. parseMagicProperty(IRI propUri, TripleSource store)
void
SpinParser. reset(IRI... uris)
Resets/clears any cached information about the given URIs.static ConstraintViolationLevel
ConstraintViolationLevel. valueOf(IRI levelValue)
Returns the enum constant of this type with the specified name.Method parameters in org.eclipse.rdf4j.spin with type arguments of type IRI Modifier and Type Method Description ParsedOperation
Template. call(Map<IRI,Value> argValues)
static List<IRI>
SpinParser. orderArguments(Set<IRI> args)
void
RuleProperty. setNextRules(List<IRI> nextRules)
Constructors in org.eclipse.rdf4j.spin with parameters of type IRI Constructor Description Argument(IRI IRI, IRI valueType, boolean optional, Value defaultValue)
RuleProperty(IRI ruleUri)
Template(IRI IRI)
Constructor parameters in org.eclipse.rdf4j.spin with type arguments of type IRI Constructor Description SpinParser(SpinParser.Input input, com.google.common.base.Function<IRI,String> wellKnownVarsMapper, com.google.common.base.Function<IRI,String> wellKnownFuncMapper)
SpinRenderer(SpinRenderer.Output output, com.google.common.base.Function<String,IRI> wellKnownVarMapper, com.google.common.base.Function<String,IRI> wellKnownFuncMapper, ValueFactory vf)
-
Uses of IRI in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function that return IRI Modifier and Type Method Description IRI
SpinxFunction. getReturnType()
Methods in org.eclipse.rdf4j.spin.function with parameters of type IRI Modifier and Type Method Description Function
FunctionParser. parse(IRI uri, TripleSource store)
Function
KnownFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
KnownTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinTupleFunctionAsFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
SpinTupleFunctionParser. parse(IRI funcUri, TripleSource store)
Function
SpinxFunctionParser. parse(IRI funcUri, TripleSource store)
TupleFunction
TupleFunctionParser. parse(IRI uri, TripleSource store)
void
SpinxFunction. setReturnType(IRI datatype)
Constructor parameters in org.eclipse.rdf4j.spin.function with type arguments of type IRI Constructor Description KnownFunctionParser(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI,String> wellKnownFunctions)
-
Uses of IRI in org.eclipse.rdf4j.spring.dao
Methods in org.eclipse.rdf4j.spring.dao that return IRI Modifier and Type Method Description protected IRI
RDF4JCRUDDao. convertIdToIri(ID id)
Converts the provided id to an IRI. -
Uses of IRI in org.eclipse.rdf4j.spring.dao.support
Methods in org.eclipse.rdf4j.spring.dao.support that return types with arguments of type IRI Modifier and Type Method Description Map<IRI,Set<IRI>>
RelationMapBuilder. buildOneToMany()
Builds a One-to-Many Map using the configuration of this builder.Map<IRI,Set<IRI>>
RelationMapBuilder. buildOneToMany()
Builds a One-to-Many Map using the configuration of this builder.Map<IRI,IRI>
RelationMapBuilder. buildOneToOne()
Builds a One-to-One Map using the configuration of this builder.Map<IRI,IRI>
RelationMapBuilder. buildOneToOne()
Builds a One-to-One Map using the configuration of this builder.Methods in org.eclipse.rdf4j.spring.dao.support with parameters of type IRI Modifier and Type Method Description UpdateWithModelBuilder
UpdateWithModelBuilder. add(String subject, IRI predicate, Object object)
UpdateWithModelBuilder
UpdateWithModelBuilder. add(IRI predicate, Object object)
UpdateWithModelBuilder
UpdateWithModelBuilder. add(Resource subject, IRI predicate, Object object)
UpdateWithModelBuilder
UpdateWithModelBuilder. addMaybe(String subject, IRI predicate, Object object)
UpdateWithModelBuilder
UpdateWithModelBuilder. addMaybe(IRI predicate, Object object)
UpdateWithModelBuilder
UpdateWithModelBuilder. addMaybe(Resource subject, IRI predicate, Object object)
RelationMapBuilder
RelationMapBuilder. withBinding(String key, IRI value)
RelationMapBuilder
RelationMapBuilder. withBinding(Variable key, IRI value)
RelationMapBuilder
RelationMapBuilder. withBindingMaybe(String key, IRI value)
RelationMapBuilder
RelationMapBuilder. withBindingMaybe(Variable key, IRI value)
Constructors in org.eclipse.rdf4j.spring.dao.support with parameters of type IRI Constructor Description RelationMapBuilder(RDF4JTemplate rdf4JTemplate, IRI predicate)
-
Uses of IRI in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder
Methods in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder with parameters of type IRI Modifier and Type Method Description BindingsBuilder
BindingsBuilder. add(String key, IRI value)
BindingsBuilder
BindingsBuilder. add(Variable key, IRI value)
BindingsBuilder
MutableBindings. add(String key, IRI value)
BindingsBuilder
MutableBindings. add(Variable key, IRI value)
BindingsBuilder
BindingsBuilder. addMaybe(String key, IRI value)
BindingsBuilder
BindingsBuilder. addMaybe(Variable key, IRI value)
BindingsBuilder
MutableBindings. addMaybe(String key, IRI value)
BindingsBuilder
MutableBindings. addMaybe(Variable key, IRI value)
-
Uses of IRI in org.eclipse.rdf4j.spring.dao.support.opbuilder
Methods in org.eclipse.rdf4j.spring.dao.support.opbuilder with parameters of type IRI Modifier and Type Method Description SUB
OperationBuilder. withBinding(String key, IRI value)
SUB
OperationBuilder. withBinding(Variable key, IRI value)
-
Uses of IRI in org.eclipse.rdf4j.spring.demo.dao
Methods in org.eclipse.rdf4j.spring.demo.dao that return IRI Modifier and Type Method Description protected IRI
ArtistDao. getInputId(Artist artist)
protected IRI
PaintingDao. getInputId(Painting painting)
Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type IRI Modifier and Type Method Description protected void
ArtistDao. populateIdBindings(MutableBindings bindingsBuilder, IRI iri)
protected void
PaintingDao. populateIdBindings(MutableBindings bindingsBuilder, IRI iri)
-
Uses of IRI in org.eclipse.rdf4j.spring.demo.model
Fields in org.eclipse.rdf4j.spring.demo.model declared as IRI Modifier and Type Field Description static IRI
EX. Artist
static IRI
EX. city
static IRI
EX. country
static IRI
EX. creatorOf
static IRI
EX. Gallery
static IRI
EX. guernica
static IRI
EX. Painting
static IRI
EX. Picasso
static IRI
EX. potatoEaters
static IRI
EX. Rembrandt
static IRI
EX. starryNight
static IRI
EX. street
static IRI
EX. sunflowers
static IRI
EX. technique
static IRI
EX. VanGogh
Methods in org.eclipse.rdf4j.spring.demo.model that return IRI Modifier and Type Method Description IRI
Painting. getArtistId()
IRI
Artist. getId()
IRI
Painting. getId()
static IRI
EX. of(String localName)
Methods in org.eclipse.rdf4j.spring.demo.model with parameters of type IRI Modifier and Type Method Description void
Painting. setArtistId(IRI artistId)
void
Artist. setId(IRI id)
void
Painting. setId(IRI id)
-
Uses of IRI in org.eclipse.rdf4j.spring.demo.service
Methods in org.eclipse.rdf4j.spring.demo.service that return IRI Modifier and Type Method Description IRI
ArtService. addArtist(Artist artist)
IRI
ArtService. addPainting(Painting painting)
Methods in org.eclipse.rdf4j.spring.demo.service with parameters of type IRI Modifier and Type Method Description Painting
ArtService. createPainting(String title, String technique, IRI artist)
-
Uses of IRI in org.eclipse.rdf4j.spring.operationlog
Methods in org.eclipse.rdf4j.spring.operationlog with parameters of type IRI Modifier and Type Method Description void
LoggingRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
RepositoryResult<Statement>
LoggingRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
RepositoryResult<Statement>
LoggingRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
boolean
LoggingRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
void
LoggingRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.spring.resultcache
Methods in org.eclipse.rdf4j.spring.resultcache with parameters of type IRI Modifier and Type Method Description void
CachingRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
void
CachingRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.spring.support
Methods in org.eclipse.rdf4j.spring.support that return IRI Modifier and Type Method Description IRI
RDF4JTemplate. getNewUUID()
Returns a UUID IRI (schema: 'urn:uuid').IRI
DefaultUUIDSource. nextUUID()
IRI
UUIDSource. nextUUID()
default IRI
UUIDSource. toURNUUID(String uuid)
Methods in org.eclipse.rdf4j.spring.support with parameters of type IRI Modifier and Type Method Description void
RDF4JTemplate. associate(IRI fromResource, IRI property, Collection<IRI> toResources, boolean deleteOtherOutgoing, boolean deleteOtherIcoming)
void
RDF4JTemplate. delete(IRI id)
Deletes the specified resource: all triples are deleted in whichid
is the subject or the object.void
RDF4JTemplate. delete(IRI start, List<PropertyPath> propertyPaths)
Deletes the specified resource and all resourcesR
reached via any of the specified property paths.void
RDF4JTemplate. deleteTriplesWithSubject(IRI id)
Method parameters in org.eclipse.rdf4j.spring.support with type arguments of type IRI Modifier and Type Method Description void
RDF4JTemplate. associate(IRI fromResource, IRI property, Collection<IRI> toResources, boolean deleteOtherOutgoing, boolean deleteOtherIcoming)
-
Uses of IRI in org.eclipse.rdf4j.spring.tx
Methods in org.eclipse.rdf4j.spring.tx with parameters of type IRI Modifier and Type Method Description void
TransactionalRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)
void
TransactionalRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)
-
Uses of IRI in org.eclipse.rdf4j.spring.util
Methods in org.eclipse.rdf4j.spring.util that return IRI Modifier and Type Method Description static IRI
ObjectMapUtils. getIRI(Map<String,Object> map, String key)
static IRI
QueryResultUtils. getIRI(BindingSet resultRow, String varName)
static IRI
QueryResultUtils. getIRI(BindingSet resultRow, Variable var)
static IRI
ObjectMapUtils. getIRIMaybe(Map<String,Object> map, String key)
static IRI
QueryResultUtils. getIRIMaybe(BindingSet resultRow, String varName)
static IRI
QueryResultUtils. getIRIMaybe(BindingSet resultRow, Variable var)
static IRI
TypeMappingUtils. toIRI(String from)
static IRI
TypeMappingUtils. toIRI(Value from)
static IRI
TypeMappingUtils. toIRIMaybe(String from)
Methods in org.eclipse.rdf4j.spring.util that return types with arguments of type IRI Modifier and Type Method Description static Optional<IRI>
QueryResultUtils. getIRIOptional(BindingSet resultRow, String varName)
static Optional<IRI>
QueryResultUtils. getIRIOptional(BindingSet resultRow, Variable var)
static List<IRI>
TypeMappingUtils. toIRI(Collection<String> from)
static Optional<IRI>
TypeMappingUtils. toIRIOptional(String from)
Methods in org.eclipse.rdf4j.spring.util with parameters of type IRI Modifier and Type Method Description static Iri
TypeMappingUtils. toIri(IRI from)
Method parameters in org.eclipse.rdf4j.spring.util with type arguments of type IRI Modifier and Type Method Description static List<Iri>
TypeMappingUtils. toIri(Collection<IRI> from)
static Iri[]
TypeMappingUtils. toIriArray(Collection<IRI> from)
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.noveltychecking
Methods in org.eclipse.rdf4j.spring.uuidsource.noveltychecking that return IRI Modifier and Type Method Description IRI
NoveltyCheckingUUIDSource. nextUUID()
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.predictable
Methods in org.eclipse.rdf4j.spring.uuidsource.predictable that return IRI Modifier and Type Method Description IRI
PredictableUUIDSource. nextUUID()
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.sequence
Methods in org.eclipse.rdf4j.spring.uuidsource.sequence that return IRI Modifier and Type Method Description IRI
UUIDSequence. nextUUID()
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.simple
Methods in org.eclipse.rdf4j.spring.uuidsource.simple that return IRI Modifier and Type Method Description IRI
SimpleRepositoryUUIDSource. nextUUID()
-
Uses of IRI in org.eclipse.rdf4j.testsuite.model
Fields in org.eclipse.rdf4j.testsuite.model declared as IRI Modifier and Type Field Description protected IRI
ModelTest. uri1
protected IRI
ModelTest. uri2
protected IRI
ModelTest. uri3
-
Uses of IRI in org.eclipse.rdf4j.testsuite.query.parser.sparql
Fields in org.eclipse.rdf4j.testsuite.query.parser.sparql declared as IRI Modifier and Type Field Description protected IRI
SPARQLUpdateTest. alice
protected IRI
SPARQLUpdateTest. bob
protected IRI
SPARQLUpdateTest. graph1
protected IRI
SPARQLUpdateTest. graph2
-
Uses of IRI in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Methods in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type IRI Modifier and Type Method Description SPARQLUpdateConformanceTest
SPARQLUpdateConformanceTest.Factory. createSPARQLUpdateConformanceTest(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
protected void
SPARQLComplianceTest. upload(IRI graphURI, Resource context)
Method parameters in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with type arguments of type IRI Modifier and Type Method Description SPARQLUpdateConformanceTest
SPARQLUpdateConformanceTest.Factory. createSPARQLUpdateConformanceTest(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
Constructors in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with parameters of type IRI Constructor Description SPARQL11UpdateComplianceTest(String displayName, String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
SPARQLUpdateConformanceTest(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
Deprecated.Constructor parameters in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with type arguments of type IRI Constructor Description SPARQL11UpdateComplianceTest(String displayName, String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
SPARQLUpdateConformanceTest(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
Deprecated. -
Uses of IRI in org.eclipse.rdf4j.testsuite.repository
Fields in org.eclipse.rdf4j.testsuite.repository declared as IRI Modifier and Type Field Description protected IRI
RepositoryConnectionTest. context1
protected IRI
RepositoryTest. context1
protected IRI
RepositoryConnectionTest. context2
protected IRI
RepositoryTest. context2
protected IRI
RepositoryConnectionTest. mbox
protected IRI
RepositoryTest. mbox
protected IRI
RepositoryConnectionTest. name
protected IRI
RepositoryTest. name
protected IRI
RepositoryConnectionTest. publisher
protected IRI
RepositoryTest. publisher
protected IRI
RepositoryConnectionTest. unknownContext
protected IRI
RepositoryTest. unknownContext
-
Uses of IRI in org.eclipse.rdf4j.testsuite.repository.optimistic
Methods in org.eclipse.rdf4j.testsuite.repository.optimistic with parameters of type IRI Modifier and Type Method Description protected long
IsolationLevelTest. count(RepositoryConnection con, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected Thread
IsolationLevelTest. incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by)
protected Literal
IsolationLevelTest. readLiteral(RepositoryConnection con, IRI subj, IRI pred)
-
Uses of IRI in org.eclipse.rdf4j.testsuite.rio
Fields in org.eclipse.rdf4j.testsuite.rio declared as IRI Modifier and Type Field Description protected IRI
NegativeParserTest. testUri
protected IRI
PositiveParserTest. testUri
Constructors in org.eclipse.rdf4j.testsuite.rio with parameters of type IRI Constructor Description NegativeParserTest(IRI testUri, String caseURI, String inputURL, String baseURL, RDFParser targetParser, FailureMode failureMode)
PositiveParserTest(IRI testUri, String testName, String inputURL, String outputURL, String baseURL, RDFParser targetParser, RDFParser ntriplesParser)
-
Uses of IRI in org.eclipse.rdf4j.testsuite.sail
Fields in org.eclipse.rdf4j.testsuite.sail declared as IRI Modifier and Type Field Description protected IRI
RDFStoreTest. context1
protected IRI
RDFStoreTest. context2
protected IRI
RDFStoreTest. guernica
protected IRI
RDFStoreTest. nightwatch
protected IRI
RDFStoreTest. painter
protected IRI
RDFStoreTest. painting
protected IRI
RDFStoreTest. paints
protected IRI
RDFStoreTest. picasso
protected IRI
RDFStoreTest. rembrandt
Methods in org.eclipse.rdf4j.testsuite.sail with parameters of type IRI Modifier and Type Method Description protected long
SailIsolationLevelTest. count(SailConnection con, Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
protected Thread
SailIsolationLevelTest. incrementBy(CountDownLatch start, CountDownLatch observed, IsolationLevels level, ValueFactory vf, IRI subj, IRI pred, int by)
protected Literal
SailIsolationLevelTest. readLiteral(SailConnection con, IRI subj, IRI pred)
Constructors in org.eclipse.rdf4j.testsuite.sail with parameters of type IRI Constructor Description UploadTransaction(CountDownLatch completed, CountDownLatch otherTxnCommitted, IRI context, boolean rollback)
-
Uses of IRI in org.eclipse.rdf4j.testsuite.sparql.vocabulary
Fields in org.eclipse.rdf4j.testsuite.sparql.vocabulary declared as IRI Modifier and Type Field Description static IRI
EX. A
static IRI
EX. ALICE
static IRI
EX. B
static IRI
EX. BOB
static IRI
EX. C
static IRI
EX. MARY
-
Uses of IRI in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util that return IRI Modifier and Type Method Description IRI
WorkbenchRequest. getURI(String name)
Gets the URI referred to by the parameter value.IRI
QueryStorage. selectSavedQuery(HTTPRepository repository, String owner, String queryName)
Returns the URI for the saved query in the given repository with the given name, owned by the given owner.Methods in org.eclipse.rdf4j.workbench.util with parameters of type IRI Modifier and Type Method Description boolean
QueryStorage. canChange(IRI query, String currentUser)
Determines whether the user with the given userName is allowed to update or delete the given query.boolean
QueryStorage. canRead(IRI query, String currentUser)
Determines whether the user with the given userName is allowed to read the given query.void
QueryStorage. deleteQuery(IRI query, String userName)
Delete the given query for the given user.void
QueryStorage. updateQuery(IRI query, String userName, boolean shared, QueryLanguage queryLanguage, String queryText, boolean infer, int rowsPerPage)
Update the entry for the given query. -
Uses of IRI in org.eclipse.testsuite.rdf4j.sail.lucene
Fields in org.eclipse.testsuite.rdf4j.sail.lucene declared as IRI Modifier and Type Field Description static IRI
AbstractLuceneSailGeoSPARQLTest. CONTEXT_1
static IRI
AbstractLuceneSailIndexedPropertiesTest. CONTEXT_1
static IRI
AbstractLuceneSailTest. CONTEXT_1
static IRI
AbstractLuceneSailGeoSPARQLTest. CONTEXT_2
static IRI
AbstractLuceneSailIndexedPropertiesTest. CONTEXT_2
static IRI
AbstractLuceneSailTest. CONTEXT_2
static IRI
AbstractLuceneSailGeoSPARQLTest. CONTEXT_3
static IRI
AbstractLuceneSailIndexedPropertiesTest. CONTEXT_3
static IRI
AbstractLuceneSailTest. CONTEXT_3
static IRI
AbstractLuceneSailIndexedPropertiesTest. FOAFNAME
static IRI
AbstractLuceneSailIndexedPropertiesTest. FOAFPLAN
static IRI
AbstractLuceneSailTest. PREDICATE_1
static IRI
AbstractLuceneSailTest. PREDICATE_2
static IRI
AbstractLuceneSailTest. PREDICATE_3
static IRI
AbstractLuceneSailIndexedPropertiesTest. RDFSCOMMENT
static IRI
AbstractLuceneSailIndexedPropertiesTest. RDFSLABEL
static IRI
AbstractLuceneSailGeoSPARQLTest. SUBJECT_1
static IRI
AbstractLuceneSailIndexedPropertiesTest. SUBJECT_1
static IRI
AbstractLuceneSailTest. SUBJECT_1
static IRI
AbstractLuceneSailGeoSPARQLTest. SUBJECT_2
static IRI
AbstractLuceneSailIndexedPropertiesTest. SUBJECT_2
static IRI
AbstractLuceneSailTest. SUBJECT_2
static IRI
AbstractLuceneSailGeoSPARQLTest. SUBJECT_3
static IRI
AbstractLuceneSailIndexedPropertiesTest. SUBJECT_3
static IRI
AbstractLuceneSailTest. SUBJECT_3
static IRI
AbstractLuceneSailGeoSPARQLTest. SUBJECT_4
static IRI
AbstractLuceneSailIndexedPropertiesTest. SUBJECT_4
static IRI
AbstractLuceneSailTest. SUBJECT_4
static IRI
AbstractLuceneSailGeoSPARQLTest. SUBJECT_5
static IRI
AbstractLuceneSailIndexedPropertiesTest. SUBJECT_5
static IRI
AbstractLuceneSailTest. SUBJECT_5
Methods in org.eclipse.testsuite.rdf4j.sail.lucene with parameters of type IRI Modifier and Type Method Description protected void
AbstractLuceneSailTest. assertQueryResult(String literal, IRI predicate, Resource resultUri)
-