| Modifier and Type | Method and Description | 
|---|---|
| IRI | IsolationLevel. getURI()Get a URI uniquely representing this isolation level. | 
| IRI | IsolationLevels. getURI() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | FedXConnection. addStatementInternal(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| protected CloseableIteration<? extends Statement,SailException> | FedXConnection. getStatementsInternal(Resource subj,
                     IRI pred,
                     Value obj,
                     boolean includeInferred,
                     Resource... contexts) | 
| protected void | FedXConnection. removeStatementsInternal(Resource subj,
                        IRI pred,
                        Value obj,
                        Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| RepositoryResult<Statement> | FedXApi. getStatements(Resource subject,
             IRI predicate,
             Value object,
             Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<StatementSource> | CacheUtils. checkCacheForStatementSourcesUpdateCache(SourceSelectionCache cache,
                                        List<Endpoint> endpoints,
                                        Resource subj,
                                        IRI pred,
                                        Value obj,
                                        QueryInfo queryInfo)Checks the cache for relevant statement sources to the provided statement. | 
| static boolean | CacheUtils. checkCacheUpdateCache(SourceSelectionCache cache,
                     List<Endpoint> endpoints,
                     Resource subj,
                     IRI pred,
                     Value obj,
                     QueryInfo queryInfo)Checks the cache if some endpoint can provide results to the subquery. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<Statement,QueryEvaluationException> | FederationEvalStrategy. getStatements(QueryInfo queryInfo,
             Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts)Retrieve the statements matching the provided subject, predicate and object value from the federation members. | 
| CloseableIteration<Statement,QueryEvaluationException> | SailTripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts) | 
| CloseableIteration<Statement,QueryEvaluationException> | TripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts)Return the statements matching the given pattern as a  Statementiteration. | 
| CloseableIteration<Statement,QueryEvaluationException> | SparqlTripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts) | 
| boolean | TripleSource. hasStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts)Check if the repository can return results for the given triple pattern represented by subj, pred and obj | 
| boolean | TripleSourceBase. hasStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts) | 
| boolean | SparqlTripleSource. hasStatements(Resource subj,
             IRI pred,
             Value obj,
             QueryInfo queryInfo,
             Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | ParallelGetStatementsTask. pred | 
| Constructor and Description | 
|---|
| ParallelGetStatementsTask(ParallelExecutor<Statement> unionControl,
                         Endpoint endpoint,
                         Resource subj,
                         IRI pred,
                         Value obj,
                         QueryInfo queryInfo,
                         Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | FedXRepositoryConfig. DATA_CONFIGIRI of the property pointing to the FedX data config | 
| static IRI | FedXRepositoryConfig. MEMBERIRI of the property pointing to a federation member node | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | UnboundStatement. pred | 
| protected IRI | SubQuery. pred | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | FedXDataset. getDefaultInsertGraph() | 
| IRI | UnboundStatement. getPredicate() | 
| IRI | SubQuery. predicate() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<IRI> | FedXDataset. getDefaultGraphs() | 
| Set<IRI> | FedXDataset. getDefaultRemoveGraphs() | 
| Set<IRI> | FedXDataset. getNamedGraphs() | 
| Constructor and Description | 
|---|
| QueryInfo(Resource subj,
         IRI pred,
         Value obj,
         boolean includeInferred,
         FederationContext federationContext) | 
| SubQuery(Resource subj,
        IRI pred,
        Value obj) | 
| UnboundStatement(Resource subj,
                IRI pred,
                Value obj) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | QueryStringUtil. BNODE_URIA dummy URI which is used as a replacement for  BNodes inQueryStringUtil.appendBNode(StringBuilder, BNode)since
 BNodes cannot be expressed in SPARQL queries | 
| static IRI | Vocabulary.SD. ENDPOINT | 
| static IRI | Vocabulary.FEDX. REPOSITORY_LOCATION | 
| static IRI | Vocabulary.FEDX. REPOSITORY_NAME | 
| static IRI | Vocabulary.FEDX. REPOSITORY_SERVER | 
| static IRI | Vocabulary.SD. SERVICE_TYPE | 
| static IRI | Vocabulary.FEDX. STORE | 
| static IRI | Vocabulary.FEDX. SUPPORTS_ASK_QUERIES | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRI | FedXUtil. iri(String iri) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected static StringBuilder | QueryStringUtil. appendURI(StringBuilder sb,
         IRI uri)Append the uri to the stringbuilder, i.e. | 
| protected static StringBuilder | FilterUtils. appendURI(StringBuilder sb,
         IRI uri) | 
| static StatementPattern | QueryAlgebraUtil. toStatementPattern(Resource subj,
                  IRI pred,
                  Value obj) | 
| static String | QueryStringUtil. toString(Resource subj,
        IRI pred,
        Value obj)Return a string representation of this statement using the following pattern, where variables are indicated using
 ?var and values are represented as strings. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WriteStrategy. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)Add a statement | 
| void | ReadOnlyWriteStrategy. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | RepositoryWriteStrategy. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | WriteStrategy. removeStatement(Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts)Remove a statement | 
| void | ReadOnlyWriteStrategy. removeStatement(Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts) | 
| void | RepositoryWriteStrategy. removeStatement(Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RDF4JProtocolSession. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             RDFHandler handler,
             Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRI | Protocol. decodeURI(String encodedValue,
         ValueFactory valueFactory)Decode a previously encoded URI. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TransactionWriter. serialize(IRI uri,
         XMLWriter xmlWriter) | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | StatementOperation. getPredicate() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StatementOperation. setPredicate(IRI predicate) | 
| Constructor and Description | 
|---|
| AddStatementOperation(Resource subj,
                     IRI pred,
                     Value obj,
                     Resource... contexts)Create an AddStatementOperation. | 
| RemoveStatementsOperation(Resource subj,
                         IRI pred,
                         Value obj,
                         Resource... contexts)Creates a RemoveStatementsOperation. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRI | ProtocolUtil. parseGraphParam(javax.servlet.http.HttpServletRequest request,
               ValueFactory vf) | 
| static IRI | ProtocolUtil. parseURIParam(javax.servlet.http.HttpServletRequest request,
             String paramName,
             ValueFactory vf) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LuceneSpinSailConnection. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)Deprecated.  | 
| void | LuceneSpinSailConnection. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts)Deprecated.  Removes all statements matching the specified subject, predicate and object from the repository. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | AbstractModelTest. uri1 | 
| protected IRI | AbstractModelTest. uri2 | 
| protected IRI | AbstractModelTest. uri3 | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | ValueFactory. createIRI(String iri)Creates a new IRI from the supplied string-representation. | 
| IRI | ValueFactory. createIRI(String namespace,
         String localName)Creates a new IRI from the supplied namespace and local name. | 
| IRI | Literal. getDatatype()Gets the datatype for this literal. | 
| IRI | Statement. getPredicate()Gets the predicate of this statement. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<IRI> | Model. predicates()Returns a  Setview of the predicates contained in this model. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | Model. add(Resource subj,
   IRI pred,
   Value obj,
   Resource... contexts)Adds one or more statements to the model. | 
| boolean | Model. contains(Resource subj,
        IRI pred,
        Value obj,
        Resource... contexts)Determines if statements with the specified subject, predicate, object and (optionally) context exist in this
 model. | 
| Literal | ValueFactory. createLiteral(String label,
             IRI datatype)Creates a new literal with the supplied label and datatype. | 
| Statement | ValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object)Creates a new statement with the supplied subject, predicate and object. | 
| Statement | ValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object,
               Resource context)Creates a new statement with the supplied subject, predicate and object and associated context. | 
| Model | Model. filter(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts)Returns a view of the statements with the specified subject, predicate, object and (optionally) context. | 
| boolean | Model. remove(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts)Removes statements with the specified subject, predicate, object and (optionally) context exist in this model. | 
| Modifier and Type | Method and Description | 
|---|---|
| static IRI | XMLDatatypeUtil. qnameToURI(QName qname)Maps a datatype QName from the javax.xml.namespace package to an XML Schema 1.0 URI for the corresponding
 datatype. | 
| Modifier and Type | Method and Description | 
|---|---|
| static int | XMLDatatypeUtil. compare(String value1,
       String value2,
       IRI datatype) | 
| static boolean | XMLDatatypeUtil. isBuiltInDatatype(IRI datatype)Checks whether the supplied datatype is a built-in XML Schema datatype. | 
| static boolean | XMLDatatypeUtil. isCalendarDatatype(IRI datatype)Checks whether the supplied datatype is equal to xsd:dateTime, xsd:date, xsd:time, xsd:gYearMonth, xsd:gMonthDay,
 xsd:gYear, xsd:gMonth or xsd:gDay.These are the primitive datatypes that represent dates and/or times. | 
| static boolean | XMLDatatypeUtil. isDecimalDatatype(IRI datatype)Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived
 from xsd:decimal. | 
| static boolean | XMLDatatypeUtil. isDerivedDatatype(IRI datatype)Checks whether the supplied datatype is a derived XML Schema datatype. | 
| static boolean | XMLDatatypeUtil. isDurationDatatype(IRI datatype)Checks whether the supplied datatype is equal to xsd:duration, xsd:dayTimeDuration, xsd:yearMonthDuration. | 
| static boolean | XMLDatatypeUtil. isFloatingPointDatatype(IRI datatype)Checks whether the supplied datatype is equal to xsd:float or xsd:double. | 
| static boolean | XMLDatatypeUtil. isIntegerDatatype(IRI datatype)Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived
 from xsd:integer. | 
| static boolean | XMLDatatypeUtil. isNumericDatatype(IRI datatype)Checks whether the supplied datatype is a numeric datatype, i.e.if it is equal to xsd:float, xsd:double,
 xsd:decimal or one of the datatypes derived from xsd:decimal. | 
| static boolean | XMLDatatypeUtil. isOrderedDatatype(IRI datatype)Checks whether the supplied datatype is ordered.The values of an ordered datatype can be compared to each other
 using operators like < and >. | 
| static boolean | XMLDatatypeUtil. isPrimitiveDatatype(IRI datatype)Checks whether the supplied datatype is a primitive XML Schema datatype. | 
| static boolean | XMLDatatypeUtil. isValidValue(String value,
            IRI datatype)Verifies if the supplied lexical value is valid for the given datatype. | 
| static String | XMLDatatypeUtil. normalize(String value,
         IRI datatype)Normalizes the supplied value according to the normalization rules for the supplied datatype. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleIRIThe default implementation of the  IRIinterface. | 
| class  | URIImplDeprecated. 
 since 2.0. Use  SimpleIRIinstead for extending, andValueFactoryfor instantiation. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | FilteredModel. pred | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | ValidatingValueFactory. createIRI(String iri) | 
| IRI | AbstractValueFactory. createIRI(String iri) | 
| IRI | ValidatingValueFactory. createIRI(String namespace,
         String localName) | 
| IRI | AbstractValueFactory. createIRI(String namespace,
         String localName) | 
| IRI | SimpleLiteral. getDatatype() | 
| IRI | LinkedHashModel.ModelStatement. getPredicate() | 
| IRI | SimpleStatement. getPredicate() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<IRI> | AbstractModel. predicates() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | TreeModel. add(Resource subj,
   IRI pred,
   Value obj,
   Resource... contexts) | 
| boolean | LinkedHashModel. add(Resource subj,
   IRI pred,
   Value obj,
   Resource... contexts) | 
| boolean | EmptyModel. add(Resource subj,
   IRI pred,
   Value obj,
   Resource... contexts) | 
| boolean | FilteredModel. add(Resource s,
   IRI p,
   Value o,
   Resource... c) | 
| boolean | TreeModel. contains(Resource subj,
        IRI pred,
        Value obj,
        Resource... contexts) | 
| boolean | LinkedHashModel. contains(Resource subj,
        IRI pred,
        Value obj,
        Resource... contexts) | 
| boolean | EmptyModel. contains(Resource subj,
        IRI pred,
        Value obj,
        Resource... contexts) | 
| boolean | FilteredModel. contains(Resource s,
        IRI p,
        Value o,
        Resource... c) | 
| protected Literal | AbstractValueFactory. createFPLiteral(Number value,
               IRI datatype)Calls  AbstractValueFactory.createNumericLiteral(Number, IRI)with the supplied value and datatype as parameters. | 
| protected Literal | AbstractValueFactory. createIntegerLiteral(Number value,
                    IRI datatype)Calls  AbstractValueFactory.createNumericLiteral(Number, IRI)with the supplied value and datatype as parameters. | 
| Literal | ValidatingValueFactory. createLiteral(String label,
             IRI datatype) | 
| Literal | AbstractValueFactory. createLiteral(String value,
             IRI datatype) | 
| protected Literal | AbstractValueFactory. createNumericLiteral(Number number,
                    IRI datatype)Creates specific optimized subtypes of SimpleLiteral for numeric datatypes. | 
| Statement | ValidatingValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object) | 
| Statement | AbstractValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object) | 
| Statement | ValidatingValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object,
               Resource context) | 
| Statement | AbstractValueFactory. createStatement(Resource subject,
               IRI predicate,
               Value object,
               Resource context) | 
| Model | TreeModel. filter(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| Model | LinkedHashModel. filter(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| Model | EmptyModel. filter(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| Model | FilteredModel. filter(Resource s,
      IRI p,
      Value o,
      Resource... c) | 
| boolean | TreeModel. remove(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| boolean | LinkedHashModel. remove(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| boolean | EmptyModel. remove(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts) | 
| boolean | FilteredModel. remove(Resource s,
      IRI p,
      Value o,
      Resource... c) | 
| protected abstract void | FilteredModel. removeFilteredTermIteration(Iterator<Statement> iter,
                           Resource subj,
                           IRI pred,
                           Value obj,
                           Resource... contexts)Called by aggregate sets when a term has been removed from a term iterator. | 
| void | TreeModel. removeTermIteration(Iterator<Statement> iterator,
                   Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... contexts) | 
| abstract void | AbstractModel. removeTermIteration(Iterator<Statement> iter,
                   Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... contexts)Called by aggregate sets when a term has been removed from a term iterator. | 
| void | EmptyModel. removeTermIteration(Iterator<Statement> iter,
                   Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... contexts) | 
| void | FilteredModel. removeTermIteration(Iterator<Statement> iter,
                   Resource s,
                   IRI p,
                   Value o,
                   Resource... c) | 
| void | LinkedHashModel. removeTermIteration(Iterator iterator,
                   Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... contexts) | 
| protected void | SimpleLiteral. setDatatype(IRI datatype) | 
| Constructor and Description | 
|---|
| ContextStatement(Resource subject,
                IRI predicate,
                Value object,
                Resource context)Creates a new Statement with the supplied subject, predicate and object for the specified associated context. | 
| DecimalLiteral(BigDecimal value,
              IRI datatype)Creates a literal with the specified value and datatype. | 
| FilteredModel(AbstractModel model,
             Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts) | 
| IntegerLiteral(BigInteger value,
              IRI datatype)Creates a literal with the specified value and datatype. | 
| NumericLiteral(Number number,
              IRI datatype)Creates a literal with the specified value and datatype. | 
| SimpleLiteral(String label,
             IRI datatype)Creates a new datatyped literal with the supplied label and datatype. | 
| SimpleStatement(Resource subject,
               IRI predicate,
               Value object)Creates a new Statement with the supplied subject, predicate and object. | 
| Constructor and Description | 
|---|
| ModelStatement(org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> subj,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<IRI> pred,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Value> obj,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> ctx) | 
| ModelStatement(org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> subj,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<IRI> pred,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Value> obj,
              org.eclipse.rdf4j.model.impl.LinkedHashModel.ModelNode<Resource> ctx,
              Statement statement) | 
| Modifier and Type | Method and Description | 
|---|---|
| static Set<IRI> | Vocabularies. getIRIs(Class vocabulary)Get all the  IRIsof the classes and properties of a vocabulary. | 
| static Optional<IRI> | Models. getPropertyIRI(Model m,
              Resource subject,
              IRI property,
              Resource... contexts)Retrieve a property value as an IRI for the supplied subject from the given model. | 
| static Set<IRI> | Models. getPropertyIRIs(Model m,
               Resource subject,
               IRI property,
               Resource... contexts)Retrieve all property IRI values for the supplied subject and property from the given model. | 
| static Optional<IRI> | Models. objectIRI(Model m)Retrieves an object  IRIvalue from the statements in the given model. | 
| static Set<IRI> | Models. objectIRIs(Model m)Retrieves all object  IRIvalues from the statements in the given model. | 
| static Optional<IRI> | Models. predicate(Model m)Retrieves a predicate from the statements in the given model. | 
| static Optional<IRI> | Models. subjectIRI(Model m)Retrieves a subject  IRIfrom the statements in the given model. | 
| static Set<IRI> | Models. subjectIRIs(Model m)Retrieves all subject  IRIs from the statements in the given model. | 
| Modifier and Type | Method and Description | 
|---|---|
| ModelBuilder | ModelBuilder. add(IRI predicate,
   Object object)Add an RDF statement with the predicate and object to the model, using the current subject and graph (either
 named or default). | 
| ModelBuilder | ModelBuilder. add(Resource subject,
   IRI predicate,
   Object object)Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either
 named or default). | 
| ModelBuilder | ModelBuilder. add(String subject,
   IRI predicate,
   Object object)Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either
 named or default). | 
| static void | Statements. consume(ValueFactory vf,
       Resource subject,
       IRI predicate,
       Value object,
       java.util.function.Consumer<Statement> consumer,
       Resource... contexts) | 
| static <C extends Collection<Statement>> | Statements. create(ValueFactory vf,
      Resource subject,
      IRI predicate,
      Value object,
      C collection,
      Resource... contexts)Creates one or more  Statementobjects with the given subject, predicate and object, one for each given
 context. | 
| Optional<Statement> | GetStatementOptional. get(Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts)Either supplies a statement matching the given pattern, or  Optional.empty()otherwise. | 
| static Set<Value> | Models. getProperties(Model m,
             Resource subject,
             IRI property,
             Resource... contexts)Retrieve all property values for the supplied subject and property from the given model. | 
| static Optional<Value> | Models. getProperty(Model m,
           Resource subject,
           IRI property,
           Resource... contexts)Retrieve a property value for the supplied subject from the given model. | 
| static Optional<IRI> | Models. getPropertyIRI(Model m,
              Resource subject,
              IRI property,
              Resource... contexts)Retrieve a property value as an IRI for the supplied subject from the given model. | 
| static Set<IRI> | Models. getPropertyIRIs(Model m,
               Resource subject,
               IRI property,
               Resource... contexts)Retrieve all property IRI values for the supplied subject and property from the given model. | 
| static Optional<Literal> | Models. getPropertyLiteral(Model m,
                  Resource subject,
                  IRI property,
                  Resource... contexts)Retrieve a property value as a  Literalfor the supplied subject from the given model. | 
| static Set<Literal> | Models. getPropertyLiterals(Model m,
                   Resource subject,
                   IRI property,
                   Resource... contexts)Retrieve all property Literal values for the supplied subject and property from the given model. | 
| static Optional<Resource> | Models. getPropertyResource(Model m,
                   Resource subject,
                   IRI property,
                   Resource... contexts)Retrieve a property value as an IRI for the supplied subject from the given model. | 
| static Set<Resource> | Models. getPropertyResources(Model m,
                    Resource subject,
                    IRI property,
                    Resource... contexts)Retrieve all property Resource values for the supplied subject and property from the given model. | 
| static Optional<String> | Models. getPropertyString(Model m,
                 Resource subject,
                 IRI property,
                 Resource... contexts)Retrieve a property value as a String for the supplied subject from the given model. | 
| static Set<String> | Models. getPropertyStrings(Model m,
                  Resource subject,
                  IRI property,
                  Resource... contexts)Retrieve all property values as Strings for the supplied subject and property from the given model. | 
| static Model | Models. setProperty(Model m,
           Resource subject,
           IRI property,
           Value value,
           Resource... contexts)Sets the property value for the given subject to the given object value, replacing any existing value(s) for the
 subject's property. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | ODRL2. ABSOLUTE_POSITIONodrl:absolutePosition | 
| static IRI | ODRL2. ABSOLUTE_SIZEodrl:absoluteSize | 
| static IRI | ODRL2. ABSOLUTE_SPATIAL_POSITIONodrl:absoluteSpatialPosition | 
| static IRI | ODRL2. ABSOLUTE_TEMPORAL_POSITIONodrl:absoluteTemporalPosition | 
| static IRI | DCTERMS. ABSTRACThttp://purl.org/dc/terms/abstract | 
| static IRI | SPIN. ABSTRACT_PROPERTYhttp://spinrdf.org/spin#abstract Can be set to true to indicate that this module shall not be instantiated. | 
| static IRI | SHACL. ABSTRACT_RESULTsh:AbstractResult | 
| static IRI | PROV. ACCEPTprov:Accept | 
| static IRI | ODRL2. ACCEPT_TRACKINGodrl:acceptTracking | 
| static IRI | DCTERMS. ACCESS_RIGHTShttp://purl.org/dc/terms/accessRights | 
| static IRI | DCAT. ACCESS_SERVICEdcat:accessService | 
| static IRI | DCAT. ACCESS_URLdcat:accessURL | 
| static IRI | FOAF. ACCOUNT | 
| static IRI | FOAF. ACCOUNT_NAME | 
| static IRI | FOAF. ACCOUNT_SERVICE_HOMEPAGE | 
| static IRI | DCTERMS. ACCRUAL_METHODhttp://purl.org/dc/terms/accrualMethod | 
| static IRI | DCTERMS. ACCRUAL_PERIODICITYhttp://purl.org/dc/terms/accrualPeriodicity | 
| static IRI | DCTERMS. ACCRUAL_POLICYhttp://purl.org/dc/terms/ accrualPolicy | 
| static IRI | VCARD4. ACQUAINTANCEvcard:Acquaintance | 
| static IRI | PROV. ACTED_ON_BEHALF_OFprov:actedOnBehalfOf | 
| static IRI | ODRL2. ACTIONodrl:Action | 
| static IRI | ODRL2. ACTION_PROPodrl:action | 
| static IRI | PROV. ACTIVITYprov:Activity | 
| static IRI | PROV. ACTIVITY_INFLUENCEprov:ActivityInfluence | 
| static IRI | PROV. ACTIVITY_PROPprov:activity | 
| static IRI | ODRL2. AD_HOC_SHAREDeprecated.  | 
| static IRI | SP. ADD | 
| static IRI | VCARD4. ADDITIONAL_NAMEvcard:additional-name | 
| static IRI | VCARD4. ADDRESSvcard:Address | 
| static IRI | LOCN. ADDRESSlocn:Address | 
| static IRI | LOCN. ADDRESS_AREAlocn:addressArea | 
| static IRI | LOCN. ADDRESS_IDlocn:addressId | 
| static IRI | LOCN. ADDRESS_PROPlocn:address | 
| static IRI | LOCN. ADMIN_UNIT_L1locn:adminUnitL1 | 
| static IRI | LOCN. ADMIN_UNIT_L2locn:adminUnitL2 | 
| static IRI | VCARD4. ADRvcard:adr | 
| static IRI | TIME. AFTERtime:after | 
| static IRI | FOAF. AGE | 
| static IRI | VCARD4. AGENTvcard:Agent | 
| static IRI | PROV. AGENTprov:Agent | 
| static IRI | FOAF. AGENT | 
| static IRI | DCTERMS. AGENThttp://purl.org/dc/terms/Agent | 
| static IRI | DCTERMS. AGENT_CLASShttp://purl.org/dc/terms/AgentClass | 
| static IRI | PROV. AGENT_INFLUENCEprov:AgentInfluence | 
| static IRI | VCARD4. AGENT_PROPDeprecated.  | 
| static IRI | PROV. AGENT_PROPprov:agent | 
| static IRI | ODRL2. AGGREGATEodrl:aggregate | 
| static IRI | SD. AGGREGATEAggregate | 
| static IRI | SP. AGGREGATION_CLASShttp://spinrdf.org/sp#Aggregation Base class of aggregation types (not part of the SPARQL 1.0 standard but
 supported by ARQ and other engines). | 
| static IRI | ODRL2. AGREEMENTodrl:Agreement | 
| static IRI | FOAF. AIM_CHAT_ID | 
| static IRI | ODRL2. ALLDeprecated.  | 
| static IRI | ODRL2. ALL_CONNECTIONSDeprecated.  | 
| static IRI | ODRL2. ALL_GROUPSDeprecated.  | 
| static IRI | SP. ALL_PROPERTYhttp://spinrdf.org/sp#all Used in DROP and CLEAR. | 
| static IRI | ODRL2. ALL2ND_CONNECTIONSDeprecated.  | 
| static IRI | OWL. ALLDIFFERENThttp://www.w3.org/2002/07/owl#AllDifferent | 
| static IRI | OWL. ALLDISJOINTCLASSEShttp://www.w3.org/2002/07/owl#AllDisjointClasses | 
| static IRI | OWL. ALLDISJOINTPROPERTIEShttp://www.w3.org/2002/07/owl#AllDisjointProperties | 
| static IRI | OWL. ALLVALUESFROMhttp://www.w3.org/2002/07/owl#allValuesFrom | 
| static IRI | RDF. ALThttp://www.w3.org/1999/02/22-rdf-syntax-ns#Alt | 
| static IRI | SKOSXL. ALT_LABELThe skosxl:altLabel property. | 
| static IRI | SKOS. ALT_LABELThe skos:altLabel lexical label property. | 
| static IRI | SP. ALT_PATH_CLASShttp://spinrdf.org/sp#AltPath An alternative path with the union of sp:path1 and sp:path2. | 
| static IRI | PROV. ALTERNATE_OFprov:alternateOf | 
| static IRI | DCTERMS. ALTERNATIVEhttp://purl.org/dc/terms/alternative | 
| static IRI | SHACL. ALTERNATIVE_PATHsh:alternativePath | 
| static IRI | SP. AND | 
| static IRI | ODRL2. ANDodrl:and | 
| static IRI | SHACL. ANDsh:and | 
| static IRI | SHACL. AND_CONSTRAINT_COMPONENTsh:AndConstraintComponent | 
| static IRI | SHACL. AND_CONSTRAINT_COMPONENT_ANDsh:AndConstraintComponent-and | 
| static IRI | ODRL2. AND_SEQUENCEodrl:andSequence | 
| static IRI | VCARD4. ANNIVERSARYvcard:anniversary | 
| static IRI | ODRL2. ANNOTATEodrl:annotate | 
| static IRI | OWL. ANNOTATEDPROPERTYhttp://www.w3.org/2002/07/owl#annotatedProperty | 
| static IRI | OWL. ANNOTATEDSOURCEhttp://www.w3.org/2002/07/owl#annotatedSource | 
| static IRI | OWL. ANNOTATEDTARGEThttp://www.w3.org/2002/07/owl#annotatedTarget | 
| static IRI | OWL. ANNOTATIONhttp://www.w3.org/2002/07/owl#Annotation | 
| static IRI | SHACL. ANNOTATION_PROPERTYsh:annotationProperty | 
| static IRI | SHACL. ANNOTATION_VALUEsh:annotationValue | 
| static IRI | SHACL. ANNOTATION_VAR_NAMEsh:annotationVarName | 
| static IRI | OWL. ANNOTATIONPROPERTYhttp://www.w3.org/2002/07/owl#AnnotationProperty | 
| static IRI | ODRL2. ANONYMIZEodrl:anonymize | 
| static IRI | XMLSchema. ANYURIhttp://www.w3.org/2001/XMLSchema#anyURI | 
| static IRI | ODRL2. APPENDDeprecated.  | 
| static IRI | ODRL2. APPEND_TODeprecated.  | 
| static IRI | ODRL2. ARCHIVEodrl:archive | 
| static IRI | SP. ARG_PROPERTYhttp://spinrdf.org/sp#arg Abstract superproperty for the enumerated arg1, arg2 etc. | 
| static IRI | SPIN. ARG1_INSTANCE | 
| static IRI | SP. ARG1_PROPERTYhttp://spinrdf.org/sp#arg1 The first argument of a function call. | 
| static IRI | SPIN. ARG2_INSTANCE | 
| static IRI | SP. ARG2_PROPERTYhttp://spinrdf.org/sp#arg2 The second argument of a function call. | 
| static IRI | SPIN. ARG3_INSTANCE | 
| static IRI | SP. ARG3_PROPERTYhttp://spinrdf.org/sp#arg3 The third argument of a function call. | 
| static IRI | SPIN. ARG4_INSTANCE | 
| static IRI | SP. ARG4_PROPERTYhttp://spinrdf.org/sp#arg4 The forth argument of a function call. | 
| static IRI | SPIN. ARG5_INSTANCE | 
| static IRI | SP. ARG5_PROPERTYhttp://spinrdf.org/sp#arg5 The fifth argument of a function call. | 
| static IRI | SPL. ARGUMENT_TEMPLATEhttp://spinrdf.org/spl#Argument Provides metadata about an argument of a SPIN Function or Template. | 
| static IRI | PROV. AS_IN_BUNDLEprov:asInBundle | 
| static IRI | SP. AS_PROPERTYDeprecated.  | 
| static IRI | GEO. AS_WKT | 
| static IRI | SP. ASC_CLASShttp://spinrdf.org/sp#Asc Marker to indicate ascending order. | 
| static IRI | LDP. ASCENDINGldp:Ascending | 
| static IRI | SHACL. ASKsh:ask | 
| static IRI | SP. ASK_CLASShttp://spinrdf.org/sp#Ask An ASK query that returns true if the condition in the body is met by at least one
 result set. | 
| static IRI | SPIN. ASK_FUNCTION | 
| static IRI | SPIN. ASK_TEMPLATE_CLASShttp://spinrdf.org/spin#AskTemplate A SPIN template that wraps an ASK query. | 
| static IRI | SPIN. ASK_TEMPLATES_CLASShttp://spinrdf.org/spin#AskTemplates Suggested abstract base class for all AskTemplates. | 
| static IRI | EARL. ASSERTEDBY | 
| static IRI | EARL. ASSERTION | 
| static IRI | ODRL2. ASSERTIONodrl:Assertion | 
| static IRI | OWL. ASSERTIONPROPERTYhttp://www.w3.org/2002/07/owl#assertionProperty | 
| static IRI | EARL. ASSERTOR | 
| static IRI | ODRL2. ASSETodrl:Asset | 
| static IRI | ODRL2. ASSET_COLLECTIONodrl:AssetCollection | 
| static IRI | ODRL2. ASSET_SCOPEDeprecated.  | 
| static IRI | ODRL2. ASSIGNEEodrl:assignee | 
| static IRI | ODRL2. ASSIGNEE_OFodrl:assigneeOf | 
| static IRI | ODRL2. ASSIGNERodrl:assigner | 
| static IRI | ODRL2. ASSIGNER_OFodrl:assignerOf | 
| static IRI | PROV. ASSOCIATIONprov:Association | 
| static IRI | OWL. ASYMMETRICPROPERTYhttp://www.w3.org/2002/07/owl#AsymmetricProperty | 
| static IRI | PROV. AT_LOCATIONprov:atLocation | 
| static IRI | PROV. AT_TIMEprov:atTime | 
| static IRI | ODRL2. ATTACH_POLICYDeprecated.  | 
| static IRI | ODRL2. ATTACH_SOURCEDeprecated.  | 
| static IRI | ODRL2. ATTRIBUTEodrl:attribute | 
| static IRI | ODRL2. ATTRIBUTED_PARTYodrl:attributedParty | 
| static IRI | ODRL2. ATTRIBUTING_PARTYodrl:attributingParty | 
| static IRI | PROV. ATTRIBUTIONprov:Attribution | 
| static IRI | DCTERMS. AUDIENCEhttp://purl.org/dc/terms/audience | 
| static IRI | EARL. AUTOMATIC | 
| static IRI | DCTERMS. AVAILABLEhttp://purl.org/dc/terms/available | 
| static IRI | SD. AVAILBLE_GRAPHSavailable graph descriptions | 
| static IRI | SP. AVG_CLASShttp://spinrdf.org/sp#Avg Represents AVG aggregations. | 
| static IRI | OWL. AXIOMhttp://www.w3.org/2002/07/owl#Axiom | 
| static IRI | OWL. BACKWARDCOMPATIBLEWITHhttp://www.w3.org/2002/07/owl#backwardCompatibleWith | 
| static IRI | RDF. BAGhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Bag | 
| static IRI | XMLSchema. BASE64BINARYhttp://www.w3.org/2001/XMLSchema#base64Binary | 
| static IRI | ORG. BASED_ATvoid:basedAt | 
| static IRI | FOAF. BASED_NEAR | 
| static IRI | LDP. BASIC_CONTAINERldp:BasicContainer | 
| static IRI | SD. BASIC_FEDERATED_QUERYBasic Federated Query | 
| static IRI | DCAT. BBOXdcat:bbox | 
| static IRI | VCARD4. BBSDeprecated.  | 
| static IRI | VCARD4. BDAYvcard:bday | 
| static IRI | TIME. BEFOREtime:before | 
| static IRI | DCTERMS. BIBLIOGRAPHIC_CITATIONhttp://purl.org/dc/terms/bibliographicCitation | 
| static IRI | DCTERMS. BIBLIOGRAPHIC_RESOURCEhttp://purl.org/dc/terms/BibliographicResource | 
| static IRI | SP. BIND_CLASShttp://spinrdf.org/sp#Bind A BIND element. | 
| static IRI | SP. BINDINGS_PROPERTY | 
| static IRI | FOAF. BIRTHDAY | 
| static IRI | SHACL. BLANK_NODEsh:BlankNode | 
| static IRI | SHACL. BLANK_NODE_OR_IRIsh:BlankNodeOrIRI | 
| static IRI | SHACL. BLANK_NODE_OR_LITERALsh:BlankNodeOrLiteral | 
| static IRI | DOAP. BLOG | 
| static IRI | SP. BNODE | 
| static IRI | SPIN. BODY_PROPERTYhttp://spinrdf.org/spin#body The body of a Function or Template. | 
| static IRI | XMLSchema. BOOLEANhttp://www.w3.org/2001/XMLSchema#boolean | 
| static IRI | OWL. BOTTOMDATAPROPERTYhttp://www.w3.org/2002/07/owl#bottomDataProperty | 
| static IRI | OWL. BOTTOMOBJECTPROPERTYhttp://www.w3.org/2002/07/owl#bottomObjectProperty | 
| static IRI | SP. BOUND | 
| static IRI | GEOF. BOUNDARY | 
| static IRI | DCTERMS. BOXhttp://purl.org/dc/terms/Box | 
| static IRI | SKOS. BROAD_MATCHThe skos:broadMatch relation. | 
| static IRI | SKOS. BROADERThe skos:broader relation. | 
| static IRI | SKOS. BROADER_TRANSITIVEThe skos:broaderTransitive relation. | 
| static IRI | GEOF. BUFFER | 
| static IRI | DOAP. BUG_DATABASE | 
| static IRI | SPIF. BUILD_STRING_FUNCTION | 
| static IRI | SPIF. BUILD_URI_FUNCTION | 
| static IRI | PROV. BUNDLEprov:Bundle | 
| static IRI | XMLSchema. BYTEhttp://www.w3.org/2001/XMLSchema#byte | 
| static IRI | DCAT. BYTE_SIZEdcat:byteSize | 
| static IRI | SPIF. CAN_INVOKE_FUNCTION | 
| static IRI | EARL. CANNOTTELL | 
| static IRI | VCARD4. CARDeprecated.  | 
| static IRI | OWL. CARDINALITYhttp://www.w3.org/2002/07/owl#cardinality | 
| static IRI | SPIF. CAST_FUNCTION | 
| static IRI | DCAT. CATALOGdcat:Catalog | 
| static IRI | DCAT. CATALOG_RECORDdcat:CatalogRecord | 
| static IRI | VCARD4. CATEGORYvcard:category | 
| static IRI | DOAP. CATEGORY | 
| static IRI | VCARD4. CELLvcard:Cell | 
| static IRI | DCAT. CENTROIDdcat:centroid | 
| static IRI | ORG. CHANGE_EVENTvoid:ChangeEvent | 
| static IRI | SKOS. CHANGE_NOTEThe skos:changeNote property. | 
| static IRI | ORG. CHANGED_BYvoid:changedBy | 
| static IRI | VANN. CHANGESA reference to a resource that describes changes between this version of a vocabulary and the previous. | 
| static IRI | VCARD4. CHILDvcard:Child | 
| static IRI | VCARD4. CLASSDeprecated.  | 
| static IRI | RDFS. CLASShttp://www.w3.org/2000/01/rdf-schema#Class | 
| static IRI | VOID. CLASSvoid:class | 
| static IRI | OWL. CLASShttp://www.w3.org/2002/07/owl#Class | 
| static IRI | SHACL. CLASSsh:class | 
| static IRI | SHACL. CLASS_CONSTRAINT_COMPONENTsh:ClassConstraintComponent | 
| static IRI | SHACL. CLASS_CONSTRAINT_COMPONENT_CLASSsh:ClassConstraintComponent-class | 
| static IRI | VOID. CLASS_PARTITIONvoid:classPartition | 
| static IRI | VOID. CLASSESvoid:classes | 
| static IRI | ORG. CLASSIFICATIONvoid:classification | 
| static IRI | SP. CLEAR_CLASShttp://spinrdf.org/sp#Clear An Update operation that removes all triples from a specified graph. | 
| static IRI | SKOS. CLOSE_MATCHThe skos:closeMatch relation. | 
| static IRI | SHACL. CLOSEDsh:closed | 
| static IRI | SHACL. CLOSED_CONSTRAINT_COMPONENTsh:ClosedConstraintComponent | 
| static IRI | SHACL. CLOSED_CONSTRAINT_COMPONENT_CLOSEDsh:ClosedConstraintComponent-closed | 
| static IRI | SHACL. CLOSED_CONSTRAINT_COMPONENT_IGNORED_PROPERTIESsh:ClosedConstraintComponent-ignoredProperties | 
| static IRI | SP. COALESCE | 
| static IRI | VCARD4. COLLEAGUEvcard:Colleague | 
| static IRI | PROV. COLLECTIONprov:Collection | 
| static IRI | SKOS. COLLECTIONThe skos:Collection class | 
| static IRI | SPIN. COLUMN_CLASShttp://spinrdf.org/spin#Column Provides metadata about a column in the result set of a (SPARQL) query, for
 example of the body queries of SPIN templates. | 
| static IRI | SPIN. COLUMN_INDEX_PROPERTYhttp://spinrdf.org/spin#columnIndex The index of a column (from left to right) starting at 0. | 
| static IRI | SPIN. COLUMN_PROPERTYhttp://spinrdf.org/spin#column Can link a TableDataProvider (esp. | 
| static IRI | SPIN. COLUMN_TYPE_PROPERTYhttp://spinrdf.org/spin#columnType The datatype or resource type of a spin:Column. | 
| static IRI | SPIN. COLUMN_WIDTH_PROPERTYhttp://spinrdf.org/spin#columnWidth The preferred width of the associated Column, for display purposes. | 
| static IRI | SP. COMMAND_CLASShttp://spinrdf.org/sp#Command A shared superclass for sp:Query and sp:Update that can be used to specify that the
 range of property can be either one. | 
| static IRI | SPIN. COMMAND_PROPERTYhttp://spinrdf.org/spin#command Can be used to link a resource with a SPARQL query or update request
 (sp:Command). | 
| static IRI | RDFS. COMMENThttp://www.w3.org/2000/01/rdf-schema#comment | 
| static IRI | ODRL2. COMMERCIALIZEDeprecated.  | 
| static IRI | PROV. COMMUNICATIONprov:Communication | 
| static IRI | ODRL2. COMPENSATEodrl:compensate | 
| static IRI | ODRL2. COMPENSATED_PARTYodrl:compensatedParty | 
| static IRI | ODRL2. COMPENSATING_PARTYodrl:compensatingParty | 
| static IRI | OWL. COMPLEMENTOFhttp://www.w3.org/2002/07/owl#complementOf | 
| static IRI | DCAT. COMPRESS_FORMATdcat:compressFormat | 
| static IRI | FN. CONCATfn:concat | 
| static IRI | APF. CONCAT | 
| static IRI | SKOS. CONCEPTThe skos:Concept class | 
| static IRI | SKOS. CONCEPT_SCHEMEThe skos:ConceptScheme class | 
| static IRI | ODRL2. CONCURRENT_USEodrl:concurrentUse | 
| static IRI | ODRL2. CONFLICTodrl:conflict | 
| static IRI | ODRL2. CONFLICT_TERModrl:ConflictTerm | 
| static IRI | SHACL. CONFORMSsh:conforms | 
| static IRI | DCTERMS. CONFORMS_TOhttp://purl.org/dc/terms/conformsTo | 
| static IRI | ODRL2. CONSENTED_PARTYodrl:consentedParty | 
| static IRI | ODRL2. CONSENTING_PARTYodrl:consentingParty | 
| static IRI | ODRL2. CONSEQUENCEodrl:consequence | 
| static IRI | LDP. CONSTRAINED_BYldp:constrainedBy | 
| static IRI | ODRL2. CONSTRAINTodrl:Constraint | 
| static IRI | SHACL. CONSTRAINT_COMPONENTsh:ConstraintComponent | 
| static IRI | ODRL2. CONSTRAINT_PROPodrl:constraint | 
| static IRI | SPIN. CONSTRAINT_PROPERTYhttp://spinrdf.org/spin#constraint Links a class with constraints on its instances. | 
| static IRI | SPIN. CONSTRAINT_VIOLATION_CLASShttp://spinrdf.org/spin#ConstraintViolation An object that can be created by spin:constraints to provide
 information about a constraint violation. | 
| static IRI | SHACL. CONSTRUCTsh:construct | 
| static IRI | SP. CONSTRUCT_CLASShttp://spinrdf.org/sp#Construct A CONSTRUCT-type query that can be used to construct new triples from template
 triples (head) that use variable bindings from the match patterns (body). | 
| static IRI | SPIN. CONSTRUCT_PROPERTY | 
| static IRI | SPIN. CONSTRUCT_TEMPLATE_CLASS | 
| static IRI | SPIN. CONSTRUCT_TEMPLATES_CLASShttp://spinrdf.org/spin#ConstructTemplates Suggested abstract base class for all ConstructTemplates. | 
| static IRI | SPIN. CONSTRUCTOR_PROPERTYhttp://spinrdf.org/spin#constructor Can be used to attach a "constructor" to a class. | 
| static IRI | VCARD4. CONTACTvcard:Contact | 
| static IRI | DCAT. CONTACT_POINTdcat:contactPoint | 
| static IRI | LDP. CONTAINERldp:Container | 
| static IRI | RDFS. CONTAINERhttp://www.w3.org/2000/01/rdf-schema#Container | 
| static IRI | RDFS. CONTAINERMEMBERSHIPPROPERTYhttp://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty | 
| static IRI | FN. CONTAINSfn:contains | 
| static IRI | LDP. CONTAINSldp:contains | 
| static IRI | ODRL2. CONTRACTED_PARTYodrl:contractedParty | 
| static IRI | ODRL2. CONTRACTING_PARTYodrl:contractingParty | 
| static IRI | PROV. CONTRIBUTEprov:Contribute | 
| static IRI | DC. CONTRIBUTORdc:contributor | 
| static IRI | PROV. CONTRIBUTORprov:Contributor | 
| static IRI | DCTERMS. CONTRIBUTORhttp://purl.org/dc/terms/contributor | 
| static IRI | SPIF. CONVERT_SPIN_RDF_TO_STRING_FUNCTION | 
| static IRI | GEOF. CONVEX_HULL | 
| static IRI | ODRL2. COPYDeprecated.  | 
| static IRI | PROV. COPYRIGHTprov:Copyright | 
| static IRI | VCARD4. CORESIDENTvcard:Coresident | 
| static IRI | ODRL2. COUNTodrl:count | 
| static IRI | SP. COUNT_CLASShttp://spinrdf.org/sp#Count Counts the number of times a variable is used. | 
| static IRI | VCARD4. COUNTRY_NAMEvcard:country-name | 
| static IRI | DC. COVERAGEdc:coverage | 
| static IRI | DCTERMS. COVERAGEhttp://purl.org/dc/terms/coverage | 
| static IRI | VCARD4. COWORKERvcard:Coworker | 
| static IRI | PROV. CREATEprov:Create | 
| static IRI | SP. CREATE_CLASShttp://spinrdf.org/sp#Create An Update operation that creates a new empty graph with a name specified by
 sp:graphIRI. | 
| static IRI | DOAP. CREATED | 
| static IRI | DCTERMS. CREATEDhttp://purl.org/dc/terms/created | 
| static IRI | DC. CREATORdc:creator | 
| static IRI | PROV. CREATORprov:Creator | 
| static IRI | DCTERMS. CREATORhttp://purl.org/dc/terms/creator | 
| static IRI | VCARD4. CRUSHvcard:Crush | 
| static IRI | FOAF. CURRENT_PROJECT | 
| static IRI | SPIF. CURRENT_TIME_MILLIS_FUNCTION | 
| static IRI | VOID. DATA_DUMPvoid:dataDump | 
| static IRI | SP. DATA_PROPERTY | 
| static IRI | DCAT. DATA_SERVICEdcat:DataService | 
| static IRI | ODRL2. DATA_TYPEodrl:dataType | 
| static IRI | OWL. DATARANGEhttp://www.w3.org/2002/07/owl#DataRange | 
| static IRI | VOID. DATASETvoid:Dataset | 
| static IRI | DCAT. DATASETdcat:Dataset | 
| static IRI | SD. DATASETDataset | 
| static IRI | VOID. DATASET_DESCRIPTIONvoid:DatasetDescription | 
| static IRI | SP. DATATYPE | 
| static IRI | RDFS. DATATYPEhttp://www.w3.org/2000/01/rdf-schema#Datatype | 
| static IRI | SHACL. DATATYPEsh:datatype | 
| static IRI | SHACL. DATATYPE_CONSTRAINT_COMPONENTsh:DatatypeConstraintComponent | 
| static IRI | SHACL. DATATYPE_CONSTRAINT_COMPONENT_DATATYPEsh:DatatypeConstraintComponent-datatype | 
| static IRI | OWL. DATATYPECOMPLEMENTOFhttp://www.w3.org/2002/07/owl#datatypeComplementOf | 
| static IRI | OWL. DATATYPEPROPERTYhttp://www.w3.org/2002/07/owl#DatatypeProperty | 
| static IRI | VCARD4. DATEvcard:Date | 
| static IRI | DC. DATEdc:date | 
| static IRI | XMLSchema. DATEhttp://www.w3.org/2001/XMLSchema#date | 
| static IRI | DCTERMS. DATEhttp://purl.org/dc/terms/date | 
| static IRI | DCTERMS. DATE_ACCEPTEDhttp://purl.org/dc/terms/dateAccepted | 
| static IRI | DCTERMS. DATE_COPYRIGHTEDhttp://purl.org/dc/terms/dateCopyrighted | 
| static IRI | SPIF. DATE_FORMAT_FUNCTION | 
| static IRI | DCTERMS. DATE_SUBMITTEDhttp://purl.org/dc/terms/dateSubmitted | 
| static IRI | ODRL2. DATE_TIMEodrl:dateTime | 
| static IRI | TIME. DATE_TIME_DESCRIPTIONtime:DateTimeDescription | 
| static IRI | TIME. DATE_TIME_INTERVALtime:DateTimeInterval | 
| static IRI | XMLSchema. DATETIMEhttp://www.w3.org/2001/XMLSchema#dateTime | 
| static IRI | XMLSchema. DATETIMESTAMPhttp://www.w3.org/2001/XMLSchema#dateTimeStamp | 
| static IRI | TIME. DAYtime:day | 
| static IRI | FN. DAY_FROM_DATETIMEfn:day-from-dateTime | 
| static IRI | TIME. DAY_OF_WEEKtime:DayOfWeek | 
| static IRI | TIME. DAY_OF_WEEK_PROPtime:dayOfWeek | 
| static IRI | TIME. DAY_OF_YEARtime:dayOfYear | 
| static IRI | TIME. DAYStime:days | 
| static IRI | XMLSchema. DAYTIMEDURATIONhttp://www.w3.org/2001/XMLSchema#dayTimeDuration | 
| static IRI | DCTERMS. DCMI_TYPEhttp://purl.org/dc/terms/DCMIType | 
| static IRI | DCTERMS. DDChttp://purl.org/dc/terms/DDC | 
| static IRI | SHACL. DEACTIVATEDsh:deactivated | 
| static IRI | XMLSchema. DECIMALhttp://www.w3.org/2001/XMLSchema#decimal | 
| static IRI | SPIF. DECIMAL_FORMAT_FUNCTION | 
| static IRI | SHACL. DECLAREsh:declare | 
| static IRI | SPIF. DECODE_URL_FUNCTION | 
| static IRI | SD. DEFAULT_DATASETdefault dataset description | 
| static IRI | SD. DEFAULT_ENTAILMENT_REGIMEdefault entailment regime | 
| static IRI | SD. DEFAULT_GRAPHdefault graph | 
| static IRI | SP. DEFAULT_PROPERTYhttp://spinrdf.org/sp#default Used in DROP and CLEAR. | 
| static IRI | SD. DEFAULT_SUPPORTED_ENTAILMENT_PROFILEdefault supported entailment profile | 
| static IRI | SHACL. DEFAULT_VALUEsh:defaultValue | 
| static IRI | SPL. DEFAULT_VALUE_PROPERTYhttp://spinrdf.org/spl#defaultValue | 
| static IRI | SKOS. DEFINITIONThe skos:definition property. | 
| static IRI | ODRL2. DELAY_PERIODodrl:delayPeriod | 
| static IRI | PROV. DELEGATIONprov:Delegation | 
| static IRI | SP. DeleteDeprecated.  | 
| static IRI | ODRL2. DELETEodrl:delete | 
| static IRI | SP. DELETE_CLASSDeprecated.  | 
| static IRI | SP. DELETE_DATA_CLASShttp://spinrdf.org/sp#DeleteData An Update operation to delete specific triples. | 
| static IRI | SP. DELETE_PATTERN_PROPERTYhttp://spinrdf.org/sp#deletePattern Points to a list of sp:TripleTemplates and sp:NamedGraphs in a modify
 operation. | 
| static IRI | SP. DELETE_WHERE_CLASShttp://spinrdf.org/sp#DeleteWhere An Update operation where the triples matched by the WHERE clause (sp:where)
 will be the triples deleted. | 
| static IRI | ODRL2. DELIVERY_CHANNELodrl:deliveryChannel | 
| static IRI | FOAF. DEPICTION | 
| static IRI | FOAF. DEPICTS | 
| static IRI | OWL. DEPRECATEDhttp://www.w3.org/2002/07/owl#deprecated | 
| static IRI | OWL. DEPRECATEDCLASShttp://www.w3.org/2002/07/owl#DeprecatedClass | 
| static IRI | OWL. DEPRECATEDPROPERTYhttp://www.w3.org/2002/07/owl#DeprecatedProperty | 
| static IRI | SD. DEREFERENCES_URISDereferences URIs | 
| static IRI | PROV. DERIVATIONprov:Derivation | 
| static IRI | ODRL2. DERIVEodrl:derive | 
| static IRI | PROV. DERIVED_BY_INSERTION_FROMprov:derivedByInsertionFrom | 
| static IRI | PROV. DERIVED_BY_REMOVAL_FROMprov:derivedByRemovalFrom | 
| static IRI | SHACL. DERIVED_VALUESsh:derivedValues | 
| static IRI | SHACL. DERIVED_VALUES_CONSTRAINT_COMPONENTsh:DerivedValuesConstraintComponent | 
| static IRI | SP. DESC_CLASShttp://spinrdf.org/sp#Desc Marker to indicate descending order. | 
| static IRI | LDP. DESCENDINGldp:Descending | 
| static IRI | SP. DESCRIBE_CLASShttp://spinrdf.org/sp#Describe A DESCRIBE-type Query. | 
| static IRI | PROV. DESCRIBES_SERVICEprov:describesService | 
| static IRI | DC. DESCRIPTIONdc:description | 
| static IRI | SHACL. DESCRIPTIONsh:description | 
| static IRI | DOAP. DESCRIPTION | 
| static IRI | DCTERMS. DESCRIPTIONhttp://purl.org/dc/terms/description | 
| static IRI | SHACL. DETAILsh:detail | 
| static IRI | DOAP. DEVELOPER | 
| static IRI | ODRL2. DEVICEDeprecated.  | 
| static IRI | PROV. DICTIONARYprov:Dictionary | 
| static IRI | PROV. DICTIONARY_PROPprov:dictionary | 
| static IRI | GEOF. DIFFERENCE | 
| static IRI | OWL. DIFFERENTFROMhttp://www.w3.org/2002/07/owl#differentFrom | 
| static IRI | ODRL2. DIGITIZEodrl:digitize | 
| static IRI | LDP. DIRECT_CONTAINERldp:DirectContainer | 
| static IRI | PROV. DIRECT_QUERY_SERVICEprov:DirectQueryService | 
| static IRI | SESAME. DIRECTSUBCLASSOFhttp://www.openrdf.org/schema/sesame#directSubClassOf | 
| static IRI | SESAME. DIRECTSUBPROPERTYOFhttp://www.openrdf.org/schema/sesame#directSubPropertyOf | 
| static IRI | SESAME. DIRECTTYPEhttp://www.openrdf.org/schema/sesame#directType | 
| static IRI | SHACL. DISJOINTsh:disjoint | 
| static IRI | SHACL. DISJOINT_CONSTRAINT_COMPONENTsh:DisjointConstraintComponent | 
| static IRI | SHACL. DISJOINT_CONSTRAINT_COMPONENT_DISJOINTsh:DisjointConstraintComponent-disjoint | 
| static IRI | OWL. DISJOINTUNIONOFhttp://www.w3.org/2002/07/owl#disjointUnionOf | 
| static IRI | OWL. DISJOINTWITHhttp://www.w3.org/2002/07/owl#disjointWith | 
| static IRI | ODRL2. DISPLAYodrl:display | 
| static IRI | GEOF. DISTANCE | 
| static IRI | VOID. DISTINCT_OBJECTSvoid:distinctObjects | 
| static IRI | SP. DISTINCT_PROPERTYhttp://spinrdf.org/sp#distinct A marker property to indicate that a Select query is of type SELECT DISTINCT. | 
| static IRI | VOID. DISTINCT_SUBJECTSvoid:distinctSubjects | 
| static IRI | OWL. DISTINCTMEMBERShttp://www.w3.org/2002/07/owl#distinctMembers | 
| static IRI | ODRL2. DISTRIBUTEodrl:distribute | 
| static IRI | DCAT. DISTRIBUTIONdcat:Distribution | 
| static IRI | SP. DIVIDE | 
| static IRI | FOAF. DNA_CHECKSUM | 
| static IRI | FOAF. DOCUMENT | 
| static IRI | SP. DOCUMENT_PROPERTYhttp://spinrdf.org/sp#document The IRI of the document to load using a LOAD Update operation. | 
| static IRI | DOAP. DOCUMENTER | 
| static IRI | VOID. DOCUMENTSvoid:documents | 
| static IRI | VCARD4. DOMDeprecated.  | 
| static IRI | RDFS. DOMAINhttp://www.w3.org/2000/01/rdf-schema#domain | 
| static IRI | XMLSchema. DOUBLEhttp://www.w3.org/2001/XMLSchema#double | 
| static IRI | DOAP. DOWNLOAD_PAGE | 
| static IRI | DCAT. DOWNLOAD_URLdcat:downloadURL | 
| static IRI | SP. DROP_CLASShttp://spinrdf.org/sp#Drop An Update operation that removes a specified graph from the Graph Store. | 
| static IRI | XMLSchema. DURATIONhttp://www.w3.org/2001/XMLSchema#duration | 
| static IRI | TIME. DURATIONtime:Duration | 
| static IRI | TIME. DURATION_DESCRIPTIONtime:DurationDescription | 
| static IRI | ODRL2. DUTYodrl:Duty | 
| static IRI | ODRL2. DUTY_PROPodrl:duty | 
| static IRI | SKOS. EDITORIAL_NOTEThe skos:editorialNote property. | 
| static IRI | DCTERMS. EDUCATION_LEVELhttp://purl.org/dc/terms/educationLevel | 
| static IRI | GEOF. EH_CONTAINS | 
| static IRI | GEOF. EH_COVERED_BY | 
| static IRI | GEOF. EH_COVERS | 
| static IRI | GEOF. EH_DISJOINT | 
| static IRI | GEOF. EH_EQUALS | 
| static IRI | GEOF. EH_INSIDE | 
| static IRI | GEOF. EH_MEET | 
| static IRI | GEOF. EH_OVERLAP | 
| static IRI | ODRL2. ELAPSED_TIMEodrl:elapsedTime | 
| static IRI | SP. ELEMENT_CLASShttp://spinrdf.org/sp#Element An abstract base class for all pattern elements. | 
| static IRI | SP. ELEMENT_GROUP_CLASShttp://spinrdf.org/sp#ElementGroup Abstract base class of group patterns. | 
| static IRI | SP. ELEMENT_LIST_CLASShttp://spinrdf.org/sp#ElementList A list of Elements. | 
| static IRI | SP. ELEMENTS_PROPERTYhttp://spinrdf.org/sp#elements Points to an ElementList, for example in an Optional element. | 
| static IRI | VCARD4. EMAILDeprecated.  | 
| static IRI | VCARD4. EMAIL_PROPvcard:email | 
| static IRI | VCARD4. EMERGENCYvcard:Emergency | 
| static IRI | PROV. EMPTY_COLLECTIONprov:EmptyCollection | 
| static IRI | PROV. EMPTY_DICTIONARYprov:EmptyDictionary | 
| static IRI | SD. EMPTY_GRAPHSEmpty Graphs | 
| static IRI | FN. ENCODE_FOR_URIfn:encode-for-uri | 
| static IRI | SPIF. ENCODE_URL_FUNCTION | 
| static IRI | PROV. ENDprov:End | 
| static IRI | DCAT. END_DATEdcat:endDate | 
| static IRI | PROV. ENDED_AT_TIMEprov:endedAtTime | 
| static IRI | SD. ENDPOINTendpoint | 
| static IRI | DCAT. ENDPOINT_DESCRIPTIONdcat:endpointDescription | 
| static IRI | DCAT. ENDPOINT_URLdcat:endpointURL | 
| static IRI | FN. ENDS_WITHfn:ends-with | 
| static IRI | ODRL2. ENSURE_EXCLUSIVITYodrl:ensureExclusivity | 
| static IRI | SD. ENTAILMENT_PROFILEEntailment Profile | 
| static IRI | SD. ENTAILMENT_REGIME_CLASSEntailment Regime | 
| static IRI | SD. ENTAILMENT_REGIME_PROPERTYentailment regime | 
| static IRI | VOID. ENTITIESvoid:entities | 
| static IRI | XMLSchema. ENTITIEShttp://www.w3.org/2001/XMLSchema#ENTITIES | 
| static IRI | PROV. ENTITYprov:Entity | 
| static IRI | XMLSchema. ENTITYhttp://www.w3.org/2001/XMLSchema#ENTITY | 
| static IRI | PROV. ENTITY_INFLUENCEprov:EntityInfluence | 
| static IRI | PROV. ENTITY_PROPprov:entity | 
| static IRI | GEOF. ENVELOPE | 
| static IRI | SP. EQ | 
| static IRI | ODRL2. EQodrl:eq | 
| static IRI | SHACL. EQUALSsh:equals | 
| static IRI | SHACL. EQUALS_CONSTRAINT_COMPONENTsh:EqualsConstraintComponent | 
| static IRI | SHACL. EQUALS_CONSTRAINT_COMPONENT_EQUALSsh:EqualsConstraintComponent-equals | 
| static IRI | OWL. EQUIVALENTCLASShttp://www.w3.org/2002/07/owl#equivalentClass | 
| static IRI | OWL. EQUIVALENTPROPERTYhttp://www.w3.org/2002/07/owl#equivalentProperty | 
| static IRI | SPIN. ERROR_VIOLATION_LEVEL | 
| static IRI | SPIN. EVAL_CLASSDeprecated.  | 
| static IRI | SPIN. EVAL_FUNCTIONhttp://spinrdf.org/spin#eval Evaluates a given SPIN expression or SELECT or ASK query, and returns its result. | 
| static IRI | ODRL2. EVENTodrl:event | 
| static IRI | SKOS. EXACT_MATCHThe skos:exactMatch relation. | 
| static IRI | VANN. EXAMPLEA reference to a resource that provides an example of how this resource can be used. | 
| static IRI | SKOS. EXAMPLEThe skos:example property. | 
| static IRI | VOID. EXAMPLE_RESOURCEvoid:exampleResource | 
| static IRI | ODRL2. EXECUTEodrl:execute | 
| static IRI | SP. EXISTS | 
| static IRI | ODRL2. EXPORTDeprecated.  | 
| static IRI | SP. EXPRESSION_PROPERTYhttp://spinrdf.org/sp#expression Points to an expression, for example in a Filter or Assignment. | 
| static IRI | VCARD4. EXTENDED_ADDRESSDeprecated.  | 
| static IRI | SD. EXTENSION_AGGREGATEextension aggregate | 
| static IRI | SD. EXTENSION_FUNCTIONextension function | 
| static IRI | DCTERMS. EXTENThttp://purl.org/dc/terms/extent | 
| static IRI | ODRL2. EXTRACTodrl:extract | 
| static IRI | ODRL2. EXTRACT_CHARDeprecated.  | 
| static IRI | ODRL2. EXTRACT_PAGEDeprecated.  | 
| static IRI | ODRL2. EXTRACT_WORDDeprecated.  | 
| static IRI | EARL. FAIL | 
| static IRI | ODRL2. FAILUREodrl:failure | 
| static IRI | VCARD4. FAMILY_NAMEvcard:family-name | 
| static IRI | FOAF. FAMILY_NAME | 
| static IRI | FOAF. FAMILYNAMEDeprecated. 
 Use FAMILY_NAME instead for new statements | 
| static IRI | SPIN. FATAL_VIOLATION_LEVEL | 
| static IRI | VCARD4. FAXvcard:Fax | 
| static IRI | VOID. FEATUREvoid:feature | 
| static IRI | SD. FEATURE_CLASSFeature | 
| static IRI | SD. FEATURE_PROPERTYfeature | 
| static IRI | VCARD4. FEMALEvcard:Female | 
| static IRI | ODRL2. FILE_FORMATodrl:fileFormat | 
| static IRI | DCTERMS. FILE_FORMAThttp://purl.org/dc/terms/FileFormat | 
| static IRI | SP. FILTER_CLASShttp://spinrdf.org/sp#Filter A constraint element that evaluates a given expression to true or false. | 
| static IRI | RDF. FIRSThttp://www.w3.org/1999/02/22-rdf-syntax-ns#first | 
| static IRI | FOAF. FIRST_NAME | 
| static IRI | SPIN. FIX_PROPERTYhttp://spinrdf.org/spin#fix Can be used to link a ConstraintViolation with one or more UPDATE Templates that
 would help fix the violation. | 
| static IRI | SHACL. FLAGSsh:flags | 
| static IRI | XMLSchema. FLOAThttp://www.w3.org/2001/XMLSchema#float | 
| static IRI | VCARD4. FNvcard:fn | 
| static IRI | FOAF. FOCUS | 
| static IRI | SHACL. FOCUS_NODEsh:focusNode | 
| static IRI | SPIF. FOR_EACH_PROPERTY | 
| static IRI | SPIF. FOR_PROPERTY | 
| static IRI | ORG. FORMAL_ORGANIZATIONvoid:FormalOrganization | 
| static IRI | DC. FORMATdc:format | 
| static IRI | DCTERMS. FORMAThttp://purl.org/dc/terms/format | 
| static IRI | DCTERMS. FREQUENCYhttp://purl.org/dc/terms/Frequency | 
| static IRI | TIME. FRIDAYtime:Friday | 
| static IRI | VCARD4. FRIENDvcard:Friend | 
| static IRI | SP. FROM_NAMED_PROPERTYhttp://spinrdf.org/sp#fromNamed Specifies a named RDF Dataset used by a Query (FROM NAMED syntax in SPARQL). | 
| static IRI | SP. FROM_PROPERTYhttp://spinrdf.org/sp#from Specifies an RDF Dataset used by a Query (FROM syntax in SPARQL). | 
| static IRI | LOCN. FULL_ADDRESSlocn:fullAddress | 
| static IRI | ODRL2. FUNCTIONodrl:function | 
| static IRI | SHACL. FUNCTIONsh:Function | 
| static IRI | SD. FUNCTIONFunction | 
| static IRI | SPIN. FUNCTION_CLASShttp://spinrdf.org/spin#Function Metaclass for functions that can be used in SPARQL expressions (e.g. | 
| static IRI | OWL. FUNCTIONALPROPERTYhttp://www.w3.org/2002/07/owl#FunctionalProperty | 
| static IRI | SPIN. FUNCTIONS_CLASShttp://spinrdf.org/spin#Functions An abstract base class for all defined functions. | 
| static IRI | FOAF. FUNDED_BY | 
| static IRI | XMLSchema. GDAYhttp://www.w3.org/2001/XMLSchema#gDay | 
| static IRI | SP. GE | 
| static IRI | FOAF. GEEKCODE | 
| static IRI | VCARD4. GENDERvcard:Gender | 
| static IRI | FOAF. GENDER | 
| static IRI | TIME. GENERAL_DATE_TIME_DESCRIPTIONtime:GeneralDateTimeDescription | 
| static IRI | TIME. GENERAL_DURATION_DESCRIPTIONtime:GeneralDurationDescription | 
| static IRI | SPIF. GENERATE_UUID_FUNCTION | 
| static IRI | PROV. GENERATEDprov:generated | 
| static IRI | PROV. GENERATED_AT_TIMEprov:generatedAtTime | 
| static IRI | PROV. GENERATIONprov:Generation | 
| static IRI | VCARD4. GEOvcard:geo | 
| static IRI | LOCN. GEOGRAPHIC_NAMElocn:geographicName | 
| static IRI | LOCN. GEOMETRYlocn:Geometry | 
| static IRI | LOCN. GEOMETRY_PROPlocn:geometry | 
| static IRI | GEOF. GET_SRID | 
| static IRI | ODRL2. GIVEodrl:give | 
| static IRI | VCARD4. GIVEN_NAMEvcard:given-name | 
| static IRI | FOAF. GIVEN_NAME | 
| static IRI | FOAF. GIVENNAMEDeprecated. 
 Use GIVEN_NAME instead for new statements | 
| static IRI | XMLSchema. GMONTHhttp://www.w3.org/2001/XMLSchema#gMonth | 
| static IRI | XMLSchema. GMONTHDAYhttp://www.w3.org/2001/XMLSchema#gMonthDay | 
| static IRI | ODRL2. GRANT_USEodrl:grantUse | 
| static IRI | SD. GRAPH_CLASSGraph | 
| static IRI | SD. GRAPH_COLLECTIONGraph Collection | 
| static IRI | SP. GRAPH_IRI_PROPERTYhttp://spinrdf.org/sp#graphIRI Points to graph names (IRIs) in various sp:Update operations. | 
| static IRI | SP. GRAPH_NAME_NODE_PROPERTYhttp://spinrdf.org/sp#graphNameNode The name (IRI or Variable) of a NamedGraph. | 
| static IRI | SD. GRAPH_PROPERTYgraph | 
| static IRI | VCARD4. GROUPvcard:Group | 
| static IRI | ODRL2. GROUPDeprecated.  | 
| static IRI | SHACL. GROUPsh:group | 
| static IRI | FOAF. GROUP | 
| static IRI | SP. GROUP_BY_PROPERTYhttp://spinrdf.org/sp#groupBy Points from a Query to the list of GROUP BY expressions. | 
| static IRI | SP. GROUP_CONCAT_CLASS | 
| static IRI | SP. GT | 
| static IRI | ODRL2. GTodrl:gt | 
| static IRI | ODRL2. GTEQodrl:gteq | 
| static IRI | XMLSchema. GYEARhttp://www.w3.org/2001/XMLSchema#gYear | 
| static IRI | XMLSchema. GYEARMONTHhttp://www.w3.org/2001/XMLSchema#gYearMonth | 
| static IRI | PROV. HAD_ACTIVITYprov:hadActivity | 
| static IRI | PROV. HAD_DICTIONARY_MEMBERprov:hadDictionaryMember | 
| static IRI | PROV. HAD_GENERATIONprov:hadGeneration | 
| static IRI | PROV. HAD_MEMBERprov:hadMember | 
| static IRI | PROV. HAD_PLANprov:hadPlan | 
| static IRI | PROV. HAD_PRIMARY_SOURCEprov:hadPrimarySource | 
| static IRI | PROV. HAD_ROLEprov:hadRole | 
| static IRI | DCAT. HAD_ROLEdcat:hadRole | 
| static IRI | PROV. HAD_USAGEprov:hadUsage | 
| static IRI | VCARD4. HAS_ADDITIONAL_NAMEvcard:hasAdditionalName | 
| static IRI | VCARD4. HAS_ADDRESSvcard:hasAddress | 
| static IRI | SPIF. HAS_ALL_OBJECTS_FUNCTION | 
| static IRI | PROV. HAS_ANCHORprov:has_anchor | 
| static IRI | TIME. HAS_BEGINNINGtime:hasBeginning | 
| static IRI | VCARD4. HAS_CALENDAR_BUSYvcard:hasCalendarBusy | 
| static IRI | VCARD4. HAS_CALENDAR_LINKvcard:hasCalendarLink | 
| static IRI | VCARD4. HAS_CALENDAR_REQUESTvcard:hasCalendarRequest | 
| static IRI | DCAT. HAS_CATALOGdcat:catalog | 
| static IRI | VCARD4. HAS_CATEGORYvcard:hasCategory | 
| static IRI | VCARD4. HAS_COUNTRY_NAMEvcard:hasCountryName | 
| static IRI | DCAT. HAS_DATASETdcat:dataset | 
| static IRI | TIME. HAS_DATE_TIME_DESCRIPTIONtime:hasDateTimeDescription | 
| static IRI | DCAT. HAS_DISTRIBUTIONdcat:distribution | 
| static IRI | TIME. HAS_DURATIONtime:hasDuration | 
| static IRI | TIME. HAS_DURATION_DESCRIPTIONtime:hasDurationDescription | 
| static IRI | VCARD4. HAS_EMAILvcard:hasEmail | 
| static IRI | TIME. HAS_ENDtime:hasEnd | 
| static IRI | VCARD4. HAS_FAMILY_NAMEvcard:hasFamilyName | 
| static IRI | VCARD4. HAS_FNvcard:hasFN | 
| static IRI | DCTERMS. HAS_FORMAThttp://purl.org/dc/terms/hasFormat | 
| static IRI | VCARD4. HAS_GENDERvcard:hasGender | 
| static IRI | VCARD4. HAS_GEOvcard:hasGeo | 
| static IRI | VCARD4. HAS_GIVEN_NAMEvcard:hasGivenName | 
| static IRI | VCARD4. HAS_HONORIFIC_PREFIXvcard:hasHonorificPrefix | 
| static IRI | VCARD4. HAS_HONORIFIC_SUFFIXvcard:hasHonorificSuffix | 
| static IRI | VCARD4. HAS_INSTANT_MESSAGEvcard:hasInstantMessage | 
| static IRI | VCARD4. HAS_KEYvcard:hasKey | 
| static IRI | VCARD4. HAS_LANGUAGEvcard:hasLanguage | 
| static IRI | VCARD4. HAS_LOCALITYvcard:hasLocality | 
| static IRI | VCARD4. HAS_LOGOvcard:hasLogo | 
| static IRI | VCARD4. HAS_MEMBERvcard:hasMember | 
| static IRI | ORG. HAS_MEMBERvoid:hasMember | 
| static IRI | LDP. HAS_MEMBER_RELATIONldp:hasMemberRelation | 
| static IRI | ORG. HAS_MEMBERSHIPvoid:hasMembership | 
| static IRI | VCARD4. HAS_NAMEvcard:hasName | 
| static IRI | VCARD4. HAS_NICKNAMEvcard:hasNickname | 
| static IRI | VCARD4. HAS_NOTEvcard:hasNote | 
| static IRI | ORG. HAS_ORGANIZATIONvoid:organization | 
| static IRI | VCARD4. HAS_ORGANIZATION_NAMEvcard:hasOrganizationName | 
| static IRI | VCARD4. HAS_ORGANIZATION_UNITvcard:hasOrganizationUnit | 
| static IRI | ODRL2. HAS_PARTodrl:hasPart | 
| static IRI | DCTERMS. HAS_PARThttp://purl.org/dc/terms/hasPart | 
| static IRI | VCARD4. HAS_PHOTOvcard:hasPhoto | 
| static IRI | ODRL2. HAS_POLICYodrl:hasPolicy | 
| static IRI | ORG. HAS_POSTvoid:hasPost | 
| static IRI | VCARD4. HAS_POSTAL_CODEvcard:hasPostalCode | 
| static IRI | ORG. HAS_PRIMARY_SITEvoid:hasPrimarySite | 
| static IRI | PROV. HAS_PROVENANCEprov:has_provenance | 
| static IRI | PROV. HAS_QUERY_SERVICEprov:has_query_service | 
| static IRI | DCAT. HAS_RECORDdcat:record | 
| static IRI | VCARD4. HAS_REGIONvcard:hasRegion | 
| static IRI | ROV. HAS_REGISTERED_ORGANIZATIONrov:hasRegisteredOrganization | 
| static IRI | ORG. HAS_REGISTERED_SITEvoid:hasRegisteredSite | 
| static IRI | VCARD4. HAS_RELATEDvcard:hasRelated | 
| static IRI | VCARD4. HAS_ROLEvcard:hasRole | 
| static IRI | ORG. HAS_ROLEvoid:role | 
| static IRI | DCAT. HAS_SERVICEdcat:service | 
| static IRI | ORG. HAS_SITEvoid:hasSite | 
| static IRI | VCARD4. HAS_SOUNDvcard:hasSound | 
| static IRI | VCARD4. HAS_SOURCEvcard:hasSource | 
| static IRI | VCARD4. HAS_STREET_ADDRESSvcard:hasStreetAddress | 
| static IRI | ORG. HAS_SUB_ORGANIZATIONvoid:hasSubOrganization | 
| static IRI | VCARD4. HAS_TELEPHONEvcard:hasTelephone | 
| static IRI | TIME. HAS_TEMPORAL_DURATIONtime:hasTemporalDuration | 
| static IRI | TIME. HAS_TIMEtime:hasTime | 
| static IRI | VCARD4. HAS_TITLEvcard:hasTitle | 
| static IRI | SKOS. HAS_TOP_CONCEPTThe skos:hasTopConcept relation. | 
| static IRI | TIME. HAS_TRStime:hasTRS | 
| static IRI | VCARD4. HAS_UIDvcard:hasUID | 
| static IRI | ORG. HAS_UNITvoid:hasUnit | 
| static IRI | VCARD4. HAS_URLvcard:hasURL | 
| static IRI | VCARD4. HAS_VALUEvcard:hasValue | 
| static IRI | SHACL. HAS_VALUEsh:hasValue | 
| static IRI | SHACL. HAS_VALUE_CONSTRAINT_COMPONENTsh:HasValueConstraintComponent | 
| static IRI | SHACL. HAS_VALUE_CONSTRAINT_COMPONENT_HAS_VALUEsh:HasValueConstraintComponent-hasValue | 
| static IRI | DCTERMS. HAS_VERSIONhttp://purl.org/dc/terms/hasVersion | 
| static IRI | TIME. HAS_XSDDURATIONtime:hasXSDDuration | 
| static IRI | OWL. HASKEYhttp://www.w3.org/2002/07/owl#hasKey | 
| static IRI | OWL. HASSELFhttp://www.w3.org/2002/07/owl#hasSelf | 
| static IRI | OWL. HASVALUEhttp://www.w3.org/2002/07/owl#hasValue | 
| static IRI | SP. HAVING_PROPERTYhttp://spinrdf.org/sp#having Points from a SELECT query to a list of HAVING expressions. | 
| static IRI | ORG. HEAD_OFvoid:headOf | 
| static IRI | ORG. HELD_BYvoid:heldBy | 
| static IRI | EARL. HEURISTIC | 
| static IRI | XMLSchema. HEXBINARYhttp://www.w3.org/2001/XMLSchema#hexBinary | 
| static IRI | SKOSXL. HIDDEN_LABELThe skosxl:hiddenLabel property. | 
| static IRI | SKOS. HIDDEN_LABELThe skos:hiddenLabel lexical label property. | 
| static IRI | SKOS. HISTORY_NOTEThe skos:historyNote property. | 
| static IRI | ORG. HOLDSvoid:holds | 
| static IRI | FOAF. HOLDS_ACCOUNT | 
| static IRI | VCARD4. HOMEvcard:Home | 
| static IRI | FOAF. HOMEPAGE | 
| static IRI | DOAP. HOMEPAGE | 
| static IRI | VCARD4. HONORIFIC_PREFIXvcard:honorific-prefix | 
| static IRI | VCARD4. HONORIFIC_SUFFIXvcard:honorific-suffix | 
| static IRI | TIME. HOURtime:hour | 
| static IRI | TIME. HOURStime:hours | 
| static IRI | FN. HOURS_FROM_DATETIMEfn:hours-from-dateTime | 
| static IRI | RDF. HTMLhttp://www.w3.org/1999/02/22-rdf-syntax-ns#HTML | 
| static IRI | FOAF. ICQ_CHAT_ID | 
| static IRI | XMLSchema. IDhttp://www.w3.org/2001/XMLSchema#ID | 
| static IRI | DC. IDENTIFIERdc:identifier | 
| static IRI | ORG. IDENTIFIERvoid:identifier | 
| static IRI | DCTERMS. IDENTIFIERhttp://purl.org/dc/terms/identifier | 
| static IRI | XMLSchema. IDREFhttp://www.w3.org/2001/XMLSchema#IDREF | 
| static IRI | XMLSchema. IDREFShttp://www.w3.org/2001/XMLSchema#IDREFS | 
| static IRI | SP. IF | 
| static IRI | ODRL2. IGNOREDeprecated.  | 
| static IRI | SHACL. IGNORED_PROPERTIESsh:ignoredProperties | 
| static IRI | FOAF. IMAGE | 
| static IRI | FOAF. IMG | 
| static IRI | DOAP. IMPLEMENTS | 
| static IRI | ODRL2. IMPLIESodrl:implies | 
| static IRI | OWL. IMPORTShttp://www.w3.org/2002/07/owl#imports | 
| static IRI | SPIN. IMPORTS_PROPERTYhttp://spinrdf.org/spin#imports Can be used to link an RDF graph (usually the instance of owl:Ontology) with a
 SPIN library to define constraints. | 
| static IRI | DCTERMS. IMThttp://purl.org/dc/terms/IMT | 
| static IRI | SHACL. INsh:in | 
| static IRI | SHACL. IN_CONSTRAINT_COMPONENTsh:InConstraintComponent | 
| static IRI | SHACL. IN_CONSTRAINT_COMPONENT_INsh:InConstraintComponent-in | 
| static IRI | VOID. IN_DATASETvoid:inDataset | 
| static IRI | TIME. IN_DATE_TIMEtime:inDateTime | 
| static IRI | SKOS. IN_SCHEMEThe skos:inScheme relation. | 
| static IRI | TIME. IN_TEMPORAL_POSITIONtime:inTemporalPosition | 
| static IRI | TIME. IN_TIME_POSITIONtime:inTimePosition | 
| static IRI | TIME. IN_XSDDATEtime:inXSDDate | 
| static IRI | TIME. IN_XSDDATE_TIMEDeprecated.  | 
| static IRI | TIME. IN_XSDDATE_TIME_STAMPtime:inXSDDateTimeStamp | 
| static IRI | TIME. IN_XSDG_YEARtime:inXSDgYear | 
| static IRI | TIME. IN_XSDG_YEAR_MONTHtime:inXSDgYearMonth | 
| static IRI | LDP. INBOXldp:inbox | 
| static IRI | ODRL2. INCLUDEodrl:include | 
| static IRI | ODRL2. INCLUDED_INodrl:includedIn | 
| static IRI | OWL. INCOMPATIBLEWITHhttp://www.w3.org/2002/07/owl#incompatibleWith | 
| static IRI | LIST. INDEX | 
| static IRI | ODRL2. INDEXodrl:index | 
| static IRI | SPIF. INDEX_OF_FUNCTION | 
| static IRI | LDP. INDIRECT_CONTAINERldp:IndirectContainer | 
| static IRI | VCARD4. INDIVIDUALvcard:Individual | 
| static IRI | OWL. INDIVIDUALDeprecated.  | 
| static IRI | ODRL2. INDIVIDUALDeprecated.  | 
| static IRI | ODRL2. INDUSTRYodrl:industry | 
| static IRI | PROV. INFLUENCEprov:Influence | 
| static IRI | PROV. INFLUENCEDprov:influenced | 
| static IRI | PROV. INFLUENCERprov:influencer | 
| static IRI | SHACL. INFOsh:Info | 
| static IRI | SPIN. INFO_VIOLATION_LEVEL | 
| static IRI | ODRL2. INFORModrl:inform | 
| static IRI | ODRL2. INFORMED_PARTYodrl:informedParty | 
| static IRI | ODRL2. INFORMING_PARTYodrl:informingParty | 
| static IRI | ODRL2. INHERIT_ALLOWEDDeprecated.  | 
| static IRI | ODRL2. INHERIT_FROModrl:inheritFrom | 
| static IRI | ODRL2. INHERIT_RELATIONDeprecated.  | 
| static IRI | SD. INPUT_FORMATinput format | 
| static IRI | SP. InsertDeprecated.  | 
| static IRI | SP. INSERT_CLASSDeprecated.  | 
| static IRI | SP. INSERT_DATA_CLASShttp://spinrdf.org/sp#InsertData An Update operation to insert specific triples. | 
| static IRI | SP. INSERT_PATTERN_PROPERTYhttp://spinrdf.org/sp#insertPattern Points to a list of sp:TripleTemplates or sp:NamedGraphs in a modify command. | 
| static IRI | LDP. INSERTED_CONTENT_RELATIONldp:insertedContentRelation | 
| static IRI | PROV. INSERTED_KEY_ENTITY_PAIRprov:insertedKeyEntityPair | 
| static IRI | PROV. INSERTIONprov:Insertion | 
| static IRI | TIME. INSIDEtime:inside | 
| static IRI | ODRL2. INSTALLodrl:install | 
| static IRI | TIME. INSTANTtime:Instant | 
| static IRI | PROV. INSTANTANEOUS_EVENTprov:InstantaneousEvent | 
| static IRI | DCTERMS. INSTRUCTIONAL_METHODhttp://purl.org/dc/terms/instructionalMethod | 
| static IRI | XMLSchema. INThttp://www.w3.org/2001/XMLSchema#int | 
| static IRI | XMLSchema. INTEGERhttp://www.w3.org/2001/XMLSchema#integer | 
| static IRI | FOAF. INTEREST | 
| static IRI | VCARD4. INTERNETDeprecated.  | 
| static IRI | GEOF. INTERSECTION | 
| static IRI | OWL. INTERSECTIONOFhttp://www.w3.org/2002/07/owl#intersectionOf | 
| static IRI | TIME. INTERVALtime:Interval | 
| static IRI | TIME. INTERVAL_AFTERtime:intervalAfter | 
| static IRI | TIME. INTERVAL_BEFOREtime:intervalBefore | 
| static IRI | TIME. INTERVAL_CONTAINStime:intervalContains | 
| static IRI | TIME. INTERVAL_DISJOINTtime:intervalDisjoint | 
| static IRI | TIME. INTERVAL_DURINGtime:intervalDuring | 
| static IRI | TIME. INTERVAL_EQUALStime:intervalEquals | 
| static IRI | TIME. INTERVAL_FINISHED_BYtime:intervalFinishedBy | 
| static IRI | TIME. INTERVAL_FINISHEStime:intervalFinishes | 
| static IRI | TIME. INTERVAL_INtime:intervalIn | 
| static IRI | TIME. INTERVAL_MEETStime:intervalMeets | 
| static IRI | TIME. INTERVAL_MET_BYtime:intervalMetBy | 
| static IRI | TIME. INTERVAL_OVERLAPPED_BYtime:intervalOverlappedBy | 
| static IRI | TIME. INTERVAL_OVERLAPStime:intervalOverlaps | 
| static IRI | TIME. INTERVAL_STARTED_BYtime:intervalStartedBy | 
| static IRI | TIME. INTERVAL_STARTStime:intervalStarts | 
| static IRI | VCARD4. INTLDeprecated.  | 
| static IRI | SP. INTO_PROPERTYhttp://spinrdf.org/sp#into The (optional) target of a LOAD Update operation. | 
| static IRI | ODRL2. INVALIDodrl:invalid | 
| static IRI | PROV. INVALIDATEDprov:invalidated | 
| static IRI | PROV. INVALIDATED_AT_TIMEprov:invalidatedAtTime | 
| static IRI | PROV. INVALIDATIONprov:Invalidation | 
| static IRI | SHACL. INVERSE_PATHsh:inversePath | 
| static IRI | OWL. INVERSEFUNCTIONALPROPERTYhttp://www.w3.org/2002/07/owl#InverseFunctionalProperty | 
| static IRI | OWL. INVERSEOFhttp://www.w3.org/2002/07/owl#inverseOf | 
| static IRI | SPIF. INVOKE_FUNCTION | 
| static IRI | SP. IRI | 
| static IRI | SHACL. IRIsh:IRI | 
| static IRI | SHACL. IRI_OR_LITERALsh:IRIOrLiteral | 
| static IRI | OWL. IRREFLEXIVEPROPERTYhttp://www.w3.org/2002/07/owl#IrreflexiveProperty | 
| static IRI | ODRL2. IS_Aodrl:isA | 
| static IRI | ODRL2. IS_ALL_OFodrl:isAllOf | 
| static IRI | ODRL2. IS_ANY_OFodrl:isAnyOf | 
| static IRI | SP. IS_BLANK | 
| static IRI | DCTERMS. IS_FORMAT_OFhttp://purl.org/dc/terms/isFormatOf | 
| static IRI | SP. IS_IRI | 
| static IRI | SP. IS_LITERAL | 
| static IRI | LDP. IS_MEMBER_OF_RELATIONldp:isMemberOfRelation | 
| static IRI | ODRL2. IS_NONE_OFodrl:isNoneOf | 
| static IRI | SP. IS_NUMERIC | 
| static IRI | ODRL2. IS_PART_OFodrl:isPartOf | 
| static IRI | DCTERMS. IS_PART_OFhttp://purl.org/dc/terms/isPartOf | 
| static IRI | FOAF. IS_PRIMARY_TOPIC_OF | 
| static IRI | DCTERMS. IS_REFERENCED_BYhttp://purl.org/dc/terms/isReferencedBy | 
| static IRI | DCTERMS. IS_REPLACED_BYhttp://purl.org/dc/terms/isReplacedBy | 
| static IRI | DCTERMS. IS_REQUIRED_BYhttp://purl.org/dc/terms/isRequiredBy | 
| static IRI | SP. IS_URI | 
| static IRI | SPIF. IS_VALID_URI_FUNCTION | 
| static IRI | DCTERMS. IS_VERSION_OFhttp://purl.org/dc/terms/isVersionOf | 
| static IRI | RDFS. ISDEFINEDBYhttp://www.w3.org/2000/01/rdf-schema#isDefinedBy | 
| static IRI | VCARD4. ISDNDeprecated.  | 
| static IRI | DCTERMS. ISO3166http://purl.org/dc/terms/ISO3166 | 
| static IRI | DCTERMS. ISO639_2http://purl.org/dc/terms/ISO639-2 | 
| static IRI | DCTERMS. ISO639_3http://purl.org/dc/terms/ISO639-3 | 
| static IRI | DCTERMS. ISSUEDhttp://purl.org/dc/terms/issued | 
| static IRI | FOAF. JABBER_ID | 
| static IRI | TIME. JANUARYDeprecated.  | 
| static IRI | SPINX. JAVA_SCRIPT_CODE_PROPERTY | 
| static IRI | SPINX. JAVA_SCRIPT_FILE_PROPERTY | 
| static IRI | DCTERMS. JURISDICTIONhttp://purl.org/dc/terms/Jurisdiction | 
| static IRI | VCARD4. KEYvcard:key | 
| static IRI | PROV. KEY_ENTITY_PAIRprov:KeyEntityPair | 
| static IRI | DCAT. KEYWORDdcat:keyword | 
| static IRI | VCARD4. KINvcard:Kin | 
| static IRI | VCARD4. KINDvcard:Kind | 
| static IRI | FOAF. KNOWS | 
| static IRI | VCARD4. LABELDeprecated.  | 
| static IRI | RDFS. LABELhttp://www.w3.org/2000/01/rdf-schema#label | 
| static IRI | SKOSXL. LABELThe skosxl:Label class. | 
| static IRI | VCARD4. LABEL_PROPDeprecated.  | 
| static IRI | FOAF. LABEL_PROPERTY | 
| static IRI | SKOSXL. LABEL_RELATIONThe skosxl:labelRelation relation. | 
| static IRI | SHACL. LABEL_TEMPLATEsh:labelTemplate | 
| static IRI | SPIN. LABEL_TEMPLATE_PROPERTYhttp://spinrdf.org/spin#labelTemplate A template string for displaying instantiations of a module in
 human-readable form. | 
| static IRI | DCAT. LANDING_PAGEdcat:landingPage | 
| static IRI | SP. LANG | 
| static IRI | RDF. LANGSTRINGhttp://www.w3.org/1999/02/22-rdf-syntax-ns#langString | 
| static IRI | VCARD4. LANGUAGEvcard:language | 
| static IRI | DC. LANGUAGEdc:language | 
| static IRI | ODRL2. LANGUAGEodrl:language | 
| static IRI | XMLSchema. LANGUAGEhttp://www.w3.org/2001/XMLSchema#language | 
| static IRI | SD. LANGUAGELanguage | 
| static IRI | DCTERMS. LANGUAGEhttp://purl.org/dc/terms/language | 
| static IRI | SD. LANGUAGE_EXTENSIONlanguage extension | 
| static IRI | SHACL. LANGUAGE_INsh:languageIn | 
| static IRI | SHACL. LANGUAGE_IN_CONSTRAINT_COMPONENTsh:LanguageInConstraintComponent | 
| static IRI | SHACL. LANGUAGE_IN_CONSTRAINT_COMPONENT_LANGUAGE_INsh:LanguageInConstraintComponent-languageIn | 
| static IRI | SPIF. LAST_INDEX_OF_FUNCTION | 
| static IRI | FOAF. LAST_NAME | 
| static IRI | VCARD4. LATITUDEDeprecated.  | 
| static IRI | DCTERMS. LCChttp://purl.org/dc/terms/LCC | 
| static IRI | DCTERMS. LCSHhttp://purl.org/dc/terms/LCSH | 
| static IRI | SP. LE | 
| static IRI | ODRL2. LEASEDeprecated.  | 
| static IRI | ODRL2. LEFT_OPERANDodrl:LeftOperand | 
| static IRI | ODRL2. LEFT_OPERAND_PROPodrl:leftOperand | 
| static IRI | ROV. LEGAL_NAMErov:legalName | 
| static IRI | ODRL2. LENDDeprecated.  | 
| static IRI | LIST. LENGTH | 
| static IRI | SHACL. LESS_THANsh:lessThan | 
| static IRI | SHACL. LESS_THAN_CONSTRAINT_COMPONENTsh:LessThanConstraintComponent | 
| static IRI | SHACL. LESS_THAN_CONSTRAINT_COMPONENT_LESS_THANsh:LessThanConstraintComponent-lessThan | 
| static IRI | SHACL. LESS_THAN_OR_EQUALSsh:lessThanOrEquals | 
| static IRI | SHACL. LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENTsh:LessThanOrEqualsConstraintComponent | 
| static IRI | SHACL. LESS_THAN_OR_EQUALS_CONSTRAINT_COMPONENT_LESS_THAN_OR_EQUALSsh:LessThanOrEqualsConstraintComponent-lessThanOrEquals | 
| static IRI | SP. LetDeprecated.  | 
| static IRI | SP. LET_CLASSDeprecated.  | 
| static IRI | RDF. LIhttp://www.w3.org/1999/02/22-rdf-syntax-ns#li | 
| static IRI | SPIN. LIBRARY_ONTOLOGY_CLASShttp://spinrdf.org/spin#LibraryOntology A marker class that can be attached to base URIs (ontologies) to instruct
 SPIN engines that this ontology only contains a library of SPIN declarations. | 
| static IRI | ODRL2. LICENSEDeprecated.  | 
| static IRI | DOAP. LICENSE | 
| static IRI | DCTERMS. LICENSEhttp://purl.org/dc/terms/license | 
| static IRI | DCTERMS. LICENSE_DOCUMENThttp://purl.org/dc/terms/LicenseDocument | 
| static IRI | SP. LIMIT_PROPERTYhttp://spinrdf.org/sp#limit The LIMIT solution modifier of a Query. | 
| static IRI | DCTERMS. LINGUISTIC_SYSTEMhttp://purl.org/dc/terms/LinguisticSystem | 
| static IRI | VOID. LINK_PREDICATEvoid:linkPredicate | 
| static IRI | ORG. LINKED_TOvoid:linkedTo | 
| static IRI | VOID. LINKSETvoid:Linkset | 
| static IRI | RDF. LISThttp://www.w3.org/1999/02/22-rdf-syntax-ns#List | 
| static IRI | RDFS. LITERALhttp://www.w3.org/2000/01/rdf-schema#Literal | 
| static IRI | SHACL. LITERALsh:Literal | 
| static IRI | SKOSXL. LITERAL_FORMThe skosxl:literalForm property. | 
| static IRI | SP. LOAD_CLASShttp://spinrdf.org/sp#Load A LOAD Update operation. | 
| static IRI | VCARD4. LOCALITYvcard:locality | 
| static IRI | AFN. LOCALNAMEhttp://jena.hpl.hp.com/ARQ/function#localname The LocalName QueryModelNode as a SPARQL function. | 
| static IRI | VCARD4. LOCATIONvcard:Location | 
| static IRI | ORG. LOCATIONvoid:location | 
| static IRI | PROV. LOCATIONprov:Location | 
| static IRI | LOCN. LOCATIONlocn:location | 
| static IRI | DCTERMS. LOCATIONhttp://purl.org/dc/terms/Location | 
| static IRI | DCTERMS. LOCATION_PERIOD_OR_JURISDICTIONhttp://purl.org/dc/terms/LocationPeriodOrJurisdiction | 
| static IRI | LOCN. LOCATOR_DESIGNATORlocn:locatorDesignator | 
| static IRI | LOCN. LOCATOR_NAMElocn:locatorName | 
| static IRI | ODRL2. LOGICAL_CONSTRAINTodrl:LogicalConstraint | 
| static IRI | VCARD4. LOGOvcard:logo | 
| static IRI | FOAF. LOGO | 
| static IRI | XMLSchema. LONGhttp://www.w3.org/2001/XMLSchema#long | 
| static IRI | VCARD4. LONGITUDEDeprecated.  | 
| static IRI | FN. LOWER_CASEfn:lower-case | 
| static IRI | SPIF. LOWER_CASE_FUNCTION | 
| static IRI | SPIF. LOWER_TITLE_CASE_FUNCTION | 
| static IRI | SP. LT | 
| static IRI | ODRL2. LTodrl:lt | 
| static IRI | ODRL2. LTEQodrl:lteq | 
| static IRI | FOAF. MADE | 
| static IRI | SPIN. MAGIC_PROPERTIES_CLASShttp://spinrdf.org/spin#MagicProperties An abstract superclass that can be used to group all spin:MagicProperty
 instances under a single parent class. | 
| static IRI | SPIN. MAGIC_PROPERTY_CLASS | 
| static IRI | VCARD4. MAILERDeprecated.  | 
| static IRI | DOAP. MAILING_LIST | 
| static IRI | DOAP. MAINTAINER | 
| static IRI | FOAF. MAKER | 
| static IRI | VCARD4. MALEvcard:Male | 
| static IRI | EARL. MANUAL | 
| static IRI | SKOS. MAPPING_RELATIONThe skos:mappingRelation relation. | 
| static IRI | SP. MAX_CLASShttp://spinrdf.org/sp#Max Represents MAX aggregations. | 
| static IRI | SHACL. MAX_COUNTsh:maxCount | 
| static IRI | SHACL. MAX_COUNT_CONSTRAINT_COMPONENTsh:MaxCountConstraintComponent | 
| static IRI | SHACL. MAX_COUNT_CONSTRAINT_COMPONENT_MAX_COUNTsh:MaxCountConstraintComponent-maxCount | 
| static IRI | SHACL. MAX_EXCLUSIVEsh:maxExclusive | 
| static IRI | SHACL. MAX_EXCLUSIVE_CONSTRAINT_COMPONENTsh:MaxExclusiveConstraintComponent | 
| static IRI | SHACL. MAX_EXCLUSIVE_CONSTRAINT_COMPONENT_MAX_EXCLUSIVEsh:MaxExclusiveConstraintComponent-maxExclusive | 
| static IRI | SHACL. MAX_INCLUSIVEsh:maxInclusive | 
| static IRI | SHACL. MAX_INCLUSIVE_CONSTRAINT_COMPONENTsh:MaxInclusiveConstraintComponent | 
| static IRI | SHACL. MAX_INCLUSIVE_CONSTRAINT_COMPONENT_MAX_INCLUSIVEsh:MaxInclusiveConstraintComponent-maxInclusive | 
| static IRI | SHACL. MAX_LENGTHsh:maxLength | 
| static IRI | SHACL. MAX_LENGTH_CONSTRAINT_COMPONENTsh:MaxLengthConstraintComponent | 
| static IRI | SHACL. MAX_LENGTH_CONSTRAINT_COMPONENT_MAX_LENGTHsh:MaxLengthConstraintComponent-maxLength | 
| static IRI | OWL. MAXCARDINALITYhttp://www.w3.org/2002/07/owl#maxCardinality | 
| static IRI | OWL. MAXQUALIFIEDCARDINALITYhttp://www.w3.org/2002/07/owl#maxQualifiedCardinality | 
| static IRI | FOAF. MBOX | 
| static IRI | FOAF. MBOX_SHA1SUM | 
| static IRI | VCARD4. MEvcard:Me | 
| static IRI | ODRL2. MEDIAodrl:media | 
| static IRI | DCAT. MEDIA_TYPEdcat:mediaType | 
| static IRI | DCTERMS. MEDIA_TYPEhttp://purl.org/dc/terms/MediaType | 
| static IRI | DCTERMS. MEDIA_TYPE_OR_EXTENThttp://purl.org/dc/terms/MediaTypeOrExtent | 
| static IRI | DCTERMS. MEDIATORhttp://purl.org/dc/terms/mediator | 
| static IRI | DCTERMS. MEDIUMhttp://purl.org/dc/terms/medium | 
| static IRI | LDP. MEMBERldp:member | 
| static IRI | LIST. MEMBER | 
| static IRI | RDFS. MEMBERhttp://www.w3.org/2000/01/rdf-schema#member | 
| static IRI | ORG. MEMBERvoid:member | 
| static IRI | FOAF. MEMBER | 
| static IRI | SKOS. MEMBERThe skos:member relation. | 
| static IRI | ORG. MEMBER_DURINGvoid:memberDuring | 
| static IRI | SKOS. MEMBER_LISTThe skos:memberList relation. | 
| static IRI | ORG. MEMBER_OFvoid:memberOf | 
| static IRI | LDP. MEMBER_SUBJECTldp:MemberSubject | 
| static IRI | OWL. MEMBERShttp://www.w3.org/2002/07/owl#members | 
| static IRI | ORG. MEMBERSHIPvoid:Membership | 
| static IRI | FOAF. MEMBERSHIP_CLASS | 
| static IRI | LDP. MEMBERSHIP_RESOURCEldp:membershipResource | 
| static IRI | PROV. MENTION_OFprov:mentionOf | 
| static IRI | DCTERMS. MESHhttp://purl.org/dc/terms/MESH | 
| static IRI | SHACL. MESSAGEsh:message | 
| static IRI | VCARD4. METvcard:Met | 
| static IRI | ODRL2. METERED_TIMEodrl:meteredTime | 
| static IRI | DCTERMS. METHOD_OF_ACCRUALhttp://purl.org/dc/terms/MethodOfAccrual | 
| static IRI | DCTERMS. METHOD_OF_INSTRUCTIONhttp://purl.org/dc/terms/MethodOfInstruction | 
| static IRI | SP. MIN_CLASShttp://spinrdf.org/sp#Min Represents MIN aggregations. | 
| static IRI | SHACL. MIN_COUNTsh:minCount | 
| static IRI | SHACL. MIN_COUNT_CONSTRAINT_COMPONENTsh:MinCountConstraintComponent | 
| static IRI | SHACL. MIN_COUNT_CONSTRAINT_COMPONENT_MIN_COUNTsh:MinCountConstraintComponent-minCount | 
| static IRI | SHACL. MIN_EXCLUSIVEsh:minExclusive | 
| static IRI | SHACL. MIN_EXCLUSIVE_CONSTRAINT_COMPONENTsh:MinExclusiveConstraintComponent | 
| static IRI | SHACL. MIN_EXCLUSIVE_CONSTRAINT_COMPONENT_MIN_EXCLUSIVEsh:MinExclusiveConstraintComponent-minExclusive | 
| static IRI | SHACL. MIN_INCLUSIVEsh:minInclusive | 
| static IRI | SHACL. MIN_INCLUSIVE_CONSTRAINT_COMPONENTsh:MinInclusiveConstraintComponent | 
| static IRI | SHACL. MIN_INCLUSIVE_CONSTRAINT_COMPONENT_MIN_INCLUSIVEsh:MinInclusiveConstraintComponent-minInclusive | 
| static IRI | SHACL. MIN_LENGTHsh:minLength | 
| static IRI | SHACL. MIN_LENGTH_CONSTRAINT_COMPONENTsh:MinLengthConstraintComponent | 
| static IRI | SHACL. MIN_LENGTH_CONSTRAINT_COMPONENT_MIN_LENGTHsh:MinLengthConstraintComponent-minLength | 
| static IRI | OWL. MINCARDINALITYhttp://www.w3.org/2002/07/owl#minCardinality | 
| static IRI | OWL. MINQUALIFIEDCARDINALITYhttp://www.w3.org/2002/07/owl#minQualifiedCardinality | 
| static IRI | SP. MINUS_CLASShttp://spinrdf.org/sp#Minus A MINUS element group. | 
| static IRI | TIME. MINUTEtime:minute | 
| static IRI | TIME. MINUTEStime:minutes | 
| static IRI | FN. MINUTES_FROM_DATETIMEfn:minutes-from-dateTime | 
| static IRI | SPIF. MOD_FUNCTION | 
| static IRI | SP. MOD_MAX_PROPERTY | 
| static IRI | SP. MOD_MIN_PROPERTY | 
| static IRI | SP. MOD_PATH_CLASShttp://spinrdf.org/sp#ModPath A modified path such as rdfs:subClassOf*. | 
| static IRI | EARL. MODE | 
| static IRI | VCARD4. MODEMDeprecated.  | 
| static IRI | DCTERMS. MODIFIEDhttp://purl.org/dc/terms/modified | 
| static IRI | PROV. MODIFYprov:Modify | 
| static IRI | ODRL2. MODIFYodrl:modify | 
| static IRI | SP. MODIFY_CLASShttp://spinrdf.org/sp#Modify Represents a MODIFY (part of SPARQL UPDATE language). | 
| static IRI | SPIN. MODULE_CLASShttp://spinrdf.org/spin#Module An abstract building block of a SPARQL system. | 
| static IRI | SPIN. MODULES_CLASShttp://spinrdf.org/spin#Modules An "artificial" parent class for all Functions and Templates. | 
| static IRI | TIME. MONDAYtime:Monday | 
| static IRI | TIME. MONTHtime:month | 
| static IRI | FN. MONTH_FROM_DATETIMEfn:month-from-dateTime | 
| static IRI | TIME. MONTH_OF_YEARtime:MonthOfYear | 
| static IRI | TIME. MONTH_OF_YEAR_PROPtime:monthOfYear | 
| static IRI | TIME. MONTHStime:months | 
| static IRI | ODRL2. MOVEodrl:move | 
| static IRI | VCARD4. MSGDeprecated.  | 
| static IRI | FOAF. MSN_CHAT_ID | 
| static IRI | SP. MUL | 
| static IRI | VCARD4. MUSEvcard:Muse | 
| static IRI | FOAF. MYERS_BRIGGS | 
| static IRI | VCARD4. Nvcard:n | 
| static IRI | VCARD4. NAMEvcard:Name | 
| static IRI | XMLSchema. NAMEhttp://www.w3.org/2001/XMLSchema#Name | 
| static IRI | SHACL. NAMEsh:name | 
| static IRI | FOAF. NAME | 
| static IRI | DOAP. NAMEProperties | 
| static IRI | SD. NAMEname | 
| static IRI | SPIF. NAME_FUNCTION | 
| static IRI | SP. NAMED_GRAPH_CLASShttp://spinrdf.org/sp#NamedGraph A named Graph element such as GRAPH  | 
| static IRI | SD. NAMED_GRAPH_CLASSNamed Graph | 
| static IRI | SD. NAMED_GRAPH_PROPERTYnamed graph | 
| static IRI | SP. NAMED_PROPERTYhttp://spinrdf.org/sp#named Used in DROP and CLEAR. | 
| static IRI | OWL. NAMEDINDIVIDUALhttp://www.w3.org/2002/07/owl#NamedIndividual | 
| static IRI | SHACL. NAMESPACE_PROPsh:namespace | 
| static IRI | SKOS. NARROW_MATCHThe skos:narrowMatch relation. | 
| static IRI | SKOS. NARROWERThe skos:narrower relation. | 
| static IRI | SKOS. NARROWER_TRANSITIVEThe skos:narrowerTransitive relation. | 
| static IRI | XMLSchema. NCNAMEhttp://www.w3.org/2001/XMLSchema#NCName | 
| static IRI | SP. NE | 
| static IRI | XMLSchema. NEGATIVE_INTEGERhttp://www.w3.org/2001/XMLSchema#negativeInteger | 
| static IRI | OWL. NEGATIVEPROPERTYASSERTIONhttp://www.w3.org/2002/07/owl#NegativePropertyAssertion | 
| static IRI | VCARD4. NEIGHBORvcard:Neighbor | 
| static IRI | ODRL2. NEQodrl:neq | 
| static IRI | ODRL2. NEXT_POLICYodrl:nextPolicy | 
| static IRI | SPIN. NEXT_RULE_PROPERTY_PROPERTYhttp://spinrdf.org/spin#nextRuleProperty Can be used to link two sub-properties of spin:rule (or spin:rule
 itself) to instruct the SPIN engine to execute one set of rules before another one. | 
| static IRI | FOAF. NICK | 
| static IRI | VCARD4. NICKNAMEvcard:nickname | 
| static IRI | RDF. NILhttp://www.w3.org/1999/02/22-rdf-syntax-ns#nil | 
| static IRI | SESAME. NILThe SPARQL null context identifier ( http://www.openrdf.org/schema/sesame#nil) | 
| static IRI | DCTERMS. NLMhttp://purl.org/dc/terms/NLM | 
| static IRI | XMLSchema. NMTOKENhttp://www.w3.org/2001/XMLSchema#NMTOKEN | 
| static IRI | XMLSchema. NMTOKENShttp://www.w3.org/2001/XMLSchema#NMTOKENS | 
| static IRI | SHACL. NODEsh:node | 
| static IRI | SHACL. NODE_CONSTRAINT_COMPONENTsh:NodeConstraintComponent | 
| static IRI | SHACL. NODE_CONSTRAINT_COMPONENT_NODEsh:NodeConstraintComponent-node | 
| static IRI | SHACL. NODE_KINDsh:NodeKind | 
| static IRI | SHACL. NODE_KIND_CONSTRAINT_COMPONENTsh:NodeKindConstraintComponent | 
| static IRI | SHACL. NODE_KIND_CONSTRAINT_COMPONENT_NODE_KINDsh:NodeKindConstraintComponent-nodeKind | 
| static IRI | SHACL. NODE_KIND_PROPsh:nodeKind | 
| static IRI | SP. NODE_PROPERTY | 
| static IRI | SHACL. NODE_SHAPEsh:NodeShape | 
| static IRI | SHACL. NODE_VALIDATORsh:nodeValidator | 
| static IRI | TIME. NOMINAL_POSITIONtime:nominalPosition | 
| static IRI | XMLSchema. NON_NEGATIVE_INTEGERhttp://www.w3.org/2001/XMLSchema#nonNegativeInteger | 
| static IRI | XMLSchema. NON_POSITIVE_INTEGERhttp://www.w3.org/2001/XMLSchema#nonPositiveInteger | 
| static IRI | LDP. NON_RDF_SOURCEldp:NonRDFSource | 
| static IRI | VCARD4. NONEvcard:None | 
| static IRI | XMLSchema. NORMALIZEDSTRINGhttp://www.w3.org/2001/XMLSchema#normalizedString | 
| static IRI | SP. NOT | 
| static IRI | SHACL. NOTsh:not | 
| static IRI | SHACL. NOT_CONSTRAINT_COMPONENTsh:NotConstraintComponent | 
| static IRI | SHACL. NOT_CONSTRAINT_COMPONENT_NOTsh:NotConstraintComponent-not | 
| static IRI | SP. NOT_EXISTS | 
| static IRI | SP. NOT_EXISTS_CLASShttp://spinrdf.org/sp#NotExists A NOT EXISTS element group (ARQ only). | 
| static IRI | EARL. NOTAPPLICABLE | 
| static IRI | XMLSchema. NOTATIONhttp://www.w3.org/2001/XMLSchema#NOTATION | 
| static IRI | SKOS. NOTATIONThe skos:notation property. | 
| static IRI | EARL. NOTAVAILABLE | 
| static IRI | VCARD4. NOTEvcard:note | 
| static IRI | SKOS. NOTEThe skos:note property. | 
| static IRI | OWL. NOTHINGhttp://www.w3.org/2002/07/owl#Nothing | 
| static IRI | EARL. NOTTESTED | 
| static IRI | FN. NUMERIC_ABSfn:numeric-abs | 
| static IRI | FN. NUMERIC_CEILfn:numeric-ceil | 
| static IRI | TIME. NUMERIC_DURATIONtime:numericDuration | 
| static IRI | FN. NUMERIC_FLOORfn:numeric-floor | 
| static IRI | TIME. NUMERIC_POSITIONtime:numericPosition | 
| static IRI | FN. NUMERIC_ROUNDfn:numeric-round | 
| static IRI | RDF. OBJECThttp://www.w3.org/1999/02/22-rdf-syntax-ns#object | 
| static IRI | SPL. OBJECT_FUNCTIONhttp://spinrdf.org/spl#object | 
| static IRI | SP. OBJECT_PROPERTYhttp://spinrdf.org/sp#object An RDF Node or Variable describing the object of a triple. | 
| static IRI | OWL. OBJECTPROPERTYhttp://www.w3.org/2002/07/owl#ObjectProperty | 
| static IRI | VOID. OBJECTS_TARGETvoid:objectsTarget | 
| static IRI | ODRL2. OBLIGATIONodrl:obligation | 
| static IRI | ODRL2. OBTAIN_CONSENTodrl:obtainConsent | 
| static IRI | ODRL2. OFFERodrl:Offer | 
| static IRI | SP. OFFSET_PROPERTYhttp://spinrdf.org/sp#offset The OFFSET solution modifier of a Query. | 
| static IRI | DOAP. OLD_HOMEPAGE | 
| static IRI | OWL. ONCLASShttp://www.w3.org/2002/07/owl#onClass | 
| static IRI | OWL. ONDATARANGEhttp://www.w3.org/2002/07/owl#onDataRange | 
| static IRI | OWL. ONDATATYPEhttp://www.w3.org/2002/07/owl#onDatatype | 
| static IRI | SHACL. ONE_OR_MORE_PATHsh:oneOrMorePath | 
| static IRI | OWL. ONEOFhttp://www.w3.org/2002/07/owl#oneOf | 
| static IRI | FOAF. ONLINE_ACCOUNT | 
| static IRI | FOAF. ONLINE_CHAT_ACCOUNT | 
| static IRI | FOAF. ONLINE_ECOMMERCE_ACCOUNT | 
| static IRI | FOAF. ONLINE_GAMING_ACCOUNT | 
| static IRI | OWL. ONPROPERTIEShttp://www.w3.org/2002/07/owl#onProperties | 
| static IRI | OWL. ONPROPERTYhttp://www.w3.org/2002/07/owl#onProperty | 
| static IRI | OWL. ONTOLOGYhttp://www.w3.org/2002/07/owl#Ontology | 
| static IRI | OWL. ONTOLOGYPROPERTYhttp://www.w3.org/2002/07/owl#OntologyProperty | 
| static IRI | VOID. OPEN_SEARCH_DESCRIPTIONvoid:openSearchDescription | 
| static IRI | FOAF. OPENID | 
| static IRI | ODRL2. OPERANDodrl:operand | 
| static IRI | ODRL2. OPERATORodrl:Operator | 
| static IRI | ODRL2. OPERATOR_PROPodrl:operator | 
| static IRI | SHACL. OPTIONALsh:optional | 
| static IRI | SP. OPTIONAL_CLASShttp://spinrdf.org/sp#Optional An optional element in a query. | 
| static IRI | SPL. OPTIONAL_PROPERTYhttp://spinrdf.org/spl#optional | 
| static IRI | SP. OR | 
| static IRI | ODRL2. ORodrl:or | 
| static IRI | SHACL. ORsh:or | 
| static IRI | SHACL. OR_CONSTRAINT_COMPONENTsh:OrConstraintComponent | 
| static IRI | SHACL. OR_CONSTRAINT_COMPONENT_ORsh:OrConstraintComponent-or | 
| static IRI | SHACL. ORDERsh:order | 
| static IRI | SP. ORDER_BY_CONDITION_CLASShttp://spinrdf.org/sp#OrderByCondition An abstract base class for ascending or descending order conditions. | 
| static IRI | SP. ORDER_BY_PROPERTYhttp://spinrdf.org/sp#orderBy Links a query with an ORDER BY clause where the values are rdf:List containing
 OrderByConditions or expressions. | 
| static IRI | SKOS. ORDERED_COLLECTIONThe skos:OrderedCollection class | 
| static IRI | VCARD4. ORGvcard:org | 
| static IRI | ROV. ORG_ACTIVITYrov:orgActivity | 
| static IRI | ROV. ORG_STATUSrov:orgStatus | 
| static IRI | ROV. ORG_TYPErov:orgType | 
| static IRI | VCARD4. ORGANIZATIONvcard:Organization | 
| static IRI | ORG. ORGANIZATIONvoid:Organization | 
| static IRI | PROV. ORGANIZATIONprov:Organization | 
| static IRI | FOAF. ORGANIZATION | 
| static IRI | VCARD4. ORGANIZATION_NAMEvcard:organization-name | 
| static IRI | VCARD4. ORGANIZATION_UNITvcard:organization-unit | 
| static IRI | ORG. ORGANIZATIONAL_COLLABORATIONvoid:OrganizationalCollaboration | 
| static IRI | ORG. ORGANIZATIONAL_UNITvoid:OrganizationalUnit | 
| static IRI | ORG. ORIGINAL_ORGANIZATIONvoid:originalOrganization | 
| static IRI | VCARD4. OTHERvcard:Other | 
| static IRI | EARL. OUTCOME | 
| static IRI | ODRL2. OUTPUTodrl:output | 
| static IRI | DCAT. PACKAGE_FORMATdcat:packageFormat | 
| static IRI | LDP. PAGEldp:Page | 
| static IRI | FOAF. PAGE | 
| static IRI | LDP. PAGE_SEQUENCEldp:pageSequence | 
| static IRI | LDP. PAGE_SORT_COLLATIONldp:pageSortCollation | 
| static IRI | LDP. PAGE_SORT_CRITERIAldp:pageSortCriteria | 
| static IRI | LDP. PAGE_SORT_CRITERIONldp:PageSortCriterion | 
| static IRI | LDP. PAGE_SORT_ORDERldp:pageSortOrder | 
| static IRI | LDP. PAGE_SORT_PREDICATEldp:pageSortPredicate | 
| static IRI | VCARD4. PAGERvcard:Pager | 
| static IRI | PROV. PAIR_ENTITYprov:pairEntity | 
| static IRI | PROV. PAIR_KEYprov:pairKey | 
| static IRI | SHACL. PARAMETERsh:Parameter | 
| static IRI | SHACL. PARAMETER_PROPsh:parameter | 
| static IRI | SHACL. PARAMETERIZABLEsh:Parameterizable | 
| static IRI | VCARD4. PARCELDeprecated.  | 
| static IRI | VCARD4. PARENTvcard:Parent | 
| static IRI | SPIF. PARSE_DATE_FUNCTION | 
| static IRI | ODRL2. PART_OFodrl:partOf | 
| static IRI | ODRL2. PARTYodrl:Party | 
| static IRI | ODRL2. PARTY_COLLECTIONodrl:PartyCollection | 
| static IRI | ODRL2. PARTY_SCOPEDeprecated.  | 
| static IRI | EARL. PASS | 
| static IRI | FOAF. PAST_PROJECT | 
| static IRI | SHACL. PATHsh:path | 
| static IRI | SP. PATH_CLASShttp://spinrdf.org/sp#Path The base class of SPARQL property path expressions. | 
| static IRI | SP. PATH_PROPERTYhttp://spinrdf.org/sp#path Points from a TriplePath to its path. | 
| static IRI | SP. PATH1_PROPERTYhttp://spinrdf.org/sp#path1 The first child path of a property path. | 
| static IRI | SP. PATH2_PROPERTYhttp://spinrdf.org/sp#path2 The second child path of a property path. | 
| static IRI | SHACL. PATTERNsh:pattern | 
| static IRI | SHACL. PATTERN_CONSTRAINT_COMPONENTsh:PatternConstraintComponent | 
| static IRI | SHACL. PATTERN_CONSTRAINT_COMPONENT_FLAGSsh:PatternConstraintComponent-flags | 
| static IRI | SHACL. PATTERN_CONSTRAINT_COMPONENT_PATTERNsh:PatternConstraintComponent-pattern | 
| static IRI | ODRL2. PAYDeprecated.  | 
| static IRI | ODRL2. PAY_AMOUNTodrl:payAmount | 
| static IRI | ODRL2. PAYEE_PARTYDeprecated.  | 
| static IRI | VCARD4. PCSDeprecated.  | 
| static IRI | ODRL2. PERCENTAGEodrl:percentage | 
| static IRI | DCTERMS. PERIODhttp://purl.org/dc/terms/Period | 
| static IRI | DCTERMS. PERIOD_OF_TIMEhttp://purl.org/dc/terms/PeriodOfTime | 
| static IRI | ODRL2. PERModrl:perm | 
| static IRI | ODRL2. PERMISSIONodrl:Permission | 
| static IRI | ODRL2. PERMISSION_PROPodrl:permission | 
| static IRI | PROV. PERSONprov:Person | 
| static IRI | FOAF. PERSON | 
| static IRI | FOAF. PERSONAL_PROFILE_DOCUMENT | 
| static IRI | FOAF. PHONE | 
| static IRI | VCARD4. PHOTOvcard:photo | 
| static IRI | DCTERMS. PHYSICAL_MEDIUMhttp://purl.org/dc/terms/PhysicalMedium | 
| static IRI | DCTERMS. PHYSICAL_RESOURCEhttp://purl.org/dc/terms/PhysicalResource | 
| static IRI | PROV. PINGBACKprov:pingback | 
| static IRI | PROV. PLANprov:Plan | 
| static IRI | FOAF. PLAN | 
| static IRI | ODRL2. PLAYodrl:play | 
| static IRI | LOCN. PO_BOXlocn:poBox | 
| static IRI | DCTERMS. POINThttp://purl.org/dc/terms/Point | 
| static IRI | ODRL2. POLICYodrl:Policy | 
| static IRI | DCTERMS. POLICYhttp://purl.org/dc/terms/Policy | 
| static IRI | ODRL2. POLICY_USAGEodrl:policyUsage | 
| static IRI | XMLSchema. POSITIVE_INTEGERhttp://www.w3.org/2001/XMLSchema#positiveInteger | 
| static IRI | ORG. POSTvoid:Post | 
| static IRI | LOCN. POST_CODElocn:postCode | 
| static IRI | ORG. POST_INvoid:postIn | 
| static IRI | LOCN. POST_NAMElocn:postName | 
| static IRI | VCARD4. POST_OFFICE_BOXDeprecated.  | 
| static IRI | VCARD4. POSTALDeprecated.  | 
| static IRI | VCARD4. POSTAL_CODEvcard:postal-code | 
| static IRI | RDF. PREDICATEhttp://www.w3.org/1999/02/22-rdf-syntax-ns#predicate | 
| static IRI | SP. PREDICATE_PROPERTYhttp://spinrdf.org/sp#predicate A resource or Variable describing the predicate of a triple. | 
| static IRI | SPL. PREDICATE_PROPERTYhttp://spinrdf.org/spl#predicate | 
| static IRI | VCARD4. PREFDeprecated.  | 
| static IRI | SKOSXL. PREF_LABELThe skosxl:prefLabel property. | 
| static IRI | SKOS. PREF_LABELThe skos:prefLabel lexical label property. | 
| static IRI | LDP. PREFER_CONTAINMENTldp:PreferContainment | 
| static IRI | LDP. PREFER_EMPTY_CONTAINERDeprecated.  | 
| static IRI | LDP. PREFER_MEMBERSHIPldp:PreferMembership | 
| static IRI | LDP. PREFER_MINIMAL_CONTAINERldp:PreferMinimalContainer | 
| static IRI | VANN. PREFERRED_NAMESPACE_PREFIXThe preferred namespace prefix to ue when using terms from this vocabulary in an XML document. | 
| static IRI | VANN. PREFERRED_NAMESPACE_URIThe preferred namespace URI to use when using terms from this vocabulary in an XML document. | 
| static IRI | SHACL. PREFIX_DECLARATIONsh:PrefixDeclaration | 
| static IRI | SHACL. PREFIX_PROPsh:prefix | 
| static IRI | SHACL. PREFIXESsh:prefixes | 
| static IRI | ODRL2. PRESENTodrl:present | 
| static IRI | ODRL2. PREVIEWDeprecated.  | 
| static IRI | PROV. PRIMARY_SOURCEprov:PrimarySource | 
| static IRI | FOAF. PRIMARY_TOPIC | 
| static IRI | ODRL2. PRINTodrl:print | 
| static IRI | OWL. PRIORVERSIONhttp://www.w3.org/2002/07/owl#priorVersion | 
| static IRI | ODRL2. PRIVACYodrl:Privacy | 
| static IRI | SPIN. PRIVATE_PROPERTYhttp://spinrdf.org/spin#private Can be set to true to indicate that a SPIN function is only meant to be used as a
 helper of other functions, but not directly. | 
| static IRI | VCARD4. PRODIDvcard:prodid | 
| static IRI | ODRL2. PRODUCTodrl:product | 
| static IRI | ODRL2. PROFILEodrl:profile | 
| static IRI | DOAP. PROGRAMMING_LANGUAGE | 
| static IRI | ODRL2. PROHIBITodrl:prohibit | 
| static IRI | ODRL2. PROHIBITIONodrl:Prohibition | 
| static IRI | ODRL2. PROHIBITION_PROPodrl:prohibition | 
| static IRI | FOAF. PROJECT | 
| static IRI | DOAP. PROJECTClasses | 
| static IRI | TIME. PROPER_INTERVALtime:ProperInterval | 
| static IRI | VOID. PROPERTIESvoid:properties | 
| static IRI | RDF. PROPERTYhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Property | 
| static IRI | VOID. PROPERTYvoid:property | 
| static IRI | SHACL. PROPERTYsh:property | 
| static IRI | SHACL. PROPERTY_CONSTRAINT_COMPONENTsh:PropertyConstraintComponent | 
| static IRI | SHACL. PROPERTY_CONSTRAINT_COMPONENT_PROPERTYsh:PropertyConstraintComponent-property | 
| static IRI | SD. PROPERTY_FEATUREproperty feature | 
| static IRI | SHACL. PROPERTY_GROUPsh:PropertyGroup | 
| static IRI | VOID. PROPERTY_PARTITIONvoid:propertyPartition | 
| static IRI | SHACL. PROPERTY_SHAPEsh:PropertyShape | 
| static IRI | SHACL. PROPERTY_VALIDATORsh:propertyValidator | 
| static IRI | OWL. PROPERTYCHAINAXIOMhttp://www.w3.org/2002/07/owl#propertyChainAxiom | 
| static IRI | OWL. PROPERTYDISJOINTWITHhttp://www.w3.org/2002/07/owl#propertyDisjointWith | 
| static IRI | DCTERMS. PROVENANCEhttp://purl.org/dc/terms/provenance | 
| static IRI | DCTERMS. PROVENANCE_STATEMENThttp://purl.org/dc/terms/ProvenanceStatement | 
| static IRI | PROV. PROVENANCE_URI_TEMPLATEprov:provenanceUriTemplate | 
| static IRI | ODRL2. PROXIMITYDeprecated.  | 
| static IRI | FOAF. PUBLICATIONS | 
| static IRI | PROV. PUBLISHprov:Publish | 
| static IRI | DC. PUBLISHERdc:publisher | 
| static IRI | PROV. PUBLISHERprov:Publisher | 
| static IRI | DCTERMS. PUBLISHERhttp://purl.org/dc/terms/publisher | 
| static IRI | ORG. PURPOSEvoid:purpose | 
| static IRI | ODRL2. PURPOSEodrl:purpose | 
| static IRI | XMLSchema. QNAMEhttp://www.w3.org/2001/XMLSchema#QName | 
| static IRI | SESAMEQNAME. QNAMEhttp://www.openrdf.org/schema/qname#qname | 
| static IRI | PROV. QUALIFIED_ASSOCIATIONprov:qualifiedAssociation | 
| static IRI | PROV. QUALIFIED_ATTRIBUTIONprov:qualifiedAttribution | 
| static IRI | PROV. QUALIFIED_COMMUNICATIONprov:qualifiedCommunication | 
| static IRI | PROV. QUALIFIED_DELEGATIONprov:qualifiedDelegation | 
| static IRI | PROV. QUALIFIED_DERIVATIONprov:qualifiedDerivation | 
| static IRI | PROV. QUALIFIED_ENDprov:qualifiedEnd | 
| static IRI | PROV. QUALIFIED_GENERATIONprov:qualifiedGeneration | 
| static IRI | PROV. QUALIFIED_INFLUENCEprov:qualifiedInfluence | 
| static IRI | PROV. QUALIFIED_INSERTIONprov:qualifiedInsertion | 
| static IRI | PROV. QUALIFIED_INVALIDATIONprov:qualifiedInvalidation | 
| static IRI | SHACL. QUALIFIED_MAX_COUNTsh:qualifiedMaxCount | 
| static IRI | SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENTsh:QualifiedMaxCountConstraintComponent | 
| static IRI | SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MAX_COUNTsh:QualifiedMaxCountConstraintComponent-qualifiedMaxCount | 
| static IRI | SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPEsh:QualifiedMaxCountConstraintComponent-qualifiedValueShape | 
| static IRI | SHACL. QUALIFIED_MAX_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINTsh:QualifiedMaxCountConstraintComponent-qualifiedValueShapesDisjoint | 
| static IRI | SHACL. QUALIFIED_MIN_COUNTsh:qualifiedMinCount | 
| static IRI | SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENTsh:QualifiedMinCountConstraintComponent | 
| static IRI | SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_MIN_COUNTsh:QualifiedMinCountConstraintComponent-qualifiedMinCount | 
| static IRI | SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPEsh:QualifiedMinCountConstraintComponent-qualifiedValueShape | 
| static IRI | SHACL. QUALIFIED_MIN_COUNT_CONSTRAINT_COMPONENT_QUALIFIED_VALUE_SHAPES_DISJOINTsh:QualifiedMinCountConstraintComponent-qualifiedValueShapesDisjoint | 
| static IRI | PROV. QUALIFIED_PRIMARY_SOURCEprov:qualifiedPrimarySource | 
| static IRI | PROV. QUALIFIED_QUOTATIONprov:qualifiedQuotation | 
| static IRI | DCAT. QUALIFIED_RELATIONdcat:qualifiedRelation | 
| static IRI | PROV. QUALIFIED_REMOVALprov:qualifiedRemoval | 
| static IRI | PROV. QUALIFIED_REVISIONprov:qualifiedRevision | 
| static IRI | PROV. QUALIFIED_STARTprov:qualifiedStart | 
| static IRI | PROV. QUALIFIED_USAGEprov:qualifiedUsage | 
| static IRI | SHACL. QUALIFIED_VALUE_SHAPEsh:qualifiedValueShape | 
| static IRI | SHACL. QUALIFIED_VALUE_SHAPES_DISJOINTsh:qualifiedValueShapesDisjoint | 
| static IRI | OWL. QUALIFIEDCARDINALITYhttp://www.w3.org/2002/07/owl#qualifiedCardinality | 
| static IRI | SP. QUERY_CLASShttp://spinrdf.org/sp#Query Abstract base class of the various types of supported queries. | 
| static IRI | SP. QUERY_PROPERTYhttp://spinrdf.org/sp#query Links a SubQuery resource with the nested Query. | 
| static IRI | SPIN. QUERY_PROPERTYhttp://spinrdf.org/spin#query Can be used to point from any resource to a Query. | 
| static IRI | PROV. QUOTATIONprov:Quotation | 
| static IRI | SPIF. RANDOM_FUNCTION | 
| static IRI | RDFS. RANGEhttp://www.w3.org/2000/01/rdf-schema#range | 
| static IRI | GEOF. RCC8_DC | 
| static IRI | GEOF. RCC8_EC | 
| static IRI | GEOF. RCC8_EQ | 
| static IRI | GEOF. RCC8_NTPP | 
| static IRI | GEOF. RCC8_NTPPI | 
| static IRI | GEOF. RCC8_PO | 
| static IRI | GEOF. RCC8_TPP | 
| static IRI | GEOF. RCC8_TPPI | 
| static IRI | LDP. RDF_SOURCEldp:RDFSource | 
| static IRI | ODRL2. READodrl:read | 
| static IRI | ODRL2. RECIPIENTodrl:recipient | 
| static IRI | SP. REDUCED_PROPERTYhttp://spinrdf.org/sp#reduced A property with true to indicate that a Select query has a REDUCED flag. | 
| static IRI | DCTERMS. REFERENCEShttp://purl.org/dc/terms/references | 
| static IRI | ODRL2. REFINEMENTodrl:refinement | 
| static IRI | OWL. REFLEXIVEPROPERTYhttp://www.w3.org/2002/07/owl#ReflexiveProperty | 
| static IRI | SP. REGEX | 
| static IRI | VCARD4. REGIONvcard:region | 
| static IRI | ROV. REGISTERED_ORGANIZATIONrov:RegisteredOrganization | 
| static IRI | ROV. REGISTRATIONrov:registration | 
| static IRI | GEOF. RELATE | 
| static IRI | SKOS. RELATEDThe skos:related relation. | 
| static IRI | SKOS. RELATED_MATCHThe skos:relatedMatch relation. | 
| static IRI | VCARD4. RELATED_TYPEvcard:RelatedType | 
| static IRI | DC. RELATIONdc:relation | 
| static IRI | ODRL2. RELATIONodrl:relation | 
| static IRI | DCTERMS. RELATIONhttp://purl.org/dc/terms/relation | 
| static IRI | DCAT. RELATIONSHIPdcat:Relationship | 
| static IRI | ODRL2. RELATIVE_POSITIONodrl:relativePosition | 
| static IRI | ODRL2. RELATIVE_SIZEodrl:relativeSize | 
| static IRI | ODRL2. RELATIVE_SPATIAL_POSITIONodrl:relativeSpatialPosition | 
| static IRI | ODRL2. RELATIVE_TEMPORAL_POSITIONodrl:relativeTemporalPosition | 
| static IRI | DOAP. RELEASE | 
| static IRI | ODRL2. REMEDYodrl:remedy | 
| static IRI | PROV. REMOVALprov:Removal | 
| static IRI | PROV. REMOVED_KEYprov:removedKey | 
| static IRI | ORG. REMUNERATIONvoid:remuneration | 
| static IRI | FN. REPLACEfn:replace | 
| static IRI | PROV. REPLACEprov:Replace | 
| static IRI | SPIF. REPLACE_ALL_FUNCTION | 
| static IRI | DCTERMS. REPLACEShttp://purl.org/dc/terms/replaces | 
| static IRI | ORG. REPORTS_TOvoid:reportsTo | 
| static IRI | ODRL2. REPRODUCEodrl:reproduce | 
| static IRI | ODRL2. REQUESTodrl:Request | 
| static IRI | DCTERMS. REQUIREShttp://purl.org/dc/terms/requires | 
| static IRI | SD. REQUIRES_DATASETRequires Dataset | 
| static IRI | ODRL2. RESOLUTIONodrl:resolution | 
| static IRI | LDP. RESOURCEldp:Resource | 
| static IRI | RDFS. RESOURCEhttp://www.w3.org/2000/01/rdf-schema#Resource | 
| static IRI | DCAT. RESOURCEdcat:Resource | 
| static IRI | RDF. RESThttp://www.w3.org/1999/02/22-rdf-syntax-ns#rest | 
| static IRI | OWL. RESTRICTIONhttp://www.w3.org/2002/07/owl#Restriction | 
| static IRI | EARL. RESULT | 
| static IRI | SHACL. RESULTsh:result | 
| static IRI | SHACL. RESULT_ANNOTATIONsh:ResultAnnotation | 
| static IRI | SHACL. RESULT_ANNOTATION_PROPsh:resultAnnotation | 
| static IRI | SD. RESULT_FORMATresult format | 
| static IRI | SHACL. RESULT_MESSAGEsh:resultMessage | 
| static IRI | SP. RESULT_NODES_PROPERTYhttp://spinrdf.org/sp#resultNodes Contains the result nodes (IRI resources or Variables) of a Describe query. | 
| static IRI | SHACL. RESULT_PATHsh:resultPath | 
| static IRI | SHACL. RESULT_SEVERITYsh:resultSeverity | 
| static IRI | SP. RESULT_VARIABLES_PROPERTYhttp://spinrdf.org/sp#resultVariables An rdf:List of variables that are returned by a Select query. | 
| static IRI | ORG. RESULTED_FROMvoid:resultedFrom | 
| static IRI | ORG. RESULTING_ORGANIZATIONvoid:resultingOrganization | 
| static IRI | SHACL. RETURN_TYPEsh:returnType | 
| static IRI | SPIN. RETURN_TYPE_PROPERTYhttp://spinrdf.org/spin#returnType The return type of a Function, e.g. | 
| static IRI | VCARD4. REVvcard:rev | 
| static IRI | SP. REVERSE_LINK_PATH_CLASS | 
| static IRI | SP. REVERSE_PATH_CLASShttp://spinrdf.org/sp#ReversePath A path with reversed direction. | 
| static IRI | ODRL2. REVIEW_POLICYodrl:reviewPolicy | 
| static IRI | PROV. REVISIONprov:Revision | 
| static IRI | DCTERMS. RFC1766http://purl.org/dc/terms/RFC1766 | 
| static IRI | DCTERMS. RFC3066http://purl.org/dc/terms/RFC3066 | 
| static IRI | DCTERMS. RFC4646http://purl.org/dc/terms/RFC4646 | 
| static IRI | DCTERMS. RFC5646http://purl.org/dc/terms/RFC5646 | 
| static IRI | ODRL2. RIGHT_OPERANDodrl:RightOperand | 
| static IRI | ODRL2. RIGHT_OPERAND_PROPodrl:rightOperand | 
| static IRI | ODRL2. RIGHT_OPERAND_REFERENCEodrl:rightOperandReference | 
| static IRI | DC. RIGHTSdc:rights | 
| static IRI | DCTERMS. RIGHTShttp://purl.org/dc/terms/rights | 
| static IRI | PROV. RIGHTS_ASSIGNMENTprov:RightsAssignment | 
| static IRI | PROV. RIGHTS_HOLDERprov:RightsHolder | 
| static IRI | DCTERMS. RIGHTS_HOLDERhttp://purl.org/dc/terms/rightsHolder | 
| static IRI | DCTERMS. RIGHTS_STATEMENThttp://purl.org/dc/terms/RightsStatement | 
| static IRI | VCARD4. ROLEvcard:role | 
| static IRI | ORG. ROLEvoid:Role | 
| static IRI | PROV. ROLEprov:Role | 
| static IRI | DCAT. ROLEdcat:Role | 
| static IRI | ORG. ROLE_PROPERTYvoid:roleProperty | 
| static IRI | VOID. ROOT_RESOURCEvoid:rootResource | 
| static IRI | ODRL2. RULEodrl:Rule | 
| static IRI | SPIN. RULE_CLASShttp://spinrdf.org/spin#Rule Groups together the kinds of SPARQL commands that can appear as SPIN rules and
 constructors: CONSTRUCT, DELETE WHERE and DELETE/INSERT. | 
| static IRI | SPIN. RULE_PROPERTYhttp://spinrdf.org/spin#rule An inferencing rule attached to a class. | 
| static IRI | SPIN. RULE_PROPERTY_CLASShttp://spinrdf.org/spin#RuleProperty The metaclass of spin:rule and its subproperties. | 
| static IRI | SPIN. RULE_PROPERTY_MAX_ITERATION_COUNT_PROPERTYhttp://spinrdf.org/spin#rulePropertyMaxIterationCount Can be attached to spin:rule (or subclasses thereof) to
 instruct a SPIN rules engine that it shall only execute the rules max times. | 
| static IRI | OWL. SAMEAShttp://www.w3.org/2002/07/owl#sameAs | 
| static IRI | SP. SAMPLE_CLASS | 
| static IRI | TIME. SATURDAYtime:Saturday | 
| static IRI | FOAF. SCHOOL_HOMEPAGE | 
| static IRI | ODRL2. SCOPEDeprecated.  | 
| static IRI | SKOS. SCOPE_NOTEThe skos:scopeNote property. | 
| static IRI | TIME. SECONDtime:second | 
| static IRI | ODRL2. SECONDARY_USEDeprecated.  | 
| static IRI | TIME. SECONDStime:seconds | 
| static IRI | FN. SECONDS_FROM_DATETIMEfn:seconds-from-dateTime | 
| static IRI | RDFS. SEEALSOhttp://www.w3.org/2000/01/rdf-schema#seeAlso | 
| static IRI | SHACL. SELECTsh:select | 
| static IRI | SP. SELECT_CLASShttp://spinrdf.org/sp#Select A SELECT-type query that returns variable bindings as its result. | 
| static IRI | SPIN. SELECT_PROPERTY | 
| static IRI | SPIN. SELECT_TEMPLATE_CLASShttp://spinrdf.org/spin#SelectTemplate A SPIN template that wraps a SELECT query. | 
| static IRI | SPIN. SELECT_TEMPLATES_CLASShttp://spinrdf.org/spin#SelectTemplates Suggested abstract base class for all SelectTemplates. | 
| static IRI | ODRL2. SELLodrl:sell | 
| static IRI | SKOS. SEMANTIC_RELATIONThe skos:semanticRelation relation. | 
| static IRI | EARL. SEMIAUTOMATIC | 
| static IRI | RDF. SEQhttp://www.w3.org/1999/02/22-rdf-syntax-ns#Seq | 
| static IRI | SP. SEQ_PATH_CLASShttp://spinrdf.org/sp#SeqPath A sequence of multiple paths. | 
| static IRI | DCAT. SERVES_DATASETdcat:servesDataset | 
| static IRI | SD. SERVICEService | 
| static IRI | SP. SERVICE_CLASShttp://spinrdf.org/sp#Service A SERVICE call that matches a nested sub-pattern against a SPARQL end point
 specified by a IRI. | 
| static IRI | PROV. SERVICE_DESCRIPTIONprov:ServiceDescription | 
| static IRI | SP. SERVICE_URI_PROPERTYhttp://spinrdf.org/sp#serviceURI Used by sp:Service to specify the IRI of the SPARQL end point to invoke. | 
| static IRI | ODRL2. SETodrl:Set | 
| static IRI | SHACL. SEVERITYsh:Severity | 
| static IRI | SHACL. SEVERITY_PROPsh:severity | 
| static IRI | GEOF. SF_CONTAINS | 
| static IRI | GEOF. SF_CROSSES | 
| static IRI | GEOF. SF_DISJOINT | 
| static IRI | GEOF. SF_EQUALS | 
| static IRI | GEOF. SF_INTERSECTS | 
| static IRI | GEOF. SF_OVERLAPS | 
| static IRI | GEOF. SF_TOUCHES | 
| static IRI | GEOF. SF_WITHIN | 
| static IRI | FOAF. SHA1 | 
| static IRI | RDF4J. SHACL_SHAPE_GRAPHContext identifier for persisting SHACL shape data in the  ShaclSail. | 
| static IRI | SHACL. SHAPEsh:Shape | 
| static IRI | SHACL. SHAPES_GRAPHsh:shapesGraph | 
| static IRI | SHACL. SHAPES_GRAPH_WELL_FORMEDsh:shapesGraphWellFormed | 
| static IRI | ODRL2. SHAREDeprecated.  | 
| static IRI | ODRL2. SHARE_ALIKEDeprecated.  | 
| static IRI | XMLSchema. SHORThttp://www.w3.org/2001/XMLSchema#short | 
| static IRI | VCARD4. SIBLINGvcard:Sibling | 
| static IRI | SP. SILENT_PROPERTY | 
| static IRI | ORG. SITEvoid:Site | 
| static IRI | ORG. SITE_ADDRESSvoid:siteAddress | 
| static IRI | ORG. SITE_OFvoid:siteOf | 
| static IRI | DCTERMS. SIZE_OR_DURATIONhttp://purl.org/dc/terms/SizeOrDuration | 
| static IRI | FOAF. SKYPE_ID | 
| static IRI | EARL. SOFTWARE | 
| static IRI | PROV. SOFTWARE_AGENTprov:SoftwareAgent | 
| static IRI | OWL. SOMEVALUESFROMhttp://www.w3.org/2002/07/owl#someValuesFrom | 
| static IRI | VCARD4. SORT_STRINGvcard:sort-string | 
| static IRI | VCARD4. SOUNDvcard:sound | 
| static IRI | DC. SOURCEdc:source | 
| static IRI | ODRL2. SOURCEodrl:source | 
| static IRI | DCTERMS. SOURCEhttp://purl.org/dc/terms/source | 
| static IRI | SHACL. SOURCE_CONSTRAINTsh:sourceConstraint | 
| static IRI | SHACL. SOURCE_CONSTRAINT_COMPONENTsh:sourceConstraintComponent | 
| static IRI | SHACL. SOURCE_SHAPEsh:sourceShape | 
| static IRI | OWL. SOURCEINDIVIDUALhttp://www.w3.org/2002/07/owl#sourceIndividual | 
| static IRI | SHACL. SPARQLsh:sparql | 
| static IRI | SD. SPARQL_10_QUERYSPARQL 1.0 Query | 
| static IRI | SD. SPARQL_11_QUERYSPARQL 1.1 Query | 
| static IRI | SD. SPARQL_11_UPDATESPARQL 1.1 Update | 
| static IRI | SHACL. SPARQL_ASK_EXECUTABLEsh:SPARQLAskExecutable | 
| static IRI | SHACL. SPARQL_ASK_VALIDATORsh:SPARQLAskValidator | 
| static IRI | SHACL. SPARQL_CONSTRAINTsh:SPARQLConstraint | 
| static IRI | SHACL. SPARQL_CONSTRAINT_COMPONENTsh:SPARQLConstraintComponent | 
| static IRI | SHACL. SPARQL_CONSTRAINT_COMPONENT_SPARQLsh:SPARQLConstraintComponent-sparql | 
| static IRI | SHACL. SPARQL_CONSTRUCT_EXECUTABLEsh:SPARQLConstructExecutable | 
| static IRI | VOID. SPARQL_ENDPOINTvoid:sparqlEndpoint | 
| static IRI | SHACL. SPARQL_EXECUTABLEsh:SPARQLExecutable | 
| static IRI | SHACL. SPARQL_FUNCTIONsh:SPARQLFunction | 
| static IRI | SHACL. SPARQL_SELECT_EXECUTABLEsh:SPARQLSelectExecutable | 
| static IRI | SHACL. SPARQL_SELECT_VALIDATORsh:SPARQLSelectValidator | 
| static IRI | SHACL. SPARQL_TARGETsh:SPARQLTarget | 
| static IRI | SHACL. SPARQL_TARGET_TYPEsh:SPARQLTargetType | 
| static IRI | SHACL. SPARQL_UPDATE_EXECUTABLEsh:SPARQLUpdateExecutable | 
| static IRI | SHACL. SPARQL_VALUES_DERIVERsh:SPARQLValuesDeriver | 
| static IRI | ODRL2. SPATIALodrl:spatial | 
| static IRI | DCTERMS. SPATIALhttp://purl.org/dc/terms/spatial | 
| static IRI | ODRL2. SPATIAL_COORDINATESodrl:spatialCoordinates | 
| static IRI | DCAT. SPATIAL_RESOLUTION_IN_METERSdcat:spatialResolutionInMeters | 
| static IRI | PROV. SPECIALIZATION_OFprov:specializationOf | 
| static IRI | SPIF. SPLIT_PROPERTY | 
| static IRI | VCARD4. SPOUSEvcard:Spouse | 
| static IRI | DCTERMS. STANDARDhttp://purl.org/dc/terms/Standard | 
| static IRI | PROV. STARTprov:Start | 
| static IRI | DCAT. START_DATEdcat:startDate | 
| static IRI | PROV. STARTED_AT_TIMEprov:startedAtTime | 
| static IRI | FN. STARTS_WITHfn:starts-with | 
| static IRI | RDF. STATEMENThttp://www.w3.org/1999/02/22-rdf-syntax-ns#Statement | 
| static IRI | ODRL2. STATUSodrl:status | 
| static IRI | FOAF. STATUS | 
| static IRI | SP. STR | 
| static IRI | APF. STR_SPLIT | 
| static IRI | ODRL2. STREAModrl:stream | 
| static IRI | VCARD4. STREET_ADDRESSvcard:street-address | 
| static IRI | XMLSchema. STRINGhttp://www.w3.org/2001/XMLSchema#string | 
| static IRI | FN. STRING_LENGTHfn:string-length | 
| static IRI | SP. SUB | 
| static IRI | ORG. SUB_ORGANIZATION_OFvoid:subOrganizationOf | 
| static IRI | SP. SUB_PATH_PROPERTYhttp://spinrdf.org/sp#subPath The child path of a property path expression. | 
| static IRI | SP. SUB_QUERY_CLASShttp://spinrdf.org/sp#SubQuery A nested SELECT query inside of an element list. | 
| static IRI | RDFS. SUBCLASSOFhttp://www.w3.org/2000/01/rdf-schema#subClassOf | 
| static IRI | RDF. SUBJECThttp://www.w3.org/1999/02/22-rdf-syntax-ns#subject | 
| static IRI | DC. SUBJECTdc:subject | 
| static IRI | EARL. SUBJECT | 
| static IRI | DCTERMS. SUBJECThttp://purl.org/dc/terms/subject | 
| static IRI | SP. SUBJECT_PROPERTYhttp://spinrdf.org/sp#subject A resource or Variable describing the subject of a triple. | 
| static IRI | VOID. SUBJECTS_TARGETvoid:subjectsTarget | 
| static IRI | PROV. SUBMITprov:Submit | 
| static IRI | RDFS. SUBPROPERTYOFhttp://www.w3.org/2000/01/rdf-schema#subPropertyOf | 
| static IRI | VOID. SUBSETvoid:subset | 
| static IRI | FN. SUBSTRINGfn:substring | 
| static IRI | FN. SUBSTRING_AFTERfn:substring-after | 
| static IRI | FN. SUBSTRING_BEFOREfn:substring-before | 
| static IRI | SP. SUM_CLASShttp://spinrdf.org/sp#Sum Represents sum aggregations, e.g. | 
| static IRI | TIME. SUNDAYtime:Sunday | 
| static IRI | ODRL2. SUPPORTDeprecated.  | 
| static IRI | SD. SUPPORTED_ENTAILMENT_PROFILEsupported entailment profile | 
| static IRI | SD. SUPPORTED_LANGUAGEsupported language | 
| static IRI | FOAF. SURNAME | 
| static IRI | VCARD4. SWEETHEARTvcard:Sweetheart | 
| static IRI | GEOF. SYM_DIFFERENCE | 
| static IRI | SPIN. SYMBOL_PROPERTYhttp://spinrdf.org/spin#symbol The symbol of a function, e.g. | 
| static IRI | OWL. SYMMETRICPROPERTYhttp://www.w3.org/2002/07/owl#SymmetricProperty | 
| static IRI | ODRL2. SYNCHRONIZEodrl:synchronize | 
| static IRI | ODRL2. SYSTEMDeprecated.  | 
| static IRI | SP. SYSTEM_CLASShttp://spinrdf.org/sp#SystemClass An "artificial" root class that groups all SP classes. | 
| static IRI | ODRL2. SYSTEM_DEVICEodrl:systemDevice | 
| static IRI | SP. SYSTEM_PROPERTYhttp://spinrdf.org/sp#systemProperty An abstract base proprerty that groups together the SP system properties. | 
| static IRI | SPIN. SYSTEM_PROPERTY_PROPERTYhttp://spinrdf.org/spin#systemProperty An "abstract" base property that groups together those system properties
 that the user will hardly ever need to see in property trees. | 
| static IRI | SPIN. TABLE_DATA_PROVIDER_CLASShttp://spinrdf.org/spin#TableDataProvider An abstraction of objects that can produce tabular data. | 
| static IRI | DCTERMS. TABLE_OF_CONTENTShttp://purl.org/dc/terms/tableOfContents | 
| static IRI | VOID. TARGETvoid:target | 
| static IRI | ODRL2. TARGETodrl:target | 
| static IRI | SHACL. TARGETsh:Target | 
| static IRI | SHACL. TARGET_CLASSsh:targetClass | 
| static IRI | SHACL. TARGET_NODEsh:targetNode | 
| static IRI | SHACL. TARGET_OBJECTS_OFsh:targetObjectsOf | 
| static IRI | SHACL. TARGET_PROPsh:target | 
| static IRI | SHACL. TARGET_SUBJECTS_OFsh:targetSubjectsOf | 
| static IRI | SHACL. TARGET_TYPEsh:TargetType | 
| static IRI | OWL. TARGETINDIVIDUALhttp://www.w3.org/2002/07/owl#targetIndividual | 
| static IRI | OWL. TARGETVALUEhttp://www.w3.org/2002/07/owl#targetValue | 
| static IRI | VOID. TECHNICAL_FEATUREvoid:TechnicalFeature | 
| static IRI | VCARD4. TELDeprecated.  | 
| static IRI | VCARD4. TEL_PROPvcard:tel | 
| static IRI | VCARD4. TELEPHONE_TYPEvcard:TelephoneType | 
| static IRI | SPIN. TEMPLATE_CLASShttp://spinrdf.org/spin#Template The metaclass of SPIN templates. | 
| static IRI | SPIN. TEMPLATES_CLASShttp://spinrdf.org/spin#Templates Suggested abstract base class for all Templates. | 
| static IRI | SP. TEMPLATES_PROPERTYhttp://spinrdf.org/sp#templates Points to a list of TripleTemplates that form the head of a Construct query. | 
| static IRI | DCTERMS. TEMPORALhttp://purl.org/dc/terms/temporal | 
| static IRI | TIME. TEMPORAL_DURATIONtime:TemporalDuration | 
| static IRI | TIME. TEMPORAL_ENTITYtime:TemporalEntity | 
| static IRI | TIME. TEMPORAL_POSITIONtime:TemporalPosition | 
| static IRI | DCAT. TEMPORAL_RESOLUTIONdcat:temporalResolution | 
| static IRI | TIME. TEMPORAL_UNITtime:TemporalUnit | 
| static IRI | VANN. TERM_GROUPA group of related terms in a vocabulary. | 
| static IRI | EARL. TEST | 
| static IRI | EARL. TEST_SUBJECT | 
| static IRI | EARL. TESTRESULT | 
| static IRI | VCARD4. TEXTvcard:Text | 
| static IRI | VCARD4. TEXT_PHONEvcard:TextPhone | 
| static IRI | SP. TEXT_PROPERTYhttp://spinrdf.org/sp#text Can be attached to sp:Queries to store a textual representation of the query. | 
| static IRI | ODRL2. TEXT_TO_SPEECHodrl:textToSpeech | 
| static IRI | DCTERMS. TGNhttp://purl.org/dc/terms/TGN | 
| static IRI | DCAT. THEMEdcat:theme | 
| static IRI | FOAF. THEME | 
| static IRI | DCAT. THEME_TAXONOMYdcat:themeTaxonomy | 
| static IRI | OWL. THINGhttp://www.w3.org/2002/07/owl#Thing | 
| static IRI | SPIN. THIS_CONTEXT_INSTANCEhttp://spinrdf.org/spin#_this A system variable representing the current context instance in a rule or
 constraint. | 
| static IRI | SPIN. THIS_UNBOUND_PROPERTYhttp://spinrdf.org/spin#thisUnbound Can be set to true for SPIN rules and constraints that do not require
 pre-binding the variable ?this with all members of the associated class. | 
| static IRI | LOCN. THOROUGHFARElocn:thoroughfare | 
| static IRI | FOAF. THUMBNAIL | 
| static IRI | TIME. THURSDAYtime:Thursday | 
| static IRI | ODRL2. TICKETodrl:Ticket | 
| static IRI | XMLSchema. TIMEhttp://www.w3.org/2001/XMLSchema#time | 
| static IRI | ODRL2. TIME_INTERVALodrl:timeInterval | 
| static IRI | SPIF. TIME_MILLIS_FUNCTION | 
| static IRI | TIME. TIME_POSITIONtime:TimePosition | 
| static IRI | TIME. TIME_ZONEtime:TimeZone | 
| static IRI | TIME. TIME_ZONE_PROPtime:timeZone | 
| static IRI | ODRL2. TIMED_COUNTDeprecated.  | 
| static IRI | FN. TIMEZONE_FROM_DATETIMEfn:timezone-from-dateTime | 
| static IRI | FOAF. TIPJAR | 
| static IRI | VCARD4. TITLEvcard:title | 
| static IRI | DC. TITLEdc:title | 
| static IRI | FOAF. TITLE | 
| static IRI | DCTERMS. TITLEhttp://purl.org/dc/terms/title | 
| static IRI | SPIF. TITLE_CASE_FUNCTION | 
| static IRI | XMLSchema. TOKENhttp://www.w3.org/2001/XMLSchema#token | 
| static IRI | SKOS. TOP_CONCEPT_OFThe skos:topConceptOf relation. | 
| static IRI | OWL. TOPDATAPROPERTYhttp://www.w3.org/2002/07/owl#topDataProperty | 
| static IRI | FOAF. TOPIC | 
| static IRI | FOAF. TOPIC_INTEREST | 
| static IRI | OWL. TOPOBJECTPROPERTYhttp://www.w3.org/2002/07/owl#topObjectProperty | 
| static IRI | ODRL2. TRACKED_PARTYodrl:trackedParty | 
| static IRI | ODRL2. TRACKING_PARTYodrl:trackingParty | 
| static IRI | ODRL2. TRANSFERodrl:transfer | 
| static IRI | ODRL2. TRANSFORModrl:transform | 
| static IRI | ORG. TRANSITIVE_SUB_ORGANIZATION_OFvoid:transitiveSubOrganizationOf | 
| static IRI | OWL. TRANSITIVEPROPERTYhttp://www.w3.org/2002/07/owl#TransitiveProperty | 
| static IRI | ODRL2. TRANSLATEodrl:translate | 
| static IRI | SPIF. TRIM_FUNCTION | 
| static IRI | SP. TRIPLE_CLASShttp://spinrdf.org/sp#Triple A base class for TriplePattern and TripleTemplate. | 
| static IRI | SP. TRIPLE_PATH_CLASShttp://spinrdf.org/sp#TriplePath Similar to a TriplePattern, but with a path expression as its predicate. | 
| static IRI | SP. TRIPLE_PATTERN_CLASShttp://spinrdf.org/sp#TriplePattern A triple pattern used in the body of a query. | 
| static IRI | SP. TRIPLE_TEMPLATE_CLASShttp://spinrdf.org/sp#TripleTemplate A prototypical triple used as template in the head of a Construct query. | 
| static IRI | VOID. TRIPLESvoid:triples | 
| static IRI | TIME. TRStime:TRS | 
| static IRI | TIME. TUESDAYtime:Tuesday | 
| static IRI | SP. TUPLE_CLASShttp://spinrdf.org/sp#Tuple Abstract base class for things that have subject and object. | 
| static IRI | RDF. TYPEhttp://www.w3.org/1999/02/22-rdf-syntax-ns#type | 
| static IRI | VCARD4. TYPEvcard:Type | 
| static IRI | DC. TYPEdc:type | 
| static IRI | DCTERMS. TYPEhttp://purl.org/dc/terms/type | 
| static IRI | VCARD4. TZvcard:tz | 
| static IRI | DCTERMS. UDChttp://purl.org/dc/terms/UDC | 
| static IRI | ODRL2. UIDodrl:uid | 
| static IRI | SPIF. UN_CAMEL_CASE_FUNCTION | 
| static IRI | SP. UNDEF | 
| static IRI | ODRL2. UNDEFINEDDeprecated.  | 
| static IRI | ODRL2. UNDEFINED_TERMDeprecated.  | 
| static IRI | ODRL2. UNINSTALLodrl:uninstall | 
| static IRI | GEOF. UNION | 
| static IRI | SP. UNION_CLASShttp://spinrdf.org/sp#Union A UNION group. | 
| static IRI | SD. UNION_DEFAULT_GRAPHUnion Default Graph | 
| static IRI | OWL. UNIONOFhttp://www.w3.org/2002/07/owl#unionOf | 
| static IRI | SHACL. UNIQUE_LANGsh:uniqueLang | 
| static IRI | SHACL. UNIQUE_LANG_CONSTRAINT_COMPONENTsh:UniqueLangConstraintComponent | 
| static IRI | SHACL. UNIQUE_LANG_CONSTRAINT_COMPONENT_UNIQUE_LANGsh:UniqueLangConstraintComponent-uniqueLang | 
| static IRI | ODRL2. UNITodrl:unit | 
| static IRI | TIME. UNIT_DAYtime:unitDay | 
| static IRI | TIME. UNIT_HOURtime:unitHour | 
| static IRI | TIME. UNIT_MINUTEtime:unitMinute | 
| static IRI | TIME. UNIT_MONTHtime:unitMonth | 
| static IRI | ORG. UNIT_OFvoid:unitOf | 
| static IRI | ODRL2. UNIT_OF_COUNTodrl:unitOfCount | 
| static IRI | TIME. UNIT_SECONDtime:unitSecond | 
| static IRI | TIME. UNIT_TYPEtime:unitType | 
| static IRI | TIME. UNIT_WEEKtime:unitWeek | 
| static IRI | TIME. UNIT_YEARtime:unitYear | 
| static IRI | VCARD4. UNKNOWNvcard:Unknown | 
| static IRI | XMLSchema. UNSIGNED_BYTEhttp://www.w3.org/2001/XMLSchema#unsignedByte | 
| static IRI | XMLSchema. UNSIGNED_INThttp://www.w3.org/2001/XMLSchema#unsignedInt | 
| static IRI | XMLSchema. UNSIGNED_LONGhttp://www.w3.org/2001/XMLSchema#unsignedLong | 
| static IRI | XMLSchema. UNSIGNED_SHORThttp://www.w3.org/2001/XMLSchema#unsignedShort | 
| static IRI | GEOF. UOM_DEGREE | 
| static IRI | GEOF. UOM_METRE | 
| static IRI | GEOF. UOM_RADIAN | 
| static IRI | GEOF. UOM_UNITY | 
| static IRI | SHACL. UPDATEsh:update | 
| static IRI | SP. UPDATE_CLASShttp://spinrdf.org/sp#Update Abstract base class to group the various SPARQL UPDATE commands. | 
| static IRI | SPIN. UPDATE_PROPERTYhttp://spinrdf.org/spin#update Can be used to point from any resource to an Update. | 
| static IRI | SPIN. UPDATE_TEMPLATE_CLASShttp://spinrdf.org/spin#UpdateTemplate A SPIN template that has an UPDATE command as its body. | 
| static IRI | SPIN. UPDATE_TEMPLATES_CLASShttp://spinrdf.org/spin#UpdateTemplates Suggested abstract base class for all UpdateTemplates. | 
| static IRI | FN. UPPER_CASEfn:upper-case | 
| static IRI | SPIF. UPPER_CASE_FUNCTION | 
| static IRI | SP. URI | 
| static IRI | DCTERMS. URIhttp://purl.org/dc/terms/URI | 
| static IRI | VOID. URI_LOOKUP_ENDPOINTvoid:uriLookupEndpoint | 
| static IRI | VOID. URI_REGEX_PATTERNvoid:uriRegexPattern | 
| static IRI | VOID. URI_SPACEvoid:uriSpace | 
| static IRI | VCARD4. URLvcard:url | 
| static IRI | PROV. USAGEprov:Usage | 
| static IRI | VANN. USAGE_NOTEA reference to a resource that provides information on how this resource is to be used. | 
| static IRI | ODRL2. USEodrl:use | 
| static IRI | PROV. USEDprov:used | 
| static IRI | SP. USING_NAMED_PROPERTY | 
| static IRI | SP. USING_PROPERTY | 
| static IRI | DCTERMS. VALIDhttp://purl.org/dc/terms/valid | 
| static IRI | SHACL. VALIDATION_REPORTsh:ValidationReport | 
| static IRI | SHACL. VALIDATION_RESULTsh:ValidationResult | 
| static IRI | SHACL. VALIDATORsh:Validator | 
| static IRI | SHACL. VALIDATOR_PROPsh:validator | 
| static IRI | RDF. VALUEhttp://www.w3.org/1999/02/22-rdf-syntax-ns#value | 
| static IRI | VCARD4. VALUEvcard:value | 
| static IRI | PROV. VALUEprov:value | 
| static IRI | SHACL. VALUEsh:value | 
| static IRI | SPL. VALUE_TYPE_PROPERTYhttp://spinrdf.org/spl#valueType | 
| static IRI | SP. VALUES_CLASS | 
| static IRI | SHACL. VALUES_DERIVERsh:ValuesDeriver | 
| static IRI | SP. VAR_NAME_PROPERTYhttp://spinrdf.org/sp#varName The name of a Variable. | 
| static IRI | SP. VAR_NAMES_PROPERTY | 
| static IRI | SP. VARIABLE_CLASShttp://spinrdf.org/sp#Variable A variable mentioned in a Triple or expression. | 
| static IRI | SP. VARIABLE_PROPERTYhttp://spinrdf.org/sp#variable The variable of a Bind element. | 
| static IRI | VCARD4. VCARDvcard:VCard | 
| static IRI | ODRL2. VERSIONodrl:version | 
| static IRI | DOAP. VERSION | 
| static IRI | OWL. VERSIONINFOhttp://www.w3.org/2002/07/owl#versionInfo | 
| static IRI | OWL. VERSIONIRIhttp://www.w3.org/2002/07/owl#versionIRI | 
| static IRI | VCARD4. VIDEOvcard:Video | 
| static IRI | SHACL. VIOLATIONsh:Violation | 
| static IRI | SPIN. VIOLATION_LEVEL_PROPERTY | 
| static IRI | SPIN. VIOLATION_PATH_PROPERTYhttp://spinrdf.org/spin#violationPath An optional attribute of ConstraintViolations to provide a path expression
 from the root resource to the value that is invalid. | 
| static IRI | SPIN. VIOLATION_ROOT_PROPERTYhttp://spinrdf.org/spin#violationRoot The root resource of the violation (often ?this in the constraint body). | 
| static IRI | SPIN. VIOLATION_SOURCE_PROPERTYhttp://spinrdf.org/spin#violationSource Can be used to link a spin:ConstraintViolation with the query or template
 call that caused it. | 
| static IRI | SPIN. VIOLATION_VALUE_PROPERTY | 
| static IRI | ODRL2. VIRTUAL_LOCATIONodrl:virtualLocation | 
| static IRI | VOID. VOCABULARYvoid:vocabulary | 
| static IRI | VCARD4. VOICEvcard:Voice | 
| static IRI | DCTERMS. W3CDTFhttp://purl.org/dc/terms/W3CDTF | 
| static IRI | SHACL. WARNINGsh:Warning | 
| static IRI | SPIN. WARNING_VIOLATION_LEVEL | 
| static IRI | PROV. WAS_ASSOCIATED_WITHprov:wasAssociatedWith | 
| static IRI | PROV. WAS_ATTRIBUTED_TOprov:wasAttributedTo | 
| static IRI | PROV. WAS_DERIVED_FROMprov:wasDerivedFrom | 
| static IRI | PROV. WAS_ENDED_BYprov:wasEndedBy | 
| static IRI | PROV. WAS_GENERATED_BYprov:wasGeneratedBy | 
| static IRI | PROV. WAS_INFLUENCED_BYprov:wasInfluencedBy | 
| static IRI | PROV. WAS_INFORMED_BYprov:wasInformedBy | 
| static IRI | PROV. WAS_INVALIDATED_BYprov:wasInvalidatedBy | 
| static IRI | PROV. WAS_QUOTED_FROMprov:wasQuotedFrom | 
| static IRI | PROV. WAS_REVISION_OFprov:wasRevisionOf | 
| static IRI | PROV. WAS_STARTED_BYprov:wasStartedBy | 
| static IRI | ODRL2. WATERMARKodrl:watermark | 
| static IRI | FOAF. WEBLOG | 
| static IRI | TIME. WEDNESDAYtime:Wednesday | 
| static IRI | TIME. WEEKtime:week | 
| static IRI | TIME. WEEKStime:weeks | 
| static IRI | SP. WHERE_PROPERTYhttp://spinrdf.org/sp#where The WHERE clause of a Query. | 
| static IRI | SESAME. WILDCARDhttp://www.openrdf.org/schema/sesame#wildcard | 
| static IRI | SP. WITH_PROPERTY | 
| static IRI | OWL. WITHRESTRICTIONShttp://www.w3.org/2002/07/owl#withRestrictions | 
| static IRI | GEO. WKT_LITERAL | 
| static IRI | VCARD4. WORKvcard:Work | 
| static IRI | FOAF. WORK_INFO_HOMEPAGE | 
| static IRI | FOAF. WORKPLACE_HOMEPAGE | 
| static IRI | ODRL2. WRITEDeprecated.  | 
| static IRI | ODRL2. WRITE_TODeprecated.  | 
| static IRI | VCARD4. X400Deprecated.  | 
| static IRI | RDF. XMLLITERALhttp://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral | 
| static IRI | ODRL2. XONEodrl:xone | 
| static IRI | SHACL. XONEsh:xone | 
| static IRI | SHACL. XONE_CONSTRAINT_COMPONENTsh:XoneConstraintComponent | 
| static IRI | SHACL. XONE_CONSTRAINT_COMPONENT_XONEsh:XoneConstraintComponent-xone | 
| static IRI | TIME. XSD_DATE_TIMEDeprecated.  | 
| static IRI | FOAF. YAHOO_CHAT_ID | 
| static IRI | TIME. YEARDeprecated.  | 
| static IRI | FN. YEAR_FROM_DATETIMEfn:year-from-dateTime | 
| static IRI | TIME. YEAR_PROPtime:year | 
| static IRI | XMLSchema. YEARMONTHDURATIONhttp://www.w3.org/2001/XMLSchema#yearMonthDuration | 
| static IRI | TIME. YEARStime:years | 
| static IRI | SHACL. ZERO_OR_MORE_PATHsh:zeroOrMorePath | 
| static IRI | SHACL. ZERO_OR_ONE_PATHsh:zeroOrOnePath | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | Dataset. getDefaultInsertGraph()Gets the default insert graph URI of this dataset. | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<IRI> | Dataset. getDefaultGraphs()Gets the default graph URIs of this dataset. | 
| Set<IRI> | Dataset. getDefaultRemoveGraphs()Gets the default remove graph URIs of this dataset. | 
| Set<IRI> | Dataset. getNamedGraphs()Gets the named graph URIs of this dataset. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Statement,QueryEvaluationException> | TripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts)Gets all statements that have a specific subject, predicate and/or object. | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | UUID. evaluate(ValueFactory valueFactory,
        Value... args) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected IRI | NonNegativeIntegerCast. getXsdDatatype() | 
| protected IRI | DoubleCast. getXsdDatatype() | 
| protected IRI | UnsignedIntCast. getXsdDatatype() | 
| protected IRI | ShortCast. getXsdDatatype() | 
| protected IRI | UnsignedByteCast. getXsdDatatype() | 
| protected IRI | NegativeIntegerCast. getXsdDatatype() | 
| protected IRI | IntCast. getXsdDatatype() | 
| protected IRI | UnsignedLongCast. getXsdDatatype() | 
| protected IRI | LongCast. getXsdDatatype() | 
| protected IRI | NonPositiveIntegerCast. getXsdDatatype() | 
| protected IRI | DecimalCast. getXsdDatatype() | 
| protected IRI | BooleanCast. getXsdDatatype() | 
| protected IRI | IntegerCast. getXsdDatatype() | 
| protected IRI | PositiveIntegerCast. getXsdDatatype() | 
| protected IRI | DateTimeCast. getXsdDatatype() | 
| protected abstract IRI | CastFunction. getXsdDatatype()Get the specific XML Schema datatype which this function returns. | 
| protected IRI | StringCast. getXsdDatatype() | 
| protected IRI | FloatCast. getXsdDatatype() | 
| protected IRI | UnsignedShortCast. getXsdDatatype() | 
| protected IRI | ByteCast. getXsdDatatype() | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | StrictEvaluationStrategy. evaluate(IRIFunction node,
        BindingSet bindings)Creates a URI from the operand value (a plain literal or a URI). | 
| Modifier and Type | Method and Description | 
|---|---|
| static CloseableIteration<IRI,QueryEvaluationException> | TripleSources. getObjectURIs(Resource subject,
             IRI predicate,
             TripleSource store) | 
| static CloseableIteration<IRI,QueryEvaluationException> | TripleSources. getSubjectURIs(IRI predicate,
              Value object,
              TripleSource store) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | TripleSources. booleanValue(Resource subj,
            IRI pred,
            TripleSource store) | 
| static CloseableIteration<Literal,QueryEvaluationException> | TripleSources. getObjectLiterals(Resource subject,
                 IRI predicate,
                 TripleSource store) | 
| static CloseableIteration<Resource,QueryEvaluationException> | TripleSources. getObjectResources(Resource subject,
                  IRI predicate,
                  TripleSource store) | 
| static CloseableIteration<IRI,QueryEvaluationException> | TripleSources. getObjectURIs(Resource subject,
             IRI predicate,
             TripleSource store) | 
| static CloseableIteration<IRI,QueryEvaluationException> | TripleSources. getSubjectURIs(IRI predicate,
              Value object,
              TripleSource store) | 
| static Statement | TripleSources. single(Resource subj,
      IRI pred,
      Value obj,
      TripleSource store)Returns the single statement with the given subject, predicate and object or null if none exists. | 
| static Value | TripleSources. singleValue(Resource subj,
           IRI pred,
           TripleSource store) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | DAWGTestResultSetSchema. BINDING | 
| static IRI | DAWGTestResultSetSchema. BOOLEAN | 
| static IRI | DAWGTestResultSetSchema. RESULTSET | 
| static IRI | DAWGTestResultSetSchema. RESULTVARIABLE | 
| static IRI | DAWGTestResultSetSchema. SOLUTION | 
| static IRI | DAWGTestResultSetSchema. VALUE | 
| static IRI | DAWGTestResultSetSchema. VARIABLE | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | FallbackDataset. getDefaultInsertGraph() | 
| IRI | SimpleDataset. getDefaultInsertGraph() | 
| Modifier and Type | Method and Description | 
|---|---|
| Set<IRI> | FallbackDataset. getDefaultGraphs() | 
| Set<IRI> | SimpleDataset. getDefaultGraphs() | 
| Set<IRI> | FallbackDataset. getDefaultRemoveGraphs() | 
| Set<IRI> | SimpleDataset. getDefaultRemoveGraphs() | 
| Set<IRI> | FallbackDataset. getNamedGraphs() | 
| Set<IRI> | SimpleDataset. getNamedGraphs()Gets the (unmodifiable) set of named graph URIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SimpleDataset. addDefaultGraph(IRI graphURI)Adds a graph URI to the set of default graph URIs. | 
| void | SimpleDataset. addDefaultRemoveGraph(IRI graphURI)Adds a graph URI to the set of default remove graph URIs. | 
| void | SimpleDataset. addNamedGraph(IRI graphURI)Adds a graph URI to the set of named graph URIs. | 
| boolean | SimpleDataset. removeDefaultGraph(IRI graphURI)Removes a graph URI from the set of default graph URIs. | 
| boolean | SimpleDataset. removeDefaultRemoveGraph(IRI graphURI)Removes a graph URI from the set of default remove graph URIs. | 
| boolean | SimpleDataset. removeNamedGraph(IRI graphURI)Removes a graph URI from the set of named graph URIs. | 
| void | SimpleDataset. setDefaultInsertGraph(IRI defaultInsertGraph) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | SPARQLUpdateTest. alice | 
| protected IRI | SPARQLUpdateTest. bob | 
| protected IRI | SPARQLUpdateTest. graph1 | 
| protected IRI | SPARQLUpdateTest. graph2 | 
| Modifier and Type | Method and Description | 
|---|---|
| SPARQLUpdateConformanceTest | SPARQLUpdateConformanceTest.Factory. createSPARQLUpdateConformanceTest(String testURI,
                                 String name,
                                 String requestFile,
                                 IRI defaultGraphURI,
                                 Map<String,IRI> inputNamedGraphs,
                                 IRI resultDefaultGraphURI,
                                 Map<String,IRI> resultNamedGraphs) | 
| Modifier and Type | Method and Description | 
|---|---|
| SPARQLUpdateConformanceTest | SPARQLUpdateConformanceTest.Factory. createSPARQLUpdateConformanceTest(String testURI,
                                 String name,
                                 String requestFile,
                                 IRI defaultGraphURI,
                                 Map<String,IRI> inputNamedGraphs,
                                 IRI resultDefaultGraphURI,
                                 Map<String,IRI> resultNamedGraphs) | 
| SPARQLUpdateConformanceTest | SPARQLUpdateConformanceTest.Factory. createSPARQLUpdateConformanceTest(String testURI,
                                 String name,
                                 String requestFile,
                                 IRI defaultGraphURI,
                                 Map<String,IRI> inputNamedGraphs,
                                 IRI resultDefaultGraphURI,
                                 Map<String,IRI> resultNamedGraphs) | 
| Constructor and Description | 
|---|
| SPARQLUpdateConformanceTest(String testURI,
                           String name,
                           String requestFile,
                           IRI defaultGraphURI,
                           Map<String,IRI> inputNamedGraphs,
                           IRI resultDefaultGraphURI,
                           Map<String,IRI> resultNamedGraphs) | 
| Constructor and Description | 
|---|
| SPARQLUpdateConformanceTest(String testURI,
                           String name,
                           String requestFile,
                           IRI defaultGraphURI,
                           Map<String,IRI> inputNamedGraphs,
                           IRI resultDefaultGraphURI,
                           Map<String,IRI> resultNamedGraphs) | 
| SPARQLUpdateConformanceTest(String testURI,
                           String name,
                           String requestFile,
                           IRI defaultGraphURI,
                           Map<String,IRI> inputNamedGraphs,
                           IRI resultDefaultGraphURI,
                           Map<String,IRI> resultNamedGraphs) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected static IRI | QueryResultFormat. SPARQL_RESULTS_CSV_URILocal constant for tuple formats for SPARQL Results CSV. | 
| protected static IRI | QueryResultFormat. SPARQL_RESULTS_JSON_URILocal constant reused across boolean and tuple formats for SPARQL Results JSON. | 
| protected static IRI | QueryResultFormat. SPARQL_RESULTS_TSV_URILocal constant for tuple formats for SPARQL Results TSV. | 
| protected static IRI | QueryResultFormat. SPARQL_RESULTS_XML_URILocal constant reused across boolean and tuple formats for SPARQL Results XML. | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | QueryResultFormat. getStandardURI() | 
| Constructor and Description | 
|---|
| BooleanQueryResultFormat(String name,
                        Collection<String> mimeTypes,
                        Charset charset,
                        Collection<String> fileExtensions,
                        IRI standardURI)Creates a new BooleanQueryResultFormat object. | 
| QueryResultFormat(String name,
                 Collection<String> mimeTypes,
                 Charset charset,
                 Collection<String> fileExtensions,
                 IRI standardURI) | 
| TupleQueryResultFormat(String name,
                      Collection<String> mimeTypes,
                      Charset charset,
                      Collection<String> fileExtensions,
                      IRI standardURI)Creates a new TupleQueryResultFormat object. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SPARQLResultsCSVWriter. writeURI(IRI uri) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SPARQLResultsTSVWriter. writeURI(IRI uri) | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryBuilder<T> | AbstractQueryBuilder. addProjectionStatement(IRI theSubj,
                      IRI thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. addProjectionStatement(IRI theSubj,
                      IRI thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | AbstractQueryBuilder. addProjectionStatement(IRI theSubj,
                      String thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. addProjectionStatement(IRI theSubj,
                      String thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | AbstractQueryBuilder. addProjectionStatement(String theSubj,
                      IRI thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. addProjectionStatement(String theSubj,
                      IRI thePred,
                      String theObj)Deprecated.  | 
| QueryBuilder<T> | AbstractQueryBuilder. addProjectionStatement(String theSubj,
                      IRI thePred,
                      Value theObj)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. addProjectionStatement(String theSubj,
                      IRI thePred,
                      Value theObj)Deprecated.  | 
| QueryBuilder<T> | AbstractQueryBuilder. from(IRI theURI)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. from(IRI theURI)Deprecated.  Add a from clause to this query | 
| QueryBuilder<T> | AbstractQueryBuilder. fromNamed(IRI theURI)Deprecated.  | 
| QueryBuilder<T> | QueryBuilder. fromNamed(IRI theURI)Deprecated.  Add a 'from named' clause to this query | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | RepositoryConnectionTest. context1 | 
| protected IRI | RepositoryTest. context1 | 
| protected IRI | RepositoryConnectionTest. context2 | 
| protected IRI | RepositoryTest. context2 | 
| protected IRI | RepositoryConnectionTest. mbox | 
| protected IRI | RepositoryTest. mbox | 
| protected IRI | RepositoryConnectionTest. name | 
| protected IRI | RepositoryTest. name | 
| protected IRI | RepositoryConnectionTest. publisher | 
| protected IRI | RepositoryTest. publisher | 
| protected IRI | RepositoryConnectionTest. unknownContext | 
| protected IRI | RepositoryTest. unknownContext | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RepositoryConnection. add(Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts)Adds a statement with the specified subject, predicate and object to this repository, optionally to one or more
 named contexts. | 
| void | RepositoryConnection. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                boolean includeInferred,
                RDFHandler handler,
                Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the
 specified contexts. | 
| RepositoryResult<Statement> | RepositoryConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository. | 
| default RepositoryResult<Statement> | RepositoryConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository. | 
| boolean | RepositoryConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in
 the specified contexts. | 
| void | RepositoryConnection. remove(Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts)Removes the statement(s) with the specified subject, predicate and object from the repository, optionally
 restricted to the specified contexts. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RepositoryConnectionWrapper. add(Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | AbstractRepositoryConnection. add(Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| protected void | RepositoryConnectionWrapper. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| protected abstract void | AbstractRepositoryConnection. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| void | RepositoryConnectionWrapper. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                boolean includeInferred,
                RDFHandler handler,
                Resource... contexts) | 
| RepositoryResult<Statement> | RepositoryConnectionWrapper. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| boolean | RepositoryConnectionWrapper. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| boolean | AbstractRepositoryConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| void | RepositoryConnectionWrapper. remove(Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| void | AbstractRepositoryConnection. remove(Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| protected void | RepositoryConnectionWrapper. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| protected abstract void | AbstractRepositoryConnection. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | RepositoryConfigSchema. DELEGATEhttp://www.openrdf.org/config/repository#delegate | 
| static IRI | RepositoryConfigSchema. REPOSITORYhttp://www.openrdf.org/config/repository#Repository | 
| static IRI | RepositoryConfigSchema. REPOSITORY_CONTEXThttp://www.openrdf.org/config/repository#RepositoryContext | 
| static IRI | RepositoryConfigSchema. REPOSITORYIDhttp://www.openrdf.org/config/repository#repositoryID | 
| static IRI | RepositoryConfigSchema. REPOSITORYIMPLhttp://www.openrdf.org/config/repository#repositoryImpl | 
| static IRI | RepositoryConfigSchema. REPOSITORYTYPEhttp://www.openrdf.org/config/repository#repositoryType | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI[] | ContextAwareRepository. getAddContexts()Deprecated.  | 
| IRI[] | ContextAwareConnection. getAddContexts()Deprecated.  | 
| IRI[] | ContextAwareRepository. getArchiveContexts()Deprecated.  | 
| IRI[] | ContextAwareConnection. getArchiveContexts()Deprecated.  | 
| IRI | ContextAwareRepository. getInsertContext() | 
| IRI | ContextAwareConnection. getInsertContext()The default context to add the statements to. | 
| IRI[] | ContextAwareRepository. getReadContexts() | 
| IRI[] | ContextAwareConnection. getReadContexts()The default context(s) to get the data from. | 
| IRI[] | ContextAwareRepository. getRemoveContexts() | 
| IRI[] | ContextAwareConnection. getRemoveContexts()The context(s) to remove the data from. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContextAwareConnection. add(Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | ContextAwareConnection. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                boolean includeInferred,
                RDFHandler handler,
                Resource... contexts) | 
| void | ContextAwareConnection. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                RDFHandler handler,
                Resource... contexts)Exports all statements with a specific subject, predicate and/or object from the repository, optionally from the
 specified contexts. | 
| RepositoryResult<Statement> | ContextAwareConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| RepositoryResult<Statement> | ContextAwareConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts)Gets all statements with a specific subject, predicate and/or object from the repository. | 
| boolean | ContextAwareConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| boolean | ContextAwareConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)Checks whether the repository contains statements with a specific subject, predicate and/or object, optionally in
 the specified contexts. | 
| void | ContextAwareConnection. remove(Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts)Removes the statement with the specified subject, predicate and object from the repository, optionally restricted
 to the specified contexts. | 
| protected void | ContextAwareConnection. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| void | ContextAwareRepository. setAddContexts(IRI... addContexts)Deprecated.  | 
| void | ContextAwareConnection. setAddContexts(IRI... addContexts)Deprecated.  | 
| void | ContextAwareRepository. setArchiveContexts(IRI... archiveContexts)Deprecated.  | 
| void | ContextAwareConnection. setArchiveContexts(IRI... archiveContexts)Deprecated.  | 
| void | ContextAwareRepository. setInsertContext(IRI insertContext) | 
| void | ContextAwareConnection. setInsertContext(IRI insertContext)The default context to add the statements to. | 
| void | ContextAwareRepository. setReadContexts(IRI... readContexts) | 
| void | ContextAwareConnection. setReadContexts(IRI... readContexts)The default context(s) to get the data from. | 
| void | ContextAwareRepository. setRemoveContexts(IRI... removeContexts) | 
| void | ContextAwareConnection. setRemoveContexts(IRI... removeContexts)The context(s) to remove the data from. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | ContextAwareSchema. ADD_CONTEXTDeprecated.  | 
| static IRI | ContextAwareSchema. ARCHIVE_CONTEXTDeprecated.  | 
| static IRI | ContextAwareSchema. BASE_URIhttp://www.openrdf.org/config/repository/contextaware#base | 
| static IRI | ContextAwareSchema. INCLUDE_INFERREDhttp://www.openrdf.org/config/repository/contextaware#includeInferred | 
| static IRI | ContextAwareSchema. INSERT_CONTEXThttp://www.openrdf.org/config/repository/contextaware#insertContext | 
| static IRI | ContextAwareSchema. MAX_QUERY_TIMEhttp://www.openrdf.org/config/repository/contextaware#maxQueryTime | 
| static IRI | ContextAwareSchema. QUERY_LANGUAGEhttp://www.openrdf.org/config/repository/contextaware#queryLanguage | 
| static IRI | ContextAwareSchema. READ_CONTEXThttp://www.openrdf.org/config/repository/contextaware#readContext | 
| static IRI | ContextAwareSchema. REMOVE_CONTEXThttp://www.openrdf.org/config/repository/contextaware#removeContext | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI[] | ContextAwareConfig. getAddContexts()Deprecated.  | 
| IRI[] | ContextAwareConfig. getArchiveContexts()Deprecated.  | 
| IRI | ContextAwareConfig. getInsertContext() | 
| IRI[] | ContextAwareConfig. getReadContexts() | 
| IRI[] | ContextAwareConfig. getRemoveContexts() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContextAwareConfig. setAddContexts(IRI... addContexts)Deprecated.  | 
| void | ContextAwareConfig. setArchiveContexts(IRI... archiveContexts)Deprecated.  | 
| void | ContextAwareConfig. setInsertContext(IRI insertContext) | 
| void | ContextAwareConfig. setReadContexts(IRI... readContexts) | 
| void | ContextAwareConfig. setRemoveContexts(IRI... removeContexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DatasetRepository. loadDataset(URL url,
           IRI context,
           ParserConfig config)Inspects if the dataset at the supplied URL location has been modified since the last load into this repository
 and if so loads it into the supplied context. | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Statement,QueryEvaluationException> | RepositoryTripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RepositoryConnectionInterceptor. add(RepositoryConnection conn,
   Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | RepositoryConnectionListener. add(RepositoryConnection conn,
   Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| boolean | RepositoryConnectionInterceptor. remove(RepositoryConnection conn,
      Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| void | RepositoryConnectionListener. remove(RepositoryConnection conn,
      Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | RepositoryConnectionInterceptorAdapter. add(RepositoryConnection conn,
   Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | RepositoryConnectionListenerAdapter. add(RepositoryConnection conn,
   Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | InterceptingRepositoryConnectionWrapper. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| void | NotifyingRepositoryConnectionWrapper. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| boolean | RepositoryConnectionInterceptorAdapter. remove(RepositoryConnection conn,
      Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| void | RepositoryConnectionListenerAdapter. remove(RepositoryConnection conn,
      Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| void | InterceptingRepositoryConnectionWrapper. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| void | NotifyingRepositoryConnectionWrapper. removeWithoutCommit(Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | DebugRepositoryConnectionListener. add(RepositoryConnection conn,
   Resource subject,
   IRI predicate,
   Value object,
   Resource... contexts) | 
| void | DebugRepositoryConnectionListener. remove(RepositoryConnection conn,
      Resource subject,
      IRI predicate,
      Value object,
      Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn,
                Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| boolean | RepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn,
                Resource subj,
                IRI pred,
                Value obj,
                Resource... ctxs)Returns true if the repository may have such a statement or false if it definitely does not. | 
| boolean | InaccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn,
                Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | HTTPRepositorySchema. PASSWORDhttp://www.openrdf.org/config/repository/http#password | 
| static IRI | HTTPRepositorySchema. REPOSITORYURLhttp://www.openrdf.org/config/repository/http#repositoryURL | 
| static IRI | HTTPRepositorySchema. USERNAMEhttp://www.openrdf.org/config/repository/http#username | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | RepositoryManager. PROXIED_IDhttp://www.openrdf.org/config/repository/proxy#proxiedID | 
| Modifier and Type | Method and Description | 
|---|---|
| protected long | IsolationLevelTest. count(RepositoryConnection con,
     Resource subj,
     IRI pred,
     Value obj,
     boolean includeInferred,
     Resource... contexts) | 
| protected Thread | IsolationLevelTest. incrementBy(CountDownLatch start,
           CountDownLatch observed,
           IsolationLevels level,
           ValueFactory vf,
           IRI subj,
           IRI pred,
           int by) | 
| protected Literal | IsolationLevelTest. readLiteral(RepositoryConnection con,
           IRI subj,
           IRI pred) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SailRepositoryConnection. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| void | SailRepositoryConnection. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                boolean includeInferred,
                RDFHandler handler,
                Resource... contexts) | 
| RepositoryResult<Statement> | SailRepositoryConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| boolean | SailRepositoryConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| protected void | SailRepositoryConnection. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | ProxyRepositorySchema. PROXIED_IDhttp://www.openrdf.org/config/repository/proxy#proxiedID | 
| static IRI | SailRepositorySchema. SAILIMPLhttp://www.openrdf.org/config/repository/sail#sailImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RDFSailInserter. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource ctxt) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | SPARQLConnection. addWithoutCommit(Resource subject,
                IRI predicate,
                Value object,
                Resource... contexts) | 
| void | SPARQLConnection. exportStatements(Resource subj,
                IRI pred,
                Value obj,
                boolean includeInferred,
                RDFHandler handler,
                Resource... contexts) | 
| RepositoryResult<Statement> | SPARQLConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| boolean | SPARQLConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| protected void | SPARQLConnection. removeWithoutCommit(Resource subject,
                   IRI predicate,
                   Value object,
                   Resource... contexts) | 
| protected Iteration<Statement,QueryEvaluationException> | SPARQLConnection. toStatementIteration(TupleQueryResult iter,
                    Resource subj,
                    IRI pred,
                    Value obj)Converts a  TupleQueryResultresulting from theSPARQLConnection.EVERYTHING_WITH_GRAPHto a statement by using the
 respective values from theBindingSetor (if provided) the ones from the arguments. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | SPARQLRepositoryConfig. QUERY_ENDPOINT | 
| static IRI | SPARQLRepositoryConfig. UPDATE_ENDPOINT | 
| Modifier and Type | Method and Description | 
|---|---|
| protected abstract void | AbstractRDFInserter. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource ctxt) | 
| protected void | RDFInserter. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource ctxt) | 
| static Optional<Statement> | Connections. getStatement(RepositoryConnection conn,
            Resource subject,
            IRI predicate,
            Value object,
            Resource... contexts)Retrieve a single  Statementmatching with the supplied subject, predicate, object and context(s) from the
 givenRepositoryConnection. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | NegativeParserTest. testUri | 
| protected IRI | PositiveParserTest. testUri | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | RDFFormat. getStandardURI() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | DatatypeHandler. isRecognizedDatatype(IRI datatypeUri)Checks if the given datatype URI is recognized by this datatype handler. | 
| Literal | DatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory)Normalize both the datatype URI and the literal value if appropriate, and use the given value factory to generate
 a literal matching a literal value and datatype URI. | 
| boolean | DatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri)Verifies that the datatype URI is valid, including a check on the structure of the literal value. | 
| Constructor and Description | 
|---|
| NegativeParserTest(IRI testUri,
                  String caseURI,
                  String inputURL,
                  String baseURL,
                  RDFParser targetParser,
                  FailureMode failureMode) | 
| PositiveParserTest(IRI testUri,
                  String testName,
                  String inputURL,
                  String outputURL,
                  String baseURL,
                  RDFParser targetParser,
                  RDFParser ntriplesParser) | 
| RDFFormat(String name,
         Collection<String> mimeTypes,
         Charset charset,
         Collection<String> fileExtensions,
         IRI standardURI,
         boolean supportsNamespaces,
         boolean supportsContexts)Creates a new RDFFormat object. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | VirtuosoGeometryDatatypeHandler. isRecognizedDatatype(IRI datatypeUri) | 
| boolean | RDFDatatypeHandler. isRecognizedDatatype(IRI datatypeUri) | 
| boolean | GeoSPARQLDatatypeHandler. isRecognizedDatatype(IRI datatypeUri) | 
| boolean | XMLSchemaDatatypeHandler. isRecognizedDatatype(IRI datatypeUri) | 
| boolean | DBPediaDatatypeHandler. isRecognizedDatatype(IRI datatypeUri) | 
| Literal | VirtuosoGeometryDatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory) | 
| Literal | RDFDatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory) | 
| Literal | GeoSPARQLDatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory) | 
| Literal | XMLSchemaDatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory) | 
| Literal | DBPediaDatatypeHandler. normalizeDatatype(String literalValue,
                 IRI datatypeUri,
                 ValueFactory valueFactory) | 
| boolean | VirtuosoGeometryDatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri) | 
| boolean | RDFDatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri) | 
| boolean | GeoSPARQLDatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri) | 
| boolean | XMLSchemaDatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri) | 
| boolean | DBPediaDatatypeHandler. verifyDatatype(String literalValue,
              IRI datatypeUri) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected IRI | AbstractRDFParser. createURI(String uri)Creates a  IRIobject for the specified URI-string. | 
| protected IRI | AbstractRDFParser. resolveURI(String uriSpec)Resolves a URI-string against the base URI and creates a  IRIobject for it. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Literal | AbstractRDFParser. createLiteral(String label,
             String lang,
             IRI datatype)Creates a  Literalobject with the supplied parameters. | 
| protected Literal | AbstractRDFParser. createLiteral(String label,
             String lang,
             IRI datatype,
             long lineNo,
             long columnNo)Creates a  Literalobject with the supplied parameters, using the lineNo and columnNo to enhance error
 messages or exceptions that may be generated during the creation of the literal. | 
| static Literal | RDFParserHelper. createLiteral(String label,
             String lang,
             IRI datatype,
             ParserConfig parserConfig,
             ParseErrorListener errListener,
             ValueFactory valueFactory)Create a literal using the given parameters, including iterative verification and normalization by any
  DatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig. | 
| static Literal | RDFParserHelper. createLiteral(String label,
             String lang,
             IRI datatype,
             ParserConfig parserConfig,
             ParseErrorListener errListener,
             ValueFactory valueFactory,
             long lineNo,
             long columnNo)Create a literal using the given parameters, including iterative verification and normalization by any
  DatatypeHandlerorLanguageHandlerimplementations that are found in theParserConfig. | 
| protected Statement | AbstractRDFParser. createStatement(Resource subj,
               IRI pred,
               Value obj)Creates a new  Statementobject with the supplied components. | 
| protected Statement | AbstractRDFParser. createStatement(Resource subj,
               IRI pred,
               Value obj,
               Resource context)Creates a new  Statementobject with the supplied components. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | NTriplesParser. predicate | 
| Modifier and Type | Method and Description | 
|---|---|
| protected IRI | NTriplesParser. createURI(String uri) | 
| static IRI | NTriplesUtil. parseURI(String nTriplesURI,
        ValueFactory valueFactory)Parses an N-Triples URI, creates an object for it using the supplied ValueFactory and returns this object. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | NTriplesUtil. append(IRI uri,
      Appendable appendable)Appends the N-Triples representation of the given  IRIto the givenAppendable. | 
| static void | NTriplesUtil. append(IRI uri,
      Appendable appendable,
      boolean escapeUnicode)Appends the N-Triples representation of the given  IRIto the givenAppendable. | 
| static String | NTriplesUtil. toNTriplesString(IRI uri)Creates an N-Triples string for the supplied URI. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Literal | RDFJSONParser. createLiteral(String label,
             String language,
             IRI datatype,
             com.fasterxml.jackson.core.JsonLocation currentLocation)Creates a literal, using the current value, language, and datatype, and additionally using the given
  JsonLocationto 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,
             IRI datatype) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TriGParser. reportStatement(Resource subj,
               IRI pred,
               Value obj) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Literal | TriXParser. createLiteral(String label,
             String lang,
             IRI datatype) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | TurtleWriter. lastWrittenPredicate | 
| protected IRI | TurtleParser. predicate | 
| Modifier and Type | Method and Description | 
|---|---|
| protected IRI | TurtleParser. parsePredicate() | 
| protected IRI | TurtleParser. parseURI() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | TurtleParser. reportStatement(Resource subj,
               IRI pred,
               Value obj) | 
| protected void | TurtleWriter. writePredicate(IRI predicate) | 
| protected void | TurtleWriter. writeURI(IRI uri) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected IRI | RDFStoreTest. context1 | 
| protected IRI | RDFStoreTest. context2 | 
| protected IRI | RDFStoreTest. guernica | 
| protected IRI | RDFStoreTest. nightwatch | 
| protected IRI | RDFStoreTest. painter | 
| protected IRI | RDFStoreTest. painting | 
| protected IRI | RDFStoreTest. paints | 
| protected IRI | RDFStoreTest. picasso | 
| protected IRI | RDFStoreTest. rembrandt | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailConnection. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)Adds a statement to the store. | 
| void | SailConnection. addStatement(UpdateContext op,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)Adds a statement to the store. | 
| protected long | SailIsolationLevelTest. count(SailConnection con,
     Resource subj,
     IRI pred,
     Value obj,
     boolean includeInferred,
     Resource... contexts) | 
| CloseableIteration<? extends Statement,SailException> | SailConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts)Gets all statements from the specified contexts that have a specific subject, predicate and/or object. | 
| default boolean | SailConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts)Determines if the store contains any statements from the specified contexts that have a specific subject,
 predicate and/or object. | 
| protected Thread | SailIsolationLevelTest. incrementBy(CountDownLatch start,
           CountDownLatch observed,
           IsolationLevels level,
           ValueFactory vf,
           IRI subj,
           IRI pred,
           int by) | 
| protected Literal | SailIsolationLevelTest. readLiteral(SailConnection con,
           IRI subj,
           IRI pred) | 
| void | SailConnection. removeStatement(UpdateContext op,
               Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository. | 
| void | SailConnection. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository. | 
| Constructor and Description | 
|---|
| UploadTransaction(CountDownLatch completed,
                 CountDownLatch otherTxnCommitted,
                 IRI context,
                 boolean rollback) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SailSourceConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| void | SailSourceConnection. addStatement(UpdateContext op,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | SailSink. approve(Resource subj,
       IRI pred,
       Value obj,
       Resource ctx)Adds a statement to the store. | 
| default void | SailSink. deprecate(Resource subj,
         IRI pred,
         Value obj,
         Resource ctx)Deprecated.  | 
| default boolean | SailSink. deprecateByQuery(Resource subj,
                IRI pred,
                Value obj,
                Resource[] contexts)Removes all statements with the specified subject, predicate, object, and context. | 
| CloseableIteration<? extends Statement,SailException> | SailDataset. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts)Gets all statements that have a specific subject, predicate and/or object. | 
| protected CloseableIteration<? extends Statement,SailException> | SailSourceConnection. getStatementsInternal(Resource subj,
                     IRI pred,
                     Value obj,
                     boolean includeInferred,
                     Resource... contexts) | 
| void | SailSink. observe(Resource subj,
       IRI pred,
       Value obj,
       Resource... contexts)Called to indicate matching statements have been observed and must not change their state until after this
  SailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE. | 
| boolean | SailSourceConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| void | SailSourceConnection. removeStatement(UpdateContext op,
               Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | BaseSailSchema. EVALUATION_STRATEGY_FACTORYhttp://www.openrdf.org/config/sail/base#evaluationStrategyFactory | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | SailConfigSchema. CONNECTION_TIME_OUThttp://www.openrdf.org/config/sail#connectionTimeOut | 
| static IRI | SailConfigSchema. DELEGATEhttp://www.openrdf.org/config/sail#delegate | 
| static IRI | SailConfigSchema. ITERATION_CACHE_SYNC_THRESHOLDhttp://www.openrdf.org/config/sail#iterationCacheSyncTreshold | 
| static IRI | SailConfigSchema. SAILTYPEhttp://www.openrdf.org/config/sail#sailType | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Iterable<? extends DocumentDistance> | ElasticsearchIndex. geoQuery(IRI geoProperty,
        org.locationtech.spatial4j.shape.Point p,
        IRI units,
        double distance,
        String distanceVar,
        Var contextVar) | 
| protected Iterable<? extends DocumentResult> | ElasticsearchIndex. geoRelationQuery(String relation,
                IRI geoProperty,
                org.locationtech.spatial4j.shape.Shape shape,
                Var contextVar) | 
| void | ElasticsearchQuery. highlight(IRI property)Deprecated.  Highlights the given field or all fields if null. | 
| protected SearchQuery | ElasticsearchIndex. parseQuery(String query,
          IRI propertyURI)Deprecated.  | 
| protected Iterable<? extends DocumentScore> | ElasticsearchIndex. query(Resource subject,
     String query,
     IRI propertyURI,
     boolean highlight)Parse the passed query. | 
| Constructor and Description | 
|---|
| ElasticsearchDocumentDistance(org.elasticsearch.search.SearchHit hit,
                             com.google.common.base.Function<? super String,? extends org.locationtech.spatial4j.context.SpatialContext> geoContextMapper,
                             String geoPointField,
                             IRI units,
                             org.elasticsearch.common.geo.GeoPoint srcPoint,
                             org.elasticsearch.common.unit.DistanceUnit unit) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | ElasticsearchStoreSchema. clusterName | 
| static IRI | ElasticsearchStoreSchema. hostname | 
| static IRI | ElasticsearchStoreSchema. index | 
| static IRI | ElasticsearchStoreSchema. port | 
| Modifier and Type | Method and Description | 
|---|---|
| CloseableIteration<? extends Statement,QueryEvaluationException> | SailTripleSource. getStatements(Resource subj,
             IRI pred,
             Value obj,
             Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | ExtensibleStoreConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| protected void | ExtensibleStoreConnection. addStatementInternal(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| CloseableIteration<? extends Statement,SailException> | ReadCache. getStatements(Resource subject,
             IRI predicate,
             Value object,
             Resource... context) | 
| CloseableIteration<? extends Statement,SailException> | DataStructureInterface. getStatements(Resource subject,
             IRI predicate,
             Value object,
             Resource... context) | 
| boolean | ExtensibleStoreConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| boolean | ReadCache. removeStatementsByQuery(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource[] contexts) | 
| default boolean | DataStructureInterface. removeStatementsByQuery(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource[] contexts) | 
| protected void | ExtensibleStoreConnection. removeStatementsInternal(Resource subj,
                        IRI pred,
                        Value obj,
                        Resource... contexts) | 
| Constructor and Description | 
|---|
| FilteringIteration(CloseableIteration<E,X> wrappedIteration,
                  Resource subject,
                  IRI predicate,
                  Value object,
                  Resource... context) | 
| FilteringIteration(Iteration<E,X> wrappedIteration,
                  Resource subject,
                  IRI predicate,
                  Value object,
                  Resource... context) | 
| PartialStatement(Resource subject,
                IRI predicate,
                Value object,
                Resource... context) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | FederationConfig. DISTINCTDeprecated.  If no two members contain the same statement. | 
| static IRI | FederationConfig. LOCALPROPERTYSPACEDeprecated.  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 IRI | FederationConfig. MEMBERDeprecated.  | 
| static IRI | FederationConfig. READ_ONLYDeprecated.  If the federation should not try and add statements to its members. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailConnectionWrapper. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | AbstractSailConnection. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | SailConnectionWrapper. addStatement(UpdateContext modify,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | AbstractSailConnection. addStatement(UpdateContext op,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts)The default implementation buffers added statements until the update operation is complete. | 
| protected abstract void | AbstractSailConnection. addStatementInternal(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| CloseableIteration<? extends Statement,SailException> | SailConnectionWrapper. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| CloseableIteration<? extends Statement,SailException> | AbstractSailConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| protected abstract CloseableIteration<? extends Statement,SailException> | AbstractSailConnection. getStatementsInternal(Resource subj,
                     IRI pred,
                     Value obj,
                     boolean includeInferred,
                     Resource... contexts) | 
| void | SailConnectionWrapper. removeStatement(UpdateContext modify,
               Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts) | 
| void | AbstractSailConnection. removeStatement(UpdateContext op,
               Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts)The default implementation buffers removed statements until the update operation is complete. | 
| void | SailConnectionWrapper. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| void | AbstractSailConnection. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| protected abstract void | AbstractSailConnection. removeStatementsInternal(Resource subj,
                        IRI pred,
                        Value obj,
                        Resource... contexts) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | InferencerConnectionWrapper. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| boolean | InferencerConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts)Adds an inferred statement to a specific context. | 
| CloseableIteration<? extends Statement,SailException> | InferencerConnectionWrapper. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts)Calls  InferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. | 
| boolean | InferencerConnectionWrapper. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| boolean | InferencerConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts)Removes an inferred statement from a specific context. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SchemaCachingRDFSInferencerConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| boolean | DedupingInferencerConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| void | SchemaCachingRDFSInferencerConnection. addStatement(Resource subject,
            IRI predicate,
            Value object,
            Resource... contexts) | 
| void | SchemaCachingRDFSInferencerConnection. addStatement(UpdateContext modify,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| boolean | DedupingInferencerConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | CustomGraphQueryInferencerSchema. MATCHER_QUERYhttp://www.openrdf.org/config/sail/customGraphQueryInferencer#matcherQuery | 
| static IRI | CustomGraphQueryInferencerSchema. QUERY_LANGUAGEhttp://www.openrdf.org/config/sail/customGraphQueryInferencer#queryLanguage | 
| static IRI | CustomGraphQueryInferencerSchema. RULE_QUERYhttp://www.openrdf.org/config/sail/customGraphQueryInferencer#ruleQuery | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | RDFInferencerInserter. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource ctxt) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | LuceneSailSchema. ALL_MATCHES | 
| static IRI | LuceneSailSchema. ALL_PROPERTIES | 
| static IRI | LuceneSailSchema. CONTEXT | 
| static IRI | AbstractLuceneSailTest. CONTEXT_1 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. CONTEXT_1 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. CONTEXT_1 | 
| static IRI | AbstractLuceneSailTest. CONTEXT_2 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. CONTEXT_2 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. CONTEXT_2 | 
| static IRI | AbstractLuceneSailTest. CONTEXT_3 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. CONTEXT_3 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. CONTEXT_3 | 
| static IRI | LuceneSailSchema. DISTANCE | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. FOAFNAME | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. FOAFPLAN | 
| static IRI | LuceneSailSchema. LUCENE_QUERY | 
| static IRI | LuceneSailSchema. MATCHES | 
| static IRI | AbstractLuceneSailTest. PREDICATE_1 | 
| static IRI | AbstractLuceneSailTest. PREDICATE_2 | 
| static IRI | AbstractLuceneSailTest. PREDICATE_3 | 
| static IRI | LuceneSailSchema. PROPERTY | 
| static IRI | LuceneSailSchema. QUERY | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. RDFSCOMMENT | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. RDFSLABEL | 
| static IRI | LuceneSailSchema. SCORE | 
| static IRI | LuceneSailSchema. SEARCH"Magic property" (TupleFunction) IRI. | 
| static IRI | LuceneSailSchema. SNIPPET | 
| static IRI | AbstractLuceneSailTest. SUBJECT_1 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. SUBJECT_1 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. SUBJECT_1 | 
| static IRI | AbstractLuceneSailTest. SUBJECT_2 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. SUBJECT_2 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. SUBJECT_2 | 
| static IRI | AbstractLuceneSailTest. SUBJECT_3 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. SUBJECT_3 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. SUBJECT_3 | 
| static IRI | AbstractLuceneSailTest. SUBJECT_4 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. SUBJECT_4 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. SUBJECT_4 | 
| static IRI | AbstractLuceneSailTest. SUBJECT_5 | 
| static IRI | AbstractLuceneSailGeoSPARQLTest. SUBJECT_5 | 
| static IRI | AbstractLuceneSailIndexedPropertiesTest. SUBJECT_5 | 
| static IRI | LuceneSailSchema. WITHIN_DISTANCE | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | DistanceQuerySpec. getGeoProperty() | 
| IRI | GeoRelationQuerySpec. getGeoProperty() | 
| IRI | QuerySpec. getPropertyURI() | 
| IRI | QuerySpec. getQueryType()the type of query, must equal  LuceneSailSchema.LUCENE_QUERY. | 
| IRI | DistanceQuerySpec. getUnits() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LuceneSailConnection. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| protected void | AbstractLuceneSailTest. assertQueryResult(String literal,
                 IRI predicate,
                 Resource resultUri) | 
| protected Iterable<? extends DocumentDistance> | LuceneIndex. geoQuery(IRI geoProperty,
        org.locationtech.spatial4j.shape.Point p,
        IRI units,
        double distance,
        String distanceVar,
        Var contextVar) | 
| protected abstract Iterable<? extends DocumentDistance> | AbstractSearchIndex. geoQuery(IRI geoProperty,
        org.locationtech.spatial4j.shape.Point p,
        IRI units,
        double distance,
        String distanceVar,
        Var context) | 
| protected Iterable<? extends DocumentResult> | LuceneIndex. geoRelationQuery(String relation,
                IRI geoProperty,
                org.locationtech.spatial4j.shape.Shape shape,
                Var contextVar) | 
| protected abstract Iterable<? extends DocumentResult> | AbstractSearchIndex. geoRelationQuery(String relation,
                IRI geoProperty,
                org.locationtech.spatial4j.shape.Shape shape,
                Var context) | 
| static String | SearchFields. getPropertyField(IRI property) | 
| void | LuceneQuery. highlight(IRI property)Deprecated.  | 
| void | SearchQuery. highlight(IRI property)Deprecated.  Highlights the given field or all fields if null. | 
| protected SearchQuery | LuceneIndex. parseQuery(String query,
          IRI propertyURI)Deprecated.  | 
| protected abstract SearchQuery | AbstractSearchIndex. parseQuery(String q,
          IRI property)Deprecated.  | 
| protected Iterable<? extends DocumentScore> | LuceneIndex. query(Resource subject,
     String query,
     IRI propertyURI,
     boolean highlight)Parse the passed query. | 
| protected abstract Iterable<? extends DocumentScore> | AbstractSearchIndex. query(Resource subject,
     String q,
     IRI property,
     boolean highlight) | 
| void | LuceneSailConnection. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| void | DistanceQuerySpec. setUnits(IRI units) | 
| Constructor and Description | 
|---|
| DistanceQuerySpec(Literal from,
                 IRI units,
                 double dist,
                 String distVar,
                 IRI geoProperty,
                 String geoVar,
                 String subjectVar,
                 Var contextVar) | 
| LuceneDocumentDistance(org.apache.lucene.search.ScoreDoc doc,
                      String geoProperty,
                      IRI units,
                      org.locationtech.spatial4j.shape.Point origin,
                      boolean includeContext,
                      LuceneIndex index) | 
| QuerySpec(StatementPattern matchesPattern,
         StatementPattern queryPattern,
         StatementPattern propertyPattern,
         StatementPattern scorePattern,
         StatementPattern snippetPattern,
         StatementPattern typePattern,
         Resource subject,
         String queryString,
         IRI propertyURI) | 
| QuerySpec(String matchesVarName,
         String propertyVarName,
         String scoreVarName,
         String snippetVarName,
         Resource subject,
         String queryString,
         IRI propertyURI) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | LuceneSailConfigSchema. INDEX_DIR | 
| Modifier and Type | Method and Description | 
|---|---|
| static double | GeoUnits. fromDegrees(double degs,
           IRI units) | 
| static double | GeoUnits. fromKilometres(double kms,
              IRI units) | 
| static double | GeoUnits. fromMiles(double miles,
         IRI units) | 
| static double | GeoUnits. toDegrees(double distance,
         IRI units) | 
| static double | GeoUnits. toKilometres(double distance,
            IRI units) | 
| static double | GeoUnits. toMiles(double distance,
       IRI units) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | MemoryStoreConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| protected void | MemoryStoreConnection. addStatementInternal(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| boolean | MemoryStoreConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| protected void | MemoryStoreConnection. removeStatementsInternal(Resource subj,
                        IRI pred,
                        Value obj,
                        Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | MemoryStoreSchema. PERSISThttp://www.openrdf.org/config/sail/memory#persist | 
| static IRI | MemoryStoreSchema. SYNC_DELAYhttp://www.openrdf.org/config/sail/memory#syncDelay | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemIRIA 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 | 
|---|---|
| IRI | MemValueFactory. createIRI(String uri) | 
| IRI | MemValueFactory. createIRI(String namespace,
         String localName) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Literal | MemValueFactory. createFPLiteral(Number n,
               IRI datatype) | 
| protected Literal | MemValueFactory. createIntegerLiteral(Number n,
                    IRI datatype) | 
| Literal | MemValueFactory. createLiteral(String value,
             IRI datatype) | 
| MemIRI | MemValueFactory. getMemURI(IRI uri)See getMemValue() for description. | 
| MemIRI | MemValueFactory. getOrCreateMemURI(IRI uri)See  MemValueFactory.getOrCreateMemValue(Value)for description. | 
| Constructor and Description | 
|---|
| CalendarMemLiteral(Object creator,
                  String label,
                  IRI datatype,
                  XMLGregorianCalendar calendar) | 
| DecimalMemLiteral(Object creator,
                 BigDecimal value,
                 IRI datatype) | 
| DecimalMemLiteral(Object creator,
                 String label,
                 BigDecimal value,
                 IRI datatype) | 
| IntegerMemLiteral(Object creator,
                 BigInteger value,
                 IRI datatype) | 
| IntegerMemLiteral(Object creator,
                 String label,
                 BigInteger value,
                 IRI datatype) | 
| MemLiteral(Object creator,
          String label,
          IRI datatype)Creates a new Literal which will get the supplied label and datatype. | 
| NumericMemLiteral(Object creator,
                 Number number,
                 IRI datatype) | 
| NumericMemLiteral(Object creator,
                 String label,
                 Number number,
                 IRI datatype) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | SailModel. add(Resource subj,
   IRI pred,
   Value obj,
   Resource... contexts)Deprecated.  | 
| boolean | SailModel. contains(Resource subj,
        IRI pred,
        Value obj,
        Resource... contexts)Deprecated.  | 
| Model | SailModel. filter(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts)Deprecated.  | 
| boolean | SailModel. remove(Resource subj,
      IRI pred,
      Value obj,
      Resource... contexts)Deprecated.  | 
| void | SailModel. removeTermIteration(Iterator<Statement> iter,
                   Resource subj,
                   IRI pred,
                   Value obj,
                   Resource... contexts)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | NativeStoreConnection. addInferredStatement(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| protected void | NativeStoreConnection. addStatementInternal(Resource subj,
                    IRI pred,
                    Value obj,
                    Resource... contexts) | 
| NativeLiteral | ValueStore. createLiteral(String value,
             IRI datatype)Deprecated.  | 
| NativeIRI | ValueStore. getNativeURI(IRI uri)Deprecated.  Creates a NativeURI that is equal to the supplied URI. | 
| boolean | NativeStoreConnection. removeInferredStatement(Resource subj,
                       IRI pred,
                       Value obj,
                       Resource... contexts) | 
| protected void | NativeStoreConnection. removeStatementsInternal(Resource subj,
                        IRI pred,
                        Value obj,
                        Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | NativeStoreSchema. FORCE_SYNChttp://www.openrdf.org/config/sail/native#forceSync | 
| static IRI | NativeStoreSchema. NAMESPACE_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#namespaceCacheSize | 
| static IRI | NativeStoreSchema. NAMESPACE_ID_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#namespaceIDCacheSize | 
| static IRI | NativeStoreSchema. TRIPLE_INDEXEShttp://www.openrdf.org/config/sail/native#tripleIndexes | 
| static IRI | NativeStoreSchema. VALUE_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#valueCacheSize | 
| static IRI | NativeStoreSchema. VALUE_ID_CACHE_SIZEhttp://www.openrdf.org/config/sail/native#valueIDCacheSize | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | NativeIRI | 
| Constructor and Description | 
|---|
| NativeLiteral(ValueStoreRevision revision,
             String label,
             IRI datatype) | 
| NativeLiteral(ValueStoreRevision revision,
             String label,
             IRI datatype,
             int internalID) | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | SourceConstraintComponent. getIri() | 
| Modifier and Type | Method and Description | 
|---|---|
| static List<IRI> | ShaclSail. getSupportedShaclPredicates()Lists the predicates that have been implemented in the ShaclSail. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ShaclSailConnection. addStatement(Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| void | ShaclSailConnection. addStatement(UpdateContext modify,
            Resource subj,
            IRI pred,
            Value obj,
            Resource... contexts) | 
| CloseableIteration<? extends Statement,SailException> | ShaclSailConnection. getStatements(Resource subj,
             IRI pred,
             Value obj,
             boolean includeInferred,
             Resource... contexts) | 
| boolean | ShaclSailConnection. hasStatement(Resource subj,
            IRI pred,
            Value obj,
            boolean includeInferred,
            Resource... contexts) | 
| void | ShaclSailConnection. removeStatement(UpdateContext modify,
               Resource subj,
               IRI pred,
               Value obj,
               Resource... contexts) | 
| void | ShaclSailConnection. removeStatements(Resource subj,
                IRI pred,
                Value obj,
                Resource... contexts) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | ShaclSailSchema. CACHE_SELECT_NODEShttp://rdf4j.org/config/sail/shacl#cacheSelectNodes | 
| static IRI | ShaclSailSchema. GLOBAL_LOG_VALIDATION_EXECUTIONhttp://rdf4j.org/config/sail/shacl#globalLogValidationExecution | 
| static IRI | ShaclSailSchema. IGNORE_NO_SHAPES_LOADED_EXCEPTIONhttp://rdf4j.org/config/sail/shacl#ignoreNoShapesLoadedException | 
| static IRI | ShaclSailSchema. LOG_VALIDATION_PLANShttp://rdf4j.org/config/sail/shacl#logValidationPlans | 
| static IRI | ShaclSailSchema. LOG_VALIDATION_VIOLATIONShttp://rdf4j.org/config/sail/shacl#logValidationViolations | 
| static IRI | ShaclSailSchema. PARALLEL_VALIDATIONhttp://rdf4j.org/config/sail/shacl#parallelValidation | 
| static IRI | ShaclSailSchema. PERFORMANCE_LOGGINGhttp://rdf4j.org/config/sail/shacl#performanceLogging | 
| static IRI | ShaclSailSchema. RDFS_SUB_CLASS_REASONINGhttp://rdf4j.org/config/sail/shacl#rdfsSubClassReasoning | 
| static IRI | ShaclSailSchema. SERIALIZABLE_VALIDATIONhttp://rdf4j.org/config/sail/shacl#serializableValidation | 
| static IRI | ShaclSailSchema. UNDEFINED_TARGET_VALIDATES_ALL_SUBJECTShttp://rdf4j.org/config/sail/shacl#undefinedTargetValidatesAllSubjects | 
| static IRI | ShaclSailSchema. VALIDATION_ENABLEDhttp://rdf4j.org/config/sail/shacl#validationEnabled | 
| Constructor and Description | 
|---|
| UnorderedSelect(SailConnection connection,
               Resource subject,
               IRI predicate,
               Value object,
               UnorderedSelect.OutputPattern outputPattern) | 
| Constructor and Description | 
|---|
| ExternalFilterByPredicate(SailConnection connection,
                         Set<IRI> filterOnPredicates,
                         PlanNode parent,
                         int index,
                         ExternalFilterByPredicate.On on) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Iterable<? extends DocumentDistance> | SolrIndex. geoQuery(IRI geoProperty,
        org.locationtech.spatial4j.shape.Point p,
        IRI units,
        double distance,
        String distanceVar,
        Var contextVar) | 
| protected Iterable<? extends DocumentResult> | SolrIndex. geoRelationQuery(String relation,
                IRI geoProperty,
                org.locationtech.spatial4j.shape.Shape shape,
                Var contextVar) | 
| void | SolrSearchQuery. highlight(IRI property)Deprecated.  Highlights the given field or all fields if null. | 
| protected SearchQuery | SolrIndex. parseQuery(String query,
          IRI propertyURI)Deprecated.  | 
| protected Iterable<? extends DocumentScore> | SolrIndex. query(Resource subject,
     String query,
     IRI propertyURI,
     boolean highlight)Parse the passed query. | 
| Constructor and Description | 
|---|
| SolrDocumentDistance(SolrSearchDocument doc,
                    IRI units) | 
| Modifier and Type | Field and Description | 
|---|---|
| static IRI | SpinSailSchema. AXIOM_CLOSURE_NEEDEDhttp://www.openrdf.org/config/sail/spin#axiomClosureNeeded | 
| static IRI | SpinSailSchema. VALIDATE_CONSTRAINTS | 
| Modifier and Type | Method and Description | 
|---|---|
| static Prefix | SparqlBuilder. prefix(IRI iri)Create a SPARQL default Prefix declaration | 
| Modifier and Type | Method and Description | 
|---|---|
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  IRI predicate,
  RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s) | 
| static TriplePattern | GraphPatterns. tp(RdfSubject subject,
  IRI predicate,
  Value... objects) | 
| static TriplePattern | GraphPatterns. tp(Resource subject,
  IRI predicate,
  RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s) | 
| static TriplePattern | GraphPatterns. tp(Resource subject,
  IRI predicate,
  Value... objects) | 
| Modifier and Type | Method and Description | 
|---|---|
| default TriplePattern | RdfSubject. has(IRI predicate,
   RdfObject... objects)Create a triple pattern from this subject and the given predicate and object | 
| default TriplePattern | RdfSubject. has(IRI predicate,
   Value... values)Create a triple pattern from this subject and the given predicate and object | 
| static Iri | Rdf. iri(IRI iri)Create a SparqlBuilder Iri instance from an  IRI | 
| static RdfLiteral.StringLiteral | Rdf. literalOfType(String stringValue,
             IRI dataType)create a literal with a datatype | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | Argument. getPredicate() | 
| IRI | RuleProperty. getUri() | 
| IRI | Template. getUri() | 
| IRI | Argument. getValueType() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<IRI> | RuleProperty. getNextRules() | 
| static List<IRI> | SpinParser. orderArguments(Set<IRI> args) | 
| Map<IRI,Argument> | SpinParser. parseArguments(IRI moduleUri,
              TripleSource store) | 
| Map<IRI,RuleProperty> | SpinParser. parseRuleProperties(TripleSource store) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ParsedOperation | SpinParser. parse(Resource queryResource,
     IRI queryClass,
     TripleSource store) | 
| Map<IRI,Argument> | SpinParser. parseArguments(IRI moduleUri,
              TripleSource store) | 
| Function | SpinParser. parseFunction(IRI funcUri,
             TripleSource store) | 
| TupleFunction | SpinParser. parseMagicProperty(IRI propUri,
                  TripleSource store) | 
| void | SpinParser. reset(IRI... uris)Resets/clears any cached information about the given URIs. | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedOperation | Template. call(Map<IRI,Value> argValues) | 
| static List<IRI> | SpinParser. orderArguments(Set<IRI> args) | 
| void | RuleProperty. setNextRules(List<IRI> nextRules) | 
| Constructor and Description | 
|---|
| Argument(IRI IRI,
        IRI valueType,
        boolean optional,
        Value defaultValue) | 
| RuleProperty(IRI ruleUri) | 
| Template(IRI IRI) | 
| Constructor and Description | 
|---|
| SpinParser(SpinParser.Input input,
          com.google.common.base.Function<IRI,String> wellKnownVarsMapper,
          com.google.common.base.Function<IRI,String> wellKnownFuncMapper) | 
| SpinParser(SpinParser.Input input,
          com.google.common.base.Function<IRI,String> wellKnownVarsMapper,
          com.google.common.base.Function<IRI,String> wellKnownFuncMapper) | 
| SpinRenderer(SpinRenderer.Output output,
            com.google.common.base.Function<String,IRI> wellKnownVarMapper,
            com.google.common.base.Function<String,IRI> wellKnownFuncMapper,
            ValueFactory vf) | 
| SpinRenderer(SpinRenderer.Output output,
            com.google.common.base.Function<String,IRI> wellKnownVarMapper,
            com.google.common.base.Function<String,IRI> wellKnownFuncMapper,
            ValueFactory vf) | 
| Modifier and Type | Method and Description | 
|---|---|
| Function | KnownFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| TupleFunction | KnownTupleFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | FunctionParser. parse(IRI uri,
     TripleSource store) | 
| TupleFunction | TupleFunctionParser. parse(IRI uri,
     TripleSource store) | 
| Function | SpinFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | SpinxFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| TupleFunction | SpinTupleFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Function | SpinTupleFunctionAsFunctionParser. parse(IRI funcUri,
     TripleSource store) | 
| Constructor and Description | 
|---|
| KnownFunctionParser(FunctionRegistry functionRegistry,
                   com.google.common.base.Function<IRI,String> wellKnownFunctions) | 
| Modifier and Type | Method and Description | 
|---|---|
| IRI | WorkbenchRequest. getURI(String name)Gets the URI referred to by the parameter value. | 
| IRI | QueryStorage. selectSavedQuery(HTTPRepository repository,
                String owner,
                String queryName)Returns the URI for the saved query in the given repository with the given name, owned by the given owner. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | QueryStorage. canChange(IRI query,
         String currentUser)Determines whether the user with the given userName is allowed to update or delete the given query. | 
| boolean | QueryStorage. canRead(IRI query,
       String currentUser)Determines whether the user with the given userName is allowed to read the given query. | 
| void | QueryStorage. deleteQuery(IRI query,
           String userName)Delete the given query for the given user. | 
| void | QueryStorage. updateQuery(IRI query,
           String userName,
           boolean shared,
           QueryLanguage queryLanguage,
           String queryText,
           boolean infer,
           int rowsPerPage)Update the entry for the given query. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.