Uses of Interface
org.eclipse.rdf4j.model.IRI
Packages that use IRI
Package
Description
The RDF Model API
Abstract base classes for RDF Model API interfaces.
Utility classes for handling datatypes.
Default implementations of the RDF model interfaces
Helper classes for working with RDF models.
Re-usable constants for various well-known RDF vocabularies.
Interfaces and classes for handling queries and query results.
Functions for casting values to various XML Schema datatypes
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
The Repository API: the main API for accessing rdf databases and SPARQL endpoints.
Abstract base classes and wrappers for the main Repository API interfaces.
Repository configuration interfaces.
A repository wrapper with convenience functions for handling contexts.
A repository wrapper which supports auto-loading of datasets specified in a query.
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
Wrapper/adapter base implementations.
Functionality for Repository lifecycle management and sharing.
Repository implementation for local RDF databases that implement the SAIL SPI.
Helper and utility classes for the
SailRepository
A
Repository
that serves as a SPARQL endpoint client.Helper classes for working with Repositories.
Rio: The RDF4J parser/writer API.
Various
DatatypeHandler
implementations.Provides helpers classes for Rio.
Writer for the Notation-3 (N3) format.
Parser/writer for the N-Triples format.
Parser/writer for the RDF/JSON format.
Parser/writer for the RDF/XML format.
Parser/writer for the TriG format.
Parser/writer for the TriX format.
Parser/writer for the Turtle format.
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
Base functionality for Sail implementations that require multi-versioned concurrency control (MVCC).
ElasticSearch index for the
LuceneSail
.Elasticsearch store for string triples
Abstract base implementation and internal helper classes for Sail implementations.
Forward-chaining inferencers, implemented as
StackableSail
s.The LMDB based Store.
A Sail implementation that supports full-text indexing via the Lucene API.
An implementation of the RDF SAIL API that uses main memory for storage.
The Native Store.
A Sail implementation for SHACL constraint checking.
Core classes and interfaces for the SPARQLBuilder.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
Core functions required for SPIN.
Rdf4j-Spring DAO
Rdf4j-Spring OperationLog
Rdf4j-Spring ResultCache
-
Uses of IRI in org.eclipse.rdf4j.examples.model.vocabulary
Fields in org.eclipse.rdf4j.examples.model.vocabulary declared as IRIModifier and TypeFieldDescriptionstatic 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionFedXApi.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 IRIModifier and TypeMethodDescriptionstatic 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 IRIModifier and TypeMethodDescriptionFederationEvalStrategy.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.SailTripleSource.getStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
SparqlTripleSource.getStatements(Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts)
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 IRIConstructors in org.eclipse.rdf4j.federated.evaluation.union with parameters of type IRIModifierConstructorDescriptionParallelGetStatementsTask(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 IRIModifier and TypeFieldDescriptionstatic 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 IRIMethods in org.eclipse.rdf4j.federated.structures that return IRIModifier and TypeMethodDescriptionFedXDataset.getDefaultInsertGraph()
UnboundStatement.getPredicate()
SubQuery.predicate()
Methods in org.eclipse.rdf4j.federated.structures that return types with arguments of type IRIModifier and TypeMethodDescriptionFedXDataset.getDefaultGraphs()
FedXDataset.getDefaultRemoveGraphs()
FedXDataset.getNamedGraphs()
Constructors in org.eclipse.rdf4j.federated.structures with parameters of type IRIModifierConstructorDescriptionQueryInfo(Resource subj, IRI pred, Value obj, int maxExecutionTime, boolean includeInferred, FederationContext federationContext, FederationEvalStrategy strategy, Dataset dataset)
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 IRIModifier and TypeFieldDescriptionstatic 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 IRIMethods in org.eclipse.rdf4j.federated.util with parameters of type IRIModifier and TypeMethodDescriptionprotected 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
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 IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeMethodDescriptionstatic 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 -
Uses of IRI in org.eclipse.rdf4j.http.protocol.transaction.operations
Methods in org.eclipse.rdf4j.http.protocol.transaction.operations that return IRIMethods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type IRIConstructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type IRIModifierConstructorDescriptionAddStatementOperation(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 IRIModifier and TypeMethodDescriptionstatic 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 IRIModifier and TypeMethodDescriptionCreates a new IRI from the supplied string-representation.Creates a new IRI from the supplied namespace and local name.Literal.getDatatype()
Gets the datatype for this literal.Statement.getPredicate()
Gets the predicate of this statement.Triple.getPredicate()
Gets the predicate of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type IRIModifier and TypeMethodDescriptionModel.predicates()
Returns aSet
view of the predicates contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type IRIModifier and TypeMethodDescriptionboolean
Adds one or more statements to the model.boolean
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.ValueFactory.createLiteral(String label, IRI datatype)
Creates a new literal with the supplied label and datatype.ValueFactory.createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
Creates a new literal with the supplied label and datatype.ValueFactory.createStatement(Resource subject, IRI predicate, Value object)
Creates a new statement with the supplied subject, predicate and object.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.Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.Model.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
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 IRIMethods in org.eclipse.rdf4j.model.base that return IRIModifier and TypeMethodDescriptionCoreDatatype.GEO.getIri()
CoreDatatype.getIri()
CoreDatatype.RDF.getIri()
CoreDatatype.XSD.getIri()
Methods in org.eclipse.rdf4j.model.base with parameters of type IRIModifier and TypeMethodDescriptionAbstractValueFactory.createLiteral(String label, IRI datatype)
AbstractValueFactory.createLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
AbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object)
AbstractValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context)
AbstractValueFactory.createTriple(Resource subject, IRI predicate, Value object)
static CoreDatatype
-
Uses of IRI in org.eclipse.rdf4j.model.datatypes
Methods in org.eclipse.rdf4j.model.datatypes that return IRIModifier and TypeMethodDescriptionstatic 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 IRIModifier and TypeMethodDescriptionstatic int
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
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 that implement IRIFields in org.eclipse.rdf4j.model.impl declared as IRIMethods in org.eclipse.rdf4j.model.impl that return IRIModifier and TypeMethodDescriptionSimpleLiteral.getDatatype()
LinkedHashModel.ModelStatement.getPredicate()
SimpleStatement.getPredicate()
SimpleTriple.getPredicate()
Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type IRIMethods in org.eclipse.rdf4j.model.impl with parameters of type IRIModifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
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.SimpleValueFactory.createLiteral(String value, IRI datatype)
ValidatingValueFactory.createLiteral(String label, IRI datatype)
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.SimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object)
SimpleValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context)
ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object)
ValidatingValueFactory.createStatement(Resource subject, IRI predicate, Value object, Resource context)
SimpleValueFactory.createTriple(Resource subject, IRI predicate, Value object)
ValidatingValueFactory.createTriple(Resource subject, IRI predicate, Value object)
boolean
SimpleStatement.exactSamePredicate(IRI predicate)
DynamicModel.getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)
boolean
boolean
boolean
boolean
boolean
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 IRIModifierConstructorDescriptionprotected
ContextStatement(Resource subject, IRI predicate, Value object, Resource context)
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.protected
DecimalLiteral(BigDecimal value, IRI datatype)
Creates a literal with the specified value and datatype.protected
FilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts)
protected
IntegerLiteral(BigInteger value, IRI datatype)
Creates a literal with the specified value and datatype.protected
NumericLiteral(Number number, IRI datatype)
Creates a literal with the specified value and datatype.protected
SimpleLiteral(String label, IRI datatype)
Creates a new datatyped literal with the supplied label and datatype.protected
SimpleLiteral(String label, IRI datatype, CoreDatatype coreDatatype)
Creates a new datatyped literal with the supplied label and datatype.protected
SimpleStatement(Resource subject, IRI predicate, Value object)
Creates a new Statement with the supplied subject, predicate and object.protected
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 IRIModifier and TypeMethodDescriptionstatic IRI
Create a newIRI
from a supplied prefixed name, using the suppliednamespaces
static IRI
Create a newIRI
using the supplied iri stringstatic IRI
Create a newIRI
using the supplied namespace name and local namestatic IRI
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 IRIModifier and TypeMethodDescriptionGet all theIRIs
of the classes and properties of a vocabulary.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.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.Retrieves an objectIRI
value from the supplied statements.Retrieves an objectIRI
value from the supplied statements in the given model.Models.objectIRIs(Iterable<Statement> statements)
Retrieves all objectIRI
values from the supplied statements.Models.objectIRIs(Model m)
Retrieves all objectIRI
values from the statements in the given model.Retrieves a predicate from the supplied statements.Retrieves a predicate from the statements in the given model.Models.subjectIRI(Iterable<Statement> statements)
Retrieves a subjectIRI
from the supplied statements.Models.subjectIRI(Model m)
Retrieves a subjectIRI
from the statements in the given model.Models.subjectIRIs(Iterable<Statement> statements)
Retrieves all subjectIRI
s from the supplied statements.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 IRIModifier and TypeMethodDescriptionAdd an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).Add an RDF statement with the predicate and object to the model, using the current subject and graph (either named or default).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.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)
Models.getProperties(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve all property values for the supplied subject and property from the given model.Models.getProperty(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value for the supplied subject from the given model.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.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.Models.getPropertyLiteral(Model m, Resource subject, IRI property, Resource... contexts)
Retrieve a property value as aLiteral
for the supplied subject from the given model.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.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.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.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.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 Literal
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
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
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
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 IRIModifier and TypeFieldDescriptionstatic IRI
ODRL2.ABSOLUTE_POSITION
odrl:absolutePositionstatic IRI
ODRL2.ABSOLUTE_SIZE
odrl:absoluteSizestatic IRI
odrl:absoluteSpatialPositionstatic IRI
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
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
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
http://www.w3.org/2002/07/owl#AllDisjointClassesstatic IRI
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
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
sh:AndConstraintComponent-andstatic IRI
ODRL2.AND_SEQUENCE
odrl:andSequencestatic IRI
VCARD4.ANNIVERSARY
vcard:anniversarystatic IRI
ODRL2.ANNOTATE
odrl:annotatestatic IRI
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
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
http://spinrdf.org/sp#arg1 The first argument of a function call.static IRI
SPIN.ARG2_INSTANCE
static IRI
http://spinrdf.org/sp#arg2 The second argument of a function call.static IRI
SPIN.ARG3_INSTANCE
static IRI
http://spinrdf.org/sp#arg3 The third argument of a function call.static IRI
SPIN.ARG4_INSTANCE
static IRI
http://spinrdf.org/sp#arg4 The forth argument of a function call.static IRI
SPIN.ARG5_INSTANCE
static IRI
http://spinrdf.org/sp#arg5 The fifth argument of a function call.static IRI
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
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
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
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
http://www.w3.org/2002/07/owl#backwardCompatibleWithstatic IRI
RDF.BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bagstatic 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
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
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
http://www.w3.org/2002/07/owl#bottomDataPropertystatic IRI
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
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
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
sh:ClassConstraintComponentstatic IRI
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
sh:ClosedConstraintComponentstatic IRI
sh:ClosedConstraintComponent-closedstatic IRI
sh:ClosedConstraintComponent-ignoredPropertiesstatic 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
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
http://spinrdf.org/spin#columnWidth The preferred width of the associated Column, for display purposes.static IRI
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
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
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
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
static IRI
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
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
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
static IRI
DOAP.CVSREPOSITORY
doap:CVSRepositorystatic IRI
DOAP.DARCS_REPOSITORY
doap:DarcsRepositorystatic IRI
VOID.DATA_DUMP
void:dataDumpstatic IRI
static IRI
DCAT.DATA_SERVICE
dcat:DataServicestatic IRI
ODRL2.DATA_TYPE
odrl:dataTypestatic 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
sh:DatatypeConstraintComponentstatic IRI
sh:DatatypeConstraintComponent-datatypestatic IRI
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: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-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
static IRI
SHACL.DECLARE
sh:declarestatic IRI
SPIF.DECODE_URL_FUNCTION
static IRI
default dataset descriptionstatic IRI
default entailment regimestatic IRI
default graphstatic IRI
http://spinrdf.org/sp#default Used in DROP and CLEAR.static IRI
default supported entailment profilestatic IRI
SHACL.DEFAULT_VALUE
sh:defaultValuestatic IRI
http://spinrdf.org/spl#defaultValuestatic IRI
SKOS.DEFINITION
The skos:definition property.static IRI
ODRL2.DELAY_PERIOD
odrl:delayPeriodstatic IRI
PROV.DELEGATION
prov:Delegationstatic IRI
SP.Delete
Deprecated.static IRI
ODRL2.DELETE
odrl:deletestatic IRI
SP.DELETE_CLASS
Deprecated.static IRI
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples.static IRI
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation.static IRI
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
http://www.w3.org/2002/07/owl#DeprecatedPropertystatic IRI
Dereferences URIsstatic IRI
PROV.DERIVATION
prov:Derivationstatic IRI
ODRL2.DERIVE
odrl:derivestatic IRI
prov:derivedByInsertionFromstatic IRI
prov:derivedByRemovalFromstatic IRI
SHACL.DERIVED_VALUES
sh:derivedValuesstatic IRI
sh:DerivedValuesConstraintComponentstatic IRI
SP.DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order.static IRI
LDP.DESCENDING
ldp:Descendingstatic IRI
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
sh:DisjointConstraintComponentstatic IRI
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
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
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
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
http://spinrdf.org/sp#Element An abstract base class for all pattern elements.static IRI
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.static IRI
http://spinrdf.org/sp#ElementList A list of Elements.static IRI
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-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
Entailment Profilestatic IRI
Entailment Regimestatic IRI
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
sh:EqualsConstraintComponentstatic IRI
sh:EqualsConstraintComponent-equalsstatic IRI
OWL.EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClassstatic IRI
http://www.w3.org/2002/07/owl#equivalentPropertystatic IRI
HYDRA.ERROR
static IRI
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
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
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment.static IRI
VCARD4.EXTENDED_ADDRESS
Deprecated.static IRI
extension aggregatestatic IRI
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
static IRI
VCARD4.FAX
vcard:Faxstatic IRI
VOID.FEATURE
void:featurestatic IRI
Featurestatic IRI
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
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
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL).static IRI
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
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:GeneralDateTimeDescriptionstatic IRI
time:GeneralDurationDescriptionstatic IRI
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
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
Graph Collectionstatic IRI
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations.static IRI
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph.static IRI
graphstatic IRI
FOAF.GROUP
static IRI
ODRL2.GROUP
Deprecated.static IRI
SHACL.GROUP
sh:groupstatic IRI
VCARD4.GROUP
vcard:Groupstatic IRI
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions.static IRI
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: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
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:hasDateTimeDescriptionstatic IRI
DCAT.HAS_DISTRIBUTION
dcat:distributionstatic IRI
TIME.HAS_DURATION
time:hasDurationstatic IRI
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: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:hasRegisteredOrganizationstatic IRI
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
void:hasSubOrganizationstatic IRI
VCARD4.HAS_TELEPHONE
vcard:hasTelephonestatic IRI
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
sh:HasValueConstraintComponentstatic IRI
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
static IRI
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
TIME.HOUR
time:hourstatic IRI
TIME.HOURS
time:hoursstatic IRI
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
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
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
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: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
OWL.INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWithstatic IRI
LIST.INDEX
static IRI
ODRL2.INDEX
odrl:indexstatic IRI
SPIF.INDEX_OF_FUNCTION
static IRI
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
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples.static IRI
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command.static IRI
ldp:insertedContentRelationstatic IRI
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: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
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
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
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: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
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
FOAF.JABBER_ID
static IRI
TIME.JANUARY
Deprecated.static IRI
static IRI
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
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
language extensionstatic IRI
SHACL.LANGUAGE_IN
sh:languageInstatic IRI
sh:LanguageInConstraintComponentstatic IRI
sh:LanguageInConstraintComponent-languageInstatic IRI
HYDRA.LAST
static IRI
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
sh:LessThanConstraintComponentstatic IRI
sh:LessThanConstraintComponent-lessThanstatic IRI
SHACL.LESS_THAN_OR_EQUALS
sh:lessThanOrEqualsstatic IRI
sh:LessThanOrEqualsConstraintComponentstatic IRI
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
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
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
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
static IRI
ODRL2.LT
odrl:ltstatic IRI
SP.LT
static IRI
ODRL2.LTEQ
odrl:lteqstatic IRI
FOAF.MADE
static IRI
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
SP.MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations.static IRI
SHACL.MAX_COUNT
sh:maxCountstatic IRI
sh:MaxCountConstraintComponentstatic IRI
sh:MaxCountConstraintComponent-maxCountstatic IRI
SHACL.MAX_EXCLUSIVE
sh:maxExclusivestatic IRI
sh:MaxExclusiveConstraintComponentstatic IRI
sh:MaxExclusiveConstraintComponent-maxExclusivestatic IRI
SHACL.MAX_INCLUSIVE
sh:maxInclusivestatic IRI
sh:MaxInclusiveConstraintComponentstatic IRI
sh:MaxInclusiveConstraintComponent-maxInclusivestatic IRI
SHACL.MAX_LENGTH
sh:maxLengthstatic IRI
sh:MaxLengthConstraintComponentstatic IRI
sh:MaxLengthConstraintComponent-maxLengthstatic IRI
OWL.MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinalitystatic IRI
http://www.w3.org/2002/07/owl#maxQualifiedCardinalitystatic 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: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
sh:MinCountConstraintComponentstatic IRI
sh:MinCountConstraintComponent-minCountstatic IRI
SHACL.MIN_EXCLUSIVE
sh:minExclusivestatic IRI
sh:MinExclusiveConstraintComponentstatic IRI
sh:MinExclusiveConstraintComponent-minExclusivestatic IRI
SHACL.MIN_INCLUSIVE
sh:minInclusivestatic IRI
sh:MinInclusiveConstraintComponentstatic IRI
sh:MinInclusiveConstraintComponent-minInclusivestatic IRI
SHACL.MIN_LENGTH
sh:minLengthstatic IRI
sh:MinLengthConstraintComponentstatic IRI
sh:MinLengthConstraintComponent-minLengthstatic IRI
OWL.MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinalitystatic IRI
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-dateTimestatic IRI
SPIF.MOD_FUNCTION
static IRI
static IRI
static IRI
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-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
Named Graphstatic IRI
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH{...}. static IRI
named graphstatic IRI
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
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
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
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
sh:NodeConstraintComponentstatic IRI
sh:NodeConstraintComponent-nodestatic IRI
SHACL.NODE_KIND
sh:NodeKindstatic IRI
sh:NodeKindConstraintComponentstatic IRI
sh:NodeKindConstraintComponent-nodeKindstatic IRI
SHACL.NODE_KIND_PROP
sh:nodeKindstatic IRI
static IRI
SHACL.NODE_SHAPE
sh:NodeShapestatic IRI
SHACL.NODE_VALIDATOR
sh:nodeValidatorstatic IRI
TIME.NOMINAL_POSITION
time:nominalPositionstatic IRI
http://www.w3.org/2001/XMLSchema#nonNegativeIntegerstatic IRI
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
sh:NotConstraintComponent-notstatic IRI
SP.NOT_EXISTS
static IRI
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-floorstatic IRI
TIME.NUMERIC_POSITION
time:numericPositionstatic IRI
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
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
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
static IRI
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: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
http://spinrdf.org/sp#Optional An optional element in a query.static IRI
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
sh:OrConstraintComponent-orstatic IRI
SHACL.ORDER
sh:orderstatic IRI
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions.static IRI
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
void:OrganizationalCollaborationstatic IRI
void:OrganizationalUnitstatic IRI
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:pageSortCollationstatic IRI
ldp:pageSortCriteriastatic IRI
ldp:PageSortCriterionstatic IRI
LDP.PAGE_SORT_ORDER
ldp:pageSortOrderstatic IRI
ldp:pageSortPredicatestatic IRI
VCARD4.PAGER
vcard:Pagerstatic IRI
PROV.PAIR_ENTITY
prov:pairEntitystatic IRI
PROV.PAIR_KEY
prov:pairKeystatic 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
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
http://spinrdf.org/sp#path Points from a TriplePath to its path.static IRI
http://spinrdf.org/sp#path1 The first child path of a property path.static IRI
http://spinrdf.org/sp#path2 The second child path of a property path.static IRI
SHACL.PATTERN
sh:patternstatic IRI
sh:PatternConstraintComponentstatic IRI
sh:PatternConstraintComponent-flagsstatic IRI
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
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
FOAF.PERSON
static IRI
PROV.PERSON
prov:Personstatic IRI
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
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
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple.static IRI
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:PreferContainmentstatic IRI
Deprecated.static IRI
ldp:PreferMembershipstatic IRI
ldp:PreferMinimalContainerstatic IRI
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.static IRI
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
sh:PropertyConstraintComponentstatic IRI
sh:PropertyConstraintComponent-propertystatic IRI
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
http://www.w3.org/2002/07/owl#propertyChainAxiomstatic IRI
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:provenanceUriTemplatestatic 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:qualifiedAssociationstatic IRI
prov:qualifiedAttributionstatic IRI
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:qualifiedInvalidationstatic IRI
SHACL.QUALIFIED_MAX_COUNT
sh:qualifiedMaxCountstatic IRI
sh:QualifiedMaxCountConstraintComponentstatic IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCountstatic IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapestatic IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjointstatic IRI
SHACL.QUALIFIED_MIN_COUNT
sh:qualifiedMinCountstatic IRI
sh:QualifiedMinCountConstraintComponentstatic IRI
sh:QualifiedMinCountConstraintComponent-qualifiedMinCountstatic IRI
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapestatic IRI
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjointstatic IRI
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
sh:qualifiedValueShapesDisjointstatic IRI
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
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
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
ODRL2.READ
odrl:readstatic IRI
HYDRA.READABLE
static IRI
ODRL2.RECIPIENT
odrl:recipientstatic IRI
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
http://www.w3.org/2002/07/owl#ReflexivePropertystatic IRI
SP.REGEX
static IRI
VCARD4.REGION
vcard:regionstatic IRI
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
odrl:relativeSpatialPositionstatic IRI
odrl:relativeTemporalPositionstatic IRI
DOAP.RELEASE
doap:releasestatic IRI
ODRL2.REMEDY
odrl:remedystatic IRI
PROV.REMOVAL
prov:Removalstatic 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
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
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
result formatstatic IRI
SHACL.RESULT_MESSAGE
sh:resultMessagestatic IRI
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
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
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
static IRI
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
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
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-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
http://spinrdf.org/spin#SelectTemplate A SPIN template that wraps a SELECT query.static IRI
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
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.static IRI
DCAT.SERVES_DATASET
dcat:servesDatasetstatic IRI
SD.SERVICE
Servicestatic IRI
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
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
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
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
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
SPARQL 1.0 Querystatic IRI
SPARQL 1.1 Querystatic IRI
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
sh:SPARQLConstraintComponentstatic IRI
sh:SPARQLConstraintComponent-sparqlstatic IRI
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: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-lengthstatic IRI
SP.SUB
static IRI
void:subOrganizationOfstatic IRI
http://spinrdf.org/sp#subPath The child path of a property path expression.static IRI
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
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-afterstatic IRI
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
supported entailment profilestatic IRI
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
http://www.w3.org/2002/07/owl#SymmetricPropertystatic 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
http://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties.static IRI
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
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
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
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
http://spinrdf.org/spin#_this A system variable representing the current context instance in a rule or constraint.static IRI
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-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
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
ODRL2.TRANSFER
odrl:transferstatic IRI
ODRL2.TRANSFORM
odrl:transformstatic IRI
void:transitiveSubOrganizationOfstatic IRI
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
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate.static IRI
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query.static IRI
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query.static 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
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
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
Union Default Graphstatic IRI
OWL.UNIONOF
http://www.w3.org/2002/07/owl#unionOfstatic IRI
SHACL.UNIQUE_LANG
sh:uniqueLangstatic IRI
sh:UniqueLangConstraintComponentstatic IRI
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
http://spinrdf.org/spin#UpdateTemplate A SPIN template that has an UPDATE command as its body.static IRI
http://spinrdf.org/spin#UpdateTemplates Suggested abstract base class for all UpdateTemplates.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
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
static IRI
static IRI
DCTERMS.VALID
http://purl.org/dc/terms/validstatic IRI
SHACL.VALIDATION_REPORT
sh:ValidationReportstatic IRI
SHACL.VALIDATION_RESULT
sh:ValidationResultstatic 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
http://spinrdf.org/spl#valueTypestatic IRI
SP.VALUES_CLASS
static IRI
SHACL.VALUES_DERIVER
sh:ValuesDeriverstatic IRI
http://spinrdf.org/sp#varName The name of a Variable.static IRI
static IRI
HYDRA.VARIABLE
static IRI
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression.static IRI
http://spinrdf.org/sp#variable The variable of a Bind element.static IRI
HYDRA.VARIABLE_REPRESENTATION
static IRI
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
static IRI
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
http://spinrdf.org/spin#violationRoot The root resource of the violation (often ?this in the constraint body).static IRI
http://spinrdf.org/spin#violationSource Can be used to link a spin:ConstraintViolation with the query or template call that caused it.static IRI
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
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
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
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
sh:XoneConstraintComponentstatic IRI
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-dateTimestatic IRI
TIME.YEAR_PROP
time:yearstatic IRI
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 IRIMethods in org.eclipse.rdf4j.model.vocabulary with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return IRIModifier and TypeMethodDescriptionDataset.getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.Methods in org.eclipse.rdf4j.query that return types with arguments of type IRIModifier and TypeMethodDescriptionDataset.getDefaultGraphs()
Gets the default graph URIs of this dataset.Dataset.getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.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 IRIModifier and TypeMethodDescriptionCloseableIteration<? 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 -
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Methods in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd that return IRIModifier and TypeMethodDescriptionprotected IRI
BooleanCast.getXsdDatatype()
protected IRI
ByteCast.getXsdDatatype()
protected abstract IRI
CastFunction.getXsdDatatype()
Get the specific XML Schema datatype which this function returns.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 IRIModifier and TypeMethodDescriptionStrictEvaluationStrategy.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 -
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 IRIModifier and TypeMethodDescriptionTripleSources.getObjectURIs(Resource subject, IRI predicate, TripleSource store)
TripleSources.getSubjectURIs(IRI predicate, Value object, TripleSource store)
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type IRIModifier and TypeMethodDescriptionstatic boolean
TripleSources.booleanValue(Resource subj, IRI pred, TripleSource store)
TripleSources.getObjectLiterals(Resource subject, IRI predicate, TripleSource store)
TripleSources.getObjectResources(Resource subject, IRI predicate, TripleSource store)
TripleSources.getObjectURIs(Resource subject, IRI predicate, TripleSource store)
TripleSources.getSubjectURIs(IRI predicate, Value object, TripleSource store)
static Statement
TripleSources.single(Resource subj, IRI pred, Value obj, TripleSource store)
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)
-
Uses of IRI in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as IRIModifier and TypeFieldDescriptionstatic 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 IRIModifier and TypeMethodDescriptionFallbackDataset.getDefaultInsertGraph()
SimpleDataset.getDefaultInsertGraph()
Methods in org.eclipse.rdf4j.query.impl that return types with arguments of type IRIModifier and TypeMethodDescriptionFallbackDataset.getDefaultGraphs()
SimpleDataset.getDefaultGraphs()
FallbackDataset.getDefaultRemoveGraphs()
SimpleDataset.getDefaultRemoveGraphs()
FallbackDataset.getNamedGraphs()
SimpleDataset.getNamedGraphs()
Gets the (unmodifiable) set of named graph URIs.Methods in org.eclipse.rdf4j.query.impl with parameters of type IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeFieldDescriptionprotected 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 IRIConstructors in org.eclipse.rdf4j.query.resultio with parameters of type IRIModifierConstructorDescriptionBooleanQueryResultFormat(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 -
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 -
Uses of IRI in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository with parameters of type IRIModifier and TypeMethodDescriptionvoid
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.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
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 IRIModifier and TypeMethodDescriptionvoid
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)
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 IRIModifier and TypeFieldDescriptionstatic IRI
RepositoryConfigSchema.DELEGATE
http://www.openrdf.org/config/repository#delegatestatic IRI
RepositoryConfigSchema.REPOSITORY
http://www.openrdf.org/config/repository#Repositorystatic IRI
RepositoryConfigSchema.REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContextstatic IRI
RepositoryConfigSchema.REPOSITORYID
http://www.openrdf.org/config/repository#repositoryIDstatic IRI
RepositoryConfigSchema.REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImplstatic IRI
RepositoryConfigSchema.REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType -
Uses of IRI in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware that return IRIModifier and TypeMethodDescriptionIRI[]
ContextAwareConnection.getAddContexts()
Deprecated.IRI[]
ContextAwareRepository.getAddContexts()
Deprecated.IRI[]
ContextAwareConnection.getArchiveContexts()
Deprecated.IRI[]
ContextAwareRepository.getArchiveContexts()
Deprecated.ContextAwareConnection.getInsertContext()
The default context to add the statements to.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 IRIModifier and TypeMethodDescriptionvoid
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.ContextAwareConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
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
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 IRIModifier and TypeFieldDescriptionstatic IRI
ContextAwareSchema.ADD_CONTEXT
Deprecated.static IRI
ContextAwareSchema.ARCHIVE_CONTEXT
Deprecated.static IRI
ContextAwareSchema.BASE_URI
http://www.openrdf.org/config/repository/contextaware#basestatic IRI
ContextAwareSchema.INCLUDE_INFERRED
http://www.openrdf.org/config/repository/contextaware#includeInferredstatic IRI
ContextAwareSchema.INSERT_CONTEXT
http://www.openrdf.org/config/repository/contextaware#insertContextstatic IRI
ContextAwareSchema.MAX_QUERY_TIME
http://www.openrdf.org/config/repository/contextaware#maxQueryTimestatic IRI
ContextAwareSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/repository/contextaware#queryLanguagestatic IRI
ContextAwareSchema.READ_CONTEXT
http://www.openrdf.org/config/repository/contextaware#readContextstatic IRI
ContextAwareSchema.REMOVE_CONTEXT
http://www.openrdf.org/config/repository/contextaware#removeContextMethods in org.eclipse.rdf4j.repository.contextaware.config that return IRIModifier and TypeMethodDescriptionIRI[]
ContextAwareConfig.getAddContexts()
Deprecated.IRI[]
ContextAwareConfig.getArchiveContexts()
Deprecated.ContextAwareConfig.getInsertContext()
IRI[]
ContextAwareConfig.getReadContexts()
IRI[]
ContextAwareConfig.getRemoveContexts()
Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeMethodDescriptionCloseableIteration<? 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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeMethodDescriptionvoid
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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeFieldDescriptionstatic IRI
HTTPRepositorySchema.PASSWORD
http://www.openrdf.org/config/repository/http#passwordstatic IRI
HTTPRepositorySchema.REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURLstatic IRI
HTTPRepositorySchema.USERNAME
http://www.openrdf.org/config/repository/http#username -
Uses of IRI in org.eclipse.rdf4j.repository.manager
Fields in org.eclipse.rdf4j.repository.manager declared as IRIModifier and TypeFieldDescriptionstatic IRI
RepositoryManager.PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedID -
Uses of IRI in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail with parameters of type IRIModifier and TypeMethodDescriptionprotected 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)
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 IRIModifier and TypeFieldDescriptionstatic IRI
ProxyRepositorySchema.PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedIDstatic IRI
SailRepositorySchema.SAILIMPL
http://www.openrdf.org/config/repository/sail#sailImpl -
Uses of IRI in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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)
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)
Converts aTupleQueryResult
resulting from theSPARQLConnection.EVERYTHING_WITH_GRAPH
to a statement by using the respective values from theBindingSet
or (if provided) the ones from the arguments. -
Uses of IRI in org.eclipse.rdf4j.repository.sparql.config
Fields in org.eclipse.rdf4j.repository.sparql.config declared as IRIModifier and TypeFieldDescriptionstatic IRI
SPARQLRepositoryConfig.PASS_THROUGH_ENABLED
Configuration setting for enabling/disabling direct result pass-through.static IRI
SPARQLRepositoryConfig.QUERY_ENDPOINT
Configuration setting for the SPARQL query endpoint.static IRI
SPARQLRepositoryConfig.UPDATE_ENDPOINT
Configuration setting for the SPARQL update endpoint. -
Uses of IRI in org.eclipse.rdf4j.repository.util
Methods in org.eclipse.rdf4j.repository.util with parameters of type IRIModifier and TypeMethodDescriptionprotected abstract void
AbstractRDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
protected void
RDFInserter.addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)
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 IRIMethods in org.eclipse.rdf4j.rio with parameters of type IRIModifier and TypeMethodDescriptionboolean
DatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
Checks if the given datatype URI is recognized by this datatype handler.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 IRIModifierConstructorDescriptionRDFFormat(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 IRIModifier and TypeMethodDescriptionboolean
DBPediaDatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
boolean
GeoSPARQLDatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
boolean
RDFDatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
boolean
VirtuosoGeometryDatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
boolean
XMLSchemaDatatypeHandler.isRecognizedDatatype(IRI datatypeUri)
DBPediaDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
GeoSPARQLDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
RDFDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
VirtuosoGeometryDatatypeHandler.normalizeDatatype(String literalValue, IRI datatypeUri, ValueFactory valueFactory)
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 IRIModifier and TypeMethodDescriptionprotected IRI
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 IRIModifier and TypeMethodDescriptionstatic 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 -
Uses of IRI in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as IRIMethods in org.eclipse.rdf4j.rio.ntriples that return IRI -
Uses of IRI in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeFieldDescriptionprotected IRI
TurtleWriter.lastWrittenPredicate
protected IRI
TurtleParser.predicate
Methods in org.eclipse.rdf4j.rio.turtle that return IRIModifier and TypeMethodDescriptionprotected IRI
TurtleParser.parsePredicate()
protected IRI
TurtleParser.parseURI()
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type IRIModifier and TypeMethodDescriptionprotected 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
-
Uses of IRI in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail with parameters of type IRIModifier and TypeMethodDescriptionvoid
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 with parameters of type IRIModifier and TypeMethodDescriptionboolean
SailSourceConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
SailSourceConnection.addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)
void
Adds a statement to the store.default void
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 Statement,SailException>
SailDataset.getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.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
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)
-
Uses of IRI in org.eclipse.rdf4j.sail.base.config
Fields in org.eclipse.rdf4j.sail.base.config declared as IRIModifier and TypeFieldDescriptionstatic IRI
BaseSailSchema.EVALUATION_STRATEGY_FACTORY
http://www.openrdf.org/config/sail/base#evaluationStrategyFactory -
Uses of IRI in org.eclipse.rdf4j.sail.config
Fields in org.eclipse.rdf4j.sail.config declared as IRIModifier and TypeFieldDescriptionstatic IRI
SailConfigSchema.CONNECTION_TIME_OUT
http://www.openrdf.org/config/sail#connectionTimeOutstatic IRI
SailConfigSchema.DELEGATE
http://www.openrdf.org/config/sail#delegatestatic IRI
SailConfigSchema.ITERATION_CACHE_SYNC_THRESHOLD
http://www.openrdf.org/config/sail#iterationCacheSyncTresholdstatic IRI
SailConfigSchema.SAILTYPE
http://www.openrdf.org/config/sail#sailType -
Uses of IRI in org.eclipse.rdf4j.sail.elasticsearch
Methods in org.eclipse.rdf4j.sail.elasticsearch with parameters of type IRIModifier and TypeMethodDescriptionprotected 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
Deprecated.Highlights the given field or all fields if null.protected Iterable<? extends DocumentScore>
Parse the passed query.Constructors in org.eclipse.rdf4j.sail.elasticsearch with parameters of type IRIModifierConstructorDescriptionElasticsearchDocumentDistance(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 -
Uses of IRI in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type IRIModifier and TypeMethodDescriptionCloseableIteration<? 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 IRIModifier and TypeMethodDescriptionboolean
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>
ReadCache.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
ReadCache.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 IRIModifierConstructorDescriptionFilteringIteration(CloseableIteration<E,X> wrappedIteration, Resource subject, IRI predicate, Value object, boolean inferred, Resource... context)
FilteringIteration(Iteration<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 IRIModifier and TypeMethodDescriptionCloseableIteration<? 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 IRIModifierConstructorDescriptionExtensibleContextStatement(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 IRIModifier and TypeMethodDescriptionvoid
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
SailConnectionWrapper.hasStatement(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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeFieldDescriptionstatic IRI
CustomGraphQueryInferencerSchema.MATCHER_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuerystatic IRI
CustomGraphQueryInferencerSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguagestatic IRI
CustomGraphQueryInferencerSchema.RULE_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery -
Uses of IRI in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeFieldDescriptionstatic 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 IRIMethods in org.eclipse.rdf4j.sail.lmdb.model that return IRIMethods in org.eclipse.rdf4j.sail.lmdb.model with parameters of type IRIConstructors in org.eclipse.rdf4j.sail.lmdb.model with parameters of type IRIModifierConstructorDescriptionLmdbLiteral(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 IRIModifier and TypeFieldDescriptionstatic IRI
LuceneSailSchema.ALL_MATCHES
static IRI
LuceneSailSchema.ALL_PROPERTIES
static IRI
LuceneSailSchema.CONTEXT
static IRI
LuceneSailSchema.DISTANCE
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 IRIModifier and TypeMethodDescriptionDistanceQuerySpec.getGeoProperty()
GeoRelationQuerySpec.getGeoProperty()
QuerySpec.getPropertyURI()
QuerySpec.getQueryType()
the type of query, must equalLuceneSailSchema.LUCENE_QUERY
.DistanceQuerySpec.getUnits()
Methods in org.eclipse.rdf4j.sail.lucene with parameters of type IRIModifier and TypeMethodDescriptionvoid
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
Deprecated.Highlights the given field or all fields if null.protected abstract Iterable<? extends DocumentScore>
void
LuceneSailConnection.removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)
void
Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type IRIModifierConstructorDescriptionDistanceQuerySpec(Literal from, IRI units, double dist, String distVar, IRI geoProperty, String geoVar, String subjectVar, Var contextVar)
QuerySpec(String matchesVarName, String propertyVarName, String scoreVarName, String snippetVarName, Resource subject, String queryString, IRI propertyURI)
QuerySpec(StatementPattern matchesPattern, StatementPattern queryPattern, StatementPattern propertyPattern, StatementPattern scorePattern, StatementPattern snippetPattern, StatementPattern typePattern, Resource subject, String queryString, IRI propertyURI)
-
Uses of IRI in org.eclipse.rdf4j.sail.lucene.config
Fields in org.eclipse.rdf4j.sail.lucene.config declared as IRI -
Uses of IRI in org.eclipse.rdf4j.sail.lucene.impl
Methods in org.eclipse.rdf4j.sail.lucene.impl with parameters of type IRIModifier and TypeMethodDescriptionprotected 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
Deprecated.protected Iterable<? extends DocumentScore>
Parse the passed query.Constructors in org.eclipse.rdf4j.sail.lucene.impl with parameters of type IRIModifierConstructorDescriptionLuceneDocumentDistance(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 IRIModifier and TypeMethodDescriptionstatic double
GeoUnits.fromDegrees(double degs, IRI units)
static double
GeoUnits.fromKilometres(double kms, IRI units)
static double
static double
static double
GeoUnits.toKilometres(double distance, IRI units)
static double
-
Uses of IRI in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory with parameters of type IRIModifier and TypeMethodDescriptionboolean
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 IRIModifier and TypeFieldDescriptionstatic IRI
MemoryStoreSchema.PERSIST
http://www.openrdf.org/config/sail/memory#persiststatic IRI
MemoryStoreSchema.SYNC_DELAY
http://www.openrdf.org/config/sail/memory#syncDelay -
Uses of IRI in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement IRIModifier and TypeClassDescriptionclass
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 IRIModifier and TypeMethodDescriptionMethods in org.eclipse.rdf4j.sail.memory.model with parameters of type IRIModifier and TypeMethodDescriptionMemValueFactory.createLiteral(String value, IRI datatype)
See getMemValue() for description.MemValueFactory.getOrCreateMemURI(IRI uri)
SeeMemValueFactory.getOrCreateMemValue(Value)
for description.Constructors in org.eclipse.rdf4j.sail.memory.model with parameters of type IRIModifierConstructorDescriptionCalendarMemLiteral(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 -
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf
Methods in org.eclipse.rdf4j.sail.nativerdf with parameters of type IRIModifier and TypeMethodDescriptionboolean
NativeStoreConnection.addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
protected void
NativeStoreConnection.addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)
ValueStore.createLiteral(String value, IRI datatype)
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 IRIModifier and TypeFieldDescriptionstatic IRI
NativeStoreSchema.FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSyncstatic IRI
NativeStoreSchema.NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSizestatic IRI
NativeStoreSchema.NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSizestatic IRI
NativeStoreSchema.TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexesstatic IRI
NativeStoreSchema.VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSizestatic IRI
NativeStoreSchema.VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize -
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf.model
Classes in org.eclipse.rdf4j.sail.nativerdf.model that implement IRIConstructors in org.eclipse.rdf4j.sail.nativerdf.model with parameters of type IRIModifierConstructorDescriptionNativeLiteral(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 IRIMethods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type IRIModifier and TypeMethodDescriptionShaclSail.getSupportedShaclPredicates()
Lists the predicates that have been implemented in the ShaclSail.Methods in org.eclipse.rdf4j.sail.shacl with parameters of type IRIModifier and TypeMethodDescriptionvoid
ShaclSailConnection.addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)
void
ShaclSailConnection.addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
ShaclSailConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
CloseableIteration<? extends Statement,SailException>
VerySimpleRdfsBackwardsChainingConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
ShaclSailConnection.hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
boolean
VerySimpleRdfsBackwardsChainingConnection.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)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type IRIModifier and TypeMethodDescriptionvoid
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
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 IRIModifierConstructorDescriptionClassConstraintComponent(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 IRIModifier and TypeMethodDescriptionvoid
AlternativePath.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
void
void
void
void
void
Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type IRIModifierConstructorDescriptionDatatypeFilter(PlanNode parent, IRI datatype)
ExternalPredicateObjectFilter(SailConnection connection, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, ExternalPredicateObjectFilter.FilterOn filterOn)
UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Function<Statement,ValidationTuple> mapper)
Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type IRIModifierConstructorDescriptionExternalFilterByPredicate(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, ExternalFilterByPredicate.On on)
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.targets
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets that return IRIModifier and TypeMethodDescriptionDashAllObjects.getPredicate()
DashAllSubjects.getPredicate()
RSXTargetShape.getPredicate()
abstract IRI
Target.getPredicate()
TargetClass.getPredicate()
TargetNode.getPredicate()
TargetObjectsOf.getPredicate()
TargetSubjectsOf.getPredicate()
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type IRIModifier and TypeMethodDescriptionvoid
void
DashAllSubjects.toModel(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection)
void
void
void
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 IRIModifierConstructorDescriptionTargetObjectsOf(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 declared as IRIModifier and TypeFieldDescriptionstatic IRI
ShaclSailSchema.CACHE_SELECT_NODES
http://rdf4j.org/config/sail/shacl#cacheSelectNodes
static IRI
ShaclSailSchema.DASH_DATA_SHAPES
static IRI
ShaclSailSchema.ECLIPSE_RDF4J_SHACL_EXTENSIONS
static IRI
ShaclSailSchema.GLOBAL_LOG_VALIDATION_EXECUTION
http://rdf4j.org/config/sail/shacl#globalLogValidationExecution
static IRI
ShaclSailSchema.LOG_VALIDATION_PLANS
http://rdf4j.org/config/sail/shacl#logValidationPlans
static IRI
ShaclSailSchema.LOG_VALIDATION_VIOLATIONS
http://rdf4j.org/config/sail/shacl#logValidationViolations
static IRI
ShaclSailSchema.PARALLEL_VALIDATION
http://rdf4j.org/config/sail/shacl#parallelValidation
static IRI
ShaclSailSchema.PERFORMANCE_LOGGING
http://rdf4j.org/config/sail/shacl#performanceLogging
static IRI
ShaclSailSchema.RDFS_SUB_CLASS_REASONING
http://rdf4j.org/config/sail/shacl#rdfsSubClassReasoning
static IRI
ShaclSailSchema.SERIALIZABLE_VALIDATION
http://rdf4j.org/config/sail/shacl#serializableValidation
static IRI
ShaclSailSchema.TRANSACTIONAL_VALIDATION_LIMIT
static IRI
ShaclSailSchema.VALIDATION_ENABLED
http://rdf4j.org/config/sail/shacl#validationEnabled
static IRI
ShaclSailSchema.VALIDATION_RESULTS_LIMIT_PER_CONSTRAINT
static IRI
ShaclSailSchema.VALIDATION_RESULTS_LIMIT_TOTAL
-
Uses of IRI in org.eclipse.rdf4j.sail.solr
Methods in org.eclipse.rdf4j.sail.solr with parameters of type IRIModifier and TypeMethodDescriptionprotected 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
Deprecated.Highlights the given field or all fields if null.protected Iterable<? extends DocumentScore>
Parse the passed query.Constructors in org.eclipse.rdf4j.sail.solr with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
Constructors in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder with parameters of type IRIModifier and TypeMethodDescriptionstatic PropertyPathBuilder
Append`|` path
to the path.Start the path withpredicate
.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 IRIModifier and TypeMethodDescriptionstatic Base
Create a SPARQL Base declarationstatic From
Create a default graph referencestatic From
Create a named graph referencestatic RdfPredicate
Deprecated.static RdfPredicate
Deprecated.static Prefix
Create a SPARQL Prefix declarationstatic Prefix
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 IRIModifier and TypeMethodDescriptionSet the base IRI of this querySpecify which graph to load formSpecify which graph to targetSpecify the query destination graphSpecify which graph to load into, if not the default graphSpecify the graph used when evaluating the WHERE clauseModifyQuery.usingNamed(IRI iri)
Specify a named graph to use to when evaluating the WHERE clauseDefine the graph that will be modified or matched against in the absence of more explicit graph definitions -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type IRIModifier and TypeMethodDescriptiondefault TriplePattern
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Boolean and converts them to BooleanLiteralsdefault TriplePattern
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Numbers and converts them to NumberLiteralsdefault TriplePattern
Convenience version ofTriplePattern.andHas(RdfPredicate, RdfObject...)
that takes Strings and converts them to StringLiteralsdefault TriplePattern
Add predicate-object lists describing this triple pattern's subjectstatic TriplePattern
static TriplePattern
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 IRIModifier and TypeMethodDescriptionUsing 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)add predicate-object lists to this collectioncreates a label-less blank node, identified by the supplied predicate-object listsdefault TriplePattern
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts Boolean objects into RdfLiteral instancesdefault TriplePattern
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts Number objects into RdfLiteral instancesdefault TriplePattern
Wrapper forRdfSubject.has(RdfPredicate, RdfObject...)
that converts String objects into RdfLiteral instancesdefault TriplePattern
Create a triple pattern from this subject and the given predicate and objectdefault TriplePattern
Create a triple pattern from this subject and the given predicate and objectstatic Iri
Create a SparqlBuilder Iri instance from anIRI
default TriplePattern
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 datatypestatic RdfPredicateObjectList
Rdf.predicateObjectList(IRI predicate, RdfObject... objects)
Create aRdfPredicateObjectList
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 IRIModifier and TypeMethodDescriptionArgument.getPredicate()
RuleProperty.getUri()
Template.getUri()
Argument.getValueType()
Methods in org.eclipse.rdf4j.spin that return types with arguments of type IRIModifier and TypeMethodDescriptionRuleProperty.getNextRules()
SpinParser.orderArguments(Set<IRI> args)
SpinParser.parseArguments(IRI moduleUri, TripleSource store)
SpinParser.parseRuleProperties(TripleSource store)
Methods in org.eclipse.rdf4j.spin with parameters of type IRIModifier and TypeMethodDescriptionprotected ParsedOperation
SpinParser.parse(Resource queryResource, IRI queryClass, TripleSource store)
SpinParser.parseArguments(IRI moduleUri, TripleSource store)
SpinParser.parseFunction(IRI funcUri, TripleSource store)
SpinParser.parseMagicProperty(IRI propUri, TripleSource store)
void
Resets/clears any cached information about the given URIs.static ConstraintViolationLevel
Returns the enum constant of this type with the specified name.Method parameters in org.eclipse.rdf4j.spin with type arguments of type IRIModifier and TypeMethodDescriptionSpinParser.orderArguments(Set<IRI> args)
void
RuleProperty.setNextRules(List<IRI> nextRules)
Constructors in org.eclipse.rdf4j.spin with parameters of type IRIConstructor parameters in org.eclipse.rdf4j.spin with type arguments of type IRIModifierConstructorDescriptionSpinParser(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 IRIMethods in org.eclipse.rdf4j.spin.function with parameters of type IRIModifier and TypeMethodDescriptionFunctionParser.parse(IRI uri, TripleSource store)
KnownFunctionParser.parse(IRI funcUri, TripleSource store)
KnownTupleFunctionParser.parse(IRI funcUri, TripleSource store)
SpinFunctionParser.parse(IRI funcUri, TripleSource store)
SpinTupleFunctionAsFunctionParser.parse(IRI funcUri, TripleSource store)
SpinTupleFunctionParser.parse(IRI funcUri, TripleSource store)
SpinxFunctionParser.parse(IRI funcUri, TripleSource store)
TupleFunctionParser.parse(IRI uri, TripleSource store)
void
SpinxFunction.setReturnType(IRI datatype)
Constructor parameters in org.eclipse.rdf4j.spin.function with type arguments of type IRIModifierConstructorDescriptionKnownFunctionParser(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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeMethodDescriptionRelationMapBuilder.buildOneToMany()
Builds a One-to-Many Map using the configuration of this builder.RelationMapBuilder.buildOneToMany()
Builds a One-to-Many Map using the configuration of this builder.RelationMapBuilder.buildOneToOne()
Builds a One-to-One Map using the configuration of this builder.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 IRIModifier and TypeMethodDescriptionRelationMapBuilder.withBinding(String key, IRI value)
RelationMapBuilder.withBinding(Variable key, IRI value)
RelationMapBuilder.withBindingMaybe(String key, IRI value)
RelationMapBuilder.withBindingMaybe(Variable key, IRI value)
-
Uses of IRI in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder
Methods in org.eclipse.rdf4j.spring.dao.support.bindingsBuilder with parameters of type IRIModifier and TypeMethodDescription -
Uses of IRI in org.eclipse.rdf4j.spring.dao.support.opbuilder
Methods in org.eclipse.rdf4j.spring.dao.support.opbuilder with parameters of type IRIModifier and TypeMethodDescriptionOperationBuilder.withBinding(String key, IRI value)
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 IRIModifier and TypeMethodDescriptionprotected IRI
ArtistDao.getInputId(Artist artist)
protected IRI
PaintingDao.getInputId(Painting painting)
Methods in org.eclipse.rdf4j.spring.demo.dao with parameters of type IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeFieldDescriptionstatic 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 IRIModifier and TypeMethodDescriptionPainting.getArtistId()
Artist.getId()
Painting.getId()
static IRI
Methods in org.eclipse.rdf4j.spring.demo.model with parameters of type IRI -
Uses of IRI in org.eclipse.rdf4j.spring.demo.service
Methods in org.eclipse.rdf4j.spring.demo.service that return IRIMethods in org.eclipse.rdf4j.spring.demo.service with parameters of type IRIModifier and TypeMethodDescriptionArtService.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 IRIModifier and TypeMethodDescriptionvoid
LoggingRepositoryConnection.add(Resource subject, IRI predicate, Value object, Resource... contexts)
LoggingRepositoryConnection.getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)
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 -
Uses of IRI in org.eclipse.rdf4j.spring.support
Methods in org.eclipse.rdf4j.spring.support that return IRIModifier and TypeMethodDescriptionRDF4JTemplate.getNewUUID()
Returns a UUID IRI (schema: 'urn:uuid').DefaultUUIDSource.nextUUID()
UUIDSource.nextUUID()
default IRI
Methods in org.eclipse.rdf4j.spring.support with parameters of type IRIModifier and TypeMethodDescriptionvoid
RDF4JTemplate.associate(IRI fromResource, IRI property, Collection<IRI> toResources, boolean deleteOtherOutgoing, boolean deleteOtherIcoming)
void
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 IRIModifier and TypeMethodDescriptionvoid
RDF4JTemplate.associate(IRI fromResource, IRI property, Collection<IRI> toResources, boolean deleteOtherOutgoing, boolean deleteOtherIcoming)
-
Uses of IRI in org.eclipse.rdf4j.spring.util
Methods in org.eclipse.rdf4j.spring.util that return IRIModifier and TypeMethodDescriptionstatic IRI
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
static IRI
static IRI
TypeMappingUtils.toIRIMaybe(String from)
Methods in org.eclipse.rdf4j.spring.util that return types with arguments of type IRIModifier and TypeMethodDescriptionQueryResultUtils.getIRIOptional(BindingSet resultRow, String varName)
QueryResultUtils.getIRIOptional(BindingSet resultRow, Variable var)
TypeMappingUtils.toIRI(Collection<String> from)
TypeMappingUtils.toIRIOptional(String from)
Methods in org.eclipse.rdf4j.spring.util with parameters of type IRIMethod parameters in org.eclipse.rdf4j.spring.util with type arguments of type IRIModifier and TypeMethodDescriptionTypeMappingUtils.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 -
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.predictable
Methods in org.eclipse.rdf4j.spring.uuidsource.predictable that return IRI -
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.sequence
Methods in org.eclipse.rdf4j.spring.uuidsource.sequence that return IRI -
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.simple
Methods in org.eclipse.rdf4j.spring.uuidsource.simple that return IRI -
Uses of IRI in org.eclipse.rdf4j.testsuite.model
Fields in org.eclipse.rdf4j.testsuite.model declared as IRI -
Uses of IRI in org.eclipse.rdf4j.testsuite.query.parser.sparql
Fields in org.eclipse.rdf4j.testsuite.query.parser.sparql declared as IRI -
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 IRIModifier and TypeMethodDescriptionSPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String,IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String,IRI> resultNamedGraphs)
protected void
Method parameters in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest with type arguments of type IRIModifier and TypeMethodDescriptionSPARQLUpdateConformanceTest.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 IRIModifierConstructorDescriptionSPARQL11UpdateComplianceTest(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 IRIModifierConstructorDescriptionSPARQL11UpdateComplianceTest(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 IRIModifier and TypeFieldDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifier and TypeFieldDescriptionprotected IRI
NegativeParserTest.testUri
protected IRI
PositiveParserTest.testUri
Constructors in org.eclipse.rdf4j.testsuite.rio with parameters of type IRIModifierConstructorDescriptionNegativeParserTest(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 IRIModifier and TypeFieldDescriptionprotected 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 IRIModifier and TypeMethodDescriptionprotected 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 IRIModifierConstructorDescriptionUploadTransaction(CountDownLatch completed, CountDownLatch otherTxnCommitted, IRI context, boolean rollback)
-
Uses of IRI in org.eclipse.rdf4j.workbench.util
Methods in org.eclipse.rdf4j.workbench.util that return IRIModifier and TypeMethodDescriptionGets the URI referred to by the parameter value.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 IRIModifier and TypeMethodDescriptionboolean
Determines whether the user with the given userName is allowed to update or delete the given query.boolean
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 IRIModifier and TypeFieldDescriptionstatic 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 IRIModifier and TypeMethodDescriptionprotected void
AbstractLuceneSailTest.assertQueryResult(String literal, IRI predicate, Resource resultUri)