Modifier and Type | Method and Description |
---|---|
URI |
IsolationLevel.getURI()
Get a URI uniquely representing this isolation level.
|
URI |
IsolationLevels.getURI() |
Modifier and Type | Method and Description |
---|---|
void |
SesameSession.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static URI |
Protocol.decodeURI(String encodedValue,
ValueFactory valueFactory)
Decode a previously encoded URI.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TransactionWriter.serialize(URI uri,
XMLWriter xmlWriter) |
Modifier and Type | Method and Description |
---|---|
URI |
StatementOperation.getPredicate() |
Modifier and Type | Method and Description |
---|---|
void |
StatementOperation.setPredicate(URI predicate) |
Constructor and Description |
---|
AddStatementOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Create an AddStatementOperation.
|
RemoveStatementsOperation(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Creates a RemoveStatementsOperation.
|
Modifier and Type | Method and Description |
---|---|
static URI |
ProtocolUtil.parseGraphParam(javax.servlet.http.HttpServletRequest request,
ValueFactory vf) |
static URI |
ProtocolUtil.parseURIParam(javax.servlet.http.HttpServletRequest request,
String paramName,
ValueFactory vf) |
Modifier and Type | Method and Description |
---|---|
URI |
ValueFactory.createURI(String uri)
Creates a new URI from the supplied string-representation.
|
URI |
ValueFactory.createURI(String namespace,
String localName)
Creates a new URI from the supplied namespace and local name.
|
URI |
Literal.getDatatype()
Gets the datatype for this literal.
|
URI |
Statement.getPredicate()
Gets the predicate of this statement.
|
URI |
Model.objectURI()
Utility method that casts the return value of
Model.objectValue() to a
URI, or throws a ModelUtilException if that value is not a URI. |
URI |
Model.subjectURI()
Utility method that casts the return value of
Model.subjectResource()
to a URI, or throws a ModelException if that value is not a URI. |
Modifier and Type | Method and Description |
---|---|
Set<URI> |
Model.predicates()
Returns a
Set view of the predicates contained in this model. |
Modifier and Type | Method and Description |
---|---|
boolean |
Graph.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the graph.
|
boolean |
Model.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds one or more statements to the model.
|
boolean |
Model.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Determines if statements with the specified subject, predicate, object and
(optionally) context exist in this model.
|
Literal |
ValueFactory.createLiteral(String label,
URI datatype)
Creates a new literal with the supplied label and datatype.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object
and associated context.
|
Model |
Model.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Returns a view of the statements with the specified subject, predicate,
object and (optionally) context.
|
Iterator<Statement> |
Graph.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
The preferred alternative is
Model.filter(org.openrdf.model.Resource, org.openrdf.model.URI, org.openrdf.model.Value, org.openrdf.model.Resource...) .iterator(). |
boolean |
Model.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes statements with the specified subject, predicate, object and
(optionally) context exist in this model.
|
Modifier and Type | Method and Description |
---|---|
URI |
ApacheSetTestCase.createURI(Object seed)
Creates a URI using the given seed in both the prefix and the suffix of
the URI.
|
Modifier and Type | Method and Description |
---|---|
static URI |
XMLDatatypeUtil.qnameToURI(QName qname)
Maps a datatype QName from the javax.xml.namespace package to an XML
Schema URI for the corresponding datatype.
|
Modifier and Type | Method and Description |
---|---|
static int |
XMLDatatypeUtil.compare(String value1,
String value2,
URI datatype) |
static boolean |
XMLDatatypeUtil.isBuiltInDatatype(URI datatype)
Checks whether the supplied datatype is a built-in XML Schema datatype.
|
static boolean |
XMLDatatypeUtil.isCalendarDatatype(URI 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.
|
static boolean |
XMLDatatypeUtil.isDecimalDatatype(URI 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(URI datatype)
Checks whether the supplied datatype is a derived XML Schema datatype.
|
static boolean |
XMLDatatypeUtil.isFloatingPointDatatype(URI datatype)
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
|
static boolean |
XMLDatatypeUtil.isIntegerDatatype(URI 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(URI datatype)
Checks whether the supplied datatype is a numeric datatype, i.e.
|
static boolean |
XMLDatatypeUtil.isOrderedDatatype(URI datatype)
Checks whether the supplied datatype is ordered.
|
static boolean |
XMLDatatypeUtil.isPrimitiveDatatype(URI datatype)
Checks whether the supplied datatype is a primitive XML Schema datatype.
|
static boolean |
XMLDatatypeUtil.isValidValue(String value,
URI datatype)
Verifies if the supplied lexical value is valid for the given datatype.
|
static String |
XMLDatatypeUtil.normalize(String value,
URI datatype)
Normalizes the supplied value according to the normalization rules for the
supplied datatype.
|
Modifier and Type | Class and Description |
---|---|
class |
URIImpl
The default implementation of the
URI interface. |
Modifier and Type | Field and Description |
---|---|
protected URI |
FilteredModel.pred |
Modifier and Type | Method and Description |
---|---|
URI |
ValueFactoryImpl.createURI(String uri) |
URI |
ValueFactoryImpl.createURI(String namespace,
String localName) |
URI |
LiteralImpl.getDatatype() |
URI |
StatementImpl.getPredicate() |
URI |
AbstractModel.objectURI() |
URI |
AbstractModel.subjectURI() |
Modifier and Type | Method and Description |
---|---|
Set<URI> |
AbstractModel.predicates() |
Modifier and Type | Method and Description |
---|---|
boolean |
TreeModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
GraphImpl.add(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
boolean |
FilteredModel.add(Resource s,
URI p,
Value o,
Resource... c) |
boolean |
TreeModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.contains(Resource s,
URI p,
Value o,
Resource... c) |
protected Literal |
ValueFactoryBase.createFPLiteral(Number value,
URI datatype)
Calls
ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value
and datatype as parameters. |
protected Literal |
ValueFactoryBase.createIntegerLiteral(Number value,
URI datatype)
Calls
ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value
and datatype as parameters. |
Literal |
ValueFactoryImpl.createLiteral(String value,
URI datatype) |
protected Literal |
ValueFactoryBase.createNumericLiteral(Number number,
URI datatype)
Calls
ValueFactory.createLiteral(String, URI) with the
String-value of the supplied number and the supplied datatype as
parameters. |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Model |
TreeModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
LinkedHashModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
EmptyModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
FilteredModel.filter(Resource s,
URI p,
Value o,
Resource... c) |
Iterator<Statement> |
AbstractModel.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
Iterator<Statement> |
GraphImpl.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
boolean |
TreeModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
LinkedHashModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
EmptyModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
FilteredModel.remove(Resource s,
URI p,
Value o,
Resource... c) |
protected abstract void |
FilteredModel.removeFilteredTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
void |
TreeModel.removeTermIteration(Iterator<Statement> iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
abstract void |
AbstractModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI 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,
URI pred,
Value obj,
Resource... contexts) |
void |
FilteredModel.removeTermIteration(Iterator<Statement> iter,
Resource s,
URI p,
Value o,
Resource... c) |
void |
LinkedHashModel.removeTermIteration(Iterator iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
LiteralImpl.setDatatype(URI datatype) |
Constructor and Description |
---|
ContextStatementImpl(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new Statement with the supplied subject, predicate and object
for the specified associated context.
|
DecimalLiteralImpl(BigDecimal value,
URI datatype)
Creates a literal with the specified value and datatype.
|
FilteredModel(AbstractModel model,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
IntegerLiteralImpl(BigInteger value,
URI datatype)
Creates a literal with the specified value and datatype.
|
LiteralImpl(String label,
URI datatype)
Creates a new datyped literal with the supplied label and datatype.
|
NumericLiteralImpl(Number number,
URI datatype)
Creates a literal with the specified value and datatype.
|
StatementImpl(Resource subject,
URI predicate,
Value object)
Creates a new Statement with the supplied subject, predicate and object.
|
Modifier and Type | Method and Description |
---|---|
static URI |
Models.anyObjectURI(Model m)
Retrieves any object URI value from the given model.
|
static URI |
Models.anyPredicate(Model m)
Retrieves any predicate from the given model.
|
static URI |
Models.anySubjectURI(Model m)
Retrieves any subject URI from the given model.
|
static URI |
GraphUtil.getOptionalObjectURI(Graph graph,
Resource subj,
URI pred)
Deprecated.
since 2.8.0. Use
Model.filter(Resource, URI, Value, Resource...) and
Model.objectURI() instead. |
static URI |
GraphUtil.getOptionalSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 2.8.0. Use
Model.filter(Resource, URI, Value, Resource...) and
Model.subjectURI() instead. |
static URI |
GraphUtil.getUniqueObjectURI(Graph graph,
Resource subj,
URI pred)
Deprecated.
since 2.8.0. Use
Model.filter(Resource, URI, Value, Resource...) and
Model.objectURI() instead. |
static URI |
GraphUtil.getUniqueSubjectURI(Graph graph,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
since 2.8.0. Use
Model.filter(Resource, URI, Value, Resource...) and
Model.subjectURI() instead. |
Modifier and Type | Field and Description |
---|---|
static URI |
DCTERMS.ABSTRACT
http://purl.org/dc/terms/abstract
|
static URI |
SPIN.ABSTRACT_PROPERTY
http://spinrdf.org/spin#abstract Can be set to true to indicate that this
module shall not be instantiated.
|
static URI |
DCTERMS.ACCESS_RIGHTS
http://purl.org/dc/terms/accessRights
|
static URI |
FOAF.ACCOUNT |
static URI |
FOAF.ACCOUNT_NAME |
static URI |
FOAF.ACCOUNT_SERVICE_HOMEPAGE |
static URI |
DCTERMS.ACCRUAL_METHOD
http://purl.org/dc/terms/accrualMethod
|
static URI |
DCTERMS.ACCRUAL_PERIODICITY
http://purl.org/dc/terms/accrualPeriodicity
|
static URI |
DCTERMS.ACCRUAL_POLICY
http://purl.org/dc/terms/ accrualPolicy
|
static URI |
FOAF.AGE |
static URI |
DCTERMS.AGENT
http://purl.org/dc/terms/Agent
|
static URI |
FOAF.AGENT |
static URI |
DCTERMS.AGENT_CLASS
http://purl.org/dc/terms/AgentClass
|
static URI |
SD.AGGREGATE
Aggregate
|
static URI |
SP.AGGREGATION_CLASS
http://spinrdf.org/sp#Aggregation Base class of aggregation types (not
part of the SPARQL 1.0 standard but supported by ARQ and other engines).
|
static URI |
FOAF.AIM_CHAT_ID |
static URI |
SP.ALL_PROPERTY
http://spinrdf.org/sp#all Used in DROP and CLEAR.
|
static URI |
OWL.ALLDIFFERENT
http://www.w3.org/2002/07/owl#AllDifferent
|
static URI |
OWL.ALLVALUESFROM
http://www.w3.org/2002/07/owl#allValuesFrom
|
static URI |
RDF.ALT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
|
static URI |
SKOS.ALT_LABEL
The skos:altLabel lexical label property.
|
static URI |
SP.ALT_PATH_CLASS
http://spinrdf.org/sp#AltPath An alternative path with the union of
sp:path1 and sp:path2.
|
static URI |
DCTERMS.ALTERNATIVE
http://purl.org/dc/terms/alternative
|
static URI |
OWL.ANNOTATIONPROPERTY
http://www.w3.org/2002/07/owl#AnnotationProperty
|
static URI |
XMLSchema.ANYURI
http://www.w3.org/2001/XMLSchema#anyURI
|
static URI |
SP.ARG_PROPERTY
http://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1,
arg2 etc.
|
static URI |
SP.ARG1_PROPERTY
http://spinrdf.org/sp#arg1 The first argument of a function call.
|
static URI |
SP.ARG2_PROPERTY
http://spinrdf.org/sp#arg2 The second argument of a function call.
|
static URI |
SP.ARG3_PROPERTY
http://spinrdf.org/sp#arg3 The third argument of a function call.
|
static URI |
SP.ARG4_PROPERTY
http://spinrdf.org/sp#arg4 The forth argument of a function call.
|
static URI |
SP.ARG5_PROPERTY
http://spinrdf.org/sp#arg5 The fifth argument of a function call.
|
static URI |
SP.AS_PROPERTY
http://spinrdf.org/sp#as Points to a Variable used in an AS statement such
as COUNT aggregates.
|
static URI |
GEO.AS_WKT |
static URI |
SP.ASC_CLASS
http://spinrdf.org/sp#Asc Marker to indicate ascending order.
|
static URI |
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 URI |
SPIN.ASK_TEMPLATE_CLASS
http://spinrdf.org/spin#AskTemplate A SPIN template that wraps an ASK
query.
|
static URI |
SPIN.ASK_TEMPLATES_CLASS
http://spinrdf.org/spin#AskTemplates Suggested abstract base class for all
AskTemplates.
|
static URI |
EARL.ASSERTEDBY |
static URI |
EARL.ASSERTION |
static URI |
EARL.ASSERTOR |
static URI |
DCTERMS.AUDIENCE
http://purl.org/dc/terms/audience
|
static URI |
EARL.AUTOMATIC |
static URI |
DCTERMS.AVAILABLE
http://purl.org/dc/terms/available
|
static URI |
SD.AVAILBLE_GRAPHS
available graph descriptions
|
static URI |
SP.AVG_CLASS
http://spinrdf.org/sp#Avg Represents AVG aggregations.
|
static URI |
OWL.BACKWARDCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#backwardCompatibleWith
|
static URI |
RDF.BAG
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
|
static URI |
XMLSchema.BASE64BINARY
http://www.w3.org/2001/XMLSchema#base64Binary
|
static URI |
FOAF.BASED_NEAR |
static URI |
SD.BASIC_FEDERATED_QUERY
Basic Federated Query
|
static URI |
DCTERMS.BIBLIOGRAPHIC_CITATION
http://purl.org/dc/terms/bibliographicCitation
|
static URI |
DCTERMS.BIBLIOGRAPHIC_RESOURCE
http://purl.org/dc/terms/BibliographicResource
|
static URI |
SP.BIND_CLASS
http://spinrdf.org/sp#Bind A BIND element.
|
static URI |
FOAF.BIRTHDAY |
static URI |
DOAP.BLOG |
static URI |
SPIN.BODY_PROPERTY
http://spinrdf.org/spin#body The body of a Function or Template.
|
static URI |
XMLSchema.BOOLEAN
http://www.w3.org/2001/XMLSchema#boolean
|
static URI |
GEOF.BOUNDARY |
static URI |
DCTERMS.BOX
http://purl.org/dc/terms/Box
|
static URI |
SKOS.BROAD_MATCH
The skos:broadMatch relation.
|
static URI |
SKOS.BROADER
The skos:broader relation.
|
static URI |
SKOS.BROADER_TRANSITIVE
The skos:broaderTransitive relation.
|
static URI |
GEOF.BUFFER |
static URI |
DOAP.BUG_DATABASE |
static URI |
XMLSchema.BYTE
http://www.w3.org/2001/XMLSchema#byte
|
static URI |
EARL.CANNOTTELL |
static URI |
OWL.CARDINALITY
http://www.w3.org/2002/07/owl#cardinality
|
static URI |
DOAP.CATEGORY |
static URI |
SKOS.CHANGE_NOTE
The skos:changeNote property.
|
static URI |
RDFS.CLASS
http://www.w3.org/2000/01/rdf-schema#Class
|
static URI |
OWL.CLASS
http://www.w3.org/2002/07/owl#Class
|
static URI |
SP.CLEAR_CLASS
http://spinrdf.org/sp#Clear An Update operation that removes all triples
from a specified graph.
|
static URI |
SKOS.CLOSE_MATCH
The skos:closeMatch relation.
|
static URI |
SKOS.COLLECTION
The skos:Collection class
|
static URI |
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 URI |
SPIN.COLUMN_INDEX_PROPERTY
http://spinrdf.org/spin#columnIndex The index of a column (from left to
right) starting at 0.
|
static URI |
SPIN.COLUMN_PROPERTY
http://spinrdf.org/spin#column Can link a TableDataProvider (esp.
|
static URI |
SPIN.COLUMN_TYPE_PROPERTY
http://spinrdf.org/spin#columnType The datatype or resource type of a
spin:Column.
|
static URI |
SPIN.COLUMN_WIDTH_PROPERTY
http://spinrdf.org/spin#columnWidth The preferred width of the associated
Column, for display purposes.
|
static URI |
SP.COMMAND_CLASS
http://spinrdf.org/sp#Command A shared superclass for sp:Query and
sp:Update that can be used to specify that the range of property can be
either one.
|
static URI |
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 URI |
RDFS.COMMENT
http://www.w3.org/2000/01/rdf-schema#comment
|
static URI |
OWL.COMPLEMENTOF
http://www.w3.org/2002/07/owl#complementOf
|
static URI |
FN.CONCAT
fn:concat
|
static URI |
SKOS.CONCEPT
The skos:Concept class
|
static URI |
SKOS.CONCEPT_SCHEME
The skos:ConceptScheme class
|
static URI |
DCTERMS.CONFORMS_TO
http://purl.org/dc/terms/conformsTo
|
static URI |
SPIN.CONSTRAINT_PROPERTY
http://spinrdf.org/spin#constraint Links a class with constraints on its
instances.
|
static URI |
SPIN.CONSTRAINT_VIOLATION_CLASS
http://spinrdf.org/spin#ConstraintViolation An object that can be created
by spin:constraints to provide information about a constraint violation.
|
static URI |
SP.CONSTRUCT_CLASS
http://spinrdf.org/sp#Construct A CONSTRUCT-type query that can be used to
construct new triples from template triples (head) that use variable
bindings from the match patterns (body).
|
static URI |
SPIN.CONSTRUCT_TEMPLATE_CLASS |
static URI |
SPIN.CONSTRUCT_TEMPLATES_CLASS
http://spinrdf.org/spin#ConstructTemplates Suggested abstract base class
for all ConstructTemplates.
|
static URI |
SPIN.CONSTRUCTOR_PROPERTY
http://spinrdf.org/spin#constructor Can be used to attach a "constructor"
to a class.
|
static URI |
RDFS.CONTAINER
http://www.w3.org/2000/01/rdf-schema#Container
|
static URI |
RDFS.CONTAINERMEMBERSHIPPROPERTY
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
|
static URI |
FN.CONTAINS
fn:contains
|
static URI |
DCTERMS.CONTRIBUTOR
http://purl.org/dc/terms/contributor
|
static URI |
DC.CONTRIBUTOR
dc:contributor
|
static URI |
GEOF.CONVEX_HULL |
static URI |
SP.COUNT_CLASS
http://spinrdf.org/sp#Count Counts the number of times a variable is used.
|
static URI |
DCTERMS.COVERAGE
http://purl.org/dc/terms/coverage
|
static URI |
DC.COVERAGE
dc:coverage
|
static URI |
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 URI |
DCTERMS.CREATED
http://purl.org/dc/terms/created
|
static URI |
DOAP.CREATED |
static URI |
DCTERMS.CREATOR
http://purl.org/dc/terms/creator
|
static URI |
DC.CREATOR
dc:creator
|
static URI |
FOAF.CURRENT_PROJECT |
static URI |
SD.DATASET
Dataset
|
static URI |
RDFS.DATATYPE
http://www.w3.org/2000/01/rdf-schema#Datatype
|
static URI |
OWL.DATATYPEPROPERTY
http://www.w3.org/2002/07/owl#DatatypeProperty
|
static URI |
DCTERMS.DATE
http://purl.org/dc/terms/date
|
static URI |
XMLSchema.DATE
http://www.w3.org/2001/XMLSchema#date
|
static URI |
DC.DATE
dc:date
|
static URI |
DCTERMS.DATE_ACCEPTED
http://purl.org/dc/terms/dateAccepted
|
static URI |
DCTERMS.DATE_COPYRIGHTED
http://purl.org/dc/terms/dateCopyrighted
|
static URI |
DCTERMS.DATE_SUBMITTED
http://purl.org/dc/terms/dateSubmitted
|
static URI |
XMLSchema.DATETIME
http://www.w3.org/2001/XMLSchema#dateTime
|
static URI |
FN.DAY_FROM_DATETIME
fn:day-from-dateTime
|
static URI |
XMLSchema.DAYTIMEDURATION
http://www.w3.org/2001/XMLSchema#dayTimeDuration
|
static URI |
DCTERMS.DCMI_TYPE
http://purl.org/dc/terms/DCMIType
|
static URI |
DCTERMS.DDC
http://purl.org/dc/terms/DDC
|
static URI |
XMLSchema.DECIMAL
http://www.w3.org/2001/XMLSchema#decimal
|
static URI |
SD.DEFAULT_DATASET
default dataset description
|
static URI |
SD.DEFAULT_ENTAILMENT_REGIME
default entailment regime
|
static URI |
SD.DEFAULT_GRAPH
default graph
|
static URI |
SP.DEFAULT_PROPERTY
http://spinrdf.org/sp#default Used in DROP and CLEAR.
|
static URI |
SD.DEFAULT_SUPPORTED_ENTAILMENT_PROFILE
default supported entailment profile
|
static URI |
SKOS.DEFINITION
The skos:definition property.
|
static URI |
SP.Delete
Deprecated.
|
static URI |
SP.DELETE_CLASS
http://spinrdf.org/sp#Delete Deprecated - use sp:Modify instead.
|
static URI |
SP.DELETE_DATA_CLASS
http://spinrdf.org/sp#DeleteData An Update operation to delete specific
triples.
|
static URI |
SP.DELETE_PATTERN_PROPERTY
http://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates
and sp:NamedGraphs in a modify operation.
|
static URI |
SP.DELETE_WHERE_CLASS
http://spinrdf.org/sp#DeleteWhere An Update operation where the triples
matched by the WHERE clause (sp:where) will be the triples deleted.
|
static URI |
FOAF.DEPICTION |
static URI |
FOAF.DEPICTS |
static URI |
OWL.DEPRECATEDCLASS
http://www.w3.org/2002/07/owl#DeprecatedClass
|
static URI |
OWL.DEPRECATEDPROPERTY
http://www.w3.org/2002/07/owl#DeprecatedProperty
|
static URI |
SD.DEREFERENCES_URIS
Dereferences URIs
|
static URI |
SP.DESC_CLASS
http://spinrdf.org/sp#Desc Marker to indicate descending order.
|
static URI |
SP.DESCRIBE_CLASS
http://spinrdf.org/sp#Describe A DESCRIBE-type Query.
|
static URI |
DCTERMS.DESCRIPTION
http://purl.org/dc/terms/description
|
static URI |
DOAP.DESCRIPTION |
static URI |
DC.DESCRIPTION
dc:description
|
static URI |
DOAP.DEVELOPER |
static URI |
GEOF.DIFFERENCE |
static URI |
OWL.DIFFERENTFROM
http://www.w3.org/2002/07/owl#differentFrom
|
static URI |
SESAME.DIRECTSUBCLASSOF
http://www.openrdf.org/schema/sesame#directSubClassOf
|
static URI |
SESAME.DIRECTSUBPROPERTYOF
http://www.openrdf.org/schema/sesame#directSubPropertyOf
|
static URI |
SESAME.DIRECTTYPE
http://www.openrdf.org/schema/sesame#directType
|
static URI |
OWL.DISJOINTWITH
http://www.w3.org/2002/07/owl#disjointWith
|
static URI |
GEOF.DISTANCE |
static URI |
SP.DISTINCT_PROPERTY
http://spinrdf.org/sp#distinct A marker property to indicate that a Select
query is of type SELECT DISTINCT.
|
static URI |
OWL.DISTINCTMEMBERS
http://www.w3.org/2002/07/owl#distinctMembers
|
static URI |
FOAF.DNA_CHECKSUM |
static URI |
FOAF.DOCUMENT |
static URI |
SP.DOCUMENT_PROPERTY
http://spinrdf.org/sp#document The URI of the document to load using a
LOAD Update operation.
|
static URI |
DOAP.DOCUMENTER |
static URI |
RDFS.DOMAIN
http://www.w3.org/2000/01/rdf-schema#domain
|
static URI |
XMLSchema.DOUBLE
http://www.w3.org/2001/XMLSchema#double
|
static URI |
DOAP.DOWNLOAD_PAGE |
static URI |
SP.DROP_CLASS
http://spinrdf.org/sp#Drop An Update operation that removes a specified
graph from the Graph Store.
|
static URI |
XMLSchema.DURATION
http://www.w3.org/2001/XMLSchema#duration
|
static URI |
SKOS.EDITORIAL_NOTE
The skos:editorialNote property.
|
static URI |
DCTERMS.EDUCATION_LEVEL
http://purl.org/dc/terms/educationLevel
|
static URI |
GEOF.EH_CONTAINS |
static URI |
GEOF.EH_COVERED_BY |
static URI |
GEOF.EH_COVERS |
static URI |
GEOF.EH_DISJOINT |
static URI |
GEOF.EH_EQUALS |
static URI |
GEOF.EH_INSIDE |
static URI |
GEOF.EH_MEET |
static URI |
GEOF.EH_OVERLAP |
static URI |
SP.ELEMENT_CLASS
http://spinrdf.org/sp#Element An abstract base class for all pattern
elements.
|
static URI |
SP.ELEMENT_GROUP_CLASS
http://spinrdf.org/sp#ElementGroup Abstract base class of group patterns.
|
static URI |
SP.ELEMENT_LIST_CLASS
http://spinrdf.org/sp#ElementList A list of Elements.
|
static URI |
SP.ELEMENTS_PROPERTY
http://spinrdf.org/sp#elements Points to an ElementList, for example in an
Optional element.
|
static URI |
SD.EMPTY_GRAPHS
Empty Graphs
|
static URI |
FN.ENCODE_FOR_URI
fn:encode-for-uri
|
static URI |
SD.ENDPOINT
endpoint
|
static URI |
FN.ENDS_WITH
fn:ends-with
|
static URI |
SD.ENTAILMENT_PROFILE
Entailment Profile
|
static URI |
SD.ENTAILMENT_REGIME_CLASS
Entailment Regime
|
static URI |
SD.ENTAILMENT_REGIME_PROPERTY
entailment regime
|
static URI |
XMLSchema.ENTITIES
http://www.w3.org/2001/XMLSchema#ENTITIES
|
static URI |
XMLSchema.ENTITY
http://www.w3.org/2001/XMLSchema#ENTITY
|
static URI |
GEOF.ENVELOPE |
static URI |
OWL.EQUIVALENTCLASS
http://www.w3.org/2002/07/owl#equivalentClass
|
static URI |
OWL.EQUIVALENTPROPERTY
http://www.w3.org/2002/07/owl#equivalentProperty
|
static URI |
SPIN.EVAL_CLASS
http://spinrdf.org/spin#eval Evaluates a given SPIN expression or SELECT
or ASK query, and returns its result.
|
static URI |
SKOS.EXACT_MATCH
The skos:exactMatch relation.
|
static URI |
SKOS.EXAMPLE
The skos:example property.
|
static URI |
SP.EXPRESSION_PROPERTY
http://spinrdf.org/sp#expression Points to an expression, for example in a
Filter or Assignment.
|
static URI |
SD.EXTENSION_AGGREGATE
extension aggregate
|
static URI |
SD.EXTENSION_FUNCTION
extension function
|
static URI |
DCTERMS.EXTENT
http://purl.org/dc/terms/extent
|
static URI |
EARL.FAIL |
static URI |
FOAF.FAMILY_NAME |
static URI |
FOAF.FAMILYNAME
Deprecated.
Use FAMILY_NAME instead for new statements
|
static URI |
SD.FEATURE_CLASS
Feature
|
static URI |
SD.FEATURE_PROPERTY
feature
|
static URI |
DCTERMS.FILE_FORMAT
http://purl.org/dc/terms/FileFormat
|
static URI |
SP.FILTER_CLASS
http://spinrdf.org/sp#Filter A constraint element that evaluates a given
expression to true or false.
|
static URI |
RDF.FIRST
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
|
static URI |
FOAF.FIRST_NAME |
static URI |
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 URI |
XMLSchema.FLOAT
http://www.w3.org/2001/XMLSchema#float
|
static URI |
FOAF.FOCUS |
static URI |
DCTERMS.FORMAT
http://purl.org/dc/terms/format
|
static URI |
DC.FORMAT
dc:format
|
static URI |
DCTERMS.FREQUENCY
http://purl.org/dc/terms/Frequency
|
static URI |
SP.FROM_NAMED_PROPERTY
http://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a
Query (FROM NAMED syntax in SPARQL).
|
static URI |
SP.FROM_PROPERTY
http://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM
syntax in SPARQL).
|
static URI |
SD.FUNCTION
Function
|
static URI |
SPIN.FUNCTION_CLASS
http://spinrdf.org/spin#Function Metaclass for functions that can be used
in SPARQL expressions (e.g.
|
static URI |
OWL.FUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#FunctionalProperty
|
static URI |
SPIN.FUNCTIONS_CLASS
http://spinrdf.org/spin#Functions An abstract base class for all defined
functions.
|
static URI |
FOAF.FUNDED_BY |
static URI |
XMLSchema.GDAY
http://www.w3.org/2001/XMLSchema#gDay
|
static URI |
FOAF.GEEKCODE |
static URI |
FOAF.GENDER |
static URI |
GEOF.GET_SRID |
static URI |
FOAF.GIVEN_NAME |
static URI |
FOAF.GIVENNAME
Deprecated.
Use GIVEN_NAME instead for new statements
|
static URI |
XMLSchema.GMONTH
http://www.w3.org/2001/XMLSchema#gMonth
|
static URI |
XMLSchema.GMONTHDAY
http://www.w3.org/2001/XMLSchema#gMonthDay
|
static URI |
SD.GRAPH_CLASS
Graph
|
static URI |
SD.GRAPH_COLLECTION
Graph Collection
|
static URI |
SP.GRAPH_IRI_PROPERTY
http://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various
sp:Update operations.
|
static URI |
SP.GRAPH_NAME_NODE_PROPERTY
http://spinrdf.org/sp#graphNameNode The name (URI or Variable) of a
NamedGraph.
|
static URI |
SD.GRAPH_PROPERTY
graph
|
static URI |
FOAF.GROUP |
static URI |
SP.GROUP_BY_PROPERTY
http://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY
expressions.
|
static URI |
XMLSchema.GYEAR
http://www.w3.org/2001/XMLSchema#gYear
|
static URI |
XMLSchema.GYEARMONTH
http://www.w3.org/2001/XMLSchema#gYearMonth
|
static URI |
DCTERMS.HAS_FORMAT
http://purl.org/dc/terms/hasFormat
|
static URI |
DCTERMS.HAS_PART
http://purl.org/dc/terms/hasPart
|
static URI |
SKOS.HAS_TOP_CONCEPT
The skos:hasTopConcept relation.
|
static URI |
DCTERMS.HAS_VERSION
http://purl.org/dc/terms/hasVersion
|
static URI |
OWL.HASVALUE
http://www.w3.org/2002/07/owl#hasValue
|
static URI |
SP.HAVING_PROPERTY
http://spinrdf.org/sp#having Points from a SELECT query to a list of
HAVING expressions.
|
static URI |
EARL.HEURISTIC |
static URI |
XMLSchema.HEXBINARY
http://www.w3.org/2001/XMLSchema#hexBinary
|
static URI |
SKOS.HIDDEN_LABEL
The skos:hiddenLabel lexical label property.
|
static URI |
SKOS.HISTORY_NOTE
The skos:historyNote property.
|
static URI |
FOAF.HOLDS_ACCOUNT |
static URI |
FOAF.HOMEPAGE |
static URI |
DOAP.HOMEPAGE |
static URI |
FN.HOURS_FROM_DATETIME
fn:hours-from-dateTime
|
static URI |
RDF.HTML
http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML
|
static URI |
FOAF.ICQ_CHAT_ID |
static URI |
XMLSchema.ID
http://www.w3.org/2001/XMLSchema#ID
|
static URI |
DCTERMS.IDENTIFIER
http://purl.org/dc/terms/identifier
|
static URI |
DC.IDENTIFIER
dc:identifier
|
static URI |
XMLSchema.IDREF
http://www.w3.org/2001/XMLSchema#IDREF
|
static URI |
XMLSchema.IDREFS
http://www.w3.org/2001/XMLSchema#IDREFS
|
static URI |
FOAF.IMAGE |
static URI |
FOAF.IMG |
static URI |
DOAP.IMPLEMENTS |
static URI |
OWL.IMPORTS
http://www.w3.org/2002/07/owl#imports
|
static URI |
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 URI |
DCTERMS.IMT
http://purl.org/dc/terms/IMT
|
static URI |
SKOS.IN_SCHEME
The skos:inScheme relation.
|
static URI |
OWL.INCOMPATIBLEWITH
http://www.w3.org/2002/07/owl#incompatibleWith
|
static URI |
OWL.INDIVIDUAL
http://www.w3.org/2002/07/owl#Individual
|
static URI |
SD.INPUT_FORMAT
input format
|
static URI |
SP.Insert
Deprecated.
|
static URI |
SP.INSERT_CLASS
http://spinrdf.org/sp#Insert Deprecated - use sp:Modify instead.
|
static URI |
SP.INSERT_DATA_CLASS
http://spinrdf.org/sp#InsertData An Update operation to insert specific
triples.
|
static URI |
SP.INSERT_PATTERN_PROPERTY
http://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates
or sp:NamedGraphs in a modify command.
|
static URI |
DCTERMS.INSTRUCTIONAL_METHOD
http://purl.org/dc/terms/instructionalMethod
|
static URI |
XMLSchema.INT
http://www.w3.org/2001/XMLSchema#int
|
static URI |
XMLSchema.INTEGER
http://www.w3.org/2001/XMLSchema#integer
|
static URI |
FOAF.INTEREST |
static URI |
GEOF.INTERSECTION |
static URI |
OWL.INTERSECTIONOF
http://www.w3.org/2002/07/owl#intersectionOf
|
static URI |
SP.INTO_PROPERTY
http://spinrdf.org/sp#into The (optional) target of a LOAD Update
operation.
|
static URI |
OWL.INVERSEFUNCTIONALPROPERTY
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
|
static URI |
OWL.INVERSEOF
http://www.w3.org/2002/07/owl#inverseOf
|
static URI |
DCTERMS.IS_FORMAT_OF
http://purl.org/dc/terms/isFormatOf
|
static URI |
DCTERMS.IS_PART_OF
http://purl.org/dc/terms/isPartOf
|
static URI |
FOAF.IS_PRIMARY_TOPIC_OF |
static URI |
DCTERMS.IS_REFERENCED_BY
http://purl.org/dc/terms/isReferencedBy
|
static URI |
DCTERMS.IS_REPLACED_BY
http://purl.org/dc/terms/isReplacedBy
|
static URI |
DCTERMS.IS_REQUIRED_BY
http://purl.org/dc/terms/isRequiredBy
|
static URI |
DCTERMS.IS_VERSION_OF
http://purl.org/dc/terms/isVersionOf
|
static URI |
RDFS.ISDEFINEDBY
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
|
static URI |
DCTERMS.ISO3166
http://purl.org/dc/terms/ISO3166
|
static URI |
DCTERMS.ISO639_2
http://purl.org/dc/terms/ISO639-2
|
static URI |
DCTERMS.ISO639_3
http://purl.org/dc/terms/ISO639-3
|
static URI |
DCTERMS.ISSUED
http://purl.org/dc/terms/issued
|
static URI |
FOAF.JABBER_ID |
static URI |
DCTERMS.JURISDICTION
http://purl.org/dc/terms/Jurisdiction
|
static URI |
FOAF.KNOWS |
static URI |
RDFS.LABEL
http://www.w3.org/2000/01/rdf-schema#label
|
static URI |
FOAF.LABEL_PROPERTY |
static URI |
SPIN.LABEL_TEMPLATE_PROPERTY
http://spinrdf.org/spin#labelTemplate A template string for displaying
instantiations of a module in human-readable form.
|
static URI |
RDF.LANGSTRING
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
|
static URI |
DCTERMS.LANGUAGE
http://purl.org/dc/terms/language
|
static URI |
SD.LANGUAGE
Language
|
static URI |
XMLSchema.LANGUAGE
http://www.w3.org/2001/XMLSchema#language
|
static URI |
DC.LANGUAGE
dc:language
|
static URI |
SD.LANGUAGE_EXTENSION
language extension
|
static URI |
FOAF.LAST_NAME |
static URI |
DCTERMS.LCC
http://purl.org/dc/terms/LCC
|
static URI |
DCTERMS.LCSH
http://purl.org/dc/terms/LCSH
|
static URI |
SP.Let
Deprecated.
|
static URI |
SP.LET_CLASS
http://spinrdf.org/sp#Let Deprecated: use sp:Bind instead.
|
static URI |
RDF.LI
http://www.w3.org/1999/02/22-rdf-syntax-ns#li
|
static URI |
SPIN.LIBRARY_ONTOLOGY_CLASS
http://spinrdf.org/spin#LibraryOntology A marker class that can be
attached to base URIs (ontologies) to instruct SPIN engines that this
ontology only contains a library of SPIN declarations.
|
static URI |
DCTERMS.LICENSE
http://purl.org/dc/terms/license
|
static URI |
DOAP.LICENSE |
static URI |
DCTERMS.LICENSE_DOCUMENT
http://purl.org/dc/terms/LicenseDocument
|
static URI |
SP.LIMIT_PROPERTY
http://spinrdf.org/sp#limit The LIMIT solution modifier of a Query.
|
static URI |
DCTERMS.LINGUISTIC_SYSTEM
http://purl.org/dc/terms/LinguisticSystem
|
static URI |
RDF.LIST
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
|
static URI |
RDFS.LITERAL
http://www.w3.org/2000/01/rdf-schema#Literal
|
static URI |
SP.LOAD_CLASS
http://spinrdf.org/sp#Load A LOAD Update operation.
|
static URI |
DCTERMS.LOCATION
http://purl.org/dc/terms/Location
|
static URI |
DCTERMS.LOCATION_PERIOD_OR_JURISDICTION
http://purl.org/dc/terms/LocationPeriodOrJurisdiction
|
static URI |
FOAF.LOGO |
static URI |
XMLSchema.LONG
http://www.w3.org/2001/XMLSchema#long
|
static URI |
FN.LOWER_CASE
fn:lower-case
|
static URI |
FOAF.MADE |
static URI |
SPIN.MAGIC_PROPERTIES_CLASS
http://spinrdf.org/spin#MagicProperties An abstract superclass that can be
used to group all spin:MagicProperty instances under a single parent
class.
|
static URI |
SPIN.MAGIC_PROPERTY_CLASS |
static URI |
DOAP.MAILING_LIST |
static URI |
DOAP.MAINTAINER |
static URI |
FOAF.MAKER |
static URI |
EARL.MANUAL |
static URI |
SKOS.MAPPING_RELATION
The skos:mappingRelation relation.
|
static URI |
SP.MAX_CLASS
http://spinrdf.org/sp#Max Represents MAX aggregations.
|
static URI |
OWL.MAXCARDINALITY
http://www.w3.org/2002/07/owl#maxCardinality
|
static URI |
FOAF.MBOX |
static URI |
FOAF.MBOX_SHA1SUM |
static URI |
DCTERMS.MEDIA_TYPE
http://purl.org/dc/terms/MediaType
|
static URI |
DCTERMS.MEDIA_TYPE_OR_EXTENT
http://purl.org/dc/terms/MediaTypeOrExtent
|
static URI |
DCTERMS.MEDIATOR
http://purl.org/dc/terms/mediator
|
static URI |
DCTERMS.MEDIUM
http://purl.org/dc/terms/medium
|
static URI |
RDFS.MEMBER
http://www.w3.org/2000/01/rdf-schema#member
|
static URI |
FOAF.MEMBER |
static URI |
SKOS.MEMBER
The skos:member relation.
|
static URI |
SKOS.MEMBER_LIST
The skos:memberList relation.
|
static URI |
FOAF.MEMBERSHIP_CLASS |
static URI |
DCTERMS.MESH
http://purl.org/dc/terms/MESH
|
static URI |
DCTERMS.METHOD_OF_ACCRUAL
http://purl.org/dc/terms/MethodOfAccrual
|
static URI |
DCTERMS.METHOD_OF_INSTRUCTION
http://purl.org/dc/terms/MethodOfInstruction
|
static URI |
SP.MIN_CLASS
http://spinrdf.org/sp#Min Represents MIN aggregations.
|
static URI |
OWL.MINCARDINALITY
http://www.w3.org/2002/07/owl#minCardinality
|
static URI |
SP.MINUS_CLASS
http://spinrdf.org/sp#Minus A MINUS element group.
|
static URI |
FN.MINUTES_FROM_DATETIME
fn:minutes-from-dateTime
|
static URI |
SP.MOD_MAX_PROPERTY |
static URI |
SP.MOD_MIN_PROPERTY |
static URI |
SP.MOD_PATH_CLASS
http://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*.
|
static URI |
EARL.MODE |
static URI |
DCTERMS.MODIFIED
http://purl.org/dc/terms/modified
|
static URI |
SP.MODIFY_CLASS
http://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE
language).
|
static URI |
SPIN.MODULE_CLASS
http://spinrdf.org/spin#Module An abstract building block of a SPARQL
system.
|
static URI |
SPIN.MODULES_CLASS
http://spinrdf.org/spin#Modules An "artificial" parent class for all
Functions and Templates.
|
static URI |
FN.MONTH_FROM_DATETIME
fn:month-from-dateTime
|
static URI |
FOAF.MSN_CHAT_ID |
static URI |
FOAF.MYERS_BRIGGS |
static URI |
SD.NAME
name
|
static URI |
XMLSchema.NAME
http://www.w3.org/2001/XMLSchema#Name
|
static URI |
FOAF.NAME |
static URI |
DOAP.NAME
Properties
|
static URI |
SD.NAMED_GRAPH_CLASS
Named Graph
|
static URI |
SP.NAMED_GRAPH_CLASS
http://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH
|
static URI |
SD.NAMED_GRAPH_PROPERTY
named graph
|
static URI |
SP.NAMED_PROPERTY
http://spinrdf.org/sp#named Used in DROP and CLEAR.
|
static URI |
SKOS.NARROW_MATCH
The skos:narrowMatch relation.
|
static URI |
SKOS.NARROWER
The skos:narrower relation.
|
static URI |
SKOS.NARROWER_TRANSITIVE
The skos:narrowerTransitive relation.
|
static URI |
XMLSchema.NCNAME
http://www.w3.org/2001/XMLSchema#NCName
|
static URI |
XMLSchema.NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#negativeInteger
|
static URI |
SPIN.NEXT_RULE_PROPERTY_PROPERTY
http://spinrdf.org/spin#nextRuleProperty Can be used to link two
sub-properties of spin:rule (or spin:rule itself) to instruct the SPIN
engine to execute one set of rules before another one.
|
static URI |
FOAF.NICK |
static URI |
SESAME.NIL
The SPARQL null context identifier (
http://www.openrdf.org/schema/sesame#nil)
|
static URI |
RDF.NIL
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
|
static URI |
DCTERMS.NLM
http://purl.org/dc/terms/NLM
|
static URI |
XMLSchema.NMTOKEN
http://www.w3.org/2001/XMLSchema#NMTOKEN
|
static URI |
XMLSchema.NMTOKENS
http://www.w3.org/2001/XMLSchema#NMTOKENS
|
static URI |
SP.NODE_PROPERTY |
static URI |
XMLSchema.NON_NEGATIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
|
static URI |
XMLSchema.NON_POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
|
static URI |
XMLSchema.NORMALIZEDSTRING
http://www.w3.org/2001/XMLSchema#normalizedString
|
static URI |
SP.NOT_EXISTS_CLASS
http://spinrdf.org/sp#NotExists A NOT EXISTS element group.
|
static URI |
EARL.NOTAPPLICABLE |
static URI |
XMLSchema.NOTATION
http://www.w3.org/2001/XMLSchema#NOTATION
|
static URI |
SKOS.NOTATION
The skos:notation property.
|
static URI |
EARL.NOTAVAILABLE |
static URI |
SKOS.NOTE
The skos:note property.
|
static URI |
OWL.NOTHING
http://www.w3.org/2002/07/owl#Nothing
|
static URI |
EARL.NOTTESTED |
static URI |
FN.NUMERIC_ABS
fn:numeric-abs
|
static URI |
FN.NUMERIC_CEIL
fn:numeric-ceil
|
static URI |
FN.NUMERIC_FLOOR
fn:numeric-floor
|
static URI |
FN.NUMERIC_ROUND
fn:numeric-round
|
static URI |
RDF.OBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
|
static URI |
SP.OBJECT_PROPERTY
http://spinrdf.org/sp#object An RDF Node or Variable describing the object
of a triple.
|
static URI |
OWL.OBJECTPROPERTY
http://www.w3.org/2002/07/owl#ObjectProperty
|
static URI |
SP.OFFSET_PROPERTY
http://spinrdf.org/sp#offset The OFFSET solution modifier of a Query.
|
static URI |
DOAP.OLD_HOMEPAGE |
static URI |
OWL.ONEOF
http://www.w3.org/2002/07/owl#oneOf
|
static URI |
FOAF.ONLINE_ACCOUNT |
static URI |
FOAF.ONLINE_CHAT_ACCOUNT |
static URI |
FOAF.ONLINE_ECOMMERCE_ACCOUNT |
static URI |
FOAF.ONLINE_GAMING_ACCOUNT |
static URI |
OWL.ONPROPERTY
http://www.w3.org/2002/07/owl#onProperty
|
static URI |
OWL.ONTOLOGY
http://www.w3.org/2002/07/owl#Ontology
|
static URI |
OWL.ONTOLOGYPROPERTY
http://www.w3.org/2002/07/owl#OntologyProperty
|
static URI |
FOAF.OPENID |
static URI |
SP.OPTIONAL_CLASS
http://spinrdf.org/sp#Optional An optional element in a query.
|
static URI |
SP.ORDER_BY_CONDITION_CLASS
http://spinrdf.org/sp#OrderByCondition An abstract base class for
ascending or descending order conditions.
|
static URI |
SP.ORDER_BY_PROPERTY
http://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where
the values are rdf:List containing OrderByConditions or expressions.
|
static URI |
SKOS.ORDERED_COLLECTION
The skos:OrderedCollection class
|
static URI |
FOAF.ORGANIZATION |
static URI |
EARL.OUTCOME |
static URI |
FOAF.PAGE |
static URI |
EARL.PASS |
static URI |
FOAF.PAST_PROJECT |
static URI |
SP.PATH_CLASS
http://spinrdf.org/sp#Path The base class of SPARQL property path
expressions.
|
static URI |
SP.PATH_PROPERTY
http://spinrdf.org/sp#path Points from a TriplePath to its path.
|
static URI |
SP.PATH1_PROPERTY
http://spinrdf.org/sp#path1 The first child path of a property path.
|
static URI |
SP.PATH2_PROPERTY
http://spinrdf.org/sp#path2 The second child path of a property path.
|
static URI |
DCTERMS.PERIOD
http://purl.org/dc/terms/Period
|
static URI |
DCTERMS.PERIOD_OF_TIME
http://purl.org/dc/terms/PeriodOfTime
|
static URI |
FOAF.PERSON |
static URI |
FOAF.PERSONAL_PROFILE_DOCUMENT |
static URI |
FOAF.PHONE |
static URI |
DCTERMS.PHYSICAL_MEDIUM
http://purl.org/dc/terms/PhysicalMedium
|
static URI |
DCTERMS.PHYSICAL_RESOURCE
http://purl.org/dc/terms/PhysicalResource
|
static URI |
FOAF.PLAN |
static URI |
DCTERMS.POINT
http://purl.org/dc/terms/Point
|
static URI |
DCTERMS.POLICY
http://purl.org/dc/terms/Policy
|
static URI |
XMLSchema.POSITIVE_INTEGER
http://www.w3.org/2001/XMLSchema#positiveInteger
|
static URI |
RDF.PREDICATE
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
|
static URI |
SP.PREDICATE_PROPERTY
http://spinrdf.org/sp#predicate A resource or Variable describing the
predicate of a triple.
|
static URI |
SKOS.PREF_LABEL
The skos:prefLabel lexical label property.
|
static URI |
FOAF.PRIMARY_TOPIC |
static URI |
OWL.PRIORVERSION
http://www.w3.org/2002/07/owl#priorVersion
|
static URI |
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 URI |
DOAP.PROGRAMMING_LANGUAGE |
static URI |
FOAF.PROJECT |
static URI |
DOAP.PROJECT
Classes
|
static URI |
RDF.PROPERTY
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
|
static URI |
SD.PROPERTY_FEATURE
property feature
|
static URI |
DCTERMS.PROVENANCE
http://purl.org/dc/terms/provenance
|
static URI |
DCTERMS.PROVENANCE_STATEMENT
http://purl.org/dc/terms/ProvenanceStatement
|
static URI |
FOAF.PUBLICATIONS |
static URI |
DCTERMS.PUBLISHER
http://purl.org/dc/terms/publisher
|
static URI |
DC.PUBLISHER
dc:publisher
|
static URI |
XMLSchema.QNAME
http://www.w3.org/2001/XMLSchema#QName
|
static URI |
SESAMEQNAME.QNAME
http://www.openrdf.org/schema/qname#qname
|
static URI |
SP.QUERY_CLASS
http://spinrdf.org/sp#Query Abstract base class of the various types of
supported queries.
|
static URI |
SP.QUERY_PROPERTY
http://spinrdf.org/sp#query Links a SubQuery resource with the nested
Query.
|
static URI |
SPIN.QUERY_PROPERTY
http://spinrdf.org/spin#query Can be used to point from any resource to a
Query.
|
static URI |
RDFS.RANGE
http://www.w3.org/2000/01/rdf-schema#range
|
static URI |
GEOF.RCC8_DC |
static URI |
GEOF.RCC8_EC |
static URI |
GEOF.RCC8_EQ |
static URI |
GEOF.RCC8_NTPP |
static URI |
GEOF.RCC8_NTPPI |
static URI |
GEOF.RCC8_PO |
static URI |
GEOF.RCC8_TPP |
static URI |
GEOF.RCC8_TPPI |
static URI |
SP.REDUCED_PROPERTY
http://spinrdf.org/sp#reduced A property with true to indicate that a
Select query has a REDUCED flag.
|
static URI |
DCTERMS.REFERENCES
http://purl.org/dc/terms/references
|
static URI |
GEOF.RELATE |
static URI |
SKOS.RELATED
The skos:related relation.
|
static URI |
SKOS.RELATED_MATCH
The skos:relatedMatch relation.
|
static URI |
DCTERMS.RELATION
http://purl.org/dc/terms/relation
|
static URI |
DC.RELATION
dc:relation
|
static URI |
DOAP.RELEASE |
static URI |
FN.REPLACE
fn:replace
|
static URI |
DCTERMS.REPLACES
http://purl.org/dc/terms/replaces
|
static URI |
DCTERMS.REQUIRES
http://purl.org/dc/terms/requires
|
static URI |
SD.REQUIRES_DATASET
Requires Dataset
|
static URI |
RDFS.RESOURCE
http://www.w3.org/2000/01/rdf-schema#Resource
|
static URI |
RDF.REST
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
|
static URI |
OWL.RESTRICTION
http://www.w3.org/2002/07/owl#Restriction
|
static URI |
EARL.RESULT |
static URI |
SD.RESULT_FORMAT
result format
|
static URI |
SP.RESULT_NODES_PROPERTY
http://spinrdf.org/sp#resultNodes Contains the result nodes (URI resources
or Variables) of a Describe query.
|
static URI |
SP.RESULT_VARIABLES_PROPERTY
http://spinrdf.org/sp#resultVariables An rdf:List of variables that are
returned by a Select query.
|
static URI |
SPIN.RETURN_TYPE_PROPERTY
http://spinrdf.org/spin#returnType The return type of a Function, e.g.
|
static URI |
SP.REVERSE_LINK_PATH_CLASS |
static URI |
SP.REVERSE_PATH_CLASS
http://spinrdf.org/sp#ReversePath A path with reversed direction.
|
static URI |
DCTERMS.RFC1766
http://purl.org/dc/terms/RFC1766
|
static URI |
DCTERMS.RFC3066
http://purl.org/dc/terms/RFC3066
|
static URI |
DCTERMS.RFC4646
http://purl.org/dc/terms/RFC4646
|
static URI |
DCTERMS.RFC5646
http://purl.org/dc/terms/RFC5646
|
static URI |
DCTERMS.RIGHTS
http://purl.org/dc/terms/rights
|
static URI |
DC.RIGHTS
dc:rights
|
static URI |
DCTERMS.RIGHTS_HOLDER
http://purl.org/dc/terms/rightsHolder
|
static URI |
DCTERMS.RIGHTS_STATEMENT
http://purl.org/dc/terms/RightsStatement
|
static URI |
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 URI |
SPIN.RULE_PROPERTY
http://spinrdf.org/spin#rule An inferencing rule attached to a class.
|
static URI |
SPIN.RULE_PROPERTY_CLASS
http://spinrdf.org/spin#RuleProperty The metaclass of spin:rule and its
subproperties.
|
static URI |
SPIN.RULE_PROPERTY_MAX_ITERATION_COUNT_PROPERTY
http://spinrdf.org/spin#rulePropertyMaxIterationCount Can be attached to
spin:rule (or subclasses thereof) to instruct a SPIN rules engine that it
shall only execute the rules max times.
|
static URI |
OWL.SAMEAS
http://www.w3.org/2002/07/owl#sameAs
|
static URI |
FOAF.SCHOOL_HOMEPAGE |
static URI |
SKOS.SCOPE_NOTE
The skos:scopeNote property.
|
static URI |
FN.SECONDS_FROM_DATETIME
fn:seconds-from-dateTime
|
static URI |
RDFS.SEEALSO
http://www.w3.org/2000/01/rdf-schema#seeAlso
|
static URI |
SP.SELECT_CLASS
http://spinrdf.org/sp#Select A SELECT-type query that returns variable
bindings as its result.
|
static URI |
SPIN.SELECT_TEMPLATE_CLASS
http://spinrdf.org/spin#SelectTemplate A SPIN template that wraps a SELECT
query.
|
static URI |
SPIN.SELECT_TEMPLATES_CLASS
http://spinrdf.org/spin#SelectTemplates Suggested abstract base class for
all SelectTemplates.
|
static URI |
SKOS.SEMANTIC_RELATION
The skos:semanticRelation relation.
|
static URI |
EARL.SEMIAUTOMATIC |
static URI |
RDF.SEQ
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
|
static URI |
SP.SEQ_PATH_CLASS
http://spinrdf.org/sp#SeqPath A sequence of multiple paths.
|
static URI |
SD.SERVICE
Service
|
static URI |
SP.SERVICE_CLASS
http://spinrdf.org/sp#Service A SERVICE call that matches a nested
sub-pattern against a SPARQL end point specified by a URI.
|
static URI |
SP.SERVICE_URI_PROPERTY
http://spinrdf.org/sp#serviceURI Used by sp:Service to specify the URI of
the SPARQL end point to invoke.
|
static URI |
GEOF.SF_CONTAINS |
static URI |
GEOF.SF_CROSSES |
static URI |
GEOF.SF_DISJOINT |
static URI |
GEOF.SF_EQUALS |
static URI |
GEOF.SF_INTERSECTS |
static URI |
GEOF.SF_OVERLAPS |
static URI |
GEOF.SF_TOUCHES |
static URI |
GEOF.SF_WITHIN |
static URI |
FOAF.SHA1 |
static URI |
XMLSchema.SHORT
http://www.w3.org/2001/XMLSchema#short
|
static URI |
SP.SILENT_PROPERTY |
static URI |
DCTERMS.SIZE_OR_DURATION
http://purl.org/dc/terms/SizeOrDuration
|
static URI |
FOAF.SKYPE_ID |
static URI |
EARL.SOFTWARE |
static URI |
OWL.SOMEVALUESFROM
http://www.w3.org/2002/07/owl#someValuesFrom
|
static URI |
DCTERMS.SOURCE
http://purl.org/dc/terms/source
|
static URI |
DC.SOURCE
dc:source
|
static URI |
SD.SPARQL_10_QUERY
SPARQL 1.0 Query
|
static URI |
SD.SPARQL_11_QUERY
SPARQL 1.1 Query
|
static URI |
SD.SPARQL_11_UPDATE
SPARQL 1.1 Update
|
static URI |
DCTERMS.SPATIAL
http://purl.org/dc/terms/spatial
|
static URI |
DCTERMS.STANDARD
http://purl.org/dc/terms/Standard
|
static URI |
FN.STARTS_WITH
fn:starts-with
|
static URI |
RDF.STATEMENT
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
|
static URI |
FOAF.STATUS |
static URI |
XMLSchema.STRING
http://www.w3.org/2001/XMLSchema#string
|
static URI |
FN.STRING_LENGTH
fn:string-length
|
static URI |
SP.SUB_PATH_PROPERTY
http://spinrdf.org/sp#subPath The child path of a property path
expression.
|
static URI |
SP.SUB_QUERY_CLASS
http://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element
list.
|
static URI |
RDFS.SUBCLASSOF
http://www.w3.org/2000/01/rdf-schema#subClassOf
|
static URI |
EARL.SUBJECT |
static URI |
DCTERMS.SUBJECT
http://purl.org/dc/terms/subject
|
static URI |
RDF.SUBJECT
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
|
static URI |
DC.SUBJECT
dc:subject
|
static URI |
SP.SUBJECT_PROPERTY
http://spinrdf.org/sp#subject A resource or Variable describing the
subject of a triple.
|
static URI |
RDFS.SUBPROPERTYOF
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
|
static URI |
FN.SUBSTRING
fn:substring
|
static URI |
FN.SUBSTRING_AFTER
fn:substring-after
|
static URI |
FN.SUBSTRING_BEFORE
fn:substring-before
|
static URI |
SP.SUM_CLASS
http://spinrdf.org/sp#Sum Represents sum aggregations, e.g.
|
static URI |
SD.SUPPORTED_ENTAILMENT_PROFILE
supported entailment profile
|
static URI |
SD.SUPPORTED_LANGUAGE
supported language
|
static URI |
FOAF.SURNAME |
static URI |
GEOF.SYM_DIFFERENCE |
static URI |
SPIN.SYMBOL_PROPERTY
http://spinrdf.org/spin#symbol The symbol of a function, e.g.
|
static URI |
OWL.SYMMETRICPROPERTY
http://www.w3.org/2002/07/owl#SymmetricProperty
|
static URI |
SP.SYSTEM_CLASS
http://spinrdf.org/sp#SystemClass An "artificial" root class that groups
all SP classes.
|
static URI |
SP.SYSTEM_PROPERTY
http://spinrdf.org/sp#systemProperty An abstract base proprerty that
groups together the SP system properties.
|
static URI |
SPIN.SYSTEM_PROPERTY_PROPERTY
http://spinrdf.org/spin#systemProperty An "abstract" base property that
groups together those system properties that the user will hardly ever
need to see in property trees.
|
static URI |
SPIN.TABLE_DATA_PROVIDER_CLASS
http://spinrdf.org/spin#TableDataProvider An abstraction of objects that
can produce tabular data.
|
static URI |
DCTERMS.TABLE_OF_CONTENTS
http://purl.org/dc/terms/tableOfContents
|
static URI |
SPIN.TEMPLATE_CLASS
http://spinrdf.org/spin#Template The metaclass of SPIN templates.
|
static URI |
SPIN.TEMPLATES_CLASS
http://spinrdf.org/spin#Templates Suggested abstract base class for all
Templates.
|
static URI |
SP.TEMPLATES_PROPERTY
http://spinrdf.org/sp#templates Points to a list of TripleTemplates that
form the head of a Construct query.
|
static URI |
DCTERMS.TEMPORAL
http://purl.org/dc/terms/temporal
|
static URI |
EARL.TEST |
static URI |
EARL.TEST_SUBJECT |
static URI |
EARL.TESTRESULT |
static URI |
SP.TEXT_PROPERTY
http://spinrdf.org/sp#text Can be attached to sp:Queries to store a
textual representation of the query.
|
static URI |
DCTERMS.TGN
http://purl.org/dc/terms/TGN
|
static URI |
FOAF.THEME |
static URI |
OWL.THING
http://www.w3.org/2002/07/owl#Thing
|
static URI |
SPIN.THIS_CONTEXT_INSTANCE
http://spinrdf.org/spin#_this A system variable representing the current
context instance in a rule or constraint.
|
static URI |
SPIN.THIS_UNBOUND_PROPERTY
http://spinrdf.org/spin#thisUnbound Can be set to true for SPIN rules and
constraints that do not require pre-binding the variable ?this with all
members of the associated class.
|
static URI |
FOAF.THUMBNAIL |
static URI |
XMLSchema.TIME
http://www.w3.org/2001/XMLSchema#time
|
static URI |
FN.TIMEZONE_FROM_DATETIME
fn:timezone-from-dateTime
|
static URI |
FOAF.TIPJAR |
static URI |
DCTERMS.TITLE
http://purl.org/dc/terms/title
|
static URI |
FOAF.TITLE |
static URI |
DC.TITLE
dc:title
|
static URI |
XMLSchema.TOKEN
http://www.w3.org/2001/XMLSchema#token
|
static URI |
SKOS.TOP_CONCEPT_OF
The skos:topConceptOf relation.
|
static URI |
FOAF.TOPIC |
static URI |
FOAF.TOPIC_INTEREST |
static URI |
OWL.TRANSITIVEPROPERTY
http://www.w3.org/2002/07/owl#TransitiveProperty
|
static URI |
SP.TRIPLE_CLASS
http://spinrdf.org/sp#Triple A base class for TriplePattern and
TripleTemplate.
|
static URI |
SP.TRIPLE_PATH_CLASS
http://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a
path expression as its predicate.
|
static URI |
SP.TRIPLE_PATTERN_CLASS
http://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a
query.
|
static URI |
SP.TRIPLE_TEMPLATE_CLASS
http://spinrdf.org/sp#TripleTemplate A prototypical triple used as
template in the head of a Construct query.
|
static URI |
SP.TUPLE_CLASS
http://spinrdf.org/sp#Tuple Abstract base class for things that have
subject and object.
|
static URI |
DCTERMS.TYPE
http://purl.org/dc/terms/type
|
static URI |
RDF.TYPE
http://www.w3.org/1999/02/22-rdf-syntax-ns#type
|
static URI |
DC.TYPE
dc:type
|
static URI |
DCTERMS.UDC
http://purl.org/dc/terms/UDC
|
static URI |
GEOF.UNION |
static URI |
SP.UNION_CLASS
http://spinrdf.org/sp#Union A UNION group.
|
static URI |
SD.UNION_DEFAULT_GRAPH
Union Default Graph
|
static URI |
OWL.UNIONOF
http://www.w3.org/2002/07/owl#unionOf
|
static URI |
XMLSchema.UNSIGNED_BYTE
http://www.w3.org/2001/XMLSchema#unsignedByte
|
static URI |
XMLSchema.UNSIGNED_INT
http://www.w3.org/2001/XMLSchema#unsignedInt
|
static URI |
XMLSchema.UNSIGNED_LONG
http://www.w3.org/2001/XMLSchema#unsignedLong
|
static URI |
XMLSchema.UNSIGNED_SHORT
http://www.w3.org/2001/XMLSchema#unsignedShort
|
static URI |
GEOF.UOM_DEGREE |
static URI |
GEOF.UOM_METRE |
static URI |
GEOF.UOM_RADIAN |
static URI |
GEOF.UOM_UNITY |
static URI |
SP.UPDATE_CLASS
http://spinrdf.org/sp#Update Abstract base class to group the various
SPARQL UPDATE commands.
|
static URI |
SPIN.UPDATE_PROPERTY
http://spinrdf.org/spin#update Can be used to point from any resource to
an Update.
|
static URI |
SPIN.UPDATE_TEMPLATE_CLASS
http://spinrdf.org/spin#UpdateTemplate A SPIN template that has an UPDATE
command as its body.
|
static URI |
SPIN.UPDATE_TEMPLATES_CLASS
http://spinrdf.org/spin#UpdateTemplates Suggested abstract base class for
all UpdateTemplates.
|
static URI |
FN.UPPER_CASE
fn:upper-case
|
static URI |
DCTERMS.URI
http://purl.org/dc/terms/URI
|
static URI |
SP.USING_NAMED_PROPERTY |
static URI |
SP.USING_PROPERTY |
static URI |
DCTERMS.VALID
http://purl.org/dc/terms/valid
|
static URI |
RDF.VALUE
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
|
static URI |
SP.VAR_NAME_PROPERTY
http://spinrdf.org/sp#varName The name of a Variable.
|
static URI |
SP.VARIABLE_CLASS
http://spinrdf.org/sp#Variable A variable mentioned in a Triple or
expression.
|
static URI |
SP.VARIABLE_PROPERTY
http://spinrdf.org/sp#variable The variable of a Bind element.
|
static URI |
DOAP.VERSION |
static URI |
OWL.VERSIONINFO
http://www.w3.org/2002/07/owl#versionInfo
|
static URI |
OWL.VERSIONIRI
http://www.w3.org/2002/07/owl#versionIRI
|
static URI |
SPIN.VIOLATION_PATH_PROPERTY
http://spinrdf.org/spin#violationPath An optional attribute of
ConstraintViolations to provide a path expression from the root resource
to the value that is invalid.
|
static URI |
SPIN.VIOLATION_ROOT_PROPERTY
http://spinrdf.org/spin#violationRoot The root resource of the violation
(often ?this in the constraint body).
|
static URI |
SPIN.VIOLATION_SOURCE_PROPERTY
http://spinrdf.org/spin#violationSource Can be used to link a
spin:ConstraintViolation with the query or template call that caused it.
|
static URI |
DCTERMS.W3CDTF
http://purl.org/dc/terms/W3CDTF
|
static URI |
FOAF.WEBLOG |
static URI |
SP.WHERE_PROPERTY
http://spinrdf.org/sp#where The WHERE clause of a Query.
|
static URI |
SESAME.WILDCARD
http://www.openrdf.org/schema/sesame#wildcard
|
static URI |
SP.WITH_PROPERTY |
static URI |
GEO.WKT_LITERAL |
static URI |
FOAF.WORK_INFO_HOMEPAGE |
static URI |
FOAF.WORKPLACE_HOMEPAGE |
static URI |
RDF.XMLLITERAL
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
|
static URI |
FOAF.YAHOO_CHAT_ID |
static URI |
FN.YEAR_FROM_DATETIME
fn:year-from-dateTime
|
Modifier and Type | Method and Description |
---|---|
URI |
Dataset.getDefaultInsertGraph()
Gets the default insert graph URI of this dataset.
|
Modifier and Type | Method and Description |
---|---|
Set<URI> |
Dataset.getDefaultGraphs()
Gets the default graph URIs of this dataset.
|
Set<URI> |
Dataset.getDefaultRemoveGraphs()
Gets the default remove graph URIs of this dataset.
|
Set<URI> |
Dataset.getNamedGraphs()
Gets the named graph URIs of this dataset.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
TripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements that have a specific subject, predicate and/or object.
|
Modifier and Type | Method and Description |
---|---|
protected static StringBuilder |
RepositoryFederatedService.appendURI(StringBuilder sb,
URI uri)
Append the uri to the stringbuilder, i.e.
|
Modifier and Type | Method and Description |
---|---|
URI |
UUID.evaluate(ValueFactory valueFactory,
Value... args) |
Modifier and Type | Method and Description |
---|---|
URI |
EvaluationStrategyImpl.evaluate(IRIFunction node,
BindingSet bindings)
Creates a URI from the operand value (a plain literal or a URI).
|
Modifier and Type | Field and Description |
---|---|
static URI |
DAWGTestResultSetSchema.BINDING |
static URI |
DAWGTestResultSetSchema.BOOLEAN |
static URI |
DAWGTestResultSetSchema.RESULTSET |
static URI |
DAWGTestResultSetSchema.RESULTVARIABLE |
static URI |
DAWGTestResultSetSchema.SOLUTION |
static URI |
DAWGTestResultSetSchema.VALUE |
static URI |
DAWGTestResultSetSchema.VARIABLE |
Modifier and Type | Method and Description |
---|---|
URI |
DatasetImpl.getDefaultInsertGraph() |
URI |
FallbackDataset.getDefaultInsertGraph() |
Modifier and Type | Method and Description |
---|---|
Set<URI> |
DatasetImpl.getDefaultGraphs() |
Set<URI> |
FallbackDataset.getDefaultGraphs() |
Set<URI> |
DatasetImpl.getDefaultRemoveGraphs() |
Set<URI> |
FallbackDataset.getDefaultRemoveGraphs() |
Set<URI> |
DatasetImpl.getNamedGraphs()
Gets the (unmodifiable) set of named graph URIs.
|
Set<URI> |
FallbackDataset.getNamedGraphs() |
Modifier and Type | Method and Description |
---|---|
void |
DatasetImpl.addDefaultGraph(URI graphURI)
Adds a graph URI to the set of default graph URIs.
|
void |
DatasetImpl.addDefaultRemoveGraph(URI graphURI)
Adds a graph URI to the set of default remove graph URIs.
|
void |
DatasetImpl.addNamedGraph(URI graphURI)
Adds a graph URI to the set of named graph URIs.
|
boolean |
DatasetImpl.removeDefaultGraph(URI graphURI)
Removes a graph URI from the set of default graph URIs.
|
boolean |
DatasetImpl.removeDefaultRemoveGraph(URI graphURI)
Removes a graph URI from the set of default remove graph URIs.
|
boolean |
DatasetImpl.removeNamedGraph(URI graphURI)
Removes a graph URI from the set of named graph URIs.
|
void |
DatasetImpl.setDefaultInsertGraph(URI defaultInsertGraph) |
Modifier and Type | Field and Description |
---|---|
protected URI |
SPARQLUpdateTest.alice |
protected URI |
SPARQLUpdateTest.bob |
protected URI |
SPARQLUpdateTest.graph1 |
protected URI |
SPARQLUpdateTest.graph2 |
Modifier and Type | Method and Description |
---|---|
URI |
ASTNumericLiteral.getDatatype() |
Modifier and Type | Method and Description |
---|---|
void |
ASTNumericLiteral.setDatatype(URI datatype) |
Modifier and Type | Method and Description |
---|---|
SPARQLUpdateConformanceTest |
SPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
Modifier and Type | Method and Description |
---|---|
SPARQLUpdateConformanceTest |
SPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
SPARQLUpdateConformanceTest |
SPARQLUpdateConformanceTest.Factory.createSPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
Constructor and Description |
---|
SPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
Constructor and Description |
---|
SPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
SPARQLUpdateConformanceTest(String testURI,
String name,
String requestFile,
URI defaultGraphURI,
Map<String,URI> inputNamedGraphs,
URI resultDefaultGraphURI,
Map<String,URI> resultNamedGraphs) |
Modifier and Type | Field and Description |
---|---|
protected static URI |
QueryResultFormat.SPARQL_RESULTS_CSV_URI
Local constant for tuple formats for SPARQL Results CSV.
|
protected static URI |
QueryResultFormat.SPARQL_RESULTS_JSON_URI
Local constant reused across boolean and tuple formats for SPARQL Results
JSON.
|
protected static URI |
QueryResultFormat.SPARQL_RESULTS_TSV_URI
Local constant for tuple formats for SPARQL Results TSV.
|
protected static URI |
QueryResultFormat.SPARQL_RESULTS_XML_URI
Local constant reused across boolean and tuple formats for SPARQL Results
XML.
|
Modifier and Type | Method and Description |
---|---|
URI |
QueryResultFormat.getStandardURI() |
Constructor and Description |
---|
BooleanQueryResultFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
URI standardURI)
Creates a new BooleanQueryResultFormat object.
|
QueryResultFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
URI standardURI) |
TupleQueryResultFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
URI standardURI)
Creates a new TupleQueryResultFormat object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsCSVWriter.writeURI(URI uri) |
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLResultsTSVWriter.writeURI(URI uri) |
Modifier and Type | Method and Description |
---|---|
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
String theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
String theObj) |
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
Value theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(String theSubj,
URI thePred,
Value theObj) |
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(URI theSubj,
String thePred,
String theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(URI theSubj,
String thePred,
String theObj) |
QueryBuilder<T> |
QueryBuilder.addProjectionStatement(URI theSubj,
URI thePred,
String theObj) |
QueryBuilder<T> |
AbstractQueryBuilder.addProjectionStatement(URI theSubj,
URI thePred,
String theObj) |
QueryBuilder<T> |
QueryBuilder.from(URI theURI)
Add a from clause to this query
|
QueryBuilder<T> |
AbstractQueryBuilder.from(URI theURI) |
QueryBuilder<T> |
QueryBuilder.fromNamed(URI theURI)
Add a 'from named' clause to this query
|
QueryBuilder<T> |
AbstractQueryBuilder.fromNamed(URI theURI) |
Modifier and Type | Field and Description |
---|---|
protected URI |
RepositoryConnectionTest.context1 |
protected URI |
RepositoryTest.context1 |
protected URI |
RepositoryConnectionTest.context2 |
protected URI |
RepositoryTest.context2 |
protected URI |
RepositoryConnectionTest.mbox |
protected URI |
RepositoryTest.mbox |
protected URI |
RepositoryConnectionTest.name |
protected URI |
RepositoryTest.name |
protected URI |
RepositoryConnectionTest.publisher |
protected URI |
RepositoryTest.publisher |
protected URI |
RepositoryConnectionTest.unknownContext |
protected URI |
RepositoryTest.unknownContext |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnection.add(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Adds a statement with the specified subject, predicate and object to this
repository, optionally to one or more named contexts.
|
void |
RepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
RepositoryResult<Statement> |
RepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
boolean |
RepositoryConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Checks whether the repository contains statements with a specific subject,
predicate and/or object, optionally in the specified contexts.
|
void |
RepositoryConnection.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Removes the statement(s) with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionWrapper.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionBase.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected abstract void |
RepositoryConnectionBase.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionWrapper.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
RepositoryConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
RepositoryConnectionWrapper.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
RepositoryConnectionBase.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
RepositoryConnectionWrapper.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionBase.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected void |
RepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected abstract void |
RepositoryConnectionBase.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
RepositoryConfigSchema.DELEGATE
http://www.openrdf.org/config/repository#delegate
|
static URI |
RepositoryConfigSchema.REPOSITORY
http://www.openrdf.org/config/repository#Repository
|
static URI |
RepositoryConfigSchema.REPOSITORY_CONTEXT
http://www.openrdf.org/config/repository#RepositoryContext
|
static URI |
RepositoryConfigSchema.REPOSITORYID
http://www.openrdf.org/config/repository#repositoryID
|
static URI |
RepositoryConfigSchema.REPOSITORYIMPL
http://www.openrdf.org/config/repository#repositoryImpl
|
static URI |
RepositoryConfigSchema.REPOSITORYTYPE
http://www.openrdf.org/config/repository#repositoryType
|
Modifier and Type | Method and Description |
---|---|
URI[] |
ContextAwareConnection.getAddContexts()
Deprecated.
|
URI[] |
ContextAwareRepository.getAddContexts()
Deprecated.
|
URI[] |
ContextAwareConnection.getArchiveContexts()
Deprecated.
|
URI[] |
ContextAwareRepository.getArchiveContexts()
Deprecated.
|
URI |
ContextAwareConnection.getInsertContext()
The default context to add the statements to.
|
URI |
ContextAwareRepository.getInsertContext() |
URI[] |
ContextAwareConnection.getReadContexts()
The default context(s) to get the data from.
|
URI[] |
ContextAwareRepository.getReadContexts() |
URI[] |
ContextAwareConnection.getRemoveContexts()
The context(s) to remove the data from.
|
URI[] |
ContextAwareRepository.getRemoveContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConnection.add(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
void |
ContextAwareConnection.exportStatements(Resource subj,
URI pred,
Value obj,
RDFHandler handler,
Resource... contexts)
Exports all statements with a specific subject, predicate and/or object
from the repository, optionally from the specified contexts.
|
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
RepositoryResult<Statement> |
ContextAwareConnection.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Gets all statements with a specific subject, predicate and/or object from
the repository.
|
boolean |
ContextAwareConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
ContextAwareConnection.hasStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Checks whether the repository contains statements with a specific subject,
predicate and/or object, optionally in the specified contexts.
|
void |
ContextAwareConnection.remove(Resource subject,
URI predicate,
Value object,
Resource... contexts)
Removes the statement with the specified subject, predicate and object
from the repository, optionally restricted to the specified contexts.
|
protected void |
ContextAwareConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
ContextAwareConnection.setAddContexts(URI... addContexts)
Deprecated.
|
void |
ContextAwareRepository.setAddContexts(URI... addContexts)
Deprecated.
|
void |
ContextAwareConnection.setArchiveContexts(URI... archiveContexts)
Deprecated.
|
void |
ContextAwareRepository.setArchiveContexts(URI... archiveContexts)
Deprecated.
|
void |
ContextAwareConnection.setInsertContext(URI insertContext)
The default context to add the statements to.
|
void |
ContextAwareRepository.setInsertContext(URI insertContext) |
void |
ContextAwareConnection.setReadContexts(URI... readContexts)
The default context(s) to get the data from.
|
void |
ContextAwareRepository.setReadContexts(URI... readContexts) |
void |
ContextAwareConnection.setRemoveContexts(URI... removeContexts)
The context(s) to remove the data from.
|
void |
ContextAwareRepository.setRemoveContexts(URI... removeContexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
ContextAwareSchema.ADD_CONTEXT
Deprecated.
|
static URI |
ContextAwareSchema.ARCHIVE_CONTEXT
Deprecated.
|
static URI |
ContextAwareSchema.BASE_URI
http://www.openrdf.org/config/repository/contextaware#base
|
static URI |
ContextAwareSchema.INCLUDE_INFERRED
http://www.openrdf.org/config/repository/contextaware#includeInferred
|
static URI |
ContextAwareSchema.INSERT_CONTEXT
http://www.openrdf.org/config/repository/contextaware#insertContext
|
static URI |
ContextAwareSchema.MAX_QUERY_TIME
http://www.openrdf.org/config/repository/contextaware#maxQueryTime
|
static URI |
ContextAwareSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/repository/contextaware#queryLanguage
|
static URI |
ContextAwareSchema.READ_CONTEXT
http://www.openrdf.org/config/repository/contextaware#readContext
|
static URI |
ContextAwareSchema.REMOVE_CONTEXT
http://www.openrdf.org/config/repository/contextaware#removeContext
|
Modifier and Type | Method and Description |
---|---|
URI[] |
ContextAwareConfig.getAddContexts()
Deprecated.
|
URI[] |
ContextAwareConfig.getArchiveContexts()
Deprecated.
|
URI |
ContextAwareConfig.getInsertContext() |
URI[] |
ContextAwareConfig.getReadContexts() |
URI[] |
ContextAwareConfig.getRemoveContexts() |
Modifier and Type | Method and Description |
---|---|
void |
ContextAwareConfig.setAddContexts(URI... addContexts)
Deprecated.
|
void |
ContextAwareConfig.setArchiveContexts(URI... archiveContexts)
Deprecated.
|
void |
ContextAwareConfig.setInsertContext(URI insertContext) |
void |
ContextAwareConfig.setReadContexts(URI... readContexts) |
void |
ContextAwareConfig.setRemoveContexts(URI... removeContexts) |
Modifier and Type | Method and Description |
---|---|
void |
DatasetRepository.loadDataset(URL url,
URI 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.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptor.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptor.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryConnectionInterceptorAdapter.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
InterceptingRepositoryConnectionWrapper.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
boolean |
RepositoryConnectionInterceptorAdapter.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
RepositoryConnectionListenerAdapter.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
NotifyingRepositoryConnectionWrapper.removeWithoutCommit(Resource subj,
URI pred,
Value obj,
Resource... ctx) |
void |
InterceptingRepositoryConnectionWrapper.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
DebugRepositoryConnectionListener.add(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
DebugRepositoryConnectionListener.remove(RepositoryConnection conn,
Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
HTTPRepositorySchema.PASSWORD
http://www.openrdf.org/config/repository/http#password
|
static URI |
HTTPRepositorySchema.REPOSITORYURL
http://www.openrdf.org/config/repository/http#repositoryURL
|
static URI |
HTTPRepositorySchema.USERNAME
http://www.openrdf.org/config/repository/http#username
|
Modifier and Type | Method and Description |
---|---|
protected long |
SailIsolationLevelTest.count(RepositoryConnection con,
Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
protected Literal |
SailIsolationLevelTest.readLiteral(RepositoryConnection con,
URI subj,
URI pred) |
Modifier and Type | Method and Description |
---|---|
protected void |
SailRepositoryConnection.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
SailRepositoryConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SailRepositoryConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
SailRepositoryConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SailRepositoryConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
ProxyRepositorySchema.PROXIED_ID
http://www.openrdf.org/config/repository/proxy#proxiedID
|
static URI |
SailRepositorySchema.SAILIMPL
http://www.openrdf.org/config/repository/sail#sailImpl
|
Modifier and Type | Method and Description |
---|---|
protected void |
SPARQLConnection.addWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
void |
SPARQLConnection.exportStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
RDFHandler handler,
Resource... contexts) |
RepositoryResult<Statement> |
SPARQLConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
boolean |
SPARQLConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected void |
SPARQLConnection.removeWithoutCommit(Resource subject,
URI predicate,
Value object,
Resource... contexts) |
protected Iteration<Statement,QueryEvaluationException> |
SPARQLConnection.toStatementIteration(TupleQueryResult iter,
Resource subj,
URI pred,
Value obj)
Converts a
TupleQueryResult resulting from the SPARQLConnection.EVERYTHING_WITH_GRAPH
to a statement by using the respective values from the BindingSet or (if
provided) the ones from the arguments. |
Modifier and Type | Field and Description |
---|---|
static URI |
SPARQLRepositoryConfig.QUERY_ENDPOINT |
static URI |
SPARQLRepositoryConfig.UPDATE_ENDPOINT |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
AbstractRDFInserter.addStatement(Resource subj,
URI pred,
Value obj,
Resource ctxt) |
protected void |
RDFInserter.addStatement(Resource subj,
URI pred,
Value obj,
Resource ctxt) |
Modifier and Type | Field and Description |
---|---|
static URI |
EarlReport.ANSELL
Helper variable for tests run by Peter Ansell
|
static URI |
EarlReport.BROEKSTRA
Helper variable for tests run by Jeen Broekstra
|
protected URI |
NegativeParserTest.testUri |
protected URI |
PositiveParserTest.testUri |
Modifier and Type | Method and Description |
---|---|
URI |
RDFFormat.getStandardURI() |
Modifier and Type | Method and Description |
---|---|
void |
EarlReport.generateReport(junit.framework.TestSuite nextTestSuite,
URI nextAsserterNode,
URI specURI) |
boolean |
DatatypeHandler.isRecognizedDatatype(URI datatypeUri)
Checks if the given datatype URI is recognized by this datatype handler.
|
Literal |
DatatypeHandler.normalizeDatatype(String literalValue,
URI 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,
URI datatypeUri)
Verifies that the datatype URI is valid, including a check on the
structure of the literal value.
|
Constructor and Description |
---|
NegativeParserTest(URI testUri,
String caseURI,
String inputURL,
String baseURL,
RDFParser targetParser,
FailureMode failureMode) |
PositiveParserTest(URI testUri,
String testName,
String inputURL,
String outputURL,
String baseURL,
RDFParser targetParser,
RDFParser ntriplesParser) |
RDFFormat(String name,
Collection<String> mimeTypes,
Charset charset,
Collection<String> fileExtensions,
URI standardURI,
boolean supportsNamespaces,
boolean supportsContexts)
Creates a new RDFFormat object.
|
Modifier and Type | Method and Description |
---|---|
protected abstract URI |
AbstractDatatypeHandlerTest.getRecognisedDatatypeUri() |
protected abstract URI |
AbstractDatatypeHandlerTest.getUnrecognisedDatatypeUri() |
Modifier and Type | Method and Description |
---|---|
boolean |
VirtuosoGeometryDatatypeHandler.isRecognizedDatatype(URI datatypeUri) |
boolean |
GeoSPARQLDatatypeHandler.isRecognizedDatatype(URI datatypeUri) |
boolean |
RDFDatatypeHandler.isRecognizedDatatype(URI datatypeUri) |
boolean |
XMLSchemaDatatypeHandler.isRecognizedDatatype(URI datatypeUri) |
boolean |
DBPediaDatatypeHandler.isRecognizedDatatype(URI datatypeUri) |
Literal |
VirtuosoGeometryDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
GeoSPARQLDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
RDFDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
XMLSchemaDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
Literal |
DBPediaDatatypeHandler.normalizeDatatype(String literalValue,
URI datatypeUri,
ValueFactory valueFactory) |
boolean |
VirtuosoGeometryDatatypeHandler.verifyDatatype(String literalValue,
URI datatypeUri) |
boolean |
GeoSPARQLDatatypeHandler.verifyDatatype(String literalValue,
URI datatypeUri) |
boolean |
RDFDatatypeHandler.verifyDatatype(String literalValue,
URI datatypeUri) |
boolean |
XMLSchemaDatatypeHandler.verifyDatatype(String literalValue,
URI datatypeUri) |
boolean |
DBPediaDatatypeHandler.verifyDatatype(String literalValue,
URI datatypeUri) |
Modifier and Type | Method and Description |
---|---|
protected URI |
RDFParserBase.createURI(String uri)
Creates a
URI object for the specified URI-string. |
protected URI |
RDFParserBase.resolveURI(String uriSpec)
Resolves a URI-string against the base URI and creates a
URI
object for it. |
Modifier and Type | Method and Description |
---|---|
protected Literal |
RDFParserBase.createLiteral(String label,
String lang,
URI datatype)
Creates a
Literal object with the supplied parameters. |
protected Literal |
RDFParserBase.createLiteral(String label,
String lang,
URI datatype,
int lineNo,
int columnNo)
Creates a
Literal object with the supplied parameters, using the
lineNo and columnNo to enhance error messages or exceptions that may be
generated during the creation of the literal. |
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
static Literal |
RDFParserHelper.createLiteral(String label,
String lang,
URI datatype,
ParserConfig parserConfig,
ParseErrorListener errListener,
ValueFactory valueFactory,
int lineNo,
int columnNo)
Create a literal using the given parameters, including iterative
verification and normalization by any
DatatypeHandler or
LanguageHandler implementations that are found in the
ParserConfig . |
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj)
Creates a new
Statement object with the supplied components. |
protected Statement |
RDFParserBase.createStatement(Resource subj,
URI pred,
Value obj,
Resource context)
Creates a new
Statement object with the supplied components. |
Modifier and Type | Field and Description |
---|---|
protected URI |
NTriplesParser.predicate |
Modifier and Type | Method and Description |
---|---|
protected URI |
NTriplesParser.createURI(String uri) |
static URI |
NTriplesUtil.parseURI(String nTriplesURI,
ValueFactory valueFactory)
Parses an N-Triples URI, creates an object for it using the supplied
ValueFactory and returns this object.
|
Modifier and Type | Method and Description |
---|---|
static void |
NTriplesUtil.append(URI uri,
Appendable appendable) |
static String |
NTriplesUtil.toNTriplesString(URI uri)
Creates an N-Triples string for the supplied URI.
|
Modifier and Type | Method and Description |
---|---|
protected Literal |
RDFJSONParser.createLiteral(String label,
String language,
URI datatype,
com.fasterxml.jackson.core.JsonLocation currentLocation)
Creates a literal, using the current value, language, and datatype, and
additionally using the given
JsonLocation 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. |
Modifier and Type | Method and Description |
---|---|
protected Literal |
RDFXMLParser.createLiteral(String label,
String lang,
URI datatype) |
Modifier and Type | Method and Description |
---|---|
protected void |
TriGParser.reportStatement(Resource subj,
URI pred,
Value obj) |
Modifier and Type | Field and Description |
---|---|
protected URI |
TurtleWriter.lastWrittenPredicate |
protected URI |
TurtleParser.predicate |
Modifier and Type | Method and Description |
---|---|
protected URI |
TurtleParser.parsePredicate() |
protected URI |
TurtleParser.parseURI() |
Modifier and Type | Method and Description |
---|---|
protected void |
TurtleParser.reportStatement(Resource subj,
URI pred,
Value obj) |
protected void |
TurtleWriter.writePredicate(URI predicate) |
protected void |
TurtleWriter.writeURI(URI uri) |
Modifier and Type | Field and Description |
---|---|
protected URI |
RDFStoreTest.context1 |
protected URI |
RDFStoreTest.context2 |
protected URI |
RDFStoreTest.guernica |
protected URI |
RDFStoreTest.nightwatch |
protected URI |
RDFStoreTest.painter |
protected URI |
RDFStoreTest.painting |
protected URI |
RDFStoreTest.paints |
protected URI |
RDFStoreTest.picasso |
protected URI |
RDFStoreTest.rembrandt |
Modifier and Type | Method and Description |
---|---|
void |
SailConnection.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
void |
SailConnection.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds a statement to the store.
|
protected long |
SailIsolationLevelTest.count(SailConnection con,
Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnection.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Gets all statements from the specified contexts that have a specific
subject, predicate and/or object.
|
boolean |
AdvancedSailConnection.hasStatement(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Deprecated.
|
protected Thread |
SailIsolationLevelTest.incrementBy(CountDownLatch start,
CountDownLatch observed,
IsolationLevels level,
ValueFactory vf,
URI subj,
URI pred,
int by) |
protected Literal |
SailIsolationLevelTest.readLiteral(SailConnection con,
URI subj,
URI pred) |
void |
SailConnection.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and
object from the repository.
|
void |
SailConnection.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes all statements matching the specified subject, predicate and
object from the repository.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SailSourceConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailSourceConnection.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailSink.approve(Resource subj,
URI pred,
Value obj,
Resource ctx)
Adds a statement to the store.
|
void |
SailSink.deprecate(Resource subj,
URI pred,
Value obj,
Resource ctx)
Removes a statement with the specified subject, predicate, object, and
context.
|
CloseableIteration<? extends Statement,SailException> |
SailDataset.getStatements(Resource subj,
URI 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,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
SailSink.observe(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called to indicate matching statements have been observed and must not
change their state until after this
SailSink is committed, iff this
was opened in an isolation level compatible with
IsolationLevels.SERIALIZABLE . |
boolean |
SailSourceConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailSourceConnection.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
SailConfigSchema.DELEGATE
http://www.openrdf.org/config/sail#delegate
|
static URI |
SailConfigSchema.ITERATION_CACHE_SYNC_THRESHOLD
http://www.openrdf.org/config/sail#iterationCacheSyncTreshold
|
static URI |
SailConfigSchema.SAILTYPE
http://www.openrdf.org/config/sail#sailType
|
Modifier and Type | Field and Description |
---|---|
static URI |
FederationConfig.DISTINCT
If no two members contain the same statement.
|
static URI |
FederationConfig.LOCALPROPERTYSPACE
For all triples with a predicate in this space, the container RDF store
contains all triples with that subject and any predicate in this space.
|
static URI |
FederationConfig.MEMBER |
static URI |
FederationConfig.READ_ONLY
If the federation should not try and add statements to its members.
|
Modifier and Type | Method and Description |
---|---|
CloseableIteration<? extends Statement,QueryEvaluationException> |
RepositoryTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
void |
SailConnectionBase.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionWrapper.addStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionBase.addStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
The default implementation buffers added statements until the update
operation is complete.
|
void |
SailConnectionWrapper.addStatement(UpdateContext modify,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected abstract void |
SailConnectionBase.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
CloseableIteration<? extends Statement,SailException> |
SailConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
protected abstract CloseableIteration<? extends Statement,SailException> |
SailConnectionBase.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
void |
SailConnectionBase.removeStatement(UpdateContext op,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
The default implementation buffers removed statements until the update
operation is complete.
|
void |
SailConnectionWrapper.removeStatement(UpdateContext modify,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionBase.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailConnectionWrapper.removeStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected abstract void |
SailConnectionBase.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
InferencerConnectionWrapper.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Adds an inferred statement to a specific context.
|
CloseableIteration<? extends Statement,SailException> |
InferencerConnectionWrapper.getStatements(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
Calls
InferencerConnectionWrapper.flushUpdates() before forwarding the call to the wrapped
connection. |
boolean |
InferencerConnectionWrapper.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
InferencerConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Removes an inferred statement from a specific context.
|
Modifier and Type | Field and Description |
---|---|
static URI |
CustomGraphQueryInferencerSchema.MATCHER_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuery
|
static URI |
CustomGraphQueryInferencerSchema.QUERY_LANGUAGE
http://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguage
|
static URI |
CustomGraphQueryInferencerSchema.RULE_QUERY
http://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery
|
Modifier and Type | Field and Description |
---|---|
static URI |
AbstractLuceneSailTest.CONTEXT_1 |
static URI |
AbstractLuceneSailGeoSPARQLTest.CONTEXT_1 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_1 |
static URI |
AbstractLuceneSailTest.CONTEXT_2 |
static URI |
AbstractLuceneSailGeoSPARQLTest.CONTEXT_2 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_2 |
static URI |
AbstractLuceneSailTest.CONTEXT_3 |
static URI |
AbstractLuceneSailGeoSPARQLTest.CONTEXT_3 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.CONTEXT_3 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.FOAFNAME |
static URI |
AbstractLuceneSailIndexedPropertiesTest.FOAFPLAN |
static URI |
LuceneSailSchema.LUCENE_QUERY |
static URI |
LuceneSailSchema.MATCHES |
static URI |
AbstractLuceneSailTest.PREDICATE_1 |
static URI |
AbstractLuceneSailTest.PREDICATE_2 |
static URI |
AbstractLuceneSailTest.PREDICATE_3 |
static URI |
LuceneSailSchema.PROPERTY |
static URI |
LuceneSailSchema.QUERY |
static URI |
AbstractLuceneSailIndexedPropertiesTest.RDFSCOMMENT |
static URI |
AbstractLuceneSailIndexedPropertiesTest.RDFSLABEL |
static URI |
LuceneSailSchema.SCORE |
static URI |
LuceneSailSchema.SNIPPET |
static URI |
AbstractLuceneSailTest.SUBJECT_1 |
static URI |
AbstractLuceneSailGeoSPARQLTest.SUBJECT_1 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_1 |
static URI |
AbstractLuceneSailTest.SUBJECT_2 |
static URI |
AbstractLuceneSailGeoSPARQLTest.SUBJECT_2 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_2 |
static URI |
AbstractLuceneSailTest.SUBJECT_3 |
static URI |
AbstractLuceneSailGeoSPARQLTest.SUBJECT_3 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_3 |
static URI |
AbstractLuceneSailTest.SUBJECT_4 |
static URI |
AbstractLuceneSailGeoSPARQLTest.SUBJECT_4 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_4 |
static URI |
AbstractLuceneSailTest.SUBJECT_5 |
static URI |
AbstractLuceneSailGeoSPARQLTest.SUBJECT_5 |
static URI |
AbstractLuceneSailIndexedPropertiesTest.SUBJECT_5 |
Modifier and Type | Method and Description |
---|---|
URI |
DistanceQuerySpec.getGeoProperty() |
URI |
GeoRelationQuerySpec.getGeoProperty() |
URI |
QuerySpec.getPropertyURI() |
URI |
QuerySpec.getQueryType()
the type of query, must equal
LuceneSailSchema.LUCENE_QUERY . |
URI |
DistanceQuerySpec.getUnits() |
Modifier and Type | Method and Description |
---|---|
void |
LuceneSailConnection.addStatement(Resource arg0,
URI arg1,
Value arg2,
Resource... arg3) |
protected void |
AbstractLuceneSailTest.assertQueryResult(String literal,
URI predicate,
Resource resultUri) |
protected abstract Iterable<? extends DocumentDistance> |
AbstractSearchIndex.geoQuery(URI geoProperty,
com.spatial4j.core.shape.Point p,
URI units,
double distance,
String distanceVar,
Var context) |
protected abstract Iterable<? extends DocumentResult> |
AbstractSearchIndex.geoRelationQuery(String relation,
URI geoProperty,
com.spatial4j.core.shape.Shape shape,
Var context) |
static String |
SearchFields.getPropertyField(URI property) |
void |
SearchQuery.highlight(URI property)
Deprecated.
Highlights the given field or all fields if null.
|
protected abstract SearchQuery |
AbstractSearchIndex.parseQuery(String q,
URI property)
Deprecated.
|
protected abstract Iterable<? extends DocumentScore> |
AbstractSearchIndex.query(Resource subject,
String q,
URI property,
boolean highlight) |
void |
LuceneSailConnection.removeStatements(Resource arg0,
URI arg1,
Value arg2,
Resource... arg3) |
void |
DistanceQuerySpec.setUnits(URI units) |
Constructor and Description |
---|
QuerySpec(StatementPattern matchesPattern,
StatementPattern queryPattern,
StatementPattern propertyPattern,
StatementPattern scorePattern,
StatementPattern snippetPattern,
StatementPattern typePattern,
Resource subject,
String queryString,
URI propertyURI) |
Modifier and Type | Field and Description |
---|---|
static URI |
LuceneSailConfigSchema.INDEX_DIR |
Modifier and Type | Method and Description |
---|---|
static double |
GeoUnits.fromDegrees(double degs,
URI units) |
static double |
GeoUnits.fromKilometres(double kms,
URI units) |
static double |
GeoUnits.fromMiles(double miles,
URI units) |
static double |
GeoUnits.toDegrees(double distance,
URI units) |
static double |
GeoUnits.toKilometres(double distance,
URI units) |
static double |
GeoUnits.toMiles(double distance,
URI units) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<? extends DocumentDistance> |
LuceneIndex.geoQuery(URI geoProperty,
com.spatial4j.core.shape.Point p,
URI units,
double distance,
String distanceVar,
Var contextVar) |
protected Iterable<? extends DocumentResult> |
LuceneIndex.geoRelationQuery(String relation,
URI geoProperty,
com.spatial4j.core.shape.Shape shape,
Var contextVar) |
void |
LuceneQuery.highlight(URI property)
Deprecated.
|
protected SearchQuery |
LuceneIndex.parseQuery(String query,
URI propertyURI)
Deprecated.
|
protected Iterable<? extends DocumentScore> |
LuceneIndex.query(Resource subject,
String query,
URI propertyURI,
boolean highlight)
Parse the passed query.
|
Constructor and Description |
---|
LuceneDocumentDistance(org.apache.lucene.search.ScoreDoc doc,
String geoProperty,
URI units,
org.apache.lucene.spatial.tier.DistanceFilter df,
boolean includeContext,
LuceneIndex index) |
Modifier and Type | Method and Description |
---|---|
boolean |
MemoryStoreConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
MemoryStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
MemoryStoreConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
MemoryStoreConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
MemoryStoreSchema.PERSIST
http://www.openrdf.org/config/sail/memory#persist
|
static URI |
MemoryStoreSchema.SYNC_DELAY
http://www.openrdf.org/config/sail/memory#syncDelay
|
Modifier and Type | Class and Description |
---|---|
class |
MemURI
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 Type | Method and Description |
---|---|
URI |
MemValueFactory.createURI(String uri) |
URI |
MemValueFactory.createURI(String namespace,
String localName) |
Modifier and Type | Method and Description |
---|---|
protected Literal |
MemValueFactory.createFPLiteral(Number n,
URI datatype) |
protected Literal |
MemValueFactory.createIntegerLiteral(Number n,
URI datatype) |
Literal |
MemValueFactory.createLiteral(String value,
URI datatype) |
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
MemValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
MemURI |
MemValueFactory.getMemURI(URI uri)
See getMemValue() for description.
|
MemURI |
MemValueFactory.getOrCreateMemURI(URI uri)
See
MemValueFactory.getOrCreateMemValue(Value) for description. |
Constructor and Description |
---|
CalendarMemLiteral(Object creator,
String label,
URI datatype,
XMLGregorianCalendar calendar) |
DecimalMemLiteral(Object creator,
BigDecimal value,
URI datatype) |
DecimalMemLiteral(Object creator,
String label,
BigDecimal value,
URI datatype) |
IntegerMemLiteral(Object creator,
BigInteger value,
URI datatype) |
IntegerMemLiteral(Object creator,
String label,
BigInteger value,
URI datatype) |
MemLiteral(Object creator,
String label,
URI datatype)
Creates a new Literal which will get the supplied label and datatype.
|
NumericMemLiteral(Object creator,
Number number,
URI datatype) |
NumericMemLiteral(Object creator,
String label,
Number number,
URI datatype) |
Modifier and Type | Method and Description |
---|---|
boolean |
SailModel.add(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
SailModel.contains(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Model |
SailModel.filter(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
boolean |
SailModel.remove(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
SailModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
boolean |
NativeStoreConnection.addInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
NativeLiteral |
ValueStore.createLiteral(String value,
URI datatype) |
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueStore.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
NativeURI |
ValueStore.getNativeURI(URI uri)
Creates a NativeURI that is equal to the supplied URI.
|
boolean |
NativeStoreConnection.removeInferredStatement(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
protected void |
NativeStoreConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Field and Description |
---|---|
static URI |
NativeStoreSchema.FORCE_SYNC
http://www.openrdf.org/config/sail/native#forceSync
|
static URI |
NativeStoreSchema.NAMESPACE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceCacheSize
|
static URI |
NativeStoreSchema.NAMESPACE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#namespaceIDCacheSize
|
static URI |
NativeStoreSchema.TRIPLE_INDEXES
http://www.openrdf.org/config/sail/native#tripleIndexes
|
static URI |
NativeStoreSchema.VALUE_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueCacheSize
|
static URI |
NativeStoreSchema.VALUE_ID_CACHE_SIZE
http://www.openrdf.org/config/sail/native#valueIDCacheSize
|
Modifier and Type | Class and Description |
---|---|
class |
NativeURI |
Constructor and Description |
---|
NativeLiteral(ValueStoreRevision revision,
String label,
URI datatype) |
NativeLiteral(ValueStoreRevision revision,
String label,
URI datatype,
int internalID) |
Modifier and Type | Method and Description |
---|---|
protected void |
RdbmsConnection.addStatementInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
RdbmsURI |
RdbmsValueFactory.asRdbmsURI(URI uri) |
RdbmsLiteral |
RdbmsValueFactory.createLiteral(String label,
URI datatype) |
RdbmsStatement |
RdbmsValueFactory.createStatement(Resource subject,
URI predicate,
Value object) |
RdbmsStatement |
RdbmsValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
RdbmsStatementIteration |
RdbmsTripleRepository.find(Resource subj,
URI pred,
Value obj,
Resource... ctxs) |
protected CloseableIteration<? extends Statement,SailException> |
RdbmsConnection.getStatementsInternal(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts) |
int |
RdbmsTripleRepository.remove(Resource subj,
URI pred,
Value obj,
Resource... ctxs) |
protected void |
RdbmsConnection.removeStatementsInternal(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Method and Description |
---|---|
static ColumnVar |
ColumnVar.createPred(String alias,
Var v,
URI uri,
boolean implied) |
Modifier and Type | Method and Description |
---|---|
static SqlExpr |
SqlExprSupport.str(URI uri) |
Modifier and Type | Field and Description |
---|---|
static URI |
RdbmsStoreSchema.JDBC_DRIVER |
static URI |
RdbmsStoreSchema.MAX_TRIPLE_TABLES |
static URI |
RdbmsStoreSchema.PASSWORD |
static URI |
RdbmsStoreSchema.URL |
static URI |
RdbmsStoreSchema.USER |
Modifier and Type | Method and Description |
---|---|
CloseableIteration |
RdbmsTripleSource.getStatements(Resource subj,
URI pred,
Value obj,
Resource... contexts) |
Modifier and Type | Class and Description |
---|---|
class |
RdbmsURI
Wraps a
URIImpl providing an internal id and version. |
Modifier and Type | Method and Description |
---|---|
URI |
RdbmsLiteral.getDatatype() |
Constructor and Description |
---|
RdbmsURI(Number id,
Integer version,
URI uri) |
RdbmsURI(URI uri) |
Copyright © 2001–2017 Aduna. All rights reserved.