Uses of Interface
org.eclipse.rdf4j.model.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
Rdf4J-Spring Tx
-
Uses of IRI in org.eclipse.rdf4j.examples.model.vocabulary
Modifier and TypeFieldDescriptionstatic final IRI
EX.ARTIST
Theex:Artist
class.static final IRI
EX.CREATOR_OF
Theex:creatorOf
property. -
Uses of IRI in org.eclipse.rdf4j.federated
Modifier 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
Modifier and TypeMethodDescriptionFedXApi.getStatements
(Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.federated.cache
Modifier 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
Modifier 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
ModifierConstructorDescriptionParallelGetStatementsTask
(ParallelExecutor<Statement> unionControl, Endpoint endpoint, Resource subj, IRI pred, Value obj, QueryInfo queryInfo, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.federated.repository
Modifier and TypeFieldDescriptionstatic final IRI
FedXRepositoryConfig.DATA_CONFIG
IRI of the property pointing to the FedX data configstatic final IRI
FedXRepositoryConfig.MEMBER
IRI of the property pointing to a federation member node -
Uses of IRI in org.eclipse.rdf4j.federated.structures
Modifier and TypeFieldDescriptionprotected final IRI
SubQuery.pred
protected final IRI
UnboundStatement.pred
Modifier and TypeMethodDescriptionFedXDataset.getDefaultInsertGraph()
UnboundStatement.getPredicate()
SubQuery.predicate()
Modifier and TypeMethodDescriptionFedXDataset.getDefaultGraphs()
FedXDataset.getDefaultRemoveGraphs()
FedXDataset.getNamedGraphs()
ModifierConstructorDescriptionQueryInfo
(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
Modifier and TypeFieldDescriptionstatic final 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 final IRI
Vocabulary.SD.ENDPOINT
static final IRI
Vocabulary.FEDX.REPOSITORY_LOCATION
static final IRI
Vocabulary.FEDX.REPOSITORY_NAME
static final IRI
Vocabulary.FEDX.REPOSITORY_SERVER
static final IRI
Vocabulary.SD.SERVICE_TYPE
static final IRI
Vocabulary.FEDX.STORE
static final IRI
Vocabulary.FEDX.SUPPORTS_ASK_QUERIES
static final IRI
Vocabulary.FEDX.WRITABLE
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionstatic IRI
Protocol.decodeURI
(String encodedValue, ValueFactory valueFactory) Decode a previously encoded URI. -
Uses of IRI in org.eclipse.rdf4j.http.protocol.transaction
-
Uses of IRI in org.eclipse.rdf4j.http.protocol.transaction.operations
ModifierConstructorDescriptionAddStatementOperation
(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
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionModel.predicates()
Returns aSet
view of the predicates contained in this model.Modifier 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
Modifier and TypeMethodDescriptionCoreDatatype.GEO.getIri()
CoreDatatype.getIri()
CoreDatatype.RDF.getIri()
CoreDatatype.XSD.getIri()
Modifier 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
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionNumericLiteral.getDatatype()
SimpleLiteral.getDatatype()
LinkedHashModel.ModelStatement.getPredicate()
SimpleStatement.getPredicate()
SimpleTriple.getPredicate()
Modifier 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) final 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) ModifierConstructorDescriptionprotected
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
Modifier 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 nameModifier 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.Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
ODRL2.ABSOLUTE_POSITION
odrl:absolutePositionstatic final IRI
ODRL2.ABSOLUTE_SIZE
odrl:absoluteSizestatic final IRI
odrl:absoluteSpatialPositionstatic final IRI
odrl:absoluteTemporalPositionstatic final 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 final IRI
SHACL.ABSTRACT_RESULT
sh:AbstractResultstatic final IRI
PROV.ACCEPT
prov:Acceptstatic final IRI
ODRL2.ACCEPT_TRACKING
odrl:acceptTrackingstatic final IRI
DCTERMS.ACCESS_RIGHTS
http://purl.org/dc/terms/accessRightsstatic final IRI
DCAT.ACCESS_SERVICE
dcat:accessServicestatic final IRI
DCAT.ACCESS_URL
dcat:accessURLstatic final IRI
FOAF.ACCOUNT
static final IRI
FOAF.ACCOUNT_NAME
static final IRI
static final IRI
DCTERMS.ACCRUAL_METHOD
http://purl.org/dc/terms/accrualMethodstatic final IRI
DCTERMS.ACCRUAL_PERIODICITY
http://purl.org/dc/terms/accrualPeriodicitystatic final IRI
DCTERMS.ACCRUAL_POLICY
http://purl.org/dc/terms/ accrualPolicystatic final IRI
VCARD4.ACQUAINTANCE
vcard:Acquaintancestatic final IRI
PROV.ACTED_ON_BEHALF_OF
prov:actedOnBehalfOfstatic final IRI
ODRL2.ACTION
odrl:Actionstatic final IRI
ODRL2.ACTION_PROP
odrl:actionstatic final IRI
PROV.ACTIVITY
prov:Activitystatic final IRI
PROV.ACTIVITY_INFLUENCE
prov:ActivityInfluencestatic final IRI
PROV.ACTIVITY_PROP
prov:activitystatic final IRI
ODRL2.AD_HOC_SHARE
Deprecated.static final IRI
SP.ADD
static final IRI
VCARD4.ADDITIONAL_NAME
vcard:additional-namestatic final IRI
LOCN.ADDRESS
locn:Addressstatic final IRI
VCARD4.ADDRESS
vcard:Addressstatic final IRI
LOCN.ADDRESS_AREA
locn:addressAreastatic final IRI
LOCN.ADDRESS_ID
locn:addressIdstatic final IRI
LOCN.ADDRESS_PROP
locn:addressstatic final IRI
LOCN.ADMIN_UNIT_L1
locn:adminUnitL1static final IRI
LOCN.ADMIN_UNIT_L2
locn:adminUnitL2static final IRI
VCARD4.ADR
vcard:adrstatic final IRI
TIME.AFTER
time:afterstatic final IRI
FOAF.AGE
static final IRI
DCTERMS.AGENT
http://purl.org/dc/terms/Agentstatic final IRI
FOAF.AGENT
static final IRI
PROV.AGENT
prov:Agentstatic final IRI
VCARD4.AGENT
vcard:Agentstatic final IRI
DCTERMS.AGENT_CLASS
http://purl.org/dc/terms/AgentClassstatic final IRI
PROV.AGENT_INFLUENCE
prov:AgentInfluencestatic final IRI
PROV.AGENT_PROP
prov:agentstatic final IRI
VCARD4.AGENT_PROP
Deprecated.static final IRI
ODRL2.AGGREGATE
odrl:aggregatestatic final IRI
SD.AGGREGATE
Aggregatestatic final 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 final IRI
ODRL2.AGREEMENT
odrl:Agreementstatic final IRI
FOAF.AIM_CHAT_ID
static final IRI
ODRL2.ALL
Deprecated.static final IRI
ODRL2.ALL_CONNECTIONS
Deprecated.static final IRI
ODRL2.ALL_GROUPS
Deprecated.static final IRI
SP.ALL_PROPERTY
http://spinrdf.org/sp#all Used in DROP and CLEAR.static final IRI
ODRL2.ALL2ND_CONNECTIONS
Deprecated.static final IRI
OWL.ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferentstatic final IRI
http://www.w3.org/2002/07/owl#AllDisjointClassesstatic final IRI
http://www.w3.org/2002/07/owl#AllDisjointPropertiesstatic final IRI
DASH.AllObjectsTarget
static final IRI
DASH.AllSubjectsTarget
static final IRI
OWL.ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFromstatic final IRI
RDF.ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Altstatic final IRI
WGS84.ALT
Thewgs84:alt
relation.static final IRI
SKOS.ALT_LABEL
The skos:altLabel lexical label property.static final IRI
SKOSXL.ALT_LABEL
The skosxl:altLabel property.static final IRI
http://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2.static final IRI
PROV.ALTERNATE_OF
prov:alternateOfstatic final IRI
DCTERMS.ALTERNATIVE
http://purl.org/dc/terms/alternativestatic final IRI
SHACL.ALTERNATIVE_PATH
sh:alternativePathstatic final IRI
ODRL2.AND
odrl:andstatic final IRI
SHACL.AND
sh:andstatic final IRI
SP.AND
static final IRI
SHACL.AND_CONSTRAINT_COMPONENT
sh:AndConstraintComponentstatic final IRI
sh:AndConstraintComponent-andstatic final IRI
ODRL2.AND_SEQUENCE
odrl:andSequencestatic final IRI
VCARD4.ANNIVERSARY
vcard:anniversarystatic final IRI
ODRL2.ANNOTATE
odrl:annotatestatic final IRI
http://www.w3.org/2002/07/owl#annotatedPropertystatic final IRI
OWL.ANNOTATEDSOURCE
http://www.w3.org/2002/07/owl#annotatedSourcestatic final IRI
OWL.ANNOTATEDTARGET
http://www.w3.org/2002/07/owl#annotatedTargetstatic final IRI
OWL.ANNOTATION
http://www.w3.org/2002/07/owl#Annotationstatic final IRI
SHACL.ANNOTATION_PROPERTY
sh:annotationPropertystatic final IRI
SHACL.ANNOTATION_VALUE
sh:annotationValuestatic final IRI
SHACL.ANNOTATION_VAR_NAME
sh:annotationVarNamestatic final IRI
http://www.w3.org/2002/07/owl#AnnotationPropertystatic final IRI
DOAP.ANON_ROOT
doap:anon-rootstatic final IRI
ODRL2.ANONYMIZE
odrl:anonymizestatic final IRI
XSD.ANYURI
http://www.w3.org/2001/XMLSchema#anyURIstatic final IRI
HYDRA.API_DOCUMENTATION
static final IRI
HYDRA.API_DOCUMENTATION_PROP
static final IRI
ODRL2.APPEND
Deprecated.static final IRI
ODRL2.APPEND_TO
Deprecated.static final IRI
DOAP.ARCH_REPOSITORY
doap:ArchRepositorystatic final IRI
ODRL2.ARCHIVE
odrl:archivestatic final IRI
SP.ARG_PROPERTY
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc.static final IRI
SPIN.ARG1_INSTANCE
static final IRI
http://spinrdf.org/sp#arg1 The first argument of a function call.static final IRI
SPIN.ARG2_INSTANCE
static final IRI
http://spinrdf.org/sp#arg2 The second argument of a function call.static final IRI
SPIN.ARG3_INSTANCE
static final IRI
http://spinrdf.org/sp#arg3 The third argument of a function call.static final IRI
SPIN.ARG4_INSTANCE
static final IRI
http://spinrdf.org/sp#arg4 The forth argument of a function call.static final IRI
SPIN.ARG5_INSTANCE
static final IRI
http://spinrdf.org/sp#arg5 The fifth argument of a function call.static final IRI
http://spinrdf.org/spl#Argument Provides metadata about an argument of a SPIN Function or Template.static final IRI
PROV.AS_IN_BUNDLE
prov:asInBundlestatic final IRI
SP.AS_PROPERTY
Deprecated.static final IRI
GEO.AS_WKT
static final IRI
SP.ASC_CLASS
http://spinrdf.org/sp#Asc Marker to indicate ascending order.static final IRI
LDP.ASCENDING
ldp:Ascendingstatic final IRI
SHACL.ASK
sh:askstatic final 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 final 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 final IRI
EARL.ASSERTEDBY
static final IRI
EARL.ASSERTION
static final IRI
ODRL2.ASSERTION
odrl:Assertionstatic final IRI
http://www.w3.org/2002/07/owl#assertionPropertystatic final IRI
EARL.ASSERTOR
static final IRI
ODRL2.ASSET
odrl:Assetstatic final IRI
ODRL2.ASSET_COLLECTION
odrl:AssetCollectionstatic final IRI
ODRL2.ASSET_SCOPE
Deprecated.static final IRI
ODRL2.ASSIGNEE
odrl:assigneestatic final IRI
ODRL2.ASSIGNEE_OF
odrl:assigneeOfstatic final IRI
ODRL2.ASSIGNER
odrl:assignerstatic final IRI
ODRL2.ASSIGNER_OF
odrl:assignerOfstatic final IRI
PROV.ASSOCIATION
prov:Associationstatic final IRI
http://www.w3.org/2002/07/owl#AsymmetricPropertystatic final IRI
PROV.AT_LOCATION
prov:atLocationstatic final IRI
PROV.AT_TIME
prov:atTimestatic final IRI
ODRL2.ATTACH_POLICY
Deprecated.static final IRI
ODRL2.ATTACH_SOURCE
Deprecated.static final IRI
ODRL2.ATTRIBUTE
odrl:attributestatic final IRI
ODRL2.ATTRIBUTED_PARTY
odrl:attributedPartystatic final IRI
ODRL2.ATTRIBUTING_PARTY
odrl:attributingPartystatic final IRI
PROV.ATTRIBUTION
prov:Attributionstatic final IRI
DCTERMS.AUDIENCE
http://purl.org/dc/terms/audiencestatic final IRI
DOAP.AUDIENCE
doap:audiencestatic final IRI
EARL.AUTOMATIC
static final IRI
DCTERMS.AVAILABLE
http://purl.org/dc/terms/availablestatic final IRI
available graph descriptionsstatic final IRI
SP.AVG_CLASS
http://spinrdf.org/sp#Avg Represents AVG aggregations.static final IRI
OWL.AXIOM
http://www.w3.org/2002/07/owl#Axiomstatic final IRI
http://www.w3.org/2002/07/owl#backwardCompatibleWithstatic final IRI
RDF.BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bagstatic final IRI
XSD.BASE64BINARY
http://www.w3.org/2001/XMLSchema#base64Binarystatic final IRI
ORG.BASED_AT
void:basedAtstatic final IRI
FOAF.BASED_NEAR
static final IRI
LDP.BASIC_CONTAINER
ldp:BasicContainerstatic final IRI
Basic Federated Querystatic final IRI
DOAP.BAZAAR_BRANCH
doap:BazaarBranchstatic final IRI
DCAT.BBOX
dcat:bboxstatic final IRI
VCARD4.BBS
Deprecated.static final IRI
VCARD4.BDAY
vcard:bdaystatic final IRI
TIME.BEFORE
time:beforestatic final IRI
DCTERMS.BIBLIOGRAPHIC_CITATION
http://purl.org/dc/terms/bibliographicCitationstatic final IRI
DCTERMS.BIBLIOGRAPHIC_RESOURCE
http://purl.org/dc/terms/BibliographicResourcestatic final IRI
SP.BIND_CLASS
http://spinrdf.org/sp#Bind A BIND element.static final IRI
static final IRI
FOAF.BIRTHDAY
static final IRI
DOAP.BKREPOSITORY
doap:BKRepositorystatic final IRI
SHACL.BLANK_NODE
sh:BlankNodestatic final IRI
SHACL.BLANK_NODE_OR_IRI
sh:BlankNodeOrIRIstatic final IRI
SHACL.BLANK_NODE_OR_LITERAL
sh:BlankNodeOrLiteralstatic final IRI
DOAP.BLOG
doap:blogstatic final IRI
SP.BNODE
static IRI
SPIN.BODY_PROPERTY
http://spinrdf.org/spin#body The body of a Function or Template.static final IRI
XSD.BOOLEAN
http://www.w3.org/2001/XMLSchema#booleanstatic final IRI
http://www.w3.org/2002/07/owl#bottomDataPropertystatic final IRI
http://www.w3.org/2002/07/owl#bottomObjectPropertystatic final IRI
SP.BOUND
static final IRI
GEOF.BOUNDARY
static final IRI
DCTERMS.BOX
http://purl.org/dc/terms/Boxstatic final IRI
SKOS.BROAD_MATCH
The skos:broadMatch relation.static final IRI
SKOS.BROADER
The skos:broader relation.static final IRI
SKOS.BROADER_TRANSITIVE
The skos:broaderTransitive relation.static final IRI
DOAP.BROWSE
doap:browsestatic final IRI
GEOF.BUFFER
static final IRI
DOAP.BUG_DATABASE
doap:bug-databasestatic final IRI
static final IRI
SPIF.BUILD_URI_FUNCTION
static final IRI
PROV.BUNDLE
prov:Bundlestatic final IRI
XSD.BYTE
http://www.w3.org/2001/XMLSchema#bytestatic final IRI
DCAT.BYTE_SIZE
dcat:byteSizestatic final IRI
SPIF.CAN_INVOKE_FUNCTION
static final IRI
EARL.CANNOTTELL
static final IRI
VCARD4.CAR
Deprecated.static final IRI
OWL.CARDINALITY
http://www.w3.org/2002/07/owl#cardinalitystatic final IRI
SPIF.CAST_FUNCTION
static final IRI
DCAT.CATALOG
dcat:Catalogstatic final IRI
DCAT.CATALOG_RECORD
dcat:CatalogRecordstatic final IRI
DOAP.CATEGORY
doap:categorystatic final IRI
VCARD4.CATEGORY
vcard:categorystatic final IRI
VCARD4.CELL
vcard:Cellstatic final IRI
DCAT.CENTROID
dcat:centroidstatic final IRI
ORG.CHANGE_EVENT
void:ChangeEventstatic final IRI
SKOS.CHANGE_NOTE
The skos:changeNote property.static final IRI
ORG.CHANGED_BY
void:changedBystatic final IRI
VANN.CHANGES
A reference to a resource that describes changes between this version of a vocabulary and the previous.static final IRI
VCARD4.CHILD
vcard:Childstatic final IRI
HYDRA.CLASS
static final IRI
OWL.CLASS
http://www.w3.org/2002/07/owl#Classstatic final IRI
RDFS.CLASS
http://www.w3.org/2000/01/rdf-schema#Classstatic final IRI
SHACL.CLASS
sh:classstatic final IRI
VCARD4.CLASS
Deprecated.static final IRI
VOID.CLASS
void:classstatic final IRI
sh:ClassConstraintComponentstatic final IRI
sh:ClassConstraintComponent-classstatic final IRI
VOID.CLASS_PARTITION
void:classPartitionstatic final IRI
VOID.CLASSES
void:classesstatic final IRI
ORG.CLASSIFICATION
void:classificationstatic final IRI
SP.CLEAR_CLASS
http://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph.static final IRI
SKOS.CLOSE_MATCH
The skos:closeMatch relation.static final IRI
SHACL.CLOSED
sh:closedstatic final IRI
sh:ClosedConstraintComponentstatic final IRI
sh:ClosedConstraintComponent-closedstatic final IRI
sh:ClosedConstraintComponent-ignoredPropertiesstatic final IRI
SP.COALESCE
static final IRI
VCARD4.COLLEAGUE
vcard:Colleaguestatic final IRI
HYDRA.COLLECTION
static final IRI
PROV.COLLECTION
prov:Collectionstatic final IRI
SKOS.COLLECTION
The skos:Collection classstatic final 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 final 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 final IRI
RDFS.COMMENT
http://www.w3.org/2000/01/rdf-schema#commentstatic final IRI
ODRL2.COMMERCIALIZE
Deprecated.static final IRI
PROV.COMMUNICATION
prov:Communicationstatic final IRI
ODRL2.COMPENSATE
odrl:compensatestatic final IRI
ODRL2.COMPENSATED_PARTY
odrl:compensatedPartystatic final IRI
ODRL2.COMPENSATING_PARTY
odrl:compensatingPartystatic final IRI
OWL.COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOfstatic final IRI
DCAT.COMPRESS_FORMAT
dcat:compressFormatstatic final IRI
APF.CONCAT
static final IRI
FN.CONCAT
fn:concatstatic final IRI
SKOS.CONCEPT
The skos:Concept classstatic final IRI
SKOS.CONCEPT_SCHEME
The skos:ConceptScheme classstatic final IRI
ODRL2.CONCURRENT_USE
odrl:concurrentUsestatic final IRI
ODRL2.CONFLICT
odrl:conflictstatic final IRI
ODRL2.CONFLICT_TERM
odrl:ConflictTermstatic final IRI
SHACL.CONFORMS
sh:conformsstatic final IRI
DCTERMS.CONFORMS_TO
http://purl.org/dc/terms/conformsTostatic final IRI
ODRL2.CONSENTED_PARTY
odrl:consentedPartystatic final IRI
ODRL2.CONSENTING_PARTY
odrl:consentingPartystatic final IRI
ODRL2.CONSEQUENCE
odrl:consequencestatic final IRI
LDP.CONSTRAINED_BY
ldp:constrainedBystatic final IRI
ODRL2.CONSTRAINT
odrl:Constraintstatic final IRI
SHACL.CONSTRAINT_COMPONENT
sh:ConstraintComponentstatic final 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 final IRI
SHACL.CONSTRUCT
sh:constructstatic final 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 final 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 final IRI
VCARD4.CONTACT
vcard:Contactstatic final IRI
DCAT.CONTACT_POINT
dcat:contactPointstatic final IRI
LDP.CONTAINER
ldp:Containerstatic final IRI
RDFS.CONTAINER
http://www.w3.org/2000/01/rdf-schema#Containerstatic final IRI
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipPropertystatic final IRI
FN.CONTAINS
fn:containsstatic final IRI
LDP.CONTAINS
ldp:containsstatic final IRI
ODRL2.CONTRACTED_PARTY
odrl:contractedPartystatic final IRI
ODRL2.CONTRACTING_PARTY
odrl:contractingPartystatic final IRI
PROV.CONTRIBUTE
prov:Contributestatic final IRI
DC.CONTRIBUTOR
dc:contributorstatic final IRI
DCTERMS.CONTRIBUTOR
http://purl.org/dc/terms/contributorstatic final IRI
PROV.CONTRIBUTOR
prov:Contributorstatic final IRI
static final IRI
GEOF.CONVEX_HULL
static final IRI
ODRL2.COPY
Deprecated.static final IRI
PROV.COPYRIGHT
prov:Copyrightstatic final IRI
VCARD4.CORESIDENT
vcard:Coresidentstatic final IRI
ODRL2.COUNT
odrl:countstatic final IRI
SP.COUNT_CLASS
http://spinrdf.org/sp#Count Counts the number of times a variable is used.static final IRI
VCARD4.COUNTRY_NAME
vcard:country-namestatic final IRI
DC.COVERAGE
dc:coveragestatic final IRI
DCTERMS.COVERAGE
http://purl.org/dc/terms/coveragestatic final IRI
VCARD4.COWORKER
vcard:Coworkerstatic final IRI
PROV.CREATE
prov:Createstatic final 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 final IRI
DCTERMS.CREATED
http://purl.org/dc/terms/createdstatic final IRI
DOAP.CREATED
doap:createdstatic final IRI
DC.CREATOR
dc:creatorstatic final IRI
DCTERMS.CREATOR
http://purl.org/dc/terms/creatorstatic final IRI
PROV.CREATOR
prov:Creatorstatic final IRI
VCARD4.CRUSH
vcard:Crushstatic final IRI
FOAF.CURRENT_PROJECT
static final IRI
static final IRI
DOAP.CVSREPOSITORY
doap:CVSRepositorystatic final IRI
DOAP.DARCS_REPOSITORY
doap:DarcsRepositorystatic final IRI
VOID.DATA_DUMP
void:dataDumpstatic final IRI
static final IRI
DCAT.DATA_SERVICE
dcat:DataServicestatic final IRI
ODRL2.DATA_TYPE
odrl:dataTypestatic final IRI
RSX.dataGraph
static final IRI
OWL.DATARANGE
http://www.w3.org/2002/07/owl#DataRangestatic final IRI
DCAT.DATASET
dcat:Datasetstatic final IRI
SD.DATASET
Datasetstatic final IRI
VOID.DATASET
void:Datasetstatic final IRI
VOID.DATASET_DESCRIPTION
void:DatasetDescriptionstatic final IRI
RDFS.DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatypestatic final IRI
SHACL.DATATYPE
sh:datatypestatic final IRI
SP.DATATYPE
static final IRI
sh:DatatypeConstraintComponentstatic final IRI
sh:DatatypeConstraintComponent-datatypestatic final IRI
http://www.w3.org/2002/07/owl#datatypeComplementOfstatic final IRI
OWL.DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypePropertystatic final IRI
DC.DATE
dc:datestatic final IRI
DCTERMS.DATE
http://purl.org/dc/terms/datestatic final IRI
VCARD4.DATE
vcard:Datestatic final IRI
XSD.DATE
http://www.w3.org/2001/XMLSchema#datestatic final IRI
DCTERMS.DATE_ACCEPTED
http://purl.org/dc/terms/dateAcceptedstatic final IRI
DCTERMS.DATE_COPYRIGHTED
http://purl.org/dc/terms/dateCopyrightedstatic final IRI
SPIF.DATE_FORMAT_FUNCTION
static final IRI
DCTERMS.DATE_SUBMITTED
http://purl.org/dc/terms/dateSubmittedstatic final IRI
ODRL2.DATE_TIME
odrl:dateTimestatic final IRI
time:DateTimeDescriptionstatic final IRI
TIME.DATE_TIME_INTERVAL
time:DateTimeIntervalstatic final IRI
XSD.DATETIME
http://www.w3.org/2001/XMLSchema#dateTimestatic final IRI
XSD.DATETIMESTAMP
http://www.w3.org/2001/XMLSchema#dateTimeStampstatic final IRI
TIME.DAY
time:daystatic final IRI
fn:day-from-dateTimestatic final IRI
TIME.DAY_OF_WEEK
time:DayOfWeekstatic final IRI
TIME.DAY_OF_WEEK_PROP
time:dayOfWeekstatic final IRI
TIME.DAY_OF_YEAR
time:dayOfYearstatic final IRI
TIME.DAYS
time:daysstatic final IRI
XSD.DAYTIMEDURATION
http://www.w3.org/2001/XMLSchema#dayTimeDurationstatic final IRI
DCTERMS.DCMI_TYPE
http://purl.org/dc/terms/DCMITypestatic final IRI
DCTERMS.DDC
http://purl.org/dc/terms/DDCstatic final IRI
SHACL.DEACTIVATED
sh:deactivatedstatic final IRI
XSD.DECIMAL
http://www.w3.org/2001/XMLSchema#decimalstatic final IRI
static final IRI
SHACL.DECLARE
sh:declarestatic final IRI
SPIF.DECODE_URL_FUNCTION
static final IRI
default dataset descriptionstatic final IRI
default entailment regimestatic final IRI
default graphstatic final IRI
http://spinrdf.org/sp#default Used in DROP and CLEAR.static final IRI
default supported entailment profilestatic final IRI
SHACL.DEFAULT_VALUE
sh:defaultValuestatic final IRI
http://spinrdf.org/spl#defaultValuestatic final IRI
SKOS.DEFINITION
The skos:definition property.static final IRI
ODRL2.DELAY_PERIOD
odrl:delayPeriodstatic final IRI
PROV.DELEGATION
prov:Delegationstatic final IRI
SP.Delete
Deprecated.static final IRI
ODRL2.DELETE
odrl:deletestatic final IRI
SP.DELETE_CLASS
Deprecated.static final IRI
http://spinrdf.org/sp#DeleteData An Update operation to delete specific triples.static final IRI
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify operation.static final 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 final IRI
ODRL2.DELIVERY_CHANNEL
odrl:deliveryChannelstatic final IRI
FOAF.DEPICTION
static final IRI
FOAF.DEPICTS
static final IRI
OWL.DEPRECATED
http://www.w3.org/2002/07/owl#deprecatedstatic final IRI
OWL.DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClassstatic final IRI
http://www.w3.org/2002/07/owl#DeprecatedPropertystatic final IRI
Dereferences URIsstatic final IRI
PROV.DERIVATION
prov:Derivationstatic final IRI
ODRL2.DERIVE
odrl:derivestatic final IRI
prov:derivedByInsertionFromstatic final IRI
prov:derivedByRemovalFromstatic final IRI
SHACL.DERIVED_VALUES
sh:derivedValuesstatic final IRI
sh:DerivedValuesConstraintComponentstatic final IRI
SP.DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order.static final IRI
LDP.DESCENDING
ldp:Descendingstatic final IRI
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.static final IRI
PROV.DESCRIBES_SERVICE
prov:describesServicestatic final IRI
DC.DESCRIPTION
dc:descriptionstatic final IRI
DCTERMS.DESCRIPTION
http://purl.org/dc/terms/descriptionstatic final IRI
DOAP.DESCRIPTION
doap:descriptionstatic final IRI
HYDRA.DESCRIPTION
static final IRI
SHACL.DESCRIPTION
sh:descriptionstatic final IRI
SHACL.DETAIL
sh:detailstatic final IRI
DOAP.DEVELOPER
doap:developerstatic final IRI
DOAP.DEVELOPER_FORUM
doap:developer-forumstatic final IRI
ODRL2.DEVICE
Deprecated.static final IRI
PROV.DICTIONARY
prov:Dictionarystatic final IRI
PROV.DICTIONARY_PROP
prov:dictionarystatic final IRI
GEOF.DIFFERENCE
static final IRI
OWL.DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFromstatic final IRI
ODRL2.DIGITIZE
odrl:digitizestatic final IRI
LDP.DIRECT_CONTAINER
ldp:DirectContainerstatic final IRI
PROV.DIRECT_QUERY_SERVICE
prov:DirectQueryServicestatic final IRI
SESAME.DIRECTSUBCLASSOF
http://www.openrdf.org/schema/sesame#directSubClassOfstatic final IRI
SESAME.DIRECTSUBPROPERTYOF
http://www.openrdf.org/schema/sesame#directSubPropertyOfstatic final IRI
SESAME.DIRECTTYPE
http://www.openrdf.org/schema/sesame#directTypestatic final IRI
SHACL.DISJOINT
sh:disjointstatic final IRI
sh:DisjointConstraintComponentstatic final IRI
sh:DisjointConstraintComponent-disjointstatic final IRI
OWL.DISJOINTUNIONOF
http://www.w3.org/2002/07/owl#disjointUnionOfstatic final IRI
OWL.DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWithstatic final IRI
ODRL2.DISPLAY
odrl:displaystatic final IRI
GEOF.DISTANCE
static final IRI
VOID.DISTINCT_OBJECTS
void:distinctObjectsstatic final IRI
http://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT.static final IRI
VOID.DISTINCT_SUBJECTS
void:distinctSubjectsstatic final IRI
OWL.DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembersstatic final IRI
ODRL2.DISTRIBUTE
odrl:distributestatic final IRI
DCAT.DISTRIBUTION
dcat:Distributionstatic final IRI
SP.DIVIDE
static final IRI
FOAF.DNA_CHECKSUM
static final IRI
FOAF.DOCUMENT
static final IRI
http://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation.static final IRI
DOAP.DOCUMENTER
doap:documenterstatic final IRI
VOID.DOCUMENTS
void:documentsstatic final IRI
VCARD4.DOM
Deprecated.static final IRI
RDFS.DOMAIN
http://www.w3.org/2000/01/rdf-schema#domainstatic final IRI
XSD.DOUBLE
http://www.w3.org/2001/XMLSchema#doublestatic final IRI
DOAP.DOWNLOAD_MIRROR
doap:download-mirrorstatic final IRI
DOAP.DOWNLOAD_PAGE
doap:download-pagestatic final IRI
DCAT.DOWNLOAD_URL
dcat:downloadURLstatic final IRI
SP.DROP_CLASS
http://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store.static final IRI
TIME.DURATION
time:Durationstatic final IRI
XSD.DURATION
http://www.w3.org/2001/XMLSchema#durationstatic final IRI
TIME.DURATION_DESCRIPTION
time:DurationDescriptionstatic final IRI
ODRL2.DUTY
odrl:Dutystatic final IRI
ODRL2.DUTY_PROP
odrl:dutystatic final IRI
SKOS.EDITORIAL_NOTE
The skos:editorialNote property.static final IRI
DCTERMS.EDUCATION_LEVEL
http://purl.org/dc/terms/educationLevelstatic final IRI
GEOF.EH_CONTAINS
static final IRI
GEOF.EH_COVERED_BY
static final IRI
GEOF.EH_COVERS
static final IRI
GEOF.EH_DISJOINT
static final IRI
GEOF.EH_EQUALS
static final IRI
GEOF.EH_INSIDE
static final IRI
GEOF.EH_MEET
static final IRI
GEOF.EH_OVERLAP
static final IRI
ODRL2.ELAPSED_TIME
odrl:elapsedTimestatic final IRI
http://spinrdf.org/sp#Element An abstract base class for all pattern elements.static final IRI
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.static final IRI
http://spinrdf.org/sp#ElementList A list of Elements.static final IRI
http://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element.static final IRI
VCARD4.EMAIL
Deprecated.static final IRI
VCARD4.EMAIL_PROP
vcard:emailstatic final IRI
VCARD4.EMERGENCY
vcard:Emergencystatic final IRI
PROV.EMPTY_COLLECTION
prov:EmptyCollectionstatic final IRI
PROV.EMPTY_DICTIONARY
prov:EmptyDictionarystatic final IRI
SD.EMPTY_GRAPHS
Empty Graphsstatic final IRI
fn:encode-for-uristatic final IRI
SPIF.ENCODE_URL_FUNCTION
static final IRI
PROV.END
prov:Endstatic final IRI
DCAT.END_DATE
dcat:endDatestatic final IRI
PROV.ENDED_AT_TIME
prov:endedAtTimestatic final IRI
SD.ENDPOINT
endpointstatic final IRI
DCAT.ENDPOINT_DESCRIPTION
dcat:endpointDescriptionstatic final IRI
DCAT.ENDPOINT_URL
dcat:endpointURLstatic final IRI
FN.ENDS_WITH
fn:ends-withstatic final IRI
ODRL2.ENSURE_EXCLUSIVITY
odrl:ensureExclusivitystatic final IRI
Entailment Profilestatic final IRI
Entailment Regimestatic final IRI
entailment regimestatic final IRI
VOID.ENTITIES
void:entitiesstatic final IRI
XSD.ENTITIES
http://www.w3.org/2001/XMLSchema#ENTITIESstatic final IRI
PROV.ENTITY
prov:Entitystatic final IRI
XSD.ENTITY
http://www.w3.org/2001/XMLSchema#ENTITYstatic final IRI
PROV.ENTITY_INFLUENCE
prov:EntityInfluencestatic final IRI
PROV.ENTITY_PROP
prov:entitystatic final IRI
HYDRA.ENTRYPOINT
static final IRI
GEOF.ENVELOPE
static final IRI
ODRL2.EQ
odrl:eqstatic final IRI
SP.EQ
static final IRI
SHACL.EQUALS
sh:equalsstatic final IRI
sh:EqualsConstraintComponentstatic final IRI
sh:EqualsConstraintComponent-equalsstatic final IRI
OWL.EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClassstatic final IRI
http://www.w3.org/2002/07/owl#equivalentPropertystatic final IRI
HYDRA.ERROR
static final IRI
static final IRI
SPIN.EVAL_CLASS
Deprecated.static final IRI
SPIN.EVAL_FUNCTION
http://spinrdf.org/spin#eval Evaluates a given SPIN expression or SELECT or ASK query, and returns its result.static final IRI
ODRL2.EVENT
odrl:eventstatic final IRI
WGS84.EVENT
Thewgs84:Event
class.static final IRI
SKOS.EXACT_MATCH
The skos:exactMatch relation.static final IRI
SKOS.EXAMPLE
The skos:example property.static final IRI
VANN.EXAMPLE
A reference to a resource that provides an example of how this resource can be used.static final IRI
VOID.EXAMPLE_RESOURCE
void:exampleResourcestatic final IRI
ODRL2.EXECUTE
odrl:executestatic final IRI
SP.EXISTS
static final IRI
HYDRA.EXPECTS
static final IRI
HYDRA.EXPECTS_HEADER
static final IRI
ODRL2.EXPORT
Deprecated.static final IRI
http://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment.static final IRI
VCARD4.EXTENDED_ADDRESS
Deprecated.static final IRI
extension aggregatestatic final IRI
extension functionstatic final IRI
DCTERMS.EXTENT
http://purl.org/dc/terms/extentstatic final IRI
ODRL2.EXTRACT
odrl:extractstatic final IRI
ODRL2.EXTRACT_CHAR
Deprecated.static final IRI
ODRL2.EXTRACT_PAGE
Deprecated.static final IRI
ODRL2.EXTRACT_WORD
Deprecated.static final IRI
EARL.FAIL
static final IRI
ODRL2.FAILURE
odrl:failurestatic final IRI
FOAF.FAMILY_NAME
static final IRI
VCARD4.FAMILY_NAME
vcard:family-namestatic final IRI
FOAF.FAMILYNAME
Deprecated.Use FAMILY_NAME instead for new statementsstatic final IRI
static final IRI
VCARD4.FAX
vcard:Faxstatic final IRI
VOID.FEATURE
void:featurestatic final IRI
Featurestatic final IRI
featurestatic final IRI
VCARD4.FEMALE
vcard:Femalestatic final IRI
DCTERMS.FILE_FORMAT
http://purl.org/dc/terms/FileFormatstatic final IRI
ODRL2.FILE_FORMAT
odrl:fileFormatstatic final IRI
DOAP.FILE_RELEASE
doap:file-releasestatic final IRI
SP.FILTER_CLASS
http://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false.static final IRI
HYDRA.FIRST
static final IRI
RDF.FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#firststatic final 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 final IRI
SHACL.FLAGS
sh:flagsstatic final IRI
XSD.FLOAT
http://www.w3.org/2001/XMLSchema#floatstatic final IRI
VCARD4.FN
vcard:fnstatic final IRI
FOAF.FOCUS
static final IRI
SHACL.FOCUS_NODE
sh:focusNodestatic final IRI
SPIF.FOR_EACH_PROPERTY
static final IRI
SPIF.FOR_PROPERTY
static final IRI
void:FormalOrganizationstatic final IRI
DC.FORMAT
dc:formatstatic final IRI
DCTERMS.FORMAT
http://purl.org/dc/terms/formatstatic final IRI
HYDRA.FREETEXT_QUERY
static final IRI
DCTERMS.FREQUENCY
http://purl.org/dc/terms/Frequencystatic final IRI
TIME.FRIDAY
time:Fridaystatic final IRI
VCARD4.FRIEND
vcard:Friendstatic final IRI
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL).static final IRI
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL).static final IRI
LOCN.FULL_ADDRESS
locn:fullAddressstatic final IRI
ODRL2.FUNCTION
odrl:functionstatic final IRI
SD.FUNCTION
Functionstatic final 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 final 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 final IRI
FOAF.FUNDED_BY
static final IRI
XSD.GDAY
http://www.w3.org/2001/XMLSchema#gDaystatic final IRI
SP.GE
static final IRI
FOAF.GEEKCODE
static final IRI
FOAF.GENDER
static final IRI
VCARD4.GENDER
vcard:Genderstatic final IRI
time:GeneralDateTimeDescriptionstatic final IRI
time:GeneralDurationDescriptionstatic final IRI
static final IRI
PROV.GENERATED
prov:generatedstatic final IRI
PROV.GENERATED_AT_TIME
prov:generatedAtTimestatic final IRI
PROV.GENERATION
prov:Generationstatic final IRI
VCARD4.GEO
vcard:geostatic final IRI
LOCN.GEOGRAPHIC_NAME
locn:geographicNamestatic final IRI
LOCN.GEOMETRY
locn:Geometrystatic final IRI
LOCN.GEOMETRY_PROP
locn:geometrystatic final IRI
GEOF.GET_SRID
static final IRI
DOAP.GIT_BRANCH
doap:GitBranchstatic final IRI
DOAP.GIT_REPOSITORY
doap:GitRepositorystatic final IRI
ODRL2.GIVE
odrl:givestatic final IRI
FOAF.GIVEN_NAME
static final IRI
VCARD4.GIVEN_NAME
vcard:given-namestatic final IRI
FOAF.GIVENNAME
Deprecated.Use GIVEN_NAME instead for new statementsstatic final IRI
XSD.GMONTH
http://www.w3.org/2001/XMLSchema#gMonthstatic final IRI
XSD.GMONTHDAY
http://www.w3.org/2001/XMLSchema#gMonthDaystatic final IRI
ODRL2.GRANT_USE
odrl:grantUsestatic final IRI
SD.GRAPH_CLASS
Graphstatic final IRI
Graph Collectionstatic final IRI
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations.static final IRI
http://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph.static final IRI
graphstatic final IRI
FOAF.GROUP
static final IRI
ODRL2.GROUP
Deprecated.static final IRI
SHACL.GROUP
sh:groupstatic final IRI
VCARD4.GROUP
vcard:Groupstatic final IRI
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions.static final IRI
static final IRI
ODRL2.GT
odrl:gtstatic final IRI
SP.GT
static final IRI
ODRL2.GTEQ
odrl:gteqstatic final IRI
XSD.GYEAR
http://www.w3.org/2001/XMLSchema#gYearstatic final IRI
XSD.GYEARMONTH
http://www.w3.org/2001/XMLSchema#gYearMonthstatic final IRI
PROV.HAD_ACTIVITY
prov:hadActivitystatic final IRI
prov:hadDictionaryMemberstatic final IRI
PROV.HAD_GENERATION
prov:hadGenerationstatic final IRI
PROV.HAD_MEMBER
prov:hadMemberstatic final IRI
PROV.HAD_PLAN
prov:hadPlanstatic final IRI
PROV.HAD_PRIMARY_SOURCE
prov:hadPrimarySourcestatic final IRI
DCAT.HAD_ROLE
dcat:hadRolestatic final IRI
PROV.HAD_ROLE
prov:hadRolestatic final IRI
PROV.HAD_USAGE
prov:hadUsagestatic final IRI
VCARD4.HAS_ADDITIONAL_NAME
vcard:hasAdditionalNamestatic final IRI
VCARD4.HAS_ADDRESS
vcard:hasAddressstatic final IRI
static final IRI
PROV.HAS_ANCHOR
prov:has_anchorstatic final IRI
TIME.HAS_BEGINNING
time:hasBeginningstatic final IRI
VCARD4.HAS_CALENDAR_BUSY
vcard:hasCalendarBusystatic final IRI
VCARD4.HAS_CALENDAR_LINK
vcard:hasCalendarLinkstatic final IRI
VCARD4.HAS_CALENDAR_REQUEST
vcard:hasCalendarRequeststatic final IRI
DCAT.HAS_CATALOG
dcat:catalogstatic final IRI
VCARD4.HAS_CATEGORY
vcard:hasCategorystatic final IRI
VCARD4.HAS_COUNTRY_NAME
vcard:hasCountryNamestatic final IRI
DCAT.HAS_DATASET
dcat:datasetstatic final IRI
time:hasDateTimeDescriptionstatic final IRI
DCAT.HAS_DISTRIBUTION
dcat:distributionstatic final IRI
TIME.HAS_DURATION
time:hasDurationstatic final IRI
time:hasDurationDescriptionstatic final IRI
VCARD4.HAS_EMAIL
vcard:hasEmailstatic final IRI
TIME.HAS_END
time:hasEndstatic final IRI
VCARD4.HAS_FAMILY_NAME
vcard:hasFamilyNamestatic final IRI
VCARD4.HAS_FN
vcard:hasFNstatic final IRI
DCTERMS.HAS_FORMAT
http://purl.org/dc/terms/hasFormatstatic final IRI
VCARD4.HAS_GENDER
vcard:hasGenderstatic final IRI
VCARD4.HAS_GEO
vcard:hasGeostatic final IRI
VCARD4.HAS_GIVEN_NAME
vcard:hasGivenNamestatic final IRI
VCARD4.HAS_HONORIFIC_PREFIX
vcard:hasHonorificPrefixstatic final IRI
VCARD4.HAS_HONORIFIC_SUFFIX
vcard:hasHonorificSuffixstatic final IRI
VCARD4.HAS_INSTANT_MESSAGE
vcard:hasInstantMessagestatic final IRI
VCARD4.HAS_KEY
vcard:hasKeystatic final IRI
VCARD4.HAS_LANGUAGE
vcard:hasLanguagestatic final IRI
VCARD4.HAS_LOCALITY
vcard:hasLocalitystatic final IRI
VCARD4.HAS_LOGO
vcard:hasLogostatic final IRI
ORG.HAS_MEMBER
void:hasMemberstatic final IRI
VCARD4.HAS_MEMBER
vcard:hasMemberstatic final IRI
ldp:hasMemberRelationstatic final IRI
ORG.HAS_MEMBERSHIP
void:hasMembershipstatic final IRI
VCARD4.HAS_NAME
vcard:hasNamestatic final IRI
VCARD4.HAS_NICKNAME
vcard:hasNicknamestatic final IRI
VCARD4.HAS_NOTE
vcard:hasNotestatic final IRI
ORG.HAS_ORGANIZATION
void:organizationstatic final IRI
VCARD4.HAS_ORGANIZATION_NAME
vcard:hasOrganizationNamestatic final IRI
VCARD4.HAS_ORGANIZATION_UNIT
vcard:hasOrganizationUnitstatic final IRI
DCTERMS.HAS_PART
http://purl.org/dc/terms/hasPartstatic final IRI
ODRL2.HAS_PART
odrl:hasPartstatic final IRI
VCARD4.HAS_PHOTO
vcard:hasPhotostatic final IRI
ODRL2.HAS_POLICY
odrl:hasPolicystatic final IRI
ORG.HAS_POST
void:hasPoststatic final IRI
VCARD4.HAS_POSTAL_CODE
vcard:hasPostalCodestatic final IRI
ORG.HAS_PRIMARY_SITE
void:hasPrimarySitestatic final IRI
PROV.HAS_PROVENANCE
prov:has_provenancestatic final IRI
PROV.HAS_QUERY_SERVICE
prov:has_query_servicestatic final IRI
DCAT.HAS_RECORD
dcat:recordstatic final IRI
VCARD4.HAS_REGION
vcard:hasRegionstatic final IRI
rov:hasRegisteredOrganizationstatic final IRI
void:hasRegisteredSitestatic final IRI
VCARD4.HAS_RELATED
vcard:hasRelatedstatic final IRI
ORG.HAS_ROLE
void:rolestatic final IRI
VCARD4.HAS_ROLE
vcard:hasRolestatic final IRI
DCAT.HAS_SERVICE
dcat:servicestatic final IRI
ORG.HAS_SITE
void:hasSitestatic final IRI
VCARD4.HAS_SOUND
vcard:hasSoundstatic final IRI
VCARD4.HAS_SOURCE
vcard:hasSourcestatic final IRI
VCARD4.HAS_STREET_ADDRESS
vcard:hasStreetAddressstatic final IRI
void:hasSubOrganizationstatic final IRI
VCARD4.HAS_TELEPHONE
vcard:hasTelephonestatic final IRI
time:hasTemporalDurationstatic final IRI
TIME.HAS_TIME
time:hasTimestatic final IRI
VCARD4.HAS_TITLE
vcard:hasTitlestatic final IRI
SKOS.HAS_TOP_CONCEPT
The skos:hasTopConcept relation.static final IRI
TIME.HAS_TRS
time:hasTRSstatic final IRI
VCARD4.HAS_UID
vcard:hasUIDstatic final IRI
ORG.HAS_UNIT
void:hasUnitstatic final IRI
VCARD4.HAS_URL
vcard:hasURLstatic final IRI
SHACL.HAS_VALUE
sh:hasValuestatic final IRI
VCARD4.HAS_VALUE
vcard:hasValuestatic final IRI
sh:HasValueConstraintComponentstatic final IRI
sh:HasValueConstraintComponent-hasValuestatic final IRI
DCTERMS.HAS_VERSION
http://purl.org/dc/terms/hasVersionstatic final IRI
TIME.HAS_XSDDURATION
time:hasXSDDurationstatic final IRI
OWL.HASKEY
http://www.w3.org/2002/07/owl#hasKeystatic final IRI
OWL.HASSELF
http://www.w3.org/2002/07/owl#hasSelfstatic final IRI
OWL.HASVALUE
http://www.w3.org/2002/07/owl#hasValuestatic final IRI
DASH.hasValueIn
static final IRI
static final IRI
http://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions.static final IRI
ORG.HEAD_OF
void:headOfstatic final IRI
ORG.HELD_BY
void:heldBystatic final IRI
DOAP.HELPER
doap:helperstatic final IRI
EARL.HEURISTIC
static final IRI
XSD.HEXBINARY
http://www.w3.org/2001/XMLSchema#hexBinarystatic final IRI
DOAP.HG_REPOSITORY
doap:HgRepositorystatic final IRI
SKOS.HIDDEN_LABEL
The skos:hiddenLabel lexical label property.static final IRI
SKOSXL.HIDDEN_LABEL
The skosxl:hiddenLabel property.static final IRI
SKOS.HISTORY_NOTE
The skos:historyNote property.static final IRI
ORG.HOLDS
void:holdsstatic final IRI
FOAF.HOLDS_ACCOUNT
static final IRI
VCARD4.HOME
vcard:Homestatic final IRI
DOAP.HOMEPAGE
doap:homepagestatic final IRI
FOAF.HOMEPAGE
static final IRI
VCARD4.HONORIFIC_PREFIX
vcard:honorific-prefixstatic final IRI
VCARD4.HONORIFIC_SUFFIX
vcard:honorific-suffixstatic final IRI
TIME.HOUR
time:hourstatic final IRI
TIME.HOURS
time:hoursstatic final IRI
fn:hours-from-dateTimestatic final IRI
RDF.HTML
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTMLstatic final IRI
FOAF.ICQ_CHAT_ID
static final IRI
XSD.ID
http://www.w3.org/2001/XMLSchema#IDstatic final IRI
DC.IDENTIFIER
dc:identifierstatic final IRI
DCTERMS.IDENTIFIER
http://purl.org/dc/terms/identifierstatic final IRI
ORG.IDENTIFIER
void:identifierstatic final IRI
XSD.IDREF
http://www.w3.org/2001/XMLSchema#IDREFstatic final IRI
XSD.IDREFS
http://www.w3.org/2001/XMLSchema#IDREFSstatic final IRI
SP.IF
static final IRI
ODRL2.IGNORE
Deprecated.static final IRI
SHACL.IGNORED_PROPERTIES
sh:ignoredPropertiesstatic final IRI
FOAF.IMAGE
static final IRI
FOAF.IMG
static final IRI
DOAP.IMPLEMENTS
doap:implementsstatic final IRI
ODRL2.IMPLIES
odrl:impliesstatic final 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 final IRI
DCTERMS.IMT
http://purl.org/dc/terms/IMTstatic final IRI
SHACL.IN
sh:instatic final IRI
SHACL.IN_CONSTRAINT_COMPONENT
sh:InConstraintComponentstatic final IRI
sh:InConstraintComponent-instatic final IRI
VOID.IN_DATASET
void:inDatasetstatic final IRI
TIME.IN_DATE_TIME
time:inDateTimestatic final IRI
SKOS.IN_SCHEME
The skos:inScheme relation.static final IRI
TIME.IN_TEMPORAL_POSITION
time:inTemporalPositionstatic final IRI
TIME.IN_TIME_POSITION
time:inTimePositionstatic final IRI
TIME.IN_XSDDATE
time:inXSDDatestatic final IRI
TIME.IN_XSDDATE_TIME
Deprecated.static final IRI
time:inXSDDateTimeStampstatic final IRI
TIME.IN_XSDG_YEAR
time:inXSDgYearstatic final IRI
TIME.IN_XSDG_YEAR_MONTH
time:inXSDgYearMonthstatic final IRI
LDP.INBOX
ldp:inboxstatic final IRI
ODRL2.INCLUDE
odrl:includestatic final IRI
ODRL2.INCLUDED_IN
odrl:includedInstatic final IRI
OWL.INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWithstatic final IRI
LIST.INDEX
static final IRI
ODRL2.INDEX
odrl:indexstatic final IRI
SPIF.INDEX_OF_FUNCTION
static final IRI
ldp:IndirectContainerstatic final IRI
ODRL2.INDIVIDUAL
Deprecated.static final IRI
OWL.INDIVIDUAL
Deprecated.static final IRI
VCARD4.INDIVIDUAL
vcard:Individualstatic final IRI
ODRL2.INDUSTRY
odrl:industrystatic final IRI
PROV.INFLUENCE
prov:Influencestatic final IRI
PROV.INFLUENCED
prov:influencedstatic final IRI
PROV.INFLUENCER
prov:influencerstatic final IRI
SHACL.INFO
sh:Infostatic final IRI
SPIN.INFO_VIOLATION_LEVEL
static final IRI
ODRL2.INFORM
odrl:informstatic final IRI
ODRL2.INFORMED_PARTY
odrl:informedPartystatic final IRI
ODRL2.INFORMING_PARTY
odrl:informingPartystatic final IRI
ODRL2.INHERIT_ALLOWED
Deprecated.static final IRI
ODRL2.INHERIT_FROM
odrl:inheritFromstatic final IRI
ODRL2.INHERIT_RELATION
Deprecated.static final IRI
SD.INPUT_FORMAT
input formatstatic final IRI
SP.Insert
Deprecated.static final IRI
SP.INSERT_CLASS
Deprecated.static final IRI
http://spinrdf.org/sp#InsertData An Update operation to insert specific triples.static final IRI
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command.static final IRI
ldp:insertedContentRelationstatic final IRI
prov:insertedKeyEntityPairstatic final IRI
PROV.INSERTION
prov:Insertionstatic final IRI
TIME.INSIDE
time:insidestatic final IRI
ODRL2.INSTALL
odrl:installstatic final IRI
TIME.INSTANT
time:Instantstatic final IRI
PROV.INSTANTANEOUS_EVENT
prov:InstantaneousEventstatic final IRI
DCTERMS.INSTRUCTIONAL_METHOD
http://purl.org/dc/terms/instructionalMethodstatic final IRI
XSD.INT
http://www.w3.org/2001/XMLSchema#intstatic final IRI
XSD.INTEGER
http://www.w3.org/2001/XMLSchema#integerstatic final IRI
FOAF.INTEREST
static final IRI
VCARD4.INTERNET
Deprecated.static final IRI
GEOF.INTERSECTION
static final IRI
OWL.INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOfstatic final IRI
TIME.INTERVAL
time:Intervalstatic final IRI
TIME.INTERVAL_AFTER
time:intervalAfterstatic final IRI
TIME.INTERVAL_BEFORE
time:intervalBeforestatic final IRI
TIME.INTERVAL_CONTAINS
time:intervalContainsstatic final IRI
TIME.INTERVAL_DISJOINT
time:intervalDisjointstatic final IRI
TIME.INTERVAL_DURING
time:intervalDuringstatic final IRI
TIME.INTERVAL_EQUALS
time:intervalEqualsstatic final IRI
TIME.INTERVAL_FINISHED_BY
time:intervalFinishedBystatic final IRI
TIME.INTERVAL_FINISHES
time:intervalFinishesstatic final IRI
TIME.INTERVAL_IN
time:intervalInstatic final IRI
TIME.INTERVAL_MEETS
time:intervalMeetsstatic final IRI
TIME.INTERVAL_MET_BY
time:intervalMetBystatic final IRI
time:intervalOverlappedBystatic final IRI
TIME.INTERVAL_OVERLAPS
time:intervalOverlapsstatic final IRI
TIME.INTERVAL_STARTED_BY
time:intervalStartedBystatic final IRI
TIME.INTERVAL_STARTS
time:intervalStartsstatic final IRI
VCARD4.INTL
Deprecated.static final IRI
http://spinrdf.org/sp#into The (optional) target of a LOAD Update operation.static final IRI
ODRL2.INVALID
odrl:invalidstatic final IRI
PROV.INVALIDATED
prov:invalidatedstatic final IRI
PROV.INVALIDATED_AT_TIME
prov:invalidatedAtTimestatic final IRI
PROV.INVALIDATION
prov:Invalidationstatic final IRI
SHACL.INVERSE_PATH
sh:inversePathstatic final IRI
http://www.w3.org/2002/07/owl#InverseFunctionalPropertystatic final IRI
OWL.INVERSEOF
http://www.w3.org/2002/07/owl#inverseOfstatic final IRI
SPIF.INVOKE_FUNCTION
static final IRI
SHACL.IRI
sh:IRIstatic final IRI
SP.IRI
static final IRI
SHACL.IRI_OR_LITERAL
sh:IRIOrLiteralstatic final IRI
HYDRA.IRI_TEMPLATE
static final IRI
HYDRA.IRI_TEMPLATE_MAPPING
static final IRI
http://www.w3.org/2002/07/owl#IrreflexivePropertystatic final IRI
ODRL2.IS_A
odrl:isAstatic final IRI
ODRL2.IS_ALL_OF
odrl:isAllOfstatic final IRI
ODRL2.IS_ANY_OF
odrl:isAnyOfstatic final IRI
SP.IS_BLANK
static final IRI
DCTERMS.IS_FORMAT_OF
http://purl.org/dc/terms/isFormatOfstatic final IRI
SP.IS_IRI
static final IRI
SP.IS_LITERAL
static final IRI
ldp:isMemberOfRelationstatic final IRI
ODRL2.IS_NONE_OF
odrl:isNoneOfstatic final IRI
SP.IS_NUMERIC
static final IRI
DCTERMS.IS_PART_OF
http://purl.org/dc/terms/isPartOfstatic final IRI
ODRL2.IS_PART_OF
odrl:isPartOfstatic final IRI
FOAF.IS_PRIMARY_TOPIC_OF
static final IRI
DCTERMS.IS_REFERENCED_BY
http://purl.org/dc/terms/isReferencedBystatic final IRI
DCTERMS.IS_REPLACED_BY
http://purl.org/dc/terms/isReplacedBystatic final IRI
DCTERMS.IS_REQUIRED_BY
http://purl.org/dc/terms/isRequiredBystatic final IRI
SP.IS_URI
static final IRI
static final IRI
DCTERMS.IS_VERSION_OF
http://purl.org/dc/terms/isVersionOfstatic final IRI
RDFS.ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBystatic final IRI
VCARD4.ISDN
Deprecated.static final IRI
DCTERMS.ISO3166
http://purl.org/dc/terms/ISO3166static final IRI
DCTERMS.ISO639_2
http://purl.org/dc/terms/ISO639-2static final IRI
DCTERMS.ISO639_3
http://purl.org/dc/terms/ISO639-3static final IRI
DCTERMS.ISSUED
http://purl.org/dc/terms/issuedstatic final IRI
FOAF.JABBER_ID
static final IRI
TIME.JANUARY
Deprecated.static final IRI
static final IRI
static final IRI
DCTERMS.JURISDICTION
http://purl.org/dc/terms/Jurisdictionstatic final IRI
VCARD4.KEY
vcard:keystatic final IRI
PROV.KEY_ENTITY_PAIR
prov:KeyEntityPairstatic final IRI
DCAT.KEYWORD
dcat:keywordstatic final IRI
VCARD4.KIN
vcard:Kinstatic final IRI
VCARD4.KIND
vcard:Kindstatic final IRI
FOAF.KNOWS
static final IRI
RDFS.LABEL
http://www.w3.org/2000/01/rdf-schema#labelstatic final IRI
SKOSXL.LABEL
The skosxl:Label class.static final IRI
VCARD4.LABEL
Deprecated.static final IRI
VCARD4.LABEL_PROP
Deprecated.static final IRI
FOAF.LABEL_PROPERTY
static final IRI
SKOSXL.LABEL_RELATION
The skosxl:labelRelation relation.static final 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 final IRI
DCAT.LANDING_PAGE
dcat:landingPagestatic final IRI
SP.LANG
static final IRI
RDF.LANGSTRING
http://www.w3.org/1999/02/22-rdf-syntax-ns#langStringstatic final IRI
DC.LANGUAGE
dc:languagestatic final IRI
DCTERMS.LANGUAGE
http://purl.org/dc/terms/languagestatic final IRI
DOAP.LANGUAGE
doap:languagestatic final IRI
ODRL2.LANGUAGE
odrl:languagestatic final IRI
SD.LANGUAGE
Languagestatic final IRI
VCARD4.LANGUAGE
vcard:languagestatic final IRI
XSD.LANGUAGE
http://www.w3.org/2001/XMLSchema#languagestatic final IRI
language extensionstatic final IRI
SHACL.LANGUAGE_IN
sh:languageInstatic final IRI
sh:LanguageInConstraintComponentstatic final IRI
sh:LanguageInConstraintComponent-languageInstatic final IRI
HYDRA.LAST
static final IRI
static final IRI
FOAF.LAST_NAME
static final IRI
WGS84.LAT
Thewgs84:lat
relation.static final IRI
WGS84.LAT_LONG
Thewgs84:lat_long
relation.static final IRI
VCARD4.LATITUDE
Deprecated.static final IRI
DCTERMS.LCC
http://purl.org/dc/terms/LCCstatic final IRI
DCTERMS.LCSH
http://purl.org/dc/terms/LCSHstatic final IRI
SP.LE
static final IRI
ODRL2.LEASE
Deprecated.static final IRI
ODRL2.LEFT_OPERAND
odrl:LeftOperandstatic final IRI
ODRL2.LEFT_OPERAND_PROP
odrl:leftOperandstatic final IRI
ROV.LEGAL_NAME
rov:legalNamestatic final IRI
ODRL2.LEND
Deprecated.static final IRI
LIST.LENGTH
static final IRI
SHACL.LESS_THAN
sh:lessThanstatic final IRI
sh:LessThanConstraintComponentstatic final IRI
sh:LessThanConstraintComponent-lessThanstatic final IRI
SHACL.LESS_THAN_OR_EQUALS
sh:lessThanOrEqualsstatic final IRI
sh:LessThanOrEqualsConstraintComponentstatic final IRI
sh:LessThanOrEqualsConstraintComponent-lessThanOrEqualsstatic final IRI
SP.Let
Deprecated.static final IRI
SP.LET_CLASS
Deprecated.static final 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 final IRI
DCTERMS.LICENSE
http://purl.org/dc/terms/licensestatic final IRI
DOAP.LICENSE
doap:licensestatic final IRI
ODRL2.LICENSE
Deprecated.static final IRI
DCTERMS.LICENSE_DOCUMENT
http://purl.org/dc/terms/LicenseDocumentstatic final IRI
HYDRA.LIMIT
static final IRI
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.static final IRI
DCTERMS.LINGUISTIC_SYSTEM
http://purl.org/dc/terms/LinguisticSystemstatic final IRI
HYDRA.LINK
static final IRI
VOID.LINK_PREDICATE
void:linkPredicatestatic final IRI
ORG.LINKED_TO
void:linkedTostatic final IRI
VOID.LINKSET
void:Linksetstatic final IRI
RDF.LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#Liststatic final IRI
RDFS.LITERAL
http://www.w3.org/2000/01/rdf-schema#Literalstatic final IRI
SHACL.LITERAL
sh:Literalstatic final IRI
SKOSXL.LITERAL_FORM
The skosxl:literalForm property.static final IRI
SP.LOAD_CLASS
http://spinrdf.org/sp#Load A LOAD Update operation.static final IRI
VCARD4.LOCALITY
vcard:localitystatic final IRI
AFN.LOCALNAME
http://jena.hpl.hp.com/ARQ/function#localname The LocalName QueryModelNode as a SPARQL function.static final IRI
DCTERMS.LOCATION
http://purl.org/dc/terms/Locationstatic final IRI
DOAP.LOCATION
doap:locationstatic final IRI
LOCN.LOCATION
locn:locationstatic final IRI
ORG.LOCATION
void:locationstatic final IRI
PROV.LOCATION
prov:Locationstatic final IRI
VCARD4.LOCATION
vcard:Locationstatic final IRI
WGS84.LOCATION
Thewgs84:location
relation.static final IRI
DCTERMS.LOCATION_PERIOD_OR_JURISDICTION
http://purl.org/dc/terms/LocationPeriodOrJurisdictionstatic final IRI
LOCN.LOCATOR_DESIGNATOR
locn:locatorDesignatorstatic final IRI
LOCN.LOCATOR_NAME
locn:locatorNamestatic final IRI
ODRL2.LOGICAL_CONSTRAINT
odrl:LogicalConstraintstatic final IRI
FOAF.LOGO
static final IRI
VCARD4.LOGO
vcard:logostatic final IRI
WGS84.LONG
Thewgs84:long
relation.static final IRI
XSD.LONG
http://www.w3.org/2001/XMLSchema#longstatic final IRI
VCARD4.LONGITUDE
Deprecated.static final IRI
FN.LOWER_CASE
fn:lower-casestatic final IRI
SPIF.LOWER_CASE_FUNCTION
static final IRI
static final IRI
ODRL2.LT
odrl:ltstatic final IRI
SP.LT
static final IRI
ODRL2.LTEQ
odrl:lteqstatic final 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 final IRI
VCARD4.MAILER
Deprecated.static final IRI
DOAP.MAILING_LIST
doap:mailing-liststatic final IRI
DOAP.MAINTAINER
doap:maintainerstatic final IRI
FOAF.MAKER
static final IRI
VCARD4.MALE
vcard:Malestatic final IRI
EARL.MANUAL
static final IRI
HYDRA.MAPPING
static final IRI
SKOS.MAPPING_RELATION
The skos:mappingRelation relation.static final IRI
SP.MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations.static final IRI
SHACL.MAX_COUNT
sh:maxCountstatic final IRI
sh:MaxCountConstraintComponentstatic final IRI
sh:MaxCountConstraintComponent-maxCountstatic final IRI
SHACL.MAX_EXCLUSIVE
sh:maxExclusivestatic final IRI
sh:MaxExclusiveConstraintComponentstatic final IRI
sh:MaxExclusiveConstraintComponent-maxExclusivestatic final IRI
SHACL.MAX_INCLUSIVE
sh:maxInclusivestatic final IRI
sh:MaxInclusiveConstraintComponentstatic final IRI
sh:MaxInclusiveConstraintComponent-maxInclusivestatic final IRI
SHACL.MAX_LENGTH
sh:maxLengthstatic final IRI
sh:MaxLengthConstraintComponentstatic final IRI
sh:MaxLengthConstraintComponent-maxLengthstatic final IRI
OWL.MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinalitystatic final IRI
http://www.w3.org/2002/07/owl#maxQualifiedCardinalitystatic final IRI
FOAF.MBOX
static final IRI
FOAF.MBOX_SHA1SUM
static final IRI
VCARD4.ME
vcard:Mestatic final IRI
ODRL2.MEDIA
odrl:mediastatic final IRI
DCAT.MEDIA_TYPE
dcat:mediaTypestatic final IRI
DCTERMS.MEDIA_TYPE
http://purl.org/dc/terms/MediaTypestatic final IRI
DCTERMS.MEDIA_TYPE_OR_EXTENT
http://purl.org/dc/terms/MediaTypeOrExtentstatic final IRI
DCTERMS.MEDIATOR
http://purl.org/dc/terms/mediatorstatic final IRI
DCTERMS.MEDIUM
http://purl.org/dc/terms/mediumstatic final IRI
FOAF.MEMBER
static final IRI
HYDRA.MEMBER
static final IRI
LDP.MEMBER
ldp:memberstatic final IRI
LIST.MEMBER
static final IRI
ORG.MEMBER
void:memberstatic final IRI
RDFS.MEMBER
http://www.w3.org/2000/01/rdf-schema#memberstatic final IRI
SKOS.MEMBER
The skos:member relation.static final IRI
ORG.MEMBER_DURING
void:memberDuringstatic final IRI
SKOS.MEMBER_LIST
The skos:memberList relation.static final IRI
ORG.MEMBER_OF
void:memberOfstatic final IRI
LDP.MEMBER_SUBJECT
ldp:MemberSubjectstatic final IRI
OWL.MEMBERS
http://www.w3.org/2002/07/owl#membersstatic final IRI
ORG.MEMBERSHIP
void:Membershipstatic final IRI
FOAF.MEMBERSHIP_CLASS
static final IRI
ldp:membershipResourcestatic final IRI
PROV.MENTION_OF
prov:mentionOfstatic final IRI
DCTERMS.MESH
http://purl.org/dc/terms/MESHstatic final IRI
SHACL.MESSAGE
sh:messagestatic final IRI
VCARD4.MET
vcard:Metstatic final IRI
ODRL2.METERED_TIME
odrl:meteredTimestatic final IRI
HYDRA.METHOD
static final IRI
DCTERMS.METHOD_OF_ACCRUAL
http://purl.org/dc/terms/MethodOfAccrualstatic final IRI
DCTERMS.METHOD_OF_INSTRUCTION
http://purl.org/dc/terms/MethodOfInstructionstatic final IRI
SP.MIN_CLASS
http://spinrdf.org/sp#Min Represents MIN aggregations.static final IRI
SHACL.MIN_COUNT
sh:minCountstatic final IRI
sh:MinCountConstraintComponentstatic final IRI
sh:MinCountConstraintComponent-minCountstatic final IRI
SHACL.MIN_EXCLUSIVE
sh:minExclusivestatic final IRI
sh:MinExclusiveConstraintComponentstatic final IRI
sh:MinExclusiveConstraintComponent-minExclusivestatic final IRI
SHACL.MIN_INCLUSIVE
sh:minInclusivestatic final IRI
sh:MinInclusiveConstraintComponentstatic final IRI
sh:MinInclusiveConstraintComponent-minInclusivestatic final IRI
SHACL.MIN_LENGTH
sh:minLengthstatic final IRI
sh:MinLengthConstraintComponentstatic final IRI
sh:MinLengthConstraintComponent-minLengthstatic final IRI
OWL.MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinalitystatic final IRI
http://www.w3.org/2002/07/owl#minQualifiedCardinalitystatic final IRI
SP.MINUS_CLASS
http://spinrdf.org/sp#Minus A MINUS element group.static final IRI
TIME.MINUTE
time:minutestatic final IRI
TIME.MINUTES
time:minutesstatic final IRI
fn:minutes-from-dateTimestatic final IRI
SPIF.MOD_FUNCTION
static final IRI
static final IRI
static final IRI
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.static final IRI
EARL.MODE
static final IRI
VCARD4.MODEM
Deprecated.static final IRI
DCTERMS.MODIFIED
http://purl.org/dc/terms/modifiedstatic final IRI
ODRL2.MODIFY
odrl:modifystatic final IRI
PROV.MODIFY
prov:Modifystatic final IRI
SP.MODIFY_CLASS
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language).static final 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 final IRI
TIME.MONDAY
time:Mondaystatic final IRI
TIME.MONTH
time:monthstatic final IRI
fn:month-from-dateTimestatic final IRI
TIME.MONTH_OF_YEAR
time:MonthOfYearstatic final IRI
TIME.MONTH_OF_YEAR_PROP
time:monthOfYearstatic final IRI
TIME.MONTHS
time:monthsstatic final IRI
ODRL2.MOVE
odrl:movestatic final IRI
VCARD4.MSG
Deprecated.static final IRI
FOAF.MSN_CHAT_ID
static final IRI
SP.MUL
static final IRI
VCARD4.MUSE
vcard:Musestatic final IRI
FOAF.MYERS_BRIGGS
static final IRI
VCARD4.N
vcard:nstatic final IRI
DOAP.NAME
doap:namestatic final IRI
FOAF.NAME
static final IRI
SD.NAME
namestatic final IRI
SHACL.NAME
sh:namestatic final IRI
VCARD4.NAME
vcard:Namestatic final IRI
XSD.NAME
http://www.w3.org/2001/XMLSchema#Namestatic final IRI
SPIF.NAME_FUNCTION
static final IRI
Named Graphstatic final IRI
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH{...}. static final IRI
named graphstatic final IRI
http://spinrdf.org/sp#named Used in DROP and CLEAR.static final IRI
OWL.NAMEDINDIVIDUAL
http://www.w3.org/2002/07/owl#NamedIndividualstatic final IRI
SHACL.NAMESPACE_PROP
sh:namespacestatic final IRI
SKOS.NARROW_MATCH
The skos:narrowMatch relation.static final IRI
SKOS.NARROWER
The skos:narrower relation.static final IRI
SKOS.NARROWER_TRANSITIVE
The skos:narrowerTransitive relation.static final IRI
XSD.NCNAME
http://www.w3.org/2001/XMLSchema#NCNamestatic final IRI
SP.NE
static final IRI
XSD.NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#negativeIntegerstatic final IRI
http://www.w3.org/2002/07/owl#NegativePropertyAssertionstatic final IRI
VCARD4.NEIGHBOR
vcard:Neighborstatic final IRI
ODRL2.NEQ
odrl:neqstatic final IRI
HYDRA.NEXT
static final 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 final IRI
FOAF.NICK
static final IRI
VCARD4.NICKNAME
vcard:nicknamestatic final IRI
RDF.NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nilstatic final IRI
RDF4J.NIL
The SPARQL default context identifier ( http://rdf4j.org/schema/rdf4j#nil)static final IRI
SESAME.NIL
Deprecated.since 3.3.2 - useRDF4J.NIL
insteadstatic final IRI
DCTERMS.NLM
http://purl.org/dc/terms/NLMstatic final IRI
XSD.NMTOKEN
http://www.w3.org/2001/XMLSchema#NMTOKENstatic final IRI
XSD.NMTOKENS
http://www.w3.org/2001/XMLSchema#NMTOKENSstatic final IRI
SHACL.NODE
sh:nodestatic final IRI
sh:NodeConstraintComponentstatic final IRI
sh:NodeConstraintComponent-nodestatic final IRI
SHACL.NODE_KIND
sh:NodeKindstatic final IRI
sh:NodeKindConstraintComponentstatic final IRI
sh:NodeKindConstraintComponent-nodeKindstatic final IRI
SHACL.NODE_KIND_PROP
sh:nodeKindstatic final IRI
static final IRI
SHACL.NODE_SHAPE
sh:NodeShapestatic final IRI
SHACL.NODE_VALIDATOR
sh:nodeValidatorstatic final IRI
TIME.NOMINAL_POSITION
time:nominalPositionstatic final IRI
http://www.w3.org/2001/XMLSchema#nonNegativeIntegerstatic final IRI
http://www.w3.org/2001/XMLSchema#nonPositiveIntegerstatic final IRI
LDP.NON_RDF_SOURCE
ldp:NonRDFSourcestatic final IRI
VCARD4.NONE
vcard:Nonestatic final IRI
XSD.NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema#normalizedStringstatic final IRI
SHACL.NOT
sh:notstatic final IRI
SP.NOT
static final IRI
SHACL.NOT_CONSTRAINT_COMPONENT
sh:NotConstraintComponentstatic final IRI
sh:NotConstraintComponent-notstatic final IRI
SP.NOT_EXISTS
static final IRI
http://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only).static final IRI
EARL.NOTAPPLICABLE
static final IRI
SKOS.NOTATION
The skos:notation property.static final IRI
XSD.NOTATION
http://www.w3.org/2001/XMLSchema#NOTATIONstatic final IRI
EARL.NOTAVAILABLE
static final IRI
SKOS.NOTE
The skos:note property.static final IRI
VCARD4.NOTE
vcard:notestatic final IRI
OWL.NOTHING
http://www.w3.org/2002/07/owl#Nothingstatic final IRI
EARL.NOTTESTED
static final IRI
FN.NUMERIC_ABS
fn:numeric-absstatic final IRI
FN.NUMERIC_CEIL
fn:numeric-ceilstatic final IRI
TIME.NUMERIC_DURATION
time:numericDurationstatic final IRI
fn:numeric-floorstatic final IRI
TIME.NUMERIC_POSITION
time:numericPositionstatic final IRI
fn:numeric-roundstatic final IRI
RDF.OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#objectstatic final IRI
SPL.OBJECT_FUNCTION
http://spinrdf.org/spl#objectstatic final IRI
http://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple.static final IRI
OWL.OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectPropertystatic final IRI
VOID.OBJECTS_TARGET
void:objectsTargetstatic final IRI
ODRL2.OBLIGATION
odrl:obligationstatic final IRI
ODRL2.OBTAIN_CONSENT
odrl:obtainConsentstatic final IRI
ODRL2.OFFER
odrl:Offerstatic final IRI
HYDRA.OFFSET
static final IRI
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.static final IRI
DOAP.OLD_HOMEPAGE
doap:old-homepagestatic final IRI
OWL.ONCLASS
http://www.w3.org/2002/07/owl#onClassstatic final IRI
OWL.ONDATARANGE
http://www.w3.org/2002/07/owl#onDataRangestatic final IRI
OWL.ONDATATYPE
http://www.w3.org/2002/07/owl#onDatatypestatic final IRI
SHACL.ONE_OR_MORE_PATH
sh:oneOrMorePathstatic final IRI
OWL.ONEOF
http://www.w3.org/2002/07/owl#oneOfstatic final IRI
FOAF.ONLINE_ACCOUNT
static final IRI
FOAF.ONLINE_CHAT_ACCOUNT
static final IRI
static final IRI
static final IRI
OWL.ONPROPERTIES
http://www.w3.org/2002/07/owl#onPropertiesstatic final IRI
OWL.ONPROPERTY
http://www.w3.org/2002/07/owl#onPropertystatic final IRI
OWL.ONTOLOGY
http://www.w3.org/2002/07/owl#Ontologystatic final IRI
OWL.ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyPropertystatic final IRI
void:openSearchDescriptionstatic final IRI
FOAF.OPENID
static final IRI
ODRL2.OPERAND
odrl:operandstatic final IRI
HYDRA.OPERATION
static final IRI
HYDRA.OPERATION_PROP
static final IRI
ODRL2.OPERATOR
odrl:Operatorstatic final IRI
ODRL2.OPERATOR_PROP
odrl:operatorstatic final IRI
SHACL.OPTIONAL
sh:optionalstatic final IRI
http://spinrdf.org/sp#Optional An optional element in a query.static final IRI
http://spinrdf.org/spl#optionalstatic final IRI
ODRL2.OR
odrl:orstatic final IRI
SHACL.OR
sh:orstatic final IRI
SP.OR
static final IRI
SHACL.OR_CONSTRAINT_COMPONENT
sh:OrConstraintComponentstatic final IRI
sh:OrConstraintComponent-orstatic final IRI
SHACL.ORDER
sh:orderstatic final IRI
http://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions.static final 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 final IRI
SKOS.ORDERED_COLLECTION
The skos:OrderedCollection classstatic final IRI
VCARD4.ORG
vcard:orgstatic final IRI
ROV.ORG_ACTIVITY
rov:orgActivitystatic final IRI
ROV.ORG_STATUS
rov:orgStatusstatic final IRI
ROV.ORG_TYPE
rov:orgTypestatic final IRI
FOAF.ORGANIZATION
static final IRI
ORG.ORGANIZATION
void:Organizationstatic final IRI
PROV.ORGANIZATION
prov:Organizationstatic final IRI
VCARD4.ORGANIZATION
vcard:Organizationstatic final IRI
VCARD4.ORGANIZATION_NAME
vcard:organization-namestatic final IRI
VCARD4.ORGANIZATION_UNIT
vcard:organization-unitstatic final IRI
void:OrganizationalCollaborationstatic final IRI
void:OrganizationalUnitstatic final IRI
void:originalOrganizationstatic final IRI
DOAP.OS
doap:osstatic final IRI
VCARD4.OTHER
vcard:Otherstatic final IRI
EARL.OUTCOME
static final IRI
ODRL2.OUTPUT
odrl:outputstatic final IRI
DCAT.PACKAGE_FORMAT
dcat:packageFormatstatic final IRI
FOAF.PAGE
static final IRI
LDP.PAGE
ldp:Pagestatic final IRI
HYDRA.PAGE_INDEX
static final IRI
HYDRA.PAGE_REFERENCE
static final IRI
LDP.PAGE_SEQUENCE
ldp:pageSequencestatic final IRI
ldp:pageSortCollationstatic final IRI
ldp:pageSortCriteriastatic final IRI
ldp:PageSortCriterionstatic final IRI
LDP.PAGE_SORT_ORDER
ldp:pageSortOrderstatic final IRI
ldp:pageSortPredicatestatic final IRI
VCARD4.PAGER
vcard:Pagerstatic final IRI
PROV.PAIR_ENTITY
prov:pairEntitystatic final IRI
PROV.PAIR_KEY
prov:pairKeystatic final IRI
SHACL.PARAMETER
sh:Parameterstatic final IRI
SHACL.PARAMETER_PROP
sh:parameterstatic final IRI
SHACL.PARAMETERIZABLE
sh:Parameterizablestatic final IRI
VCARD4.PARCEL
Deprecated.static final IRI
VCARD4.PARENT
vcard:Parentstatic final IRI
SPIF.PARSE_DATE_FUNCTION
static final IRI
ODRL2.PART_OF
odrl:partOfstatic final IRI
HYDRA.PARTIAL_COLLECTION_VIEW
static final IRI
ODRL2.PARTY
odrl:Partystatic final IRI
ODRL2.PARTY_COLLECTION
odrl:PartyCollectionstatic final IRI
ODRL2.PARTY_SCOPE
Deprecated.static final IRI
EARL.PASS
static final IRI
FOAF.PAST_PROJECT
static final IRI
SHACL.PATH
sh:pathstatic final IRI
SP.PATH_CLASS
http://spinrdf.org/sp#Path The base class of SPARQL property path expressions.static final IRI
http://spinrdf.org/sp#path Points from a TriplePath to its path.static final IRI
http://spinrdf.org/sp#path1 The first child path of a property path.static final IRI
http://spinrdf.org/sp#path2 The second child path of a property path.static final IRI
SHACL.PATTERN
sh:patternstatic final IRI
sh:PatternConstraintComponentstatic final IRI
sh:PatternConstraintComponent-flagsstatic final IRI
sh:PatternConstraintComponent-patternstatic final IRI
ODRL2.PAY
Deprecated.static final IRI
ODRL2.PAY_AMOUNT
odrl:payAmountstatic final IRI
ODRL2.PAYEE_PARTY
Deprecated.static final IRI
VCARD4.PCS
Deprecated.static final IRI
ODRL2.PERCENTAGE
odrl:percentagestatic final IRI
DCTERMS.PERIOD
http://purl.org/dc/terms/Periodstatic final IRI
DCTERMS.PERIOD_OF_TIME
http://purl.org/dc/terms/PeriodOfTimestatic final IRI
ODRL2.PERM
odrl:permstatic final IRI
ODRL2.PERMISSION
odrl:Permissionstatic final IRI
ODRL2.PERMISSION_PROP
odrl:permissionstatic final IRI
FOAF.PERSON
static final IRI
PROV.PERSON
prov:Personstatic final IRI
static final IRI
FOAF.PHONE
static final IRI
VCARD4.PHOTO
vcard:photostatic final IRI
DCTERMS.PHYSICAL_MEDIUM
http://purl.org/dc/terms/PhysicalMediumstatic final IRI
DCTERMS.PHYSICAL_RESOURCE
http://purl.org/dc/terms/PhysicalResourcestatic final IRI
PROV.PINGBACK
prov:pingbackstatic final IRI
FOAF.PLAN
static final IRI
PROV.PLAN
prov:Planstatic final IRI
DOAP.PLATFORM
doap:platformstatic final IRI
ODRL2.PLAY
odrl:playstatic final IRI
LOCN.PO_BOX
locn:poBoxstatic final IRI
DCTERMS.POINT
http://purl.org/dc/terms/Pointstatic final IRI
WGS84.POINT
Thewgs84:Point
relation.static final IRI
DCTERMS.POLICY
http://purl.org/dc/terms/Policystatic final IRI
ODRL2.POLICY
odrl:Policystatic final IRI
ODRL2.POLICY_USAGE
odrl:policyUsagestatic final IRI
XSD.POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#positiveIntegerstatic final IRI
HYDRA.POSSIBLE_STATUS
static final IRI
ORG.POST
void:Poststatic final IRI
LOCN.POST_CODE
locn:postCodestatic final IRI
ORG.POST_IN
void:postInstatic final IRI
LOCN.POST_NAME
locn:postNamestatic final IRI
VCARD4.POST_OFFICE_BOX
Deprecated.static final IRI
VCARD4.POSTAL
Deprecated.static final IRI
VCARD4.POSTAL_CODE
vcard:postal-codestatic final IRI
RDF.PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicatestatic final IRI
http://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple.static final IRI
http://spinrdf.org/spl#predicatestatic final IRI
VCARD4.PREF
Deprecated.static final IRI
SKOS.PREF_LABEL
The skos:prefLabel lexical label property.static final IRI
SKOSXL.PREF_LABEL
The skosxl:prefLabel property.static final IRI
ldp:PreferContainmentstatic final IRI
Deprecated.static final IRI
ldp:PreferMembershipstatic final IRI
ldp:PreferMinimalContainerstatic final IRI
The preferred namespace prefix to ue when using terms from this vocabulary in an XML document.static final IRI
The preferred namespace URI to use when using terms from this vocabulary in an XML document.static final IRI
SHACL.PREFIX_DECLARATION
sh:PrefixDeclarationstatic final IRI
SHACL.PREFIX_PROP
sh:prefixstatic final IRI
SHACL.PREFIXES
sh:prefixesstatic final IRI
ODRL2.PRESENT
odrl:presentstatic final IRI
ODRL2.PREVIEW
Deprecated.static final IRI
HYDRA.PREVIOUS
static final IRI
PROV.PRIMARY_SOURCE
prov:PrimarySourcestatic final IRI
FOAF.PRIMARY_TOPIC
static final IRI
ODRL2.PRINT
odrl:printstatic final IRI
OWL.PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersionstatic final 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 final IRI
VCARD4.PRODID
vcard:prodidstatic final IRI
ODRL2.PRODUCT
odrl:productstatic final IRI
ODRL2.PROFILE
odrl:profilestatic final IRI
DOAP.PROGRAMMING_LANGUAGE
doap:programming-languagestatic final IRI
ODRL2.PROHIBIT
odrl:prohibitstatic final IRI
ODRL2.PROHIBITION
odrl:Prohibitionstatic final IRI
ODRL2.PROHIBITION_PROP
odrl:prohibitionstatic final IRI
DOAP.PROJECT
doap:Projectstatic final IRI
FOAF.PROJECT
static final IRI
TIME.PROPER_INTERVAL
time:ProperIntervalstatic final IRI
VOID.PROPERTIES
void:propertiesstatic final IRI
HYDRA.PROPERTY
static final IRI
RDF.PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Propertystatic final IRI
SHACL.PROPERTY
sh:propertystatic final IRI
VOID.PROPERTY
void:propertystatic final IRI
sh:PropertyConstraintComponentstatic final IRI
sh:PropertyConstraintComponent-propertystatic final IRI
property featurestatic final IRI
SHACL.PROPERTY_GROUP
sh:PropertyGroupstatic final IRI
VOID.PROPERTY_PARTITION
void:propertyPartitionstatic final IRI
SHACL.PROPERTY_SHAPE
sh:PropertyShapestatic final IRI
SHACL.PROPERTY_VALIDATOR
sh:propertyValidatorstatic final IRI
http://www.w3.org/2002/07/owl#propertyChainAxiomstatic final IRI
http://www.w3.org/2002/07/owl#propertyDisjointWithstatic final IRI
DCTERMS.PROVENANCE
http://purl.org/dc/terms/provenancestatic final IRI
DCTERMS.PROVENANCE_STATEMENT
http://purl.org/dc/terms/ProvenanceStatementstatic final IRI
prov:provenanceUriTemplatestatic final IRI
ODRL2.PROXIMITY
Deprecated.static final IRI
FOAF.PUBLICATIONS
static final IRI
PROV.PUBLISH
prov:Publishstatic final IRI
DC.PUBLISHER
dc:publisherstatic final IRI
DCTERMS.PUBLISHER
http://purl.org/dc/terms/publisherstatic final IRI
PROV.PUBLISHER
prov:Publisherstatic final IRI
ODRL2.PURPOSE
odrl:purposestatic final IRI
ORG.PURPOSE
void:purposestatic final IRI
SESAMEQNAME.QNAME
http://www.openrdf.org/schema/qname#qnamestatic final IRI
XSD.QNAME
http://www.w3.org/2001/XMLSchema#QNamestatic final IRI
prov:qualifiedAssociationstatic final IRI
prov:qualifiedAttributionstatic final IRI
prov:qualifiedCommunicationstatic final IRI
PROV.QUALIFIED_DELEGATION
prov:qualifiedDelegationstatic final IRI
PROV.QUALIFIED_DERIVATION
prov:qualifiedDerivationstatic final IRI
PROV.QUALIFIED_END
prov:qualifiedEndstatic final IRI
PROV.QUALIFIED_GENERATION
prov:qualifiedGenerationstatic final IRI
PROV.QUALIFIED_INFLUENCE
prov:qualifiedInfluencestatic final IRI
PROV.QUALIFIED_INSERTION
prov:qualifiedInsertionstatic final IRI
prov:qualifiedInvalidationstatic final IRI
SHACL.QUALIFIED_MAX_COUNT
sh:qualifiedMaxCountstatic final IRI
sh:QualifiedMaxCountConstraintComponentstatic final IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedMaxCountstatic final IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapestatic final IRI
sh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjointstatic final IRI
SHACL.QUALIFIED_MIN_COUNT
sh:qualifiedMinCountstatic final IRI
sh:QualifiedMinCountConstraintComponentstatic final IRI
sh:QualifiedMinCountConstraintComponent-qualifiedMinCountstatic final IRI
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapestatic final IRI
sh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjointstatic final IRI
prov:qualifiedPrimarySourcestatic final IRI
PROV.QUALIFIED_QUOTATION
prov:qualifiedQuotationstatic final IRI
DCAT.QUALIFIED_RELATION
dcat:qualifiedRelationstatic final IRI
PROV.QUALIFIED_REMOVAL
prov:qualifiedRemovalstatic final IRI
PROV.QUALIFIED_REVISION
prov:qualifiedRevisionstatic final IRI
PROV.QUALIFIED_START
prov:qualifiedStartstatic final IRI
PROV.QUALIFIED_USAGE
prov:qualifiedUsagestatic final IRI
SHACL.QUALIFIED_VALUE_SHAPE
sh:qualifiedValueShapestatic final IRI
sh:qualifiedValueShapesDisjointstatic final IRI
http://www.w3.org/2002/07/owl#qualifiedCardinalitystatic final IRI
SP.QUERY_CLASS
http://spinrdf.org/sp#Query Abstract base class of the various types of supported queries.static final 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 final IRI
PROV.QUOTATION
prov:Quotationstatic final IRI
SPIF.RANDOM_FUNCTION
static final IRI
RDFS.RANGE
http://www.w3.org/2000/01/rdf-schema#rangestatic final IRI
GEOF.RCC8_DC
static final IRI
GEOF.RCC8_EC
static final IRI
GEOF.RCC8_EQ
static final IRI
GEOF.RCC8_NTPP
static final IRI
GEOF.RCC8_NTPPI
static final IRI
GEOF.RCC8_PO
static final IRI
GEOF.RCC8_TPP
static final IRI
GEOF.RCC8_TPPI
static final IRI
LDP.RDF_SOURCE
ldp:RDFSourcestatic final IRI
ODRL2.READ
odrl:readstatic final IRI
HYDRA.READABLE
static final IRI
ODRL2.RECIPIENT
odrl:recipientstatic final IRI
http://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag.static final IRI
DCTERMS.REFERENCES
http://purl.org/dc/terms/referencesstatic final IRI
ODRL2.REFINEMENT
odrl:refinementstatic final IRI
http://www.w3.org/2002/07/owl#ReflexivePropertystatic final IRI
SP.REGEX
static final IRI
VCARD4.REGION
vcard:regionstatic final IRI
rov:RegisteredOrganizationstatic final IRI
ROV.REGISTRATION
rov:registrationstatic final IRI
GEOF.RELATE
static final IRI
SKOS.RELATED
The skos:related relation.static final IRI
SKOS.RELATED_MATCH
The skos:relatedMatch relation.static final IRI
VCARD4.RELATED_TYPE
vcard:RelatedTypestatic final IRI
DC.RELATION
dc:relationstatic final IRI
DCTERMS.RELATION
http://purl.org/dc/terms/relationstatic final IRI
ODRL2.RELATION
odrl:relationstatic final IRI
DCAT.RELATIONSHIP
dcat:Relationshipstatic final IRI
ODRL2.RELATIVE_POSITION
odrl:relativePositionstatic final IRI
ODRL2.RELATIVE_SIZE
odrl:relativeSizestatic final IRI
odrl:relativeSpatialPositionstatic final IRI
odrl:relativeTemporalPositionstatic final IRI
DOAP.RELEASE
doap:releasestatic final IRI
ODRL2.REMEDY
odrl:remedystatic final IRI
PROV.REMOVAL
prov:Removalstatic final IRI
PROV.REMOVED_KEY
prov:removedKeystatic final IRI
ORG.REMUNERATION
void:remunerationstatic final IRI
FN.REPLACE
fn:replacestatic final IRI
PROV.REPLACE
prov:Replacestatic final IRI
SPIF.REPLACE_ALL_FUNCTION
static final IRI
DCTERMS.REPLACES
http://purl.org/dc/terms/replacesstatic final IRI
ORG.REPORTS_TO
void:reportsTostatic final IRI
DOAP.REPOSITORY
doap:Repositorystatic final IRI
DOAP.REPOSITORY_OF
doap:repositoryOfstatic final IRI
DOAP.REPOSITORY_PROP
doap:repositorystatic final IRI
ODRL2.REPRODUCE
odrl:reproducestatic final IRI
ODRL2.REQUEST
odrl:Requeststatic final IRI
HYDRA.REQUIRED
static final IRI
DCTERMS.REQUIRES
http://purl.org/dc/terms/requiresstatic final IRI
Requires Datasetstatic final IRI
ODRL2.RESOLUTION
odrl:resolutionstatic final IRI
DCAT.RESOURCE
dcat:Resourcestatic final IRI
HYDRA.RESOURCE
static final IRI
LDP.RESOURCE
ldp:Resourcestatic final IRI
RDFS.RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resourcestatic final IRI
RDF.REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#reststatic final IRI
OWL.RESTRICTION
http://www.w3.org/2002/07/owl#Restrictionstatic final IRI
EARL.RESULT
static final IRI
SHACL.RESULT
sh:resultstatic final IRI
SHACL.RESULT_ANNOTATION
sh:ResultAnnotationstatic final IRI
SHACL.RESULT_ANNOTATION_PROP
sh:resultAnnotationstatic final IRI
result formatstatic final IRI
SHACL.RESULT_MESSAGE
sh:resultMessagestatic final IRI
http://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query.static final IRI
SHACL.RESULT_PATH
sh:resultPathstatic final IRI
SHACL.RESULT_SEVERITY
sh:resultSeveritystatic final IRI
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query.static final IRI
ORG.RESULTED_FROM
void:resultedFromstatic final IRI
void:resultingOrganizationstatic final 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 final IRI
HYDRA.RETURNS
static final IRI
HYDRA.RETURNS_HEADER
static final IRI
VCARD4.REV
vcard:revstatic final IRI
static final IRI
http://spinrdf.org/sp#ReversePath A path with reversed direction.static final IRI
ODRL2.REVIEW_POLICY
odrl:reviewPolicystatic final IRI
DOAP.REVISION
doap:revisionstatic final IRI
PROV.REVISION
prov:Revisionstatic final IRI
DCTERMS.RFC1766
http://purl.org/dc/terms/RFC1766static final IRI
DCTERMS.RFC3066
http://purl.org/dc/terms/RFC3066static final IRI
DCTERMS.RFC4646
http://purl.org/dc/terms/RFC4646static final IRI
DCTERMS.RFC5646
http://purl.org/dc/terms/RFC5646static final IRI
ODRL2.RIGHT_OPERAND
odrl:RightOperandstatic final IRI
ODRL2.RIGHT_OPERAND_PROP
odrl:rightOperandstatic final IRI
ODRL2.RIGHT_OPERAND_REFERENCE
odrl:rightOperandReferencestatic final IRI
DC.RIGHTS
dc:rightsstatic final IRI
DCTERMS.RIGHTS
http://purl.org/dc/terms/rightsstatic final IRI
PROV.RIGHTS_ASSIGNMENT
prov:RightsAssignmentstatic final IRI
DCTERMS.RIGHTS_HOLDER
http://purl.org/dc/terms/rightsHolderstatic final IRI
PROV.RIGHTS_HOLDER
prov:RightsHolderstatic final IRI
DCTERMS.RIGHTS_STATEMENT
http://purl.org/dc/terms/RightsStatementstatic final IRI
DCAT.ROLE
dcat:Rolestatic final IRI
ORG.ROLE
void:Rolestatic final IRI
PROV.ROLE
prov:Rolestatic final IRI
VCARD4.ROLE
vcard:rolestatic final IRI
ORG.ROLE_PROPERTY
void:rolePropertystatic final IRI
VOID.ROOT_RESOURCE
void:rootResourcestatic final 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 final IRI
OWL.SAMEAS
http://www.w3.org/2002/07/owl#sameAsstatic final IRI
SP.SAMPLE_CLASS
static final IRI
TIME.SATURDAY
time:Saturdaystatic final IRI
FOAF.SCHOOL_HOMEPAGE
static final IRI
ODRL2.SCOPE
Deprecated.static final IRI
SKOS.SCOPE_NOTE
The skos:scopeNote property.static final IRI
DOAP.SCREENSHOTS
doap:screenshotsstatic final IRI
HYDRA.SEARCH
static final IRI
TIME.SECOND
time:secondstatic final IRI
ODRL2.SECONDARY_USE
Deprecated.static final IRI
TIME.SECONDS
time:secondsstatic final IRI
fn:seconds-from-dateTimestatic final IRI
RDFS.SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlsostatic final IRI
SHACL.SELECT
sh:selectstatic final IRI
SP.SELECT_CLASS
http://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result.static final 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 final IRI
ODRL2.SELL
odrl:sellstatic final IRI
SKOS.SEMANTIC_RELATION
The skos:semanticRelation relation.static final IRI
EARL.SEMIAUTOMATIC
static final IRI
RDF.SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seqstatic final IRI
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.static final IRI
DCAT.SERVES_DATASET
dcat:servesDatasetstatic final IRI
SD.SERVICE
Servicestatic final 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 final IRI
PROV.SERVICE_DESCRIPTION
prov:ServiceDescriptionstatic final IRI
DOAP.SERVICE_ENDPOINT
doap:service-endpointstatic final IRI
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke.static final IRI
ODRL2.SET
odrl:Setstatic final IRI
SHACL.SEVERITY
sh:Severitystatic final IRI
SHACL.SEVERITY_PROP
sh:severitystatic final IRI
GEOF.SF_CONTAINS
static final IRI
GEOF.SF_CROSSES
static final IRI
GEOF.SF_DISJOINT
static final IRI
GEOF.SF_EQUALS
static final IRI
GEOF.SF_INTERSECTS
static final IRI
GEOF.SF_OVERLAPS
static final IRI
GEOF.SF_TOUCHES
static final IRI
GEOF.SF_WITHIN
static final IRI
FOAF.SHA1
static final IRI
RDF4J.SHACL_SHAPE_GRAPH
Context identifier for persisting SHACL shape data in theShaclSail
.static final IRI
SHACL.SHAPE
sh:Shapestatic final IRI
SHACL.SHAPES_GRAPH
sh:shapesGraphstatic final IRI
SHACL.SHAPES_GRAPH_WELL_FORMED
sh:shapesGraphWellFormedstatic final IRI
RSX.shapesGraph
static final IRI
ODRL2.SHARE
Deprecated.static final IRI
ODRL2.SHARE_ALIKE
Deprecated.static final IRI
XSD.SHORT
http://www.w3.org/2001/XMLSchema#shortstatic final IRI
DOAP.SHORTDESC
doap:shortdescstatic final IRI
VCARD4.SIBLING
vcard:Siblingstatic final IRI
static final IRI
ORG.SITE
void:Sitestatic final IRI
ORG.SITE_ADDRESS
void:siteAddressstatic final IRI
ORG.SITE_OF
void:siteOfstatic final IRI
DCTERMS.SIZE_OR_DURATION
http://purl.org/dc/terms/SizeOrDurationstatic final IRI
FOAF.SKYPE_ID
static final IRI
EARL.SOFTWARE
static final IRI
PROV.SOFTWARE_AGENT
prov:SoftwareAgentstatic final IRI
OWL.SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFromstatic final IRI
VCARD4.SORT_STRING
vcard:sort-stringstatic final IRI
VCARD4.SOUND
vcard:soundstatic final IRI
DC.SOURCE
dc:sourcestatic final IRI
DCTERMS.SOURCE
http://purl.org/dc/terms/sourcestatic final IRI
ODRL2.SOURCE
odrl:sourcestatic final IRI
SHACL.SOURCE_CONSTRAINT
sh:sourceConstraintstatic final IRI
sh:sourceConstraintComponentstatic final IRI
SHACL.SOURCE_SHAPE
sh:sourceShapestatic final IRI
OWL.SOURCEINDIVIDUAL
http://www.w3.org/2002/07/owl#sourceIndividualstatic final IRI
SHACL.SPARQL
sh:sparqlstatic final IRI
SPARQL 1.0 Querystatic final IRI
SPARQL 1.1 Querystatic final IRI
SPARQL 1.1 Updatestatic final IRI
SHACL.SPARQL_ASK_EXECUTABLE
sh:SPARQLAskExecutablestatic final IRI
SHACL.SPARQL_ASK_VALIDATOR
sh:SPARQLAskValidatorstatic final IRI
SHACL.SPARQL_CONSTRAINT
sh:SPARQLConstraintstatic final IRI
sh:SPARQLConstraintComponentstatic final IRI
sh:SPARQLConstraintComponent-sparqlstatic final IRI
sh:SPARQLConstructExecutablestatic final IRI
VOID.SPARQL_ENDPOINT
void:sparqlEndpointstatic final IRI
SHACL.SPARQL_EXECUTABLE
sh:SPARQLExecutablestatic final IRI
SHACL.SPARQL_FUNCTION
sh:SPARQLFunctionstatic final IRI
SHACL.SPARQL_SELECT_EXECUTABLE
sh:SPARQLSelectExecutablestatic final IRI
SHACL.SPARQL_SELECT_VALIDATOR
sh:SPARQLSelectValidatorstatic final IRI
SHACL.SPARQL_TARGET
sh:SPARQLTargetstatic final IRI
SHACL.SPARQL_TARGET_TYPE
sh:SPARQLTargetTypestatic final IRI
SHACL.SPARQL_UPDATE_EXECUTABLE
sh:SPARQLUpdateExecutablestatic final IRI
SHACL.SPARQL_VALUES_DERIVER
sh:SPARQLValuesDeriverstatic final IRI
DCTERMS.SPATIAL
http://purl.org/dc/terms/spatialstatic final IRI
ODRL2.SPATIAL
odrl:spatialstatic final IRI
ODRL2.SPATIAL_COORDINATES
odrl:spatialCoordinatesstatic final IRI
dcat:spatialResolutionInMetersstatic final IRI
WGS84.SPATIAL_THING
Thewgs84:SpatialThing
class.static final IRI
PROV.SPECIALIZATION_OF
prov:specializationOfstatic final IRI
DOAP.SPECIFICATION
doap:Specificationstatic final IRI
SPIF.SPLIT_PROPERTY
static final IRI
VCARD4.SPOUSE
vcard:Spousestatic final IRI
DCTERMS.STANDARD
http://purl.org/dc/terms/Standardstatic final IRI
PROV.START
prov:Startstatic final IRI
DCAT.START_DATE
dcat:startDatestatic final IRI
PROV.STARTED_AT_TIME
prov:startedAtTimestatic final IRI
FN.STARTS_WITH
fn:starts-withstatic final IRI
RDF.STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statementstatic final IRI
FOAF.STATUS
static final IRI
HYDRA.STATUS
static final IRI
ODRL2.STATUS
odrl:statusstatic final IRI
HYDRA.STATUS_CODE
static final IRI
SP.STR
static final IRI
APF.STR_SPLIT
static final IRI
ODRL2.STREAM
odrl:streamstatic final IRI
VCARD4.STREET_ADDRESS
vcard:street-addressstatic final IRI
XSD.STRING
http://www.w3.org/2001/XMLSchema#stringstatic final IRI
fn:string-lengthstatic final IRI
SP.SUB
static final IRI
void:subOrganizationOfstatic final IRI
http://spinrdf.org/sp#subPath The child path of a property path expression.static final IRI
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list.static final IRI
RDFS.SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOfstatic final IRI
DC.SUBJECT
dc:subjectstatic final IRI
DCTERMS.SUBJECT
http://purl.org/dc/terms/subjectstatic final IRI
EARL.SUBJECT
static final IRI
RDF.SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subjectstatic final IRI
http://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple.static final IRI
VOID.SUBJECTS_TARGET
void:subjectsTargetstatic final IRI
PROV.SUBMIT
prov:Submitstatic final IRI
RDFS.SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOfstatic final IRI
VOID.SUBSET
void:subsetstatic final IRI
FN.SUBSTRING
fn:substringstatic final IRI
fn:substring-afterstatic final IRI
fn:substring-beforestatic final IRI
SP.SUM_CLASS
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.static final IRI
TIME.SUNDAY
time:Sundaystatic final IRI
ODRL2.SUPPORT
Deprecated.static final IRI
DOAP.SUPPORT_FORUM
doap:support-forumstatic final IRI
HYDRA.SUPPORTED_CLASS
static final IRI
supported entailment profilestatic final IRI
supported languagestatic final IRI
HYDRA.SUPPORTED_OPERATION
static final IRI
HYDRA.SUPPORTED_PROPERTY
static final IRI
HYDRA.SUPPORTED_PROPERTY_PROP
static final IRI
FOAF.SURNAME
static final IRI
DOAP.SVNREPOSITORY
doap:SVNRepositorystatic final IRI
VCARD4.SWEETHEART
vcard:Sweetheartstatic final IRI
GEOF.SYM_DIFFERENCE
static IRI
SPIN.SYMBOL_PROPERTY
http://spinrdf.org/spin#symbol The symbol of a function, e.g.static final IRI
http://www.w3.org/2002/07/owl#SymmetricPropertystatic final IRI
ODRL2.SYNCHRONIZE
odrl:synchronizestatic final IRI
ODRL2.SYSTEM
Deprecated.static final IRI
SP.SYSTEM_CLASS
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes.static final IRI
ODRL2.SYSTEM_DEVICE
odrl:systemDevicestatic final 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 final IRI
DCTERMS.TABLE_OF_CONTENTS
http://purl.org/dc/terms/tableOfContentsstatic final IRI
ODRL2.TARGET
odrl:targetstatic final IRI
SHACL.TARGET
sh:Targetstatic final IRI
VOID.TARGET
void:targetstatic final IRI
SHACL.TARGET_CLASS
sh:targetClassstatic final IRI
SHACL.TARGET_NODE
sh:targetNodestatic final IRI
SHACL.TARGET_OBJECTS_OF
sh:targetObjectsOfstatic final IRI
SHACL.TARGET_PROP
sh:targetstatic final IRI
SHACL.TARGET_SUBJECTS_OF
sh:targetSubjectsOfstatic final IRI
SHACL.TARGET_TYPE
sh:TargetTypestatic final IRI
OWL.TARGETINDIVIDUAL
http://www.w3.org/2002/07/owl#targetIndividualstatic final IRI
RSX.targetShape
http://rdf4j.org/shacl-extensions#targetShapestatic final IRI
OWL.TARGETVALUE
http://www.w3.org/2002/07/owl#targetValuestatic final IRI
VOID.TECHNICAL_FEATURE
void:TechnicalFeaturestatic final IRI
VCARD4.TEL
Deprecated.static final IRI
VCARD4.TEL_PROP
vcard:telstatic final IRI
VCARD4.TELEPHONE_TYPE
vcard:TelephoneTypestatic final IRI
HYDRA.TEMPLATE
static IRI
SPIN.TEMPLATE_CLASS
http://spinrdf.org/spin#Template The metaclass of SPIN templates.static final IRI
HYDRA.TEMPLATED_LINK
static IRI
SPIN.TEMPLATES_CLASS
http://spinrdf.org/spin#Templates Suggested abstract base class for all Templates.static final IRI
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query.static final IRI
DCTERMS.TEMPORAL
http://purl.org/dc/terms/temporalstatic final IRI
TIME.TEMPORAL_DURATION
time:TemporalDurationstatic final IRI
TIME.TEMPORAL_ENTITY
time:TemporalEntitystatic final IRI
TIME.TEMPORAL_POSITION
time:TemporalPositionstatic final IRI
DCAT.TEMPORAL_RESOLUTION
dcat:temporalResolutionstatic final IRI
WGS84.TEMPORAL_THING
Thewgs84:TemporalThing
class.static final IRI
TIME.TEMPORAL_UNIT
time:TemporalUnitstatic final IRI
VANN.TERM_GROUP
A group of related terms in a vocabulary.static final IRI
EARL.TEST
static final IRI
EARL.TEST_SUBJECT
static final IRI
DOAP.TESTER
doap:testerstatic final IRI
EARL.TESTRESULT
static final IRI
VCARD4.TEXT
vcard:Textstatic final IRI
VCARD4.TEXT_PHONE
vcard:TextPhonestatic final IRI
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query.static final IRI
ODRL2.TEXT_TO_SPEECH
odrl:textToSpeechstatic final IRI
DCTERMS.TGN
http://purl.org/dc/terms/TGNstatic final IRI
DCAT.THEME
dcat:themestatic final IRI
FOAF.THEME
static final IRI
DCAT.THEME_TAXONOMY
dcat:themeTaxonomystatic final 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 final IRI
LOCN.THOROUGHFARE
locn:thoroughfarestatic final IRI
FOAF.THUMBNAIL
static final IRI
TIME.THURSDAY
time:Thursdaystatic final IRI
ODRL2.TICKET
odrl:Ticketstatic final IRI
XSD.TIME
http://www.w3.org/2001/XMLSchema#timestatic final IRI
ODRL2.TIME_INTERVAL
odrl:timeIntervalstatic final IRI
SPIF.TIME_MILLIS_FUNCTION
static final IRI
TIME.TIME_POSITION
time:TimePositionstatic final IRI
TIME.TIME_ZONE
time:TimeZonestatic final IRI
TIME.TIME_ZONE_PROP
time:timeZonestatic final IRI
ODRL2.TIMED_COUNT
Deprecated.static final IRI
fn:timezone-from-dateTimestatic final IRI
FOAF.TIPJAR
static final IRI
DC.TITLE
dc:titlestatic final IRI
DCTERMS.TITLE
http://purl.org/dc/terms/titlestatic final IRI
FOAF.TITLE
static final IRI
HYDRA.TITLE
static final IRI
VCARD4.TITLE
vcard:titlestatic final IRI
SPIF.TITLE_CASE_FUNCTION
static final IRI
XSD.TOKEN
http://www.w3.org/2001/XMLSchema#tokenstatic final IRI
SKOS.TOP_CONCEPT_OF
The skos:topConceptOf relation.static final IRI
OWL.TOPDATAPROPERTY
http://www.w3.org/2002/07/owl#topDataPropertystatic final IRI
FOAF.TOPIC
static final IRI
FOAF.TOPIC_INTEREST
static final IRI
http://www.w3.org/2002/07/owl#topObjectPropertystatic final IRI
HYDRA.TOTAL_ITEMS
static final IRI
ODRL2.TRACKED_PARTY
odrl:trackedPartystatic final IRI
ODRL2.TRACKING_PARTY
odrl:trackingPartystatic final IRI
ODRL2.TRANSFER
odrl:transferstatic final IRI
ODRL2.TRANSFORM
odrl:transformstatic final IRI
void:transitiveSubOrganizationOfstatic final IRI
http://www.w3.org/2002/07/owl#TransitivePropertystatic final IRI
ODRL2.TRANSLATE
odrl:translatestatic final IRI
DOAP.TRANSLATOR
doap:translatorstatic final IRI
SPIF.TRIM_FUNCTION
static final IRI
SP.TRIPLE_CLASS
http://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate.static final IRI
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate.static final IRI
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query.static final IRI
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query.static final IRI
VOID.TRIPLES
void:triplesstatic final IRI
TIME.TRS
time:TRSstatic final IRI
RDF4J.TRUNCATED
static final IRI
TIME.TUESDAY
time:Tuesdaystatic final IRI
SP.TUPLE_CLASS
http://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object.static final IRI
DC.TYPE
dc:typestatic final IRI
DCTERMS.TYPE
http://purl.org/dc/terms/typestatic final IRI
RDF.TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#typestatic final IRI
VCARD4.TYPE
vcard:Typestatic final IRI
VCARD4.TZ
vcard:tzstatic final IRI
DCTERMS.UDC
http://purl.org/dc/terms/UDCstatic final IRI
ODRL2.UID
odrl:uidstatic final IRI
static final IRI
SP.UNDEF
static final IRI
ODRL2.UNDEFINED
Deprecated.static final IRI
ODRL2.UNDEFINED_TERM
Deprecated.static final IRI
ODRL2.UNINSTALL
odrl:uninstallstatic final IRI
GEOF.UNION
static final IRI
SP.UNION_CLASS
http://spinrdf.org/sp#Union A UNION group.static final IRI
Union Default Graphstatic final IRI
OWL.UNIONOF
http://www.w3.org/2002/07/owl#unionOfstatic final IRI
SHACL.UNIQUE_LANG
sh:uniqueLangstatic final IRI
sh:UniqueLangConstraintComponentstatic final IRI
sh:UniqueLangConstraintComponent-uniqueLangstatic final IRI
ODRL2.UNIT
odrl:unitstatic final IRI
TIME.UNIT_DAY
time:unitDaystatic final IRI
TIME.UNIT_HOUR
time:unitHourstatic final IRI
TIME.UNIT_MINUTE
time:unitMinutestatic final IRI
TIME.UNIT_MONTH
time:unitMonthstatic final IRI
ORG.UNIT_OF
void:unitOfstatic final IRI
ODRL2.UNIT_OF_COUNT
odrl:unitOfCountstatic final IRI
TIME.UNIT_SECOND
time:unitSecondstatic final IRI
TIME.UNIT_TYPE
time:unitTypestatic final IRI
TIME.UNIT_WEEK
time:unitWeekstatic final IRI
TIME.UNIT_YEAR
time:unitYearstatic final IRI
VCARD4.UNKNOWN
vcard:Unknownstatic final IRI
XSD.UNSIGNED_BYTE
http://www.w3.org/2001/XMLSchema#unsignedBytestatic final IRI
XSD.UNSIGNED_INT
http://www.w3.org/2001/XMLSchema#unsignedIntstatic final IRI
XSD.UNSIGNED_LONG
http://www.w3.org/2001/XMLSchema#unsignedLongstatic final IRI
XSD.UNSIGNED_SHORT
http://www.w3.org/2001/XMLSchema#unsignedShortstatic final IRI
GEOF.UOM_DEGREE
static final IRI
GEOF.UOM_METRE
static final IRI
GEOF.UOM_RADIAN
static final IRI
GEOF.UOM_UNITY
static final IRI
SHACL.UPDATE
sh:updatestatic final 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 final IRI
FN.UPPER_CASE
fn:upper-casestatic final IRI
SPIF.UPPER_CASE_FUNCTION
static final IRI
DCTERMS.URI
http://purl.org/dc/terms/URIstatic final IRI
SP.URI
static final IRI
VOID.URI_LOOKUP_ENDPOINT
void:uriLookupEndpointstatic final IRI
VOID.URI_REGEX_PATTERN
void:uriRegexPatternstatic final IRI
VOID.URI_SPACE
void:uriSpacestatic final IRI
VCARD4.URL
vcard:urlstatic final IRI
PROV.USAGE
prov:Usagestatic final IRI
VANN.USAGE_NOTE
A reference to a resource that provides information on how this resource is to be used.static final IRI
ODRL2.USE
odrl:usestatic final IRI
PROV.USED
prov:usedstatic final IRI
static final IRI
static final IRI
DCTERMS.VALID
http://purl.org/dc/terms/validstatic final IRI
SHACL.VALIDATION_REPORT
sh:ValidationReportstatic final IRI
SHACL.VALIDATION_RESULT
sh:ValidationResultstatic final IRI
SHACL.VALIDATOR
sh:Validatorstatic final IRI
SHACL.VALIDATOR_PROP
sh:validatorstatic final IRI
PROV.VALUE
prov:valuestatic final IRI
RDF.VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#valuestatic final IRI
SHACL.VALUE
sh:valuestatic final IRI
VCARD4.VALUE
vcard:valuestatic final IRI
http://spinrdf.org/spl#valueTypestatic final IRI
SP.VALUES_CLASS
static final IRI
SHACL.VALUES_DERIVER
sh:ValuesDeriverstatic final IRI
http://spinrdf.org/sp#varName The name of a Variable.static final IRI
static final IRI
HYDRA.VARIABLE
static final IRI
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression.static final IRI
http://spinrdf.org/sp#variable The variable of a Bind element.static final IRI
HYDRA.VARIABLE_REPRESENTATION
static final IRI
static final IRI
VCARD4.VCARD
vcard:VCardstatic final IRI
DOAP.VENDOR
doap:vendorstatic final IRI
DOAP.VERSION
doap:Versionstatic final IRI
ODRL2.VERSION
odrl:versionstatic final IRI
OWL.VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfostatic final IRI
OWL.VERSIONIRI
http://www.w3.org/2002/07/owl#versionIRIstatic final IRI
VCARD4.VIDEO
vcard:Videostatic final IRI
HYDRA.VIEW
static final IRI
SHACL.VIOLATION
sh:Violationstatic final 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 final IRI
static final IRI
ODRL2.VIRTUAL_LOCATION
odrl:virtualLocationstatic final IRI
VOID.VOCABULARY
void:vocabularystatic final IRI
VCARD4.VOICE
vcard:Voicestatic final IRI
DCTERMS.W3CDTF
http://purl.org/dc/terms/W3CDTFstatic final IRI
SHACL.WARNING
sh:Warningstatic final IRI
static final IRI
PROV.WAS_ASSOCIATED_WITH
prov:wasAssociatedWithstatic final IRI
PROV.WAS_ATTRIBUTED_TO
prov:wasAttributedTostatic final IRI
PROV.WAS_DERIVED_FROM
prov:wasDerivedFromstatic final IRI
PROV.WAS_ENDED_BY
prov:wasEndedBystatic final IRI
PROV.WAS_GENERATED_BY
prov:wasGeneratedBystatic final IRI
PROV.WAS_INFLUENCED_BY
prov:wasInfluencedBystatic final IRI
PROV.WAS_INFORMED_BY
prov:wasInformedBystatic final IRI
PROV.WAS_INVALIDATED_BY
prov:wasInvalidatedBystatic final IRI
PROV.WAS_QUOTED_FROM
prov:wasQuotedFromstatic final IRI
PROV.WAS_REVISION_OF
prov:wasRevisionOfstatic final IRI
PROV.WAS_STARTED_BY
prov:wasStartedBystatic final IRI
ODRL2.WATERMARK
odrl:watermarkstatic final IRI
FOAF.WEBLOG
static final IRI
TIME.WEDNESDAY
time:Wednesdaystatic final IRI
TIME.WEEK
time:weekstatic final IRI
TIME.WEEKS
time:weeksstatic final IRI
http://spinrdf.org/sp#where The WHERE clause of a Query.static final IRI
DOAP.WIKI
doap:wikistatic final IRI
SESAME.WILDCARD
http://www.openrdf.org/schema/sesame#wildcardstatic final IRI
static final IRI
OWL.WITHRESTRICTIONS
http://www.w3.org/2002/07/owl#withRestrictionsstatic final IRI
GEO.WKT_LITERAL
static final IRI
VCARD4.WORK
vcard:Workstatic final IRI
FOAF.WORK_INFO_HOMEPAGE
static final IRI
FOAF.WORKPLACE_HOMEPAGE
static final IRI
HYDRA.WRITABLE
static final IRI
ODRL2.WRITE
Deprecated.static final IRI
ODRL2.WRITE_TO
Deprecated.static final IRI
VCARD4.X400
Deprecated.static final IRI
RDF.XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteralstatic final IRI
ODRL2.XONE
odrl:xonestatic final IRI
SHACL.XONE
sh:xonestatic final IRI
sh:XoneConstraintComponentstatic final IRI
sh:XoneConstraintComponent-xonestatic final IRI
TIME.XSD_DATE_TIME
Deprecated.static final IRI
FOAF.YAHOO_CHAT_ID
static final IRI
TIME.YEAR
Deprecated.static final IRI
fn:year-from-dateTimestatic final IRI
TIME.YEAR_PROP
time:yearstatic final IRI
http://www.w3.org/2001/XMLSchema#yearMonthDurationstatic final IRI
TIME.YEARS
time:yearsstatic final IRI
SHACL.ZERO_OR_MORE_PATH
sh:zeroOrMorePathstatic final IRI
SHACL.ZERO_OR_ONE_PATH
sh:zeroOrOnePath -
Uses of IRI in org.eclipse.rdf4j.query
Modifier and TypeMethodDescriptionDataset.getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.Modifier 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
Modifier 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
-
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.function.xsd
Modifier 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
Modifier 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
-
Uses of IRI in org.eclipse.rdf4j.query.algebra.evaluation.util
Modifier and TypeMethodDescriptionTripleSources.getObjectURIs
(Resource subject, IRI predicate, TripleSource store) TripleSources.getSubjectURIs
(IRI predicate, Value object, TripleSource store) Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
DAWGTestResultSetSchema.BINDING
static final IRI
DAWGTestResultSetSchema.BOOLEAN
static final IRI
DAWGTestResultSetSchema.RESULTSET
static final IRI
DAWGTestResultSetSchema.RESULTVARIABLE
static final IRI
DAWGTestResultSetSchema.SOLUTION
static final IRI
DAWGTestResultSetSchema.VALUE
static final IRI
DAWGTestResultSetSchema.VARIABLE
-
Uses of IRI in org.eclipse.rdf4j.query.impl
Modifier and TypeMethodDescriptionFallbackDataset.getDefaultInsertGraph()
SimpleDataset.getDefaultInsertGraph()
Modifier and TypeMethodDescriptionFallbackDataset.getDefaultGraphs()
SimpleDataset.getDefaultGraphs()
FallbackDataset.getDefaultRemoveGraphs()
SimpleDataset.getDefaultRemoveGraphs()
FallbackDataset.getNamedGraphs()
SimpleDataset.getNamedGraphs()
Gets the (unmodifiable) set of named graph URIs.Modifier 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
Modifier and TypeFieldDescriptionprotected static final IRI
QueryResultFormat.SPARQL_RESULTS_CSV_URI
Local constant for tuple formats for SPARQL Results CSV.protected static final IRI
QueryResultFormat.SPARQL_RESULTS_JSON_URI
Local constant reused across boolean and tuple formats for SPARQL Results JSON.protected static final IRI
QueryResultFormat.SPARQL_RESULTS_TSV_URI
Local constant for tuple formats for SPARQL Results TSV.protected static final IRI
QueryResultFormat.SPARQL_RESULTS_XML_URI
Local constant reused across boolean and tuple formats for SPARQL Results XML.ModifierConstructorDescriptionBooleanQueryResultFormat
(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
-
Uses of IRI in org.eclipse.rdf4j.query.resultio.text.tsv
-
Uses of IRI in org.eclipse.rdf4j.repository
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
RepositoryConfigSchema.DELEGATE
http://www.openrdf.org/config/repository#delegatestatic final IRI
RepositoryConfigSchema.REPOSITORY
http://www.openrdf.org/config/repository#Repositorystatic final IRI
RepositoryConfigSchema.REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContextstatic final IRI
RepositoryConfigSchema.REPOSITORYID
http://www.openrdf.org/config/repository#repositoryIDstatic final IRI
RepositoryConfigSchema.REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImplstatic final IRI
RepositoryConfigSchema.REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType -
Uses of IRI in org.eclipse.rdf4j.repository.contextaware
Modifier 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()
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
ContextAwareSchema.ADD_CONTEXT
Deprecated.static final IRI
ContextAwareSchema.ARCHIVE_CONTEXT
Deprecated.static final IRI
ContextAwareSchema.BASE_URI
http://www.openrdf.org/config/repository/contextaware#basestatic final IRI
ContextAwareSchema.INCLUDE_INFERRED
http://www.openrdf.org/config/repository/contextaware#includeInferredstatic final IRI
ContextAwareSchema.INSERT_CONTEXT
http://www.openrdf.org/config/repository/contextaware#insertContextstatic final IRI
ContextAwareSchema.MAX_QUERY_TIME
http://www.openrdf.org/config/repository/contextaware#maxQueryTimestatic final IRI
ContextAwareSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/repository/contextaware#queryLanguagestatic final IRI
ContextAwareSchema.READ_CONTEXT
http://www.openrdf.org/config/repository/contextaware#readContextstatic final IRI
ContextAwareSchema.REMOVE_CONTEXT
http://www.openrdf.org/config/repository/contextaware#removeContextModifier and TypeMethodDescriptionIRI[]
ContextAwareConfig.getAddContexts()
Deprecated.IRI[]
ContextAwareConfig.getArchiveContexts()
Deprecated.ContextAwareConfig.getInsertContext()
IRI[]
ContextAwareConfig.getReadContexts()
IRI[]
ContextAwareConfig.getRemoveContexts()
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> RepositoryTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.repository.event
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
HTTPRepositorySchema.PASSWORD
http://www.openrdf.org/config/repository/http#passwordstatic final IRI
HTTPRepositorySchema.REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURLstatic final IRI
HTTPRepositorySchema.USERNAME
http://www.openrdf.org/config/repository/http#username -
Uses of IRI in org.eclipse.rdf4j.repository.manager
Modifier and TypeFieldDescriptionstatic final IRI
RepositoryManager.PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedID -
Uses of IRI in org.eclipse.rdf4j.repository.sail
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
ProxyRepositorySchema.PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedIDstatic final IRI
SailRepositorySchema.SAILIMPL
http://www.openrdf.org/config/repository/sail#sailImpl -
Uses of IRI in org.eclipse.rdf4j.repository.sail.helpers
Modifier and TypeMethodDescriptionprotected void
RDFSailInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of IRI in org.eclipse.rdf4j.repository.sparql
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
SPARQLRepositoryConfig.PASS_THROUGH_ENABLED
Configuration setting for enabling/disabling direct result pass-through.static final IRI
SPARQLRepositoryConfig.QUERY_ENDPOINT
Configuration setting for the SPARQL query endpoint.static final IRI
SPARQLRepositoryConfig.UPDATE_ENDPOINT
Configuration setting for the SPARQL update endpoint. -
Uses of IRI in org.eclipse.rdf4j.repository.util
Modifier 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
Modifier 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.ModifierConstructorDescriptionRDFFormat
(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
Modifier 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
Modifier 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.Modifier 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 final 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 final 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
-
Uses of IRI in org.eclipse.rdf4j.rio.ntriples
-
Uses of IRI in org.eclipse.rdf4j.rio.rdfjson
Modifier 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
Modifier and TypeMethodDescriptionprotected Literal
RDFXMLParser.createLiteral
(String label, String lang, IRI datatype) -
Uses of IRI in org.eclipse.rdf4j.rio.trig
Modifier 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
Modifier and TypeMethodDescriptionprotected Literal
TriXParser.createLiteral
(String label, String lang, IRI datatype) -
Uses of IRI in org.eclipse.rdf4j.rio.turtle
Modifier and TypeFieldDescriptionprotected IRI
TurtleWriter.lastWrittenPredicate
protected IRI
TurtleParser.predicate
Modifier and TypeMethodDescriptionprotected IRI
TurtleParser.parsePredicate()
protected IRI
TurtleParser.parseURI()
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
BaseSailSchema.EVALUATION_STRATEGY_FACTORY
http://www.openrdf.org/config/sail/base#evaluationStrategyFactory -
Uses of IRI in org.eclipse.rdf4j.sail.config
Modifier and TypeFieldDescriptionstatic final IRI
SailConfigSchema.CONNECTION_TIME_OUT
http://www.openrdf.org/config/sail#connectionTimeOutstatic final IRI
SailConfigSchema.DELEGATE
http://www.openrdf.org/config/sail#delegatestatic final IRI
SailConfigSchema.ITERATION_CACHE_SYNC_THRESHOLD
http://www.openrdf.org/config/sail#iterationCacheSyncTresholdstatic final IRI
SailConfigSchema.SAILTYPE
http://www.openrdf.org/config/sail#sailType -
Uses of IRI in org.eclipse.rdf4j.sail.elasticsearch
Modifier 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.ModifierConstructorDescriptionElasticsearchDocumentDistance
(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
-
Uses of IRI in org.eclipse.rdf4j.sail.evaluation
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
QueryEvaluationException> SailTripleSource.getStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.sail.extensiblestore
Modifier 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) ModifierConstructorDescriptionFilteringIteration
(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
Modifier 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
ModifierConstructorDescriptionExtensibleContextStatement
(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
Modifier and TypeMethodDescriptionfinal void
AbstractSailConnection.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
AbstractSailConnection.addStatement
(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts) The default implementation buffers added statements until the update operation is complete.void
SailConnectionWrapper.addStatement
(Resource subj, IRI pred, Value obj, Resource... contexts) void
SailConnectionWrapper.addStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) protected abstract void
AbstractSailConnection.addStatementInternal
(Resource subj, IRI pred, Value obj, Resource... contexts) final 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) final 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
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
CustomGraphQueryInferencerSchema.MATCHER_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuerystatic final IRI
CustomGraphQueryInferencerSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguagestatic final IRI
CustomGraphQueryInferencerSchema.RULE_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery -
Uses of IRI in org.eclipse.rdf4j.sail.inferencer.util
Modifier and TypeMethodDescriptionprotected void
RDFInferencerInserter.addStatement
(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of IRI in org.eclipse.rdf4j.sail.lmdb
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
LmdbStoreSchema.AUTO_GROW
http://rdf4j.org/config/sail/lmdb#autoGrowstatic final IRI
LmdbStoreSchema.FORCE_SYNC
http://rdf4j.org/config/sail/lmdb#forceSyncstatic final IRI
LmdbStoreSchema.NAMESPACE_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#namespaceCacheSizestatic final IRI
LmdbStoreSchema.NAMESPACE_ID_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#namespaceIDCacheSizestatic final IRI
LmdbStoreSchema.TRIPLE_DB_SIZE
http://rdf4j.org/config/sail/lmdb#tripleDBSizestatic final IRI
LmdbStoreSchema.TRIPLE_INDEXES
http://rdf4j.org/config/sail/lmdb#tripleIndexesstatic final IRI
LmdbStoreSchema.VALUE_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#valueCacheSizestatic final IRI
LmdbStoreSchema.VALUE_DB_SIZE
http://rdf4j.org/config/sail/lmdb#valueDBSizestatic final IRI
LmdbStoreSchema.VALUE_ID_CACHE_SIZE
http://rdf4j.org/config/sail/lmdb#valueIDCacheSize -
Uses of IRI in org.eclipse.rdf4j.sail.lmdb.model
ModifierConstructorDescriptionLmdbLiteral
(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
Modifier and TypeFieldDescriptionstatic final IRI
LuceneSailSchema.ALL_MATCHES
static final IRI
LuceneSailSchema.ALL_PROPERTIES
static final IRI
LuceneSailSchema.CONTEXT
static final IRI
LuceneSailSchema.DISTANCE
static final IRI
LuceneSailSchema.INDEXID
static final IRI
LuceneSailSchema.LUCENE_QUERY
static final IRI
LuceneSailSchema.MATCHES
static final IRI
LuceneSailSchema.PROPERTY
static final IRI
LuceneSailSchema.QUERY
static final IRI
LuceneSailSchema.SCORE
static final IRI
LuceneSailSchema.SEARCH
"Magic property" (TupleFunction) IRI.static final IRI
LuceneSailSchema.SNIPPET
static final IRI
LuceneSailSchema.WITHIN_DISTANCE
Modifier and TypeMethodDescriptionDistanceQuerySpec.getGeoProperty()
GeoRelationQuerySpec.getGeoProperty()
QuerySpec.getPropertyURI()
QuerySpec.getQueryType()
the type of query, must equalLuceneSailSchema.LUCENE_QUERY
.DistanceQuerySpec.getUnits()
Modifier and TypeMethodDescriptionAbstractSearchIndex.getIndexedTypeMapping()
AbstractSearchIndex.getIndexedTypeMapping()
SearchIndex.getIndexedTypeMapping()
SearchIndex.getIndexedTypeMapping()
Modifier 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
ModifierConstructorDescriptionDistanceQuerySpec
(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) QuerySpec
(StatementPattern matchesPattern, StatementPattern queryPattern, StatementPattern propertyPattern, StatementPattern scorePattern, StatementPattern snippetPattern, StatementPattern typePattern, StatementPattern idPattern, Resource subject, String queryString, IRI propertyURI) QuerySpecBuilder
(boolean incompleteQueryFails, IRI indexId) Initialize a new QuerySpecBuilder -
Uses of IRI in org.eclipse.rdf4j.sail.lucene.config
-
Uses of IRI in org.eclipse.rdf4j.sail.lucene.impl
Modifier 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.ModifierConstructorDescriptionLuceneDocumentDistance
(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
Modifier and TypeMethodDescriptionstatic final double
GeoUnits.fromDegrees
(double degs, IRI units) static final double
GeoUnits.fromKilometres
(double kms, IRI units) static final double
static final double
static final double
GeoUnits.toKilometres
(double distance, IRI units) static final double
-
Uses of IRI in org.eclipse.rdf4j.sail.memory
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
MemoryStoreSchema.PERSIST
http://www.openrdf.org/config/sail/memory#persiststatic final IRI
MemoryStoreSchema.SYNC_DELAY
http://www.openrdf.org/config/sail/memory#syncDelay -
Uses of IRI in org.eclipse.rdf4j.sail.memory.model
Modifier 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.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionMemValueFactory.createLiteral
(String value, IRI datatype) See getMemValue() for description.MemValueFactory.getOrCreateMemURI
(IRI uri) SeeMemValueFactory.getOrCreateMemValue(Value)
for description.ModifierConstructorDescriptionCalendarMemLiteral
(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
-
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf
Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
NativeStoreSchema.FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSyncstatic final IRI
NativeStoreSchema.NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSizestatic final IRI
NativeStoreSchema.NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSizestatic final IRI
NativeStoreSchema.TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexesstatic final IRI
NativeStoreSchema.VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSizestatic final IRI
NativeStoreSchema.VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize -
Uses of IRI in org.eclipse.rdf4j.sail.nativerdf.model
ModifierConstructorDescriptionNativeLiteral
(ValueStoreRevision revision, String label, IRI datatype) NativeLiteral
(ValueStoreRevision revision, String label, IRI datatype, int internalID) -
Uses of IRI in org.eclipse.rdf4j.sail.shacl
Modifier and TypeMethodDescriptionShaclSail.getSupportedShaclPredicates()
Lists the predicates that have been implemented in the ShaclSail.Modifier 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) List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
ShaclSail.getShapes
(RepositoryConnection shapesRepoConnection, IRI[] shapesGraphs) List<org.eclipse.rdf4j.sail.shacl.ast.ContextWithShapes>
ShaclSail.getShapes
(RepositoryConnection shapesRepoConnection, SailConnection sailConnection, IRI[] shapesGraphs) CloseableIteration<? extends Statement,
SailException> ShaclSailConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
ShaclSailConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) void
ShaclSailConnection.removeStatement
(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts) void
ShaclSailConnection.removeStatements
(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Modifier 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) ModifierConstructorDescriptionClassConstraintComponent
(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
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.planNodes
ModifierConstructorDescriptionDatatypeFilter
(PlanNode parent, IRI datatype) ExternalPredicateObjectFilter
(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, ExternalPredicateObjectFilter.FilterOn filterOn) UnorderedSelect
(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, Function<Statement, ValidationTuple> mapper) ModifierConstructorDescriptionExternalFilterByPredicate
(SailConnection connection, Set<IRI> filterOnPredicates, PlanNode parent, ExternalFilterByPredicate.On on, Resource[] dataGraph) -
Uses of IRI in org.eclipse.rdf4j.sail.shacl.ast.targets
Modifier and TypeMethodDescriptionDashAllObjects.getPredicate()
DashAllSubjects.getPredicate()
RSXTargetShape.getPredicate()
abstract IRI
Target.getPredicate()
TargetClass.getPredicate()
TargetNode.getPredicate()
TargetObjectsOf.getPredicate()
TargetSubjectsOf.getPredicate()
Modifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
TargetSubjectsOf.toModel
(Resource subject, IRI predicate, Model model, Set<Resource> cycleDetection) ModifierConstructorDescriptionTargetObjectsOf
(Set<IRI> targetObjectsOf) TargetSubjectsOf
(Set<IRI> targetSubjectsOf) -
Uses of IRI in org.eclipse.rdf4j.sail.shacl.config
Modifier and TypeFieldDescriptionstatic final IRI
ShaclSailSchema.CACHE_SELECT_NODES
http://rdf4j.org/config/sail/shacl#cacheSelectNodes
static final IRI
ShaclSailSchema.DASH_DATA_SHAPES
static final IRI
ShaclSailSchema.ECLIPSE_RDF4J_SHACL_EXTENSIONS
static final IRI
ShaclSailSchema.GLOBAL_LOG_VALIDATION_EXECUTION
http://rdf4j.org/config/sail/shacl#globalLogValidationExecution
static final IRI
ShaclSailSchema.LOG_VALIDATION_PLANS
http://rdf4j.org/config/sail/shacl#logValidationPlans
static final IRI
ShaclSailSchema.LOG_VALIDATION_VIOLATIONS
http://rdf4j.org/config/sail/shacl#logValidationViolations
static final IRI
ShaclSailSchema.PARALLEL_VALIDATION
http://rdf4j.org/config/sail/shacl#parallelValidation
static final IRI
ShaclSailSchema.PERFORMANCE_LOGGING
http://rdf4j.org/config/sail/shacl#performanceLogging
static final IRI
ShaclSailSchema.RDFS_SUB_CLASS_REASONING
http://rdf4j.org/config/sail/shacl#rdfsSubClassReasoning
static final IRI
ShaclSailSchema.SERIALIZABLE_VALIDATION
http://rdf4j.org/config/sail/shacl#serializableValidation
static final IRI
ShaclSailSchema.SHAPES_GRAPH
static final IRI
ShaclSailSchema.TRANSACTIONAL_VALIDATION_LIMIT
static final IRI
ShaclSailSchema.VALIDATION_ENABLED
http://rdf4j.org/config/sail/shacl#validationEnabled
static final IRI
ShaclSailSchema.VALIDATION_RESULTS_LIMIT_PER_CONSTRAINT
static final IRI
ShaclSailSchema.VALIDATION_RESULTS_LIMIT_TOTAL
-
Uses of IRI in org.eclipse.rdf4j.sail.shacl.wrapper.data
Modifier and TypeMethodDescriptionCloseableIteration<? extends Statement,
SailException> VerySimpleRdfsBackwardsChainingConnection.getStatements
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) boolean
VerySimpleRdfsBackwardsChainingConnection.hasStatement
(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts) -
Uses of IRI in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
-
Uses of IRI in org.eclipse.rdf4j.sail.solr
Modifier 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. -
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint
-
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath
-
Uses of IRI in org.eclipse.rdf4j.sparqlbuilder.constraint.propertypath.builder
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionArgument.getPredicate()
RuleProperty.getUri()
Template.getUri()
Argument.getValueType()
Modifier and TypeMethodDescriptionRuleProperty.getNextRules()
SpinParser.orderArguments
(Set<IRI> args) SpinParser.parseArguments
(IRI moduleUri, TripleSource store) SpinParser.parseRuleProperties
(TripleSource store) Modifier 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.Modifier and TypeMethodDescriptionSpinParser.orderArguments
(Set<IRI> args) void
RuleProperty.setNextRules
(List<IRI> nextRules) ModifierConstructorDescriptionSpinParser
(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
Modifier 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) ModifierConstructorDescriptionKnownFunctionParser
(FunctionRegistry functionRegistry, com.google.common.base.Function<IRI, String> wellKnownFunctions) -
Uses of IRI in org.eclipse.rdf4j.spring.dao
Modifier and TypeMethodDescriptionprotected IRI
RDF4JCRUDDao.convertIdToIri
(ID id) Converts the provided id to an IRI. -
Uses of IRI in org.eclipse.rdf4j.spring.dao.support
Modifier 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.Modifier 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
Modifier and TypeMethodDescription -
Uses of IRI in org.eclipse.rdf4j.spring.dao.support.opbuilder
Modifier and TypeMethodDescriptionOperationBuilder.withBinding
(String key, IRI value) OperationBuilder.withBinding
(Variable key, IRI value) -
Uses of IRI in org.eclipse.rdf4j.spring.demo.dao
Modifier and TypeMethodDescriptionprotected IRI
ArtistDao.getInputId
(Artist artist) protected IRI
PaintingDao.getInputId
(Painting painting) Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
EX.Artist
static final IRI
EX.city
static final IRI
EX.country
static final IRI
EX.creatorOf
static final IRI
EX.Gallery
static final IRI
EX.guernica
static final IRI
EX.Painting
static final IRI
EX.Picasso
static final IRI
EX.potatoEaters
static final IRI
EX.Rembrandt
static final IRI
EX.starryNight
static final IRI
EX.street
static final IRI
EX.sunflowers
static final IRI
EX.technique
static final IRI
EX.VanGogh
Modifier and TypeMethodDescriptionPainting.getArtistId()
Artist.getId()
Painting.getId()
static IRI
-
Uses of IRI in org.eclipse.rdf4j.spring.demo.service
Modifier and TypeMethodDescriptionArtService.createPainting
(String title, String technique, IRI artist) -
Uses of IRI in org.eclipse.rdf4j.spring.operationlog
Modifier 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
-
Uses of IRI in org.eclipse.rdf4j.spring.support
Modifier and TypeMethodDescriptionRDF4JTemplate.getNewUUID()
Returns a UUID IRI (schema: 'urn:uuid').DefaultUUIDSource.nextUUID()
UUIDSource.nextUUID()
default IRI
Modifier 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) Modifier and TypeMethodDescriptionvoid
RDF4JTemplate.associate
(IRI fromResource, IRI property, Collection<IRI> toResources, boolean deleteOtherOutgoing, boolean deleteOtherIcoming) -
Uses of IRI in org.eclipse.rdf4j.spring.tx
-
Uses of IRI in org.eclipse.rdf4j.spring.util
Modifier 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) Modifier and TypeMethodDescriptionQueryResultUtils.getIRIOptional
(BindingSet resultRow, String varName) QueryResultUtils.getIRIOptional
(BindingSet resultRow, Variable var) TypeMappingUtils.toIRI
(Collection<String> from) TypeMappingUtils.toIRIOptional
(String from) Modifier and TypeMethodDescriptionTypeMappingUtils.toIri
(Collection<IRI> from) static Iri[]
TypeMappingUtils.toIriArray
(Collection<IRI> from) -
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.noveltychecking
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.predictable
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.sequence
-
Uses of IRI in org.eclipse.rdf4j.spring.uuidsource.simple
-
Uses of IRI in org.eclipse.rdf4j.testsuite.model
-
Uses of IRI in org.eclipse.rdf4j.testsuite.query.parser.sparql
-
Uses of IRI in org.eclipse.rdf4j.testsuite.query.parser.sparql.manifest
Modifier and TypeMethodDescriptionSPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest
(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String, IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String, IRI> resultNamedGraphs) protected void
Modifier and TypeMethodDescriptionSPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest
(String testURI, String name, String requestFile, IRI defaultGraphURI, Map<String, IRI> inputNamedGraphs, IRI resultDefaultGraphURI, Map<String, IRI> resultNamedGraphs) ModifierConstructorDescriptionSPARQL11UpdateComplianceTest
(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.ModifierConstructorDescriptionSPARQL11UpdateComplianceTest
(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
Modifier 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 final IRI
RepositoryConnectionTest.publisher
protected final IRI
RepositoryTest.publisher
protected IRI
RepositoryConnectionTest.unknownContext
protected IRI
RepositoryTest.unknownContext
-
Uses of IRI in org.eclipse.rdf4j.testsuite.repository.optimistic
Modifier 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
Modifier and TypeFieldDescriptionprotected IRI
NegativeParserTest.testUri
protected IRI
PositiveParserTest.testUri
ModifierConstructorDescriptionNegativeParserTest
(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
Modifier 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
Modifier 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) ModifierConstructorDescriptionUploadTransaction
(CountDownLatch completed, CountDownLatch otherTxnCommitted, IRI context, boolean rollback) -
Uses of IRI in org.eclipse.rdf4j.testsuite.sparql.vocabulary
-
Uses of IRI in org.eclipse.rdf4j.workbench.util
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionstatic final IRI
AbstractLuceneSailGeoSPARQLTest.CONTEXT_1
static final IRI
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_1
static final IRI
AbstractLuceneSailTest.CONTEXT_1
static final IRI
AbstractLuceneSailGeoSPARQLTest.CONTEXT_2
static final IRI
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_2
static final IRI
AbstractLuceneSailTest.CONTEXT_2
static final IRI
AbstractLuceneSailGeoSPARQLTest.CONTEXT_3
static final IRI
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_3
static final IRI
AbstractLuceneSailTest.CONTEXT_3
static final IRI
AbstractLuceneSailIndexedPropertiesTest.FOAFNAME
static final IRI
AbstractLuceneSailIndexedPropertiesTest.FOAFPLAN
static final IRI
AbstractLuceneSailTest.PREDICATE_1
static final IRI
AbstractLuceneSailTest.PREDICATE_2
static final IRI
AbstractLuceneSailTest.PREDICATE_3
static final IRI
AbstractLuceneSailIndexedPropertiesTest.RDFSCOMMENT
static final IRI
AbstractLuceneSailIndexedPropertiesTest.RDFSLABEL
static final IRI
AbstractLuceneSailGeoSPARQLTest.SUBJECT_1
static final IRI
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_1
static final IRI
AbstractLuceneSailTest.SUBJECT_1
static final IRI
AbstractLuceneSailGeoSPARQLTest.SUBJECT_2
static final IRI
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_2
static final IRI
AbstractLuceneSailTest.SUBJECT_2
static final IRI
AbstractLuceneSailGeoSPARQLTest.SUBJECT_3
static final IRI
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_3
static final IRI
AbstractLuceneSailTest.SUBJECT_3
static final IRI
AbstractLuceneSailGeoSPARQLTest.SUBJECT_4
static final IRI
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_4
static final IRI
AbstractLuceneSailTest.SUBJECT_4
static final IRI
AbstractLuceneSailGeoSPARQLTest.SUBJECT_5
static final IRI
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_5
static final IRI
AbstractLuceneSailTest.SUBJECT_5
Modifier and TypeMethodDescriptionprotected void
AbstractLuceneSailTest.assertQueryResult
(String literal, IRI predicate, Resource resultUri)