Uses of Interface
org.eclipse.rdf4j.model.Resource
-
-
Uses of Resource in org.eclipse.rdf4j.http.client
Methods in org.eclipse.rdf4j.http.client with parameters of type Resource Modifier and Type Method Description voidRDF4JProtocolSession. addData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRDF4JProtocolSession. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)voidRDF4JProtocolSession. removeData(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)longRDF4JProtocolSession. size(Resource... contexts)protected voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.InputStream contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)protected voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts)voidRDF4JProtocolSession. upload(java.io.Reader contents, java.lang.String baseURI, RDFFormat dataFormat, boolean overwrite, boolean preserveNodeIds, Resource... contexts)protected voidRDF4JProtocolSession. upload(org.apache.http.HttpEntity reqEntity, java.lang.String baseURI, boolean overwrite, boolean preserveNodeIds, Protocol.Action action, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.http.protocol
Methods in org.eclipse.rdf4j.http.protocol that return Resource Modifier and Type Method Description static ResourceProtocol. decodeContext(java.lang.String encodedValue, ValueFactory valueFactory)Decode a previously encoded context Resource.static Resource[]Protocol. decodeContexts(java.lang.String[] encodedValues, ValueFactory valueFactory)Decode previously encoded contexts.static ResourceProtocol. decodeResource(java.lang.String encodedValue, ValueFactory valueFactory)Decode a previously encoded Resource.Methods in org.eclipse.rdf4j.http.protocol with parameters of type Resource Modifier and Type Method Description static java.lang.StringProtocol. encodeContext(Resource context)Encodes a context resource for use in a URL.static java.lang.String[]Protocol. encodeContexts(Resource... contexts)Encode context resources for use in a URL. -
Uses of Resource in org.eclipse.rdf4j.http.protocol.transaction
Methods in org.eclipse.rdf4j.http.protocol.transaction that return Resource Modifier and Type Method Description private Resource[]TransactionSAXParser. createContexts(int startIdx)Methods in org.eclipse.rdf4j.http.protocol.transaction with parameters of type Resource Modifier and Type Method Description protected voidTransactionWriter. serialize(Resource[] contexts, XMLWriter xmlWriter)protected voidTransactionWriter. serialize(Resource resource, XMLWriter xmlWriter) -
Uses of Resource in org.eclipse.rdf4j.http.protocol.transaction.operations
Fields in org.eclipse.rdf4j.http.protocol.transaction.operations declared as Resource Modifier and Type Field Description protected Resource[]ContextOperation. contextsprivate ResourceStatementOperation. subjectMethods in org.eclipse.rdf4j.http.protocol.transaction.operations that return Resource Modifier and Type Method Description Resource[]ContextOperation. getContexts()ResourceStatementOperation. getSubject()Methods in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Resource Modifier and Type Method Description voidContextOperation. setContexts(Resource... contexts)voidStatementOperation. setSubject(Resource subject)Constructors in org.eclipse.rdf4j.http.protocol.transaction.operations with parameters of type Resource Constructor Description AddStatementOperation(Resource subj, IRI pred, Value obj, Resource... contexts)Create an AddStatementOperation.ClearOperation(Resource... contexts)ContextOperation(Resource... contexts)RemoveStatementsOperation(Resource subj, IRI pred, Value obj, Resource... contexts)Creates a RemoveStatementsOperation.StatementOperation(Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.model
Subinterfaces of Resource in org.eclipse.rdf4j.model Modifier and Type Interface Description interfaceBNodeAn RDF-1.1 blank node (aka bnode, aka anonymous node).interfaceIRIAn Internationalized Resource Identifier (IRI).interfaceTripleAn RDF-star embedded triple.Methods in org.eclipse.rdf4j.model that return Resource Modifier and Type Method Description ResourceStatement. getContext()Gets the context of this statement.ResourceStatement. getSubject()Gets the subject of this statement.ResourceTriple. getSubject()Gets the subject of this triple.Methods in org.eclipse.rdf4j.model that return types with arguments of type Resource Modifier and Type Method Description default java.util.Set<Resource>Model. contexts()Returns aSetview of the contexts contained in this model.java.util.Set<Resource>Model. subjects()Returns aSetview of the subjects contained in this model.Methods in org.eclipse.rdf4j.model with parameters of type Resource Modifier and Type Method Description booleanModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)Adds one or more statements to the model.booleanModel. clear(Resource... context)Removes statements with the specified context exist in this model.booleanModel. 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.StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object)Creates a new statement with the supplied subject, predicate and object.StatementValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)Creates a new statement with the supplied subject, predicate and object and associated context.default TripleValueFactory. createTriple(Resource subject, IRI predicate, Value object)Creates a new RDF-star triple with the supplied subject, predicate and object.ModelModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)Returns a filtered view of the statements with the specified subject, predicate, object and (optionally) context.default java.lang.Iterable<Statement>Model. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)Returns anIterableover allStatements in this Model that match the supplied criteria.booleanModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)Removes statements with the specified subject, predicate, object and (optionally) context exist in this model. -
Uses of Resource in org.eclipse.rdf4j.model.base
Classes in org.eclipse.rdf4j.model.base that implement Resource Modifier and Type Class Description classAbstractBNodeBase class forBNode, offering common functionality.(package private) static classAbstractBNode.GenericBNodeclassAbstractIRIBase class forIRI, offering common functionality.(package private) static classAbstractIRI.GenericIRIclassAbstractTripleBase class forTriple, offering common functionality.(package private) static classAbstractTriple.GenericTripleclassInternedIRIAn IRI implementation that interns the stringValue so that two objects can be compared by their stringValue reference.Fields in org.eclipse.rdf4j.model.base declared as Resource Modifier and Type Field Description private ResourceAbstractValueFactory.GenericStatement. contextprivate ResourceAbstractTriple.GenericTriple. subjectprivate ResourceAbstractValueFactory.GenericStatement. subjectMethods in org.eclipse.rdf4j.model.base that return Resource Modifier and Type Method Description ResourceAbstractValueFactory.GenericStatement. getContext()ResourceAbstractTriple.GenericTriple. getSubject()ResourceAbstractValueFactory.GenericStatement. getSubject()Methods in org.eclipse.rdf4j.model.base with parameters of type Resource Modifier and Type Method Description StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementAbstractValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleAbstractValueFactory. createTriple(Resource subject, IRI predicate, Value object)Constructors in org.eclipse.rdf4j.model.base with parameters of type Resource Constructor Description GenericStatement(Resource subject, IRI predicate, Value object, Resource context)GenericTriple(Resource subject, IRI predicate, Value object) -
Uses of Resource in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl with type parameters of type Resource Modifier and Type Class Description classGenericStatement<R extends Resource,I extends IRI,V extends Value>An implementation of the Statement interface with support for Java Generics.Classes in org.eclipse.rdf4j.model.impl that implement Resource Modifier and Type Class Description classSimpleBNodeAn simple default implementation of theBNodeinterface.classSimpleIRIThe default implementation of theIRIinterface.classSimpleTripleA simple default implementation of theTripleinterface.Fields in org.eclipse.rdf4j.model.impl declared as Resource Modifier and Type Field Description private ResourceContextStatement. contextDeprecated, for removal: This API element is subject to removal in a future version.The statement's context, if applicable.protected RGenericStatement. contextprotected Resource[]FilteredModel. contextsprivate static Resource[]DynamicModel. NULL_CTX(package private) static Resource[]LinkedHashModel. NULL_CTXprotected ResourceFilteredModel. subjprotected RGenericStatement. subjectprivate ResourceSimpleStatement. subjectDeprecated, for removal: This API element is subject to removal in a future version.The statement's subject.private ResourceSimpleTriple. subjectThe triple's subject.Fields in org.eclipse.rdf4j.model.impl with type parameters of type Resource Modifier and Type Field Description (package private) LinkedHashModel.ModelNode<Resource>LinkedHashModel.ModelStatement. ctx(package private) LinkedHashModel.ModelNode<Resource>LinkedHashModel.ModelStatement. subjMethods in org.eclipse.rdf4j.model.impl that return Resource Modifier and Type Method Description ResourceContextStatement. getContext()Deprecated, for removal: This API element is subject to removal in a future version.ResourceLinkedHashModel.ModelStatement. getContext()ResourceSimpleStatement. getContext()Deprecated, for removal: This API element is subject to removal in a future version.ResourceLinkedHashModel.ModelStatement. getSubject()ResourceSimpleStatement. getSubject()Deprecated, for removal: This API element is subject to removal in a future version.ResourceSimpleTriple. getSubject()private Resource[]LinkedHashModel. notNull(Resource[] contexts)Methods in org.eclipse.rdf4j.model.impl that return types with arguments of type Resource Modifier and Type Method Description java.util.Set<Resource>AbstractModel. contexts()java.util.Set<Resource>DynamicModel. contexts()java.util.Set<Resource>AbstractModel. subjects()java.util.Set<Resource>DynamicModel. subjects()Methods in org.eclipse.rdf4j.model.impl with parameters of type Resource Modifier and Type Method Description private booleanFilteredModel. accept(Resource s, IRI p, Value o, Resource... c)booleanDynamicModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. add(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)private java.util.Set<LinkedHashModel.ModelStatement>LinkedHashModel. choose(Resource subj, IRI pred, Value obj, Resource... contexts)booleanAbstractModel. clear(Resource... contexts)booleanDynamicModel. clear(Resource... context)booleanDynamicModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. contains(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementSimpleValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementValidatingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleSimpleValueFactory. createTriple(Resource subject, IRI predicate, Value object)TripleValidatingValueFactory. createTriple(Resource subject, IRI predicate, Value object)booleanContextStatement. exactSameContext(Resource context)Deprecated, for removal: This API element is subject to removal in a future version.booleanSimpleStatement. exactSameSubject(Resource subject)Deprecated, for removal: This API element is subject to removal in a future version.ModelDynamicModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelEmptyModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelFilteredModel. filter(Resource s, IRI p, Value o, Resource... c)ModelLinkedHashModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelTreeModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)ModelUnmodifiableModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)java.lang.Iterable<Statement>DynamicModel. getStatements(Resource subject, IRI predicate, Value object, Resource... contexts)private booleanFilteredModel. matches(Resource[] stContext, Resource... contexts)private booleanFilteredModel. matches(Resource stContext, Resource... contexts)private LinkedHashModel.ModelIteratorLinkedHashModel. matchPattern(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) java.util.Iterator<Statement>TreeModel. matchPattern(Resource subj, IRI pred, Value obj, Resource ctx)private Resource[]LinkedHashModel. notNull(Resource[] contexts)booleanDynamicModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanEmptyModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanFilteredModel. remove(Resource s, IRI p, Value o, Resource... c)booleanLinkedHashModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanTreeModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)booleanUnmodifiableModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidFilteredModel. removeFilteredTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Called by aggregate sets when a term has been removed from a term iterator.abstract voidAbstractModel. removeTermIteration(java.util.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.voidEmptyModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)voidFilteredModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource s, IRI p, Value o, Resource... c)voidLinkedHashModel. removeTermIteration(java.util.Iterator iterator, Resource subj, IRI pred, Value obj, Resource... contexts)voidTreeModel. removeTermIteration(java.util.Iterator<Statement> iterator, Resource subj, IRI pred, Value obj, Resource... contexts)voidUnmodifiableModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.model.impl with parameters of type Resource Constructor Description ContextStatement(Resource subject, IRI predicate, Value object, Resource context)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object for the specified associated context.FilteredModel(AbstractModel model, Resource subj, IRI pred, Value obj, Resource... contexts)SimpleStatement(Resource subject, IRI predicate, Value object)Deprecated, for removal: This API element is subject to removal in a future version.Creates a new Statement with the supplied subject, predicate and object.SimpleTriple(Resource subject, IRI predicate, Value object)Creates a new Triple with the supplied subject, predicate and object.TreeStatement(Resource subject, IRI predicate, Value object, Resource ctx)Constructor parameters in org.eclipse.rdf4j.model.impl with type arguments of type Resource Constructor Description ModelStatement(LinkedHashModel.ModelNode<Resource> subj, LinkedHashModel.ModelNode<IRI> pred, LinkedHashModel.ModelNode<Value> obj, LinkedHashModel.ModelNode<Resource> ctx)ModelStatement(LinkedHashModel.ModelNode<Resource> subj, LinkedHashModel.ModelNode<IRI> pred, LinkedHashModel.ModelNode<Value> obj, LinkedHashModel.ModelNode<Resource> ctx, Statement statement) -
Uses of Resource in org.eclipse.rdf4j.model.util
Fields in org.eclipse.rdf4j.model.util declared as Resource Modifier and Type Field Description private ResourceModelBuilder. currentNamedGraphprivate ResourceModelBuilder. currentSubjectFields in org.eclipse.rdf4j.model.util with type parameters of type Resource Modifier and Type Field Description static java.util.function.Function<Triple,Resource>Statements. TRIPLE_BNODE_MAPPERMethods in org.eclipse.rdf4j.model.util that return Resource Modifier and Type Method Description private static ResourceStatements. createReifiedStatement(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Resource Modifier and Type Method Description java.util.Set<Resource>SynchronizedModel. contexts()private static java.util.Map<Resource,Resource>Models. createNewBnodeMapping(java.util.Map<Resource,Resource> bNodeMapping, Statement st1, Statement st2)private static java.util.Map<Resource,Resource>Models. createNewBnodeMapping(java.util.Map<Resource,Resource> bNodeMapping, Statement st1, Statement st2)static java.util.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 java.util.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 java.util.Optional<Resource>Configurations. getResourceValue(Model model, Resource subject, IRI property, IRI legacyProperty)Retrieve a property value for the supplied subject as aResourceif present, falling back to a supplied legacy property .static java.util.Optional<Resource>Models. objectResource(java.lang.Iterable<Statement> statements)Retrieves an objectResourcevalue from the supplied statements.static java.util.Optional<Resource>Models. objectResource(Model m)Retrieves an objectResourcevalue from the statements in the given model.static java.util.Set<Resource>Models. objectResources(java.lang.Iterable<Statement> statements)Retrieves all objectResourcevalues from the supplied statements.static java.util.Set<Resource>Models. objectResources(Model m)Retrieves all objectResourcevalues from the supplied model.static java.util.Optional<Resource>Models. subject(java.lang.Iterable<Statement> statements)Retrieves a subjectResourcefrom the supplied statements.static java.util.Optional<Resource>Models. subject(Model m)Retrieves a subjectResourcefrom the statements in the given model.java.util.Set<Resource>SynchronizedModel. subjects()Methods in org.eclipse.rdf4j.model.util with parameters of type Resource Modifier and Type Method Description ModelBuilderModelBuilder. add(Resource subject, IRI predicate, java.lang.Object object)Add an RDF statement with the given subject, predicate and object to the model, using the current graph (either named or default).booleanSynchronizedModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)static <C extends java.util.Collection<Statement>>
CRDFCollections. asRDF(java.lang.Iterable<?> values, Resource head, C sink, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends java.util.Collection<Statement>>
CRDFCollections. asRDF(java.lang.Iterable<?> values, Resource head, C sink, ValueFactory valueFactory, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static <C extends java.util.Collection<Value>>
CRDFCollections. asValues(Model m, Resource head, C collection, Resource... contexts)Converts an RDF Collection to a JavaCollectionofValueobjects.booleanSynchronizedModel. clear(Resource... context)static voidStatements. consume(ValueFactory vf, Resource subject, IRI predicate, Value object, java.util.function.Consumer<Statement> consumer, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context, and sends each created statement to the suppliedConsumer.static voidRDFCollections. consumeCollection(java.lang.Iterable<?> values, Resource head, java.util.function.Consumer<Statement> consumer, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFCollections. consumeCollection(java.lang.Iterable<?> values, Resource head, java.util.function.Consumer<Statement> consumer, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Collection, using the suppliedheadresource as the starting resource of the RDF Collection.static voidRDFContainers. consumeContainer(IRI containerType, java.lang.Iterable<?> values, Resource container, java.util.function.Consumer<Statement> consumer, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static voidRDFContainers. consumeContainer(IRI containerType, java.lang.Iterable<?> values, Resource container, java.util.function.Consumer<Statement> consumer, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Container.static voidRDFCollections. consumeValues(Model m, Resource head, java.util.function.Consumer<Value> consumer, Resource... contexts)static voidRDFContainers. consumeValues(Model m, Resource container, IRI containerType, java.util.function.Consumer<Value> consumer, Resource... contexts)booleanSynchronizedModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)static <C extends java.util.Collection<Statement>>
CStatements. create(ValueFactory vf, Resource subject, IRI predicate, Value object, C collection, Resource... contexts)Creates one or moreStatementobjects with the given subject, predicate and object, one for each given context.private static ResourceStatements. createReifiedStatement(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.static voidRDFCollections. extract(Model sourceModel, Resource head, java.util.function.Consumer<Statement> consumer, Resource... contexts)Extracts the RDF Collection starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFCollections. extract(GetStatementOptional statementSupplier, Resource head, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.Supplier<E>> exceptionSupplier, Resource... contexts)Extracts an RDF Collection starting with the supplied list head from the statement supplier and sends all statements that make up the collection to the suppliedConsumerfunction.static voidRDFContainers. extract(IRI containerType, Model sourceModel, Resource container, java.util.function.Consumer<Statement> consumer, Resource... contexts)Extracts the RDF Container starting with suppliedheadresource from the supplied sourceModeland sends the statements that make up the collection to the suppliedConsumer.static <E extends RDF4JException>
voidRDFContainers. extract(IRI containerType, GetStatementOptional statementSupplier, Resource container, java.util.function.Consumer<Statement> collectionConsumer, java.util.function.Function<java.lang.String,java.util.function.Supplier<E>> exceptionSupplier, Resource... contexts)Extracts an RDF Container starting with the supplied container head from the statement supplier and sends all statements that make up the collection to the suppliedConsumerfunction.ModelSynchronizedModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)java.util.Optional<Statement>GetStatementOptional. get(Resource subject, IRI predicate, Value object, Resource... contexts)Either supplies a statement matching the given pattern, orOptional.empty()otherwise.static <C extends java.util.Collection<Statement>>
CRDFCollections. getCollection(Model sourceModel, Resource head, C sink, Resource... contexts)Extracts the RDF Collection starting with the suppliedheadresource from the supplied sourceModel.static <C extends java.util.Collection<Statement>>
CRDFContainers. getContainer(IRI containerType, Model sourceModel, Resource container, C sink, Resource... contexts)static java.util.Optional<IRI>Configurations. getIRIValue(Model model, Resource subject, IRI property, IRI legacyProperty)Retrieve a property value for the supplied subject as aIRIif present, falling back to a supplied legacy property .static java.util.Optional<Literal>Configurations. getLiteralValue(Model model, Resource subject, IRI property, IRI legacyProperty)Retrieve a property value for the supplied subject as aLiteralif present, falling back to a supplied legacy property .static java.util.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 java.util.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 java.util.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 java.util.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 java.util.Optional<Literal>Models. getPropertyLiteral(Model m, Resource subject, IRI property, Resource... contexts)Retrieve a property value as aLiteralfor the supplied subject from the given model.static java.util.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 java.util.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 java.util.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 java.util.Optional<java.lang.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 java.util.Set<java.lang.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 java.util.Set<Value>Configurations. getPropertyValues(Model model, Resource subject, IRI property, IRI legacyProperty)Retrieve all property values for the supplied subject as a Set of values and include all values for any legacy property.static java.util.Optional<Resource>Configurations. getResourceValue(Model model, Resource subject, IRI property, IRI legacyProperty)Retrieve a property value for the supplied subject as aResourceif present, falling back to a supplied legacy property .ModelBuilderModelBuilder. namedGraph(Resource namedGraph)Set the current graph in which to add new statements to the supplied named graph.booleanSynchronizedModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)static ModelModels. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static StatementStatements. statement(Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements. statement(Triple triple, Resource context)Create aStatementfrom the suppliedRDF-star tripleand context.static StatementStatements. statement(ValueFactory vf, Resource subject, IRI predicate, Value object, Resource context)Create aStatementfrom the supplied subject, predicate, object and context.static StatementStatements. statement(ValueFactory vf, Triple triple, Resource context)Create aStatementfrom the suppliedRDF-star tripleand context.static ModelModels. stripContexts(Model model, Resource... contexts)Strips contexts from the input model.ModelBuilderModelBuilder. subject(Resource subject)Set the subject resource about which statements are to be added to the model.static <C extends java.util.Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, java.lang.Iterable<?> values, Resource container, C sink, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static <C extends java.util.Collection<Statement>>
CRDFContainers. toRDF(IRI containerType, java.lang.Iterable<?> values, Resource container, C sink, ValueFactory vf, Resource... contexts)Converts the suppliedIterableto an RDF Container, using the suppliedheadresource as the starting resource of the RDF Containter.static StatementStatements. toStatement(Triple triple, Resource context)Deprecated.since 3.7.0 - useStatements.statement(Triple, Resource)insteadstatic StatementStatements. toStatement(ValueFactory vf, Triple triple, Resource context)Deprecated.static <C extends java.util.Collection<Value>>
CRDFContainers. toValues(IRI containerType, Model m, Resource container, C collection, Resource... contexts)Converts an RDF Containter to a JavaCollectionofValueobjects.static TripleValues. triple(Resource subject, IRI predicate, Value object)Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.static TripleValues. triple(ValueFactory vf, Resource subject, IRI predicate, Value object)Creates a newRDF-star embedded triplewith the supplied subject, predicate, and object.Method parameters in org.eclipse.rdf4j.model.util with type arguments of type Resource Modifier and Type Method Description private static booleanModels. bnodeValueMatching(java.util.Map<Resource,Resource> bNodeMapping, Value obj1, Value obj2)private static booleanModels. bnodeValueMatching(java.util.Map<Resource,Resource> bNodeMapping, Value obj1, Value obj2)static voidStatements. convertRDFStarToReification(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Statement st, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star statement to RDF reification statements, and sends the resultant statements to the supplied consumer.private static java.util.Map<Resource,Resource>Models. createNewBnodeMapping(java.util.Map<Resource,Resource> bNodeMapping, Statement st1, Statement st2)private static java.util.Map<Resource,Resource>Models. createNewBnodeMapping(java.util.Map<Resource,Resource> bNodeMapping, Statement st1, Statement st2)private static ResourceStatements. createReifiedStatement(ValueFactory vf, java.util.function.Function<Triple,Resource> reifiedIdMapper, Triple triple, Resource context, java.util.function.Consumer<Statement> consumer)Converts the supplied RDF-star triple to a series of RDF reification statements and sends the statements to the supplied consumer.private static java.util.List<Statement>Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)private static java.util.List<Statement>Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)private static booleanModels. statementsMatch(Statement st1, Statement st2, java.util.Map<Resource,Resource> bNodeMapping)private static booleanModels. statementsMatch(Statement st1, Statement st2, java.util.Map<Resource,Resource> bNodeMapping) -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type Resource Modifier and Type Method Description CloseableIteration<? extends Triple,QueryEvaluationException>RDFStarTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)Gets all Triple nodes that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,QueryEvaluationException>TripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object. -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps
Fields in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps declared as Resource Modifier and Type Field Description static Resource[]StatementPatternQueryEvaluationStep. ALL_CONTEXTstatic Resource[]StatementPatternQueryEvaluationStep. DEFAULT_CONTEXTMethods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps that return Resource Modifier and Type Method Description private static Resource[]StatementPatternQueryEvaluationStep. contextsGivenContextVal(Value contextValue)private static Resource[]StatementPatternQueryEvaluationStep. fillContextsFromDatasSetGraphs(java.util.Set<IRI> graphs)Methods in org.eclipse.rdf4j.query.algebra.evaluation.impl.evaluationsteps with parameters of type Resource Modifier and Type Method Description protected static java.util.function.Predicate<Statement>StatementPatternQueryEvaluationStep. filterContextOrEqualVariables(StatementPattern statementPattern, Value subjValue, Value predValue, Value objValue, Resource[] contexts)Generate a predicate that tests for Named contexts are matched by retrieving all statements from the store and filtering out the statements that do not have a context.private CloseableIteration<? extends Statement,QueryEvaluationException>StatementPatternQueryEvaluationStep. handleFilter(Resource[] contexts, Resource subject, IRI predicate, Value object, CloseableIteration<? extends Statement,QueryEvaluationException> iteration) -
Uses of Resource in org.eclipse.rdf4j.query.algebra.evaluation.util
Methods in org.eclipse.rdf4j.query.algebra.evaluation.util that return types with arguments of type Resource Modifier and Type Method Description static CloseableIteration<Resource,QueryEvaluationException>TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>TripleSources. listResources(Resource subj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.eclipse.rdf4j.query.algebra.evaluation.util with parameters of type Resource Modifier and Type Method Description static booleanTripleSources. booleanValue(Resource subj, IRI pred, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Literal,QueryEvaluationException>TripleSources. getObjectLiterals(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<Resource,QueryEvaluationException>TripleSources. getObjectResources(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static CloseableIteration<IRI,QueryEvaluationException>TripleSources. getObjectURIs(Resource subject, IRI predicate, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Value,QueryEvaluationException>TripleSources. list(Resource subj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static Iteration<Resource,QueryEvaluationException>TripleSources. listResources(Resource subj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.static StatementTripleSources. single(Resource subj, IRI pred, Value obj, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version.Returns the single statement with the given subject, predicate and object or null if none exists.static ValueTripleSources. singleValue(Resource subj, IRI pred, TripleSource store)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Resource in org.eclipse.rdf4j.query.dawg
Methods in org.eclipse.rdf4j.query.dawg with parameters of type Resource Modifier and Type Method Description private BindingDAWGTestResultSetParser. getBinding(Resource bindingNode)private java.util.List<java.lang.String>DAWGTestResultSetParser. getBindingNames(Resource resultSetNode)private voidDAWGTestResultSetParser. reportSolution(Resource solutionNode, java.util.List<java.lang.String> bindingNames)private voidDAWGTestResultSetWriter. reportStatement(Resource subject, IRI predicate, Value object) -
Uses of Resource in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return Resource Modifier and Type Method Description protected ResourceSPARQLUpdateDataBlockParser. parseImplicitBlank()protected ResourceSPARQLUpdateDataBlockParser. parseNodeID() -
Uses of Resource in org.eclipse.rdf4j.query.resultio.sparqlxml
Fields in org.eclipse.rdf4j.query.resultio.sparqlxml declared as Resource Modifier and Type Field Description private ResourceSPARQLResultsSAXParser.TripleContainer. subjectMethods in org.eclipse.rdf4j.query.resultio.sparqlxml that return Resource Modifier and Type Method Description ResourceSPARQLResultsSAXParser.TripleContainer. getSubject()Methods in org.eclipse.rdf4j.query.resultio.sparqlxml with parameters of type Resource Modifier and Type Method Description voidSPARQLResultsSAXParser.TripleContainer. setSubject(Resource subject) -
Uses of Resource in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv with parameters of type Resource Modifier and Type Method Description protected voidSPARQLResultsCSVWriter. writeResource(Resource res) -
Uses of Resource in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv with parameters of type Resource Modifier and Type Method Description protected voidSPARQLResultsTSVWriter. writeResource(Resource res) -
Uses of Resource in org.eclipse.rdf4j.repository
Methods in org.eclipse.rdf4j.repository that return types with arguments of type Resource Modifier and Type Method Description RepositoryResult<Resource>RepositoryConnection. getContextIDs()Gets all resources that are used as content identifiers.Methods in org.eclipse.rdf4j.repository with parameters of type Resource Modifier and Type Method Description voidRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.default voidRepositoryConnection. add(java.io.File file, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.default voidRepositoryConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)Adds RDF data from the specified file to a specific contexts in the repository.voidRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from an InputStream to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from a Reader to the repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.voidRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.net.URL url, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default voidRepositoryConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts)Adds the RDF data that can be found at the specified URL to the repository, optionally to one or more named contexts.default <E extends java.lang.Exception>
voidRepositoryConnection. add(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.<E extends java.lang.Exception>
voidRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.voidRepositoryConnection. 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.voidRepositoryConnection. add(Statement st, Resource... contexts)Adds the supplied statement to this repository, optionally to one or more named contexts.default voidRepositoryConnection. add(RepositoryResult<Statement> statements, Resource... contexts)Adds the supplied statements to this repository, optionally to one or more named contexts.voidRepositoryConnection. clear(Resource... contexts)Removes all statements from a specific contexts in the repository.voidRepositoryConnection. export(RDFHandler handler, Resource... contexts)Exports all explicit statements in the specified contexts to the supplied RDFHandler.voidRepositoryConnection. 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.booleanRepositoryConnection. 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.booleanRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.voidRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)Removes the supplied statements from the specified contexts in this repository.default <E extends java.lang.Exception>
voidRepositoryConnection. remove(CloseableIteration<? extends Statement,E> statements, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.<E extends java.lang.Exception>
voidRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)Deprecated, for removal: This API element is subject to removal in a future version.voidRepositoryConnection. 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.voidRepositoryConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.default voidRepositoryConnection. remove(RepositoryResult<Statement> statements, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.longRepositoryConnection. size(Resource... contexts)Returns the number of (explicit) statements that are in the specified contexts in this repository. -
Uses of Resource in org.eclipse.rdf4j.repository.base
Methods in org.eclipse.rdf4j.repository.base that return types with arguments of type Resource Modifier and Type Method Description RepositoryResult<Resource>RepositoryConnectionWrapper. getContextIDs()Methods in org.eclipse.rdf4j.repository.base with parameters of type Resource Modifier and Type Method Description voidAbstractRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidAbstractRepositoryConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidAbstractRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. add(Iteration<? extends Statement,E> statements, Resource... contexts)voidAbstractRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. add(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidRepositoryConnectionWrapper. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidRepositoryConnectionWrapper. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidRepositoryConnectionWrapper. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. add(Statement st, Resource... contexts)protected abstract voidAbstractRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidAbstractRepositoryConnection. addWithoutCommit(Statement st, Resource... contexts)protected voidRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. clear(Resource... contexts)voidRepositoryConnectionWrapper. clear(Resource... contexts)voidAbstractRepositoryConnection. export(RDFHandler handler, Resource... contexts)voidRepositoryConnectionWrapper. 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)booleanAbstractRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanAbstractRepositoryConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanRepositoryConnectionWrapper. hasStatement(Statement st, boolean includeInferred, Resource... contexts)voidAbstractRepositoryConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidAbstractRepositoryConnection. remove(Iteration<? extends Statement,E> statements, Resource... contexts)voidAbstractRepositoryConnection. remove(Resource subject, IRI predicate, Value object, Resource... contexts)voidAbstractRepositoryConnection. remove(Statement st, Resource... contexts)voidRepositoryConnectionWrapper. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidRepositoryConnectionWrapper. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidRepositoryConnectionWrapper. remove(Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionWrapper. remove(Statement st, Resource... contexts)protected abstract voidAbstractRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidAbstractRepositoryConnection. removeWithoutCommit(Statement st, Resource... contexts)protected voidRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)longRepositoryConnectionWrapper. size(Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return Resource Modifier and Type Method Description ResourceAbstractDelegatingRepositoryImplConfig. export(Model model)ResourceAbstractRepositoryImplConfig. export(Model model)ResourceRepositoryImplConfig. export(Model model)Export thisRepositoryImplConfigto its RDF representationstatic ResourceRepositoryConfigUtil. getContext(RepositoryConnection con, java.lang.String repositoryID)Deprecated.Methods in org.eclipse.rdf4j.repository.config with parameters of type Resource Modifier and Type Method Description static RepositoryImplConfigAbstractRepositoryImplConfig. create(Model model, Resource resource)Utility method to create a newRepositoryImplConfigby reading data from the suppliedModel.static RepositoryConfigRepositoryConfig. create(Model model, Resource repositoryNode)Creates a newRepositoryConfigobject and initializes it by supplying themodelandrepositoryNodeto itsparsemethod.voidRepositoryConfig. export(Model model, Resource repositoryNode)Exports the configuration into RDF using the given repositoryNodevoidAbstractDelegatingRepositoryImplConfig. parse(Model model, Resource resource)voidAbstractRepositoryImplConfig. parse(Model model, Resource resource)voidRepositoryConfig. parse(Model model, Resource repositoryNode)voidRepositoryImplConfig. parse(Model model, Resource resource)Reads the properties of thisRepositoryImplConfigfrom the supplied Model and sets them accordingly. -
Uses of Resource in org.eclipse.rdf4j.repository.contextaware
Methods in org.eclipse.rdf4j.repository.contextaware with parameters of type Resource Modifier and Type Method Description voidContextAwareConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.File file, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidContextAwareConnection. add(java.net.URL url, RDFFormat dataFormat, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. add(Iteration<? extends Statement,E> statementIter, Resource... contexts)voidContextAwareConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidContextAwareConnection. add(Statement st, Resource... contexts)voidContextAwareConnection. clear(Resource... contexts)voidContextAwareConnection. export(RDFHandler handler, Resource... contexts)voidContextAwareConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)voidContextAwareConnection. 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.booleanContextAwareConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. 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.booleanContextAwareConnection. hasStatement(Statement st, boolean includeInferred, Resource... contexts)booleanContextAwareConnection. hasStatement(Statement st, Resource... contexts)Checks whether the repository contains the specified statement, optionally in the specified contexts.private booleanContextAwareConnection. isAllContext(Resource[] contexts)private booleanContextAwareConnection. isNilContext(Resource[] contexts)voidContextAwareConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)<E extends java.lang.Exception>
voidContextAwareConnection. remove(Iteration<? extends Statement,E> statementIter, Resource... contexts)Removes the supplied statements from a specific context in this repository, ignoring any context information carried by the statements themselves.voidContextAwareConnection. 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.voidContextAwareConnection. remove(Statement st, Resource... contexts)Removes the supplied statement from the specified contexts in the repository.protected voidContextAwareConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)longContextAwareConnection. size(Resource... contexts)Returns the number of (explicit) statements that are in the specified contexts in this repository. -
Uses of Resource in org.eclipse.rdf4j.repository.contextaware.config
Methods in org.eclipse.rdf4j.repository.contextaware.config that return Resource Modifier and Type Method Description ResourceContextAwareConfig. export(Model model)Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type Resource Modifier and Type Method Description voidContextAwareConfig. parse(Model model, Resource resource) -
Uses of Resource in org.eclipse.rdf4j.repository.evaluation
Methods in org.eclipse.rdf4j.repository.evaluation with parameters of type Resource Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>RepositoryTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.event
Methods in org.eclipse.rdf4j.repository.event with parameters of type Resource Modifier and Type Method Description booleanRepositoryConnectionInterceptor. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)booleanRepositoryConnectionInterceptor. clear(RepositoryConnection conn, Resource... contexts)voidRepositoryConnectionListener. clear(RepositoryConnection conn, Resource... contexts)booleanRepositoryConnectionInterceptor. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.event.base
Methods in org.eclipse.rdf4j.repository.event.base with parameters of type Resource Modifier and Type Method Description booleanRepositoryConnectionInterceptorAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListenerAdapter. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. clear(Resource... contexts)voidNotifyingRepositoryConnectionWrapper. clear(Resource... contexts)booleanRepositoryConnectionInterceptorAdapter. clear(RepositoryConnection conn, Resource... contexts)voidRepositoryConnectionListenerAdapter. clear(RepositoryConnection conn, Resource... contexts)booleanRepositoryConnectionInterceptorAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidRepositoryConnectionListenerAdapter. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidInterceptingRepositoryConnectionWrapper. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidNotifyingRepositoryConnectionWrapper. removeWithoutCommit(Resource subj, IRI pred, Value obj, Resource... ctx) -
Uses of Resource in org.eclipse.rdf4j.repository.event.util
Methods in org.eclipse.rdf4j.repository.event.util with parameters of type Resource Modifier and Type Method Description voidDebugRepositoryConnectionListener. add(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)voidDebugRepositoryConnectionListener. clear(RepositoryConnection conn, Resource... contexts)voidDebugRepositoryConnectionListener. remove(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.filters
Methods in org.eclipse.rdf4j.repository.filters with parameters of type Resource Modifier and Type Method Description booleanAccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)booleanInaccurateRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... contexts)booleanRepositoryBloomFilter. mayHaveStatement(RepositoryConnection conn, Resource subj, IRI pred, Value obj, Resource... ctxs)Returns true if the repository may have such a statement or false if it definitely does not. -
Uses of Resource in org.eclipse.rdf4j.repository.http
Methods in org.eclipse.rdf4j.repository.http that return types with arguments of type Resource Modifier and Type Method Description RepositoryResult<Resource>HTTPRepositoryConnection. getContextIDs()Methods in org.eclipse.rdf4j.repository.http with parameters of type Resource Modifier and Type Method Description voidHTTPRepositoryConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidHTTPRepositoryConnection. add(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. add(Statement st, Resource... contexts)protected voidHTTPRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidHTTPRepositoryConnection. clear(Resource... contexts)voidHTTPRepositoryConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)RepositoryResult<Statement>HTTPRepositoryConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidHTTPRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)longHTTPRepositoryConnection. size(Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.http.config
Methods in org.eclipse.rdf4j.repository.http.config that return Resource Modifier and Type Method Description ResourceHTTPRepositoryConfig. export(Model graph)Methods in org.eclipse.rdf4j.repository.http.config with parameters of type Resource Modifier and Type Method Description voidHTTPRepositoryConfig. parse(Model model, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.repository.sail
Methods in org.eclipse.rdf4j.repository.sail that return types with arguments of type Resource Modifier and Type Method Description RepositoryResult<Resource>SailRepositoryConnection. getContextIDs()Methods in org.eclipse.rdf4j.repository.sail with parameters of type Resource Modifier and Type Method Description protected voidSailRepositoryConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)voidSailRepositoryConnection. clear(Resource... contexts)voidSailRepositoryConnection. 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)booleanSailRepositoryConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected voidSailRepositoryConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)longSailRepositoryConnection. size(Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config that return Resource Modifier and Type Method Description ResourceProxyRepositoryConfig. export(Model model)ResourceSailRepositoryConfig. export(Model model)Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type Resource Modifier and Type Method Description voidProxyRepositoryConfig. parse(Model model, Resource implNode)voidSailRepositoryConfig. parse(Model model, Resource repImplNode) -
Uses of Resource in org.eclipse.rdf4j.repository.sail.helpers
Fields in org.eclipse.rdf4j.repository.sail.helpers declared as Resource Modifier and Type Field Description private Resource[]RDFSailRemover. contextsThe contexts to remove the statements from.Methods in org.eclipse.rdf4j.repository.sail.helpers that return Resource Modifier and Type Method Description Resource[]RDFSailRemover. getContexts()Gets the contexts that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type Resource Modifier and Type Method Description protected voidRDFSailInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)private voidRDFSailInserter. addStatement(UpdateContext uc, Resource subj, IRI pred, Value obj, Resource... ctxts)voidRDFSailRemover. enforceContext(Resource... contexts)Enforces the supplied contexts upon all statements that are reported to this RDFSailRemover. -
Uses of Resource in org.eclipse.rdf4j.repository.sparql
Methods in org.eclipse.rdf4j.repository.sparql that return types with arguments of type Resource Modifier and Type Method Description RepositoryResult<Resource>SPARQLConnection. getContextIDs()Methods in org.eclipse.rdf4j.repository.sparql with parameters of type Resource Modifier and Type Method Description voidSPARQLConnection. add(java.io.File file, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. add(java.net.URL url, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)voidSPARQLConnection. add(Statement st, Resource... contexts)protected voidSPARQLConnection. addWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidSPARQLConnection. addWithoutCommit(Statement st, Resource... contexts)voidSPARQLConnection. clear(Resource... contexts)private voidSPARQLConnection. createBGP(java.lang.StringBuilder qb, Resource subject, IRI predicate, Value object)private java.lang.StringSPARQLConnection. createDeleteDataCommand(java.lang.Iterable<? extends Statement> statements, Resource... contexts)private java.lang.StringSPARQLConnection. createDeletePatternCommand(Resource subject, IRI predicate, Value object, Resource[] contexts)private java.lang.StringSPARQLConnection. createInsertDataCommand(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. exportStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, RDFHandler handler, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementGeneral(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)RepositoryResult<Statement>SPARQLConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsQuadMode(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private RepositoryResult<Statement>SPARQLConnection. getStatementsSingleTriple(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSPARQLConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidSPARQLConnection. remove(java.lang.Iterable<? extends Statement> statements, Resource... contexts)voidSPARQLConnection. remove(Statement st, Resource... contexts)protected voidSPARQLConnection. removeWithoutCommit(Resource subject, IRI predicate, Value object, Resource... contexts)protected voidSPARQLConnection. removeWithoutCommit(Statement st, Resource... contexts)private voidSPARQLConnection. setBindings(Query query, Resource subj, IRI pred, Value obj, Resource... contexts)longSPARQLConnection. size(Resource... contexts)protected Iteration<Statement,QueryEvaluationException>SPARQLConnection. toStatementIteration(TupleQueryResult iter, Resource subj, IRI pred, Value obj)Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Resource in org.eclipse.rdf4j.repository.sparql.config
Methods in org.eclipse.rdf4j.repository.sparql.config that return Resource Modifier and Type Method Description ResourceSPARQLRepositoryConfig. export(Model m)Methods in org.eclipse.rdf4j.repository.sparql.config with parameters of type Resource Modifier and Type Method Description voidSPARQLRepositoryConfig. parse(Model m, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.repository.util
Fields in org.eclipse.rdf4j.repository.util declared as Resource Modifier and Type Field Description private ResourceRDFRemover. contextThe context to remove the statements from; null to indicate the null context.protected Resource[]AbstractRDFInserter. contextsThe contexts to add the statements to.Methods in org.eclipse.rdf4j.repository.util that return Resource Modifier and Type Method Description ResourceRDFRemover. getContext()Gets the context identifier that this RDFRemover enforces upon all statements that are reported to it (in case enforcesContext() returns true).Resource[]AbstractRDFInserter. getContexts()Gets the contexts that this RDFInserter enforces upon all statements that are reported to it (in case enforcesContext() returns true).Methods in org.eclipse.rdf4j.repository.util with parameters of type Resource Modifier and Type Method Description protected abstract voidAbstractRDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)protected voidRDFInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt)static voidConnections. consumeRDFCollection(RepositoryConnection conn, Resource head, java.util.function.Consumer<Statement> collectionConsumer, Resource... contexts)Retrieve allStatements that together form the RDF Collection starting with the supplied start resource and send them to the suppliedConsumer.voidAbstractRDFInserter. enforceContext(Resource... contexts)Enforces the supplied contexts upon all statements that are reported to this RDFInserter.voidRDFRemover. enforceContext(Resource context)Enforces the supplied context upon all statements that are reported to this RDFRemover.static <C extends java.util.Collection<Statement>>
CConnections. getRDFCollection(RepositoryConnection conn, Resource head, C statementCollection, Resource... contexts)Retrieve allStatements that together form the RDF Collection starting with the supplied starting resource.static java.util.Optional<Statement>Connections. getStatement(RepositoryConnection conn, Resource subject, IRI predicate, Value object, Resource... contexts)Retrieve a singleStatementmatching with the supplied subject, predicate, object and context(s) from the givenRepositoryConnection. -
Uses of Resource in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio with parameters of type Resource Modifier and Type Method Description static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from anInputStreamto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, ModelFactory modelFactory, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts.static ModelRio. parse(java.io.Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)Adds RDF data from aReaderto aModel, optionally to one or more named contexts. -
Uses of Resource in org.eclipse.rdf4j.rio.binary
Methods in org.eclipse.rdf4j.rio.binary that return Resource Modifier and Type Method Description private ResourceBinaryRDFParser. readBNode() -
Uses of Resource in org.eclipse.rdf4j.rio.hdt
Methods in org.eclipse.rdf4j.rio.hdt that return Resource Modifier and Type Method Description private ResourceHDTParser. createSubject(byte[] b)Create subject IRI or blank node -
Uses of Resource in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as Resource Modifier and Type Field Description private Resource[]ContextStatementCollector. contextsFields in org.eclipse.rdf4j.rio.helpers with type parameters of type Resource Modifier and Type Field Description private java.util.Set<Resource>BufferedGroupingRDFHandler. contextsMethods in org.eclipse.rdf4j.rio.helpers that return Resource Modifier and Type Method Description protected ResourceAbstractRDFParser. createNode()protected ResourceAbstractRDFParser. createNode(java.lang.String nodeID)ResourceRDFStarEncodingStatement. getContext()ResourceRDFStarEncodingStatement. getSubject()static ResourceNTriplesUtil. parseResource(java.lang.String nTriplesResource, ValueFactory valueFactory)Parses an N-Triples resource, creates an object for it using the supplied ValueFactory and returns this object.Methods in org.eclipse.rdf4j.rio.helpers with parameters of type Resource Modifier and Type Method Description static voidNTriplesUtil. append(Resource resource, java.lang.Appendable appendable)Appends the N-Triples representation of the givenResourceto the givenAppendable.protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj)Creates a newStatementobject with the supplied components.protected StatementAbstractRDFParser. createStatement(Resource subj, IRI pred, Value obj, Resource context)Creates a newStatementobject with the supplied components.StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object)StatementRDFStarDecodingValueFactory. createStatement(Resource subject, IRI predicate, Value object, Resource context)TripleRDFStarDecodingValueFactory. createTriple(Resource subject, IRI predicate, Value object)static java.lang.StringNTriplesUtil. toNTriplesString(Resource resource)Creates an N-Triples string for the supplied resource.Constructors in org.eclipse.rdf4j.rio.helpers with parameters of type Resource Constructor Description ContextStatementCollector(java.util.Collection<Statement> statements, java.util.Map<java.lang.String,java.lang.String> namespaces, ValueFactory vf, Resource... contexts)Creates a new StatementCollector that stores reported statements and namespaces in the supplied containers.ContextStatementCollector(java.util.Collection<Statement> statements, ValueFactory vf, Resource... contexts)Creates a new StatementCollector that stores reported statements in the supplied collection and that uses a new LinkedHashMap to store the reported namespaces.ContextStatementCollector(ValueFactory vf, Resource... contexts)Creates a new StatementCollector that uses a new ArrayList to store the reported statements and a new LinkedHashMap to store the reported namespaces. -
Uses of Resource in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld with type parameters of type Resource Modifier and Type Field Description private java.util.function.Supplier<Resource>JSONLDInternalTripleCallback. anonymousBNodeCreatorprivate java.util.function.Function<java.lang.String,Resource>JSONLDInternalTripleCallback. namedBNodeCreatorMethods in org.eclipse.rdf4j.rio.jsonld that return Resource Modifier and Type Method Description private ResourceJSONLDInternalTripleCallback. createResource(java.lang.String resource)Methods in org.eclipse.rdf4j.rio.jsonld with parameters of type Resource Modifier and Type Method Description private java.lang.StringJSONLDInternalRDFParser. getResourceValue(Resource subject)Constructor parameters in org.eclipse.rdf4j.rio.jsonld with type arguments of type Resource Constructor Description JSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, java.util.function.Function<java.lang.String,Resource> namedBNodeCreator, java.util.function.Supplier<Resource> anonymousBNodeCreator)JSONLDInternalTripleCallback(RDFHandler nextHandler, ValueFactory vf, ParserConfig parserConfig, ParseErrorListener parseErrorListener, java.util.function.Function<java.lang.String,Resource> namedBNodeCreator, java.util.function.Supplier<Resource> anonymousBNodeCreator) -
Uses of Resource in org.eclipse.rdf4j.rio.nquads
Fields in org.eclipse.rdf4j.rio.nquads declared as Resource Modifier and Type Field Description protected ResourceNQuadsParser. context -
Uses of Resource in org.eclipse.rdf4j.rio.ntriples
Fields in org.eclipse.rdf4j.rio.ntriples declared as Resource Modifier and Type Field Description protected ResourceNTriplesParser. subjectMethods in org.eclipse.rdf4j.rio.ntriples that return Resource Modifier and Type Method Description protected ResourceNTriplesParser. parseNode() -
Uses of Resource in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as Resource Modifier and Type Field Description private ResourceRDFJSONWriter. lastWrittenSubjectMethods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Resource Modifier and Type Method Description static java.lang.StringRDFJSONWriter. resourceToString(Resource uriOrBnode)Returns the correct syntax for a Resource, depending on whether it is a URI or a Blank Node (ie, BNode)Method parameters in org.eclipse.rdf4j.rio.rdfjson with type arguments of type Resource Modifier and Type Method Description static voidRDFJSONWriter. writeObject(Value object, java.util.Set<Resource> contexts, com.fasterxml.jackson.core.JsonGenerator jg)Helper method to reduce complexity of the JSON serialisation algorithm Any null contexts will only be serialised to JSON if there are also non-null contexts in the contexts array -
Uses of Resource in org.eclipse.rdf4j.rio.rdfxml
Fields in org.eclipse.rdf4j.rio.rdfxml declared as Resource Modifier and Type Field Description private ResourceRDFXMLParser.PropertyElement. lastListResourceThe resource that was used to append the last part of an rdf:List.protected ResourceRDFXMLWriter. lastWrittenSubjectprivate ResourceRDFXMLParser.NodeElement. resourceMethods in org.eclipse.rdf4j.rio.rdfxml that return Resource Modifier and Type Method Description protected ResourceRDFXMLParser. createNode(java.lang.String nodeID)ResourceRDFXMLParser.PropertyElement. getLastListResource()private ResourceRDFXMLParser. getNodeResource(Atts atts)Retrieves the resource of a node element (subject or object) using relevant attributes (rdf:ID, rdf:about and rdf:nodeID) from its attributes list.private ResourceRDFXMLParser. getPropertyResource(Atts atts)Retrieves the object resource of a property element using relevant attributes (rdf:resource and rdf:nodeID) from its attributes list.ResourceRDFXMLParser.NodeElement. getResource()Methods in org.eclipse.rdf4j.rio.rdfxml with parameters of type Resource Modifier and Type Method Description private voidRDFXMLParser. reifyStatement(Resource reifNode, Resource subj, IRI pred, Value obj)private voidRDFXMLParser. reportStatement(Resource subject, IRI predicate, Value object)Reports a stament to the configured RDFHandlerException.voidRDFXMLParser.PropertyElement. setLastListResource(Resource resource)Constructors in org.eclipse.rdf4j.rio.rdfxml with parameters of type Resource Constructor Description NodeElement(Resource resource) -
Uses of Resource in org.eclipse.rdf4j.rio.rdfxml.util
Fields in org.eclipse.rdf4j.rio.rdfxml.util declared as Resource Modifier and Type Field Description private ResourceRDFXMLPrettyWriter.Node. nextLiMethods in org.eclipse.rdf4j.rio.rdfxml.util that return Resource Modifier and Type Method Description (package private) ResourceRDFXMLPrettyWriter.Node. nextLi()Methods in org.eclipse.rdf4j.rio.rdfxml.util with parameters of type Resource Modifier and Type Method Description private voidRDFXMLPrettyWriter. popStacks(Resource newSubject)Write out the stacks until we find subject. -
Uses of Resource in org.eclipse.rdf4j.rio.trig
Fields in org.eclipse.rdf4j.rio.trig declared as Resource Modifier and Type Field Description private ResourceTriGParser. contextprivate ResourceTriGWriter. currentContextMethods in org.eclipse.rdf4j.rio.trig that return Resource Modifier and Type Method Description protected ResourceTriGParser. getContext()Methods in org.eclipse.rdf4j.rio.trig with parameters of type Resource Modifier and Type Method Description private static booleanTriGWriter. contextsEquals(Resource context1, Resource context2)protected voidTriGParser. reportStatement(Resource subj, IRI pred, Value obj)protected voidTriGParser. setContext(Resource context)protected voidTriGWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubject, boolean canShortenObject) -
Uses of Resource in org.eclipse.rdf4j.rio.trigstar
Methods in org.eclipse.rdf4j.rio.trigstar with parameters of type Resource Modifier and Type Method Description protected voidTriGStarParser. setContext(Resource context) -
Uses of Resource in org.eclipse.rdf4j.rio.trix
Fields in org.eclipse.rdf4j.rio.trix declared as Resource Modifier and Type Field Description private ResourceTriXParser.TriXSAXHandler. currentContextprivate ResourceTriXWriter. currentContextMethods in org.eclipse.rdf4j.rio.trix with parameters of type Resource Modifier and Type Method Description private static booleanTriXWriter. contextsEquals(Resource context1, Resource context2) -
Uses of Resource in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as Resource Modifier and Type Field Description private ResourceArrangedWriter.SubjectInContext. contextprotected ResourceTurtleWriter. lastWrittenSubjectprivate ResourceArrangedWriter.SubjectInContext. subjectprotected ResourceTurtleParser. subjectFields in org.eclipse.rdf4j.rio.turtle with type parameters of type Resource Modifier and Type Field Description private java.util.Deque<Resource>TurtleWriter. stackMethods in org.eclipse.rdf4j.rio.turtle that return Resource Modifier and Type Method Description ResourceArrangedWriter.SubjectInContext. getContext()ResourceArrangedWriter.SubjectInContext. getSubject()protected ResourceTurtleParser. parseCollection()Parses a collection, e.g.protected ResourceTurtleParser. parseImplicitBlank()Parses an implicit blank node.protected ResourceTurtleParser. parseNodeID()Parses a blank node ID, e.g.Methods in org.eclipse.rdf4j.rio.turtle that return types with arguments of type Resource Modifier and Type Method Description private java.util.Optional<Resource>TurtleWriter. nextSubject(Model contextData, java.util.Set<Resource> processedSubjects)Methods in org.eclipse.rdf4j.rio.turtle with parameters of type Resource Modifier and Type Method Description private voidTurtleWriter. closeNestedResources(Resource subj)private booleanTurtleWriter. isWellFormedCollection(Resource subj)Check that the collection started with the supplied subject node is a well-formed RDF Collection.private voidTurtleWriter. processPredicate(Model contextData, Resource subject, IRI predicate, java.util.Set<Resource> processedSubjects, java.util.Set<IRI> processedPredicates)private voidTurtleWriter. processSubject(Model contextData, Resource subject, java.util.Set<Resource> processedSubjects)protected voidTurtleParser. reportStatement(Resource subj, IRI pred, Value obj)protected voidTurtleWriter. writeResource(Resource res)Deprecated.UseTurtleWriter.writeResource(Resource, boolean)instead.protected voidTurtleWriter. writeResource(Resource res, boolean canShorten)protected voidTurtleWriter. writeStatement(Resource subj, IRI pred, Value obj, Resource context, boolean canShortenSubjectBNode, boolean canShortenObjectBNode)Method parameters in org.eclipse.rdf4j.rio.turtle with type arguments of type Resource Modifier and Type Method Description private java.util.Optional<Resource>TurtleWriter. nextSubject(Model contextData, java.util.Set<Resource> processedSubjects)private voidTurtleWriter. processPredicate(Model contextData, Resource subject, IRI predicate, java.util.Set<Resource> processedSubjects, java.util.Set<IRI> processedPredicates)private voidTurtleWriter. processSubject(Model contextData, Resource subject, java.util.Set<Resource> processedSubjects)Constructors in org.eclipse.rdf4j.rio.turtle with parameters of type Resource Constructor Description SubjectInContext(Resource subject, Resource context) -
Uses of Resource in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return types with arguments of type Resource Modifier and Type Method Description CloseableIteration<? extends Resource,SailException>SailConnection. getContextIDs()Returns the set of all unique context identifiers that are used to store statements.Methods in org.eclipse.rdf4j.sail with parameters of type Resource Modifier and Type Method Description voidSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.voidSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Adds a statement to the store.voidSailConnection. clear(Resource... contexts)Removes all statements from the specified/all 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 booleanSailConnection. 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.voidSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.voidSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Removes all statements matching the specified subject, predicate and object from the repository.longSailConnection. size(Resource... contexts)Returns the number of (explicit) statements in the store, or in specific contexts. -
Uses of Resource in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as Resource Modifier and Type Field Description private ResourceChangeset.SimpleStatementPattern. context(package private) static Resource[]SailSourceConnection. NULL_CTXprivate ResourceChangeset.SimpleStatementPattern. subjectFields in org.eclipse.rdf4j.sail.base with type parameters of type Resource Modifier and Type Field Description private java.util.Set<Resource>Changeset. approvedContextsSet of contexts of theChangeset.approvedstatements.private java.util.Set<Resource>Changeset. deprecatedContextsSet of contexts that were passed toChangeset.clear(Resource...).Methods in org.eclipse.rdf4j.sail.base that return Resource Modifier and Type Method Description ResourceChangeset.SimpleStatementPattern. getContext()ResourceChangeset.SimpleStatementPattern. getSubject()Methods in org.eclipse.rdf4j.sail.base that return types with arguments of type Resource Modifier and Type Method Description java.util.Set<Resource>Changeset. getApprovedContexts()CloseableIteration<? extends Resource,SailException>DelegatingSailDataset. getContextIDs()CloseableIteration<? extends Resource,SailException>ObservingSailDataset. getContextIDs()CloseableIteration<? extends Resource,SailException>SailDataset. getContextIDs()Returns the set of all unique context identifiers that are used to store statements.CloseableIteration<? extends Resource,SailException>SailDatasetImpl. getContextIDs()CloseableIteration<? extends Resource,SailException>UnionSailDataset. getContextIDs()protected CloseableIteration<? extends Resource,SailException>SailSourceConnection. getContextIDsInternal()java.util.Set<Resource>Changeset. getDeprecatedContexts()Methods in org.eclipse.rdf4j.sail.base with parameters of type Resource Modifier and Type Method Description private voidSailSourceConnection. add(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSourceConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)voidChangeset. approve(Resource subj, IRI pred, Value obj, Resource ctx)voidSailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)Adds a statement to the store.voidChangeset. clear(Resource... contexts)voidSailSink. clear(Resource... contexts)Removes all statements from the specified/all contexts.voidSailSourceConnection. clearInferred(Resource... contexts)protected voidSailSourceConnection. clearInternal(Resource... contexts)default voidSailSink. deprecate(Resource subj, IRI pred, Value obj, Resource ctx)Deprecated.default booleanSailSink. deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)Removes all statements with the specified subject, predicate, object, and context.(package private) java.lang.Iterable<Statement>Changeset. getApprovedStatements(Resource subj, IRI pred, Value obj, Resource[] contexts)(package private) java.lang.Iterable<Triple>Changeset. getApprovedTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Triple,QueryEvaluationException>SailDatasetTripleSource. getRdfStarTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Statement,SailException>DelegatingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>ObservingSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Gets all statements that have a specific subject, predicate and/or object.CloseableIteration<? extends Statement,SailException>SailDatasetImpl. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,QueryEvaluationException>SailDatasetTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<? extends Statement,SailException>UnionSailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected CloseableIteration<? extends Statement,SailException>SailSourceConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Triple,SailException>DelegatingSailDataset. getTriples(Resource subj, IRI pred, Value obj)default CloseableIteration<? extends Triple,SailException>SailDataset. getTriples(Resource subj, IRI pred, Value obj)Gets all RDF-star triples that have a specific subject, predicate and/or object.CloseableIteration<? extends Triple,SailException>SailDatasetImpl. getTriples(Resource subj, IRI pred, Value obj)CloseableIteration<? extends Triple,SailException>UnionSailDataset. getTriples(Resource subj, IRI pred, Value obj)(package private) booleanChangeset. hasApproved(Resource subj, IRI pred, Value obj, Resource[] contexts)(package private) booleanChangeset. hasDeprecated(Resource subj, IRI pred, Value obj, Resource[] contexts)private booleanSailSourceConnection. hasStatement(SailDataset dataset, Resource subj, IRI pred, Value obj, Resource... contexts)voidChangeset. observe(Resource subj, IRI pred, Value obj, Resource context)voidChangeset. observe(Resource subj, IRI pred, Value obj, Resource... contexts)default voidSailSink. observe(Resource subj, IRI pred, Value obj, Resource context)Called to indicate matching statements have been observed and must not change their state until after thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.voidSailSink. 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 thisSailSinkis committed, iff this was opened in an isolation level compatible withIsolationLevels.SERIALIZABLE.private booleanSailSourceConnection. remove(Resource subj, IRI pred, Value obj, SailDataset dataset, SailSink sink, Resource... contexts)booleanSailSourceConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailSourceConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)protected longSailSourceConnection. sizeInternal(Resource... contexts)Constructors in org.eclipse.rdf4j.sail.base with parameters of type Resource Constructor Description SimpleStatementPattern(Resource subject, IRI predicate, Value object, Resource context, boolean allContexts) -
Uses of Resource in org.eclipse.rdf4j.sail.base.config
Methods in org.eclipse.rdf4j.sail.base.config that return Resource Modifier and Type Method Description ResourceBaseSailConfig. export(Model graph)Methods in org.eclipse.rdf4j.sail.base.config with parameters of type Resource Modifier and Type Method Description voidBaseSailConfig. parse(Model graph, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config that return Resource Modifier and Type Method Description ResourceAbstractDelegatingSailImplConfig. export(Model m)ResourceAbstractSailImplConfig. export(Model m)ResourceSailImplConfig. export(Model graph)Methods in org.eclipse.rdf4j.sail.config with parameters of type Resource Modifier and Type Method Description voidAbstractDelegatingSailImplConfig. parse(Model m, Resource implNode)voidAbstractSailImplConfig. parse(Model m, Resource implNode)voidSailImplConfig. parse(Model graph, Resource implNode)static SailImplConfigSailConfigUtil. parseRepositoryImpl(Model m, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.evaluation
Methods in org.eclipse.rdf4j.sail.evaluation with parameters of type Resource Modifier and Type Method Description CloseableIteration<? extends Statement,QueryEvaluationException>SailTripleSource. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.sail.helpers
Fields in org.eclipse.rdf4j.sail.helpers declared as Resource Modifier and Type Field Description private ResourceAbstractSailConnection.WildStatement. contextThe statement's context, if applicable.private ResourceAbstractSailConnection.WildStatement. subjectThe statement's subject.Methods in org.eclipse.rdf4j.sail.helpers that return Resource Modifier and Type Method Description ResourceAbstractSailConnection.WildStatement. getContext()ResourceAbstractSailConnection.WildStatement. getSubject()Methods in org.eclipse.rdf4j.sail.helpers that return types with arguments of type Resource Modifier and Type Method Description CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDs()CloseableIteration<? extends Resource,SailException>SailConnectionWrapper. getContextIDs()protected abstract CloseableIteration<? extends Resource,SailException>AbstractSailConnection. getContextIDsInternal()Methods in org.eclipse.rdf4j.sail.helpers with parameters of type Resource Modifier and Type Method Description voidAbstractSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. addStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers added statements until the update operation is complete.voidSailConnectionWrapper. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. clear(Resource... contexts)voidSailConnectionWrapper. clear(Resource... contexts)protected abstract voidAbstractSailConnection. clearInternal(Resource... contexts)CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CloseableIteration<? extends Statement,SailException>SailConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected abstract CloseableIteration<? extends Statement,SailException>AbstractSailConnection. getStatementsInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanAbstractSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanSailConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)protected booleanAbstractSailConnection. hasStatementInternal(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource[] contexts)voidAbstractSailConnection. removeStatement(UpdateContext op, Resource subj, IRI pred, Value obj, Resource... contexts)The default implementation buffers removed statements until the update operation is complete.voidSailConnectionWrapper. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidAbstractSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailConnectionWrapper. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)protected abstract voidAbstractSailConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts)longAbstractSailConnection. size(Resource... contexts)longSailConnectionWrapper. size(Resource context)longSailConnectionWrapper. size(Resource... contexts)protected abstract longAbstractSailConnection. sizeInternal(Resource... contexts)Constructors in org.eclipse.rdf4j.sail.helpers with parameters of type Resource Constructor Description WildStatement(Resource subject, IRI predicate, Value object)Creates a new Statement with the supplied subject, predicate and object.WildStatement(Resource subject, IRI predicate, Value object, Resource context)Creates a new Statement with the supplied subject, predicate and object for the specified associated context. -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer
Methods in org.eclipse.rdf4j.sail.inferencer that return types with arguments of type Resource Modifier and Type Method Description CloseableIteration<? extends Resource,SailException>InferencerConnectionWrapper. getContextIDs()CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.Methods in org.eclipse.rdf4j.sail.inferencer with parameters of type Resource Modifier and Type Method Description booleanInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Adds an inferred statement to a specific context.booleanInferencerConnectionWrapper. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidInferencerConnection. clearInferred(Resource... contexts)Removes all inferred statements from the specified/all contexts.voidInferencerConnectionWrapper. clearInferred(Resource... contexts)CloseableIteration<? extends Statement,SailException>InferencerConnectionWrapper. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection.booleanInferencerConnectionWrapper. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)Removes an inferred statement from a specific context.booleanInferencerConnectionWrapper. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)longInferencerConnectionWrapper. size(Resource... contexts)CallsInferencerConnectionWrapper.flushUpdates()before forwarding the call to the wrapped connection. -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as Resource Modifier and Type Field Description private static Resource[]SchemaCachingRDFSInferencer. DEFAULT_CONTEXTprivate static Resource[]SchemaCachingRDFSInferencerConnection. DEFAULT_CONTEXTFields in org.eclipse.rdf4j.sail.inferencer.fc with type parameters of type Resource Modifier and Type Field Description private java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedDomainprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedDomainprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedPropertiesprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedPropertiesprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedRangeprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedRangeprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedTypesprivate java.util.Map<Resource,java.util.Set<Resource>>SchemaCachingRDFSInferencer. calculatedTypesprivate java.util.Collection<Resource>SchemaCachingRDFSInferencer. propertiesprivate java.util.Collection<Resource>SchemaCachingRDFSInferencer. typesMethods in org.eclipse.rdf4j.sail.inferencer.fc that return types with arguments of type Resource Modifier and Type Method Description private java.util.stream.Stream<java.util.Map.Entry<Resource,java.util.Set<Resource>>>SchemaCachingRDFSInferencer. getStream(java.util.Map<Resource,java.util.Set<Resource>> map)private java.util.stream.Stream<java.util.Map.Entry<Resource,java.util.Set<Resource>>>SchemaCachingRDFSInferencer. getStream(java.util.Map<Resource,java.util.Set<Resource>> map)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveDomainTypes(IRI predicate)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveProperties(Resource predicate)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveRangeTypes(IRI predicate)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveTypes(Resource value)Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type Resource Modifier and Type Method Description booleanDedupingInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSchemaCachingRDFSInferencerConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) booleanSchemaCachingRDFSInferencerConnection. addInferredStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) voidSchemaCachingRDFSInferencer. addProperty(Resource property)private voidSchemaCachingRDFSInferencerConnection. addStatement(boolean actuallyAdd, Resource subject, IRI predicate, Value object, Resource... context)voidSchemaCachingRDFSInferencerConnection. addStatement(Resource subject, IRI predicate, Value object, Resource... contexts)voidSchemaCachingRDFSInferencerConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)(package private) voidSchemaCachingRDFSInferencer. addType(Resource r)voidDedupingInferencerConnection. clearInferred(Resource... contexts)voidSchemaCachingRDFSInferencerConnection. clearInferred(Resource... contexts)(package private) booleanSchemaCachingRDFSInferencer. hasProperty(Resource property)(package private) booleanSchemaCachingRDFSInferencer. hasType(Resource r)booleanDedupingInferencerConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveProperties(Resource predicate)(package private) java.util.Set<Resource>SchemaCachingRDFSInferencer. resolveTypes(Resource value)Method parameters in org.eclipse.rdf4j.sail.inferencer.fc with type arguments of type Resource Modifier and Type Method Description private voidSchemaCachingRDFSInferencer. addAll(java.util.Set<Resource> res, java.util.List<java.util.Set<Resource>> from)private voidSchemaCachingRDFSInferencer. addAll(java.util.Set<Resource> res, java.util.List<java.util.Set<Resource>> from)private voidSchemaCachingRDFSInferencer. calculateDomainAndRange(java.util.Collection<Statement> rangeOrDomainStatements, java.util.Map<Resource,java.util.Set<Resource>> calculatedRangeOrDomain)private voidSchemaCachingRDFSInferencer. calculateDomainAndRange(java.util.Collection<Statement> rangeOrDomainStatements, java.util.Map<Resource,java.util.Set<Resource>> calculatedRangeOrDomain)private java.util.stream.Stream<java.util.Map.Entry<Resource,java.util.Set<Resource>>>SchemaCachingRDFSInferencer. getStream(java.util.Map<Resource,java.util.Set<Resource>> map)private java.util.stream.Stream<java.util.Map.Entry<Resource,java.util.Set<Resource>>>SchemaCachingRDFSInferencer. getStream(java.util.Map<Resource,java.util.Set<Resource>> map) -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.fc.config
Methods in org.eclipse.rdf4j.sail.inferencer.fc.config that return Resource Modifier and Type Method Description ResourceCustomGraphQueryInferencerConfig. export(Model m)Methods in org.eclipse.rdf4j.sail.inferencer.fc.config with parameters of type Resource Modifier and Type Method Description private voidCustomGraphQueryInferencerConfig. addQueryNode(Model m, Resource implNode, IRI predicate, java.lang.String queryText)voidCustomGraphQueryInferencerConfig. parse(Model m, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.inferencer.util
Methods in org.eclipse.rdf4j.sail.inferencer.util with parameters of type Resource Modifier and Type Method Description protected voidRDFInferencerInserter. addStatement(Resource subj, IRI pred, Value obj, Resource ctxt) -
Uses of Resource in org.eclipse.rdf4j.sail.lucene
Fields in org.eclipse.rdf4j.sail.lucene declared as Resource Modifier and Type Field Description (package private) Resource[]LuceneSailBuffer.ClearContextOperation. contextsprivate ResourceQuerySpec. subjectFields in org.eclipse.rdf4j.sail.lucene with type parameters of type Resource Modifier and Type Field Description (package private) java.util.Map<Resource,java.lang.Boolean>LuceneSailBuffer.AddRemoveOperation. typeAdded(package private) java.util.Set<Resource>LuceneSailBuffer.AddRemoveOperation. typeRemovedMethods in org.eclipse.rdf4j.sail.lucene that return Resource Modifier and Type Method Description static ResourceSearchFields. createContext(java.lang.String idString)static ResourceSearchFields. createResource(java.lang.String idString)Parses an id-string (a serialized resource) back to a resource Inverse method ofSearchFields.getResourceID(Resource)ResourceLuceneSailBuffer.ContextAwareStatementImpl. getContext()Resource[]LuceneSailBuffer.ClearContextOperation. getContexts()protected ResourceAbstractSearchIndex. getResource(SearchDocument document)Returns the Resource corresponding with the specified Document.ResourceLuceneSailBuffer.ContextAwareStatementImpl. getSubject()ResourceQuerySpec. getSubject()Methods in org.eclipse.rdf4j.sail.lucene that return types with arguments of type Resource Modifier and Type Method Description java.util.Map<Resource,java.lang.Boolean>LuceneSailBuffer.AddRemoveOperation. getTypeAdded()java.util.Set<Resource>LuceneSailBuffer.AddRemoveOperation. getTypeRemoved()Methods in org.eclipse.rdf4j.sail.lucene with parameters of type Resource Modifier and Type Method Description voidAbstractSearchIndex. addDocuments(Resource subject, java.util.List<Statement> statements)Add a complete Lucene Document based on these statements.voidSearchIndex. addDocuments(Resource subject, java.util.List<Statement> statements)Add a complete Lucene Document based on these statements.Do not search for an existing document with the same subject id.voidLuceneSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidLuceneSailBuffer. clear(Resource[] contexts)Deprecated.voidLuceneSailConnection. clear(Resource... contexts)private voidLuceneSailConnection. clearContexts(Resource... contexts)voidSearchIndex. clearContexts(Resource... contexts)This should be called from within a begin-commit-rollback block.static java.lang.StringSearchFields. getContextID(Resource resource)Get the ID for a context.static java.lang.StringSearchFields. getResourceID(Resource resource)Returns the String ID corresponding with the specified Resource.protected abstract java.lang.Iterable<? extends DocumentScore>AbstractSearchIndex. query(Resource subject, QuerySpec param)java.lang.Iterable<? extends DocumentScore>SearchQuery. query(Resource subject)Deprecated.Queries for the given subject or all subjects if null.voidLuceneSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)Constructors in org.eclipse.rdf4j.sail.lucene with parameters of type Resource Constructor Description ClearContextOperation(Resource[] contexts)QuerySpec(java.lang.String matchesVarName, java.lang.String propertyVarName, java.lang.String scoreVarName, java.lang.String snippetVarName, Resource subject, java.lang.String queryString, IRI propertyURI)QuerySpec(StatementPattern matchesPattern, java.util.Collection<QuerySpec.QueryParam> queryPatterns, StatementPattern scorePattern, StatementPattern typePattern, StatementPattern idPattern, Resource subject) -
Uses of Resource in org.eclipse.rdf4j.sail.lucene.config
Methods in org.eclipse.rdf4j.sail.lucene.config that return Resource Modifier and Type Method Description ResourceAbstractLuceneSailConfig. export(Model m)Methods in org.eclipse.rdf4j.sail.lucene.config with parameters of type Resource Modifier and Type Method Description voidAbstractLuceneSailConfig. parse(Model graph, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.memory
Methods in org.eclipse.rdf4j.sail.memory that return types with arguments of type Resource Modifier and Type Method Description CloseableIteration<? extends Resource,SailException>MemorySailStore.MemorySailDataset. getContextIDs()Methods in org.eclipse.rdf4j.sail.memory with parameters of type Resource Modifier and Type Method Description booleanMemoryStoreConnection. addInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)private MemStatementMemorySailStore.MemorySailSink. addStatement(Resource subj, IRI pred, Value obj, Resource context, boolean explicit)protected voidMemoryStoreConnection. addStatementInternal(Resource subj, IRI pred, Value obj, Resource... contexts)voidMemorySailStore.MemorySailSink. approve(Resource subj, IRI pred, Value obj, Resource ctx)voidMemorySailStore.MemorySailSink. clear(Resource... contexts)voidMemoryStoreConnection. clearInferred(Resource... contexts)protected voidMemoryStoreConnection. clearInternal(Resource... contexts)private CloseableIteration<MemStatement,SailException>MemorySailStore. createStatementIterator(Resource subj, IRI pred, Value obj, java.lang.Boolean explicit, int snapshot, Resource... contexts)Creates a StatementIterator that contains the statements matching the specified pattern of subject, predicate, object, context.private CloseableIteration<MemTriple,SailException>MemorySailStore. createTripleIterator(Resource subj, IRI pred, Value obj, int snapshot)Creates a TripleIterator that contains the triples matching the specified pattern of subject, predicate, object, context.booleanMemorySailStore.MemorySailSink. deprecateByQuery(Resource subj, IRI pred, Value obj, Resource[] contexts)CloseableIteration<MemStatement,SailException>MemorySailStore.MemorySailDataset. getStatements(Resource subj, IRI pred, Value obj, Resource... contexts)CloseableIteration<MemTriple,SailException>MemorySailStore.MemorySailDataset. getTriples(Resource subj, IRI pred, Value obj)voidMemorySailStore.MemorySailSink. observe(Resource subj, IRI pred, Value obj, Resource... contexts)booleanMemoryStoreConnection. removeInferredStatement(Resource subj, IRI pred, Value obj, Resource... contexts)protected voidMemoryStoreConnection. removeStatementsInternal(Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.sail.memory.config
Methods in org.eclipse.rdf4j.sail.memory.config that return Resource Modifier and Type Method Description ResourceMemoryStoreConfig. export(Model m)Methods in org.eclipse.rdf4j.sail.memory.config with parameters of type Resource Modifier and Type Method Description voidMemoryStoreConfig. parse(Model graph, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.memory.model
Classes in org.eclipse.rdf4j.sail.memory.model that implement Resource Modifier and Type Class Description classMemBNodeA MemoryStore-specific extension of BNodeImpl giving it node properties.classMemIRIA 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.classMemResourceA MemoryStore-specific extension of Resource giving it subject statements.classMemTripleA MemoryStore-specific implementation ofTriple.Methods in org.eclipse.rdf4j.sail.memory.model with parameters of type Resource Modifier and Type Method Description TripleMemValueFactory. createTriple(Resource subject, IRI predicate, Value object)MemResourceMemValueFactory. getMemResource(Resource resource)See getMemValue() for description.MemResourceMemValueFactory. getOrCreateMemResource(Resource resource)SeeMemValueFactory.getOrCreateMemValue(Value)for description. -
Uses of Resource in org.eclipse.rdf4j.sail.model
Methods in org.eclipse.rdf4j.sail.model with parameters of type Resource Modifier and Type Method Description booleanSailModel. add(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSailModel. clear(Resource... contexts)booleanSailModel. contains(Resource subj, IRI pred, Value obj, Resource... contexts)ModelSailModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)private java.util.Iterator<Statement>SailModel. iterator(Resource subj, IRI pred, Value obj, Resource... contexts)booleanSailModel. remove(Resource subj, IRI pred, Value obj, Resource... contexts)voidSailModel. removeTermIteration(java.util.Iterator<Statement> iter, Resource subj, IRI pred, Value obj, Resource... contexts) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl
Fields in org.eclipse.rdf4j.sail.shacl declared as Resource Modifier and Type Field Description private static Resource[]ShaclValidator. ALL_CONTEXTSprivate Resource[]ValidationSettings. dataGraphprivate static Resource[]ShaclValidator. SHAPE_CONTEXTSMethods in org.eclipse.rdf4j.sail.shacl that return Resource Modifier and Type Method Description Resource[]ValidationSettings. getDataGraph()Methods in org.eclipse.rdf4j.sail.shacl with parameters of type Resource Modifier and Type Method Description voidShaclSailConnection. addStatement(Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. addStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. clear(Resource... contexts)CloseableIteration<? extends Statement,SailException>ShaclSailConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanShaclSailConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)voidShaclSailConnection. removeStatement(UpdateContext modify, Resource subj, IRI pred, Value obj, Resource... contexts)voidShaclSailConnection. removeStatements(Resource subj, IRI pred, Value obj, Resource... contexts)voidTransferStatement. transfer(Resource subject, IRI predicate, Value object, Resource context)Constructors in org.eclipse.rdf4j.sail.shacl with parameters of type Resource Constructor Description ValidationSettings(Resource[] dataGraph, boolean logValidationPlans, boolean validateEntireBaseSail, boolean performanceLogging) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Resource Modifier and Type Field Description (package private) Resource[]Shape. contextsprivate Resource[]ContextWithShape. dataGraphprivate Resource[]ShaclSparqlConstraintFailureException. dataGraphprivate ResourceShaclProperties. id(package private) ResourceShaclShapeParsingException. idprivate ResourceShape. idprivate ResourceShaclProperties. ignoredPropertiesprivate ResourceShaclProperties. inprivate ResourceShaclProperties. languageInprivate ResourceShaclProperties. nodeKindprivate ResourceShaclProperties. pathprivate ResourceShaclProperties. qualifiedValueShapeprivate Resource[]ContextWithShape. shapeGraphFields in org.eclipse.rdf4j.sail.shacl.ast with type parameters of type Resource Modifier and Type Field Description private java.util.List<Resource>ShaclProperties. and(package private) java.util.Map<Resource,Shape>Cache. cacheprivate java.util.List<Resource>ShaclProperties. hasValueInprivate java.util.List<Resource>ShaclProperties. nodeprivate java.util.List<Resource>ShaclProperties. notprivate static StatementMatcher.Variable<Resource>StatementMatcher. NULL_SUBJECTprivate java.util.List<Resource>ShaclProperties. orprivate java.util.List<Resource>ShaclProperties. propertyprivate java.util.List<Resource>ShaclProperties. sparqlprivate StatementMatcher.Variable<? extends Resource>StatementMatcher. subjectprivate java.util.List<Resource>ShaclProperties. targetprivate java.util.Set<Resource>ShaclProperties. targetClassprivate java.util.List<Resource>ShaclProperties. targetShapeprivate java.util.List<Resource>ShaclProperties. xoneMethods in org.eclipse.rdf4j.sail.shacl.ast that return Resource Modifier and Type Method Description Resource[]Shape. getContexts()Resource[]ContextWithShape. getDataGraph()Resource[]ShaclSparqlConstraintFailureException. getDataGraph()ResourceIdentifiable. getId()ResourceShaclProperties. getId()ResourceShaclShapeParsingException. getId()ResourceShape. getId()ResourceShaclProperties. getIgnoredProperties()ResourceShaclProperties. getIn()ResourceShaclProperties. getLanguageIn()ResourceShaclProperties. getNodeKind()ResourceShaclProperties. getPath()ResourceShaclProperties. getQualifiedValueShape()Resource[]ContextWithShape. getShapeGraph()ResourceStatementMatcher. getSubjectValue()Methods in org.eclipse.rdf4j.sail.shacl.ast that return types with arguments of type Resource Modifier and Type Method Description java.util.List<Resource>ShaclProperties. getAnd()java.util.List<Resource>ShaclProperties. getHasValueIn()java.util.List<Resource>ShaclProperties. getNode()java.util.List<Resource>ShaclProperties. getNot()java.util.List<Resource>ShaclProperties. getOr()java.util.List<Resource>ShaclProperties. getProperty()java.util.List<Resource>ShaclProperties. getSparql()java.util.List<Resource>ShaclProperties. getTarget()java.util.Set<Resource>ShaclProperties. getTargetClass()java.util.List<Resource>ShaclProperties. getTargetShape()java.util.List<Resource>ShaclProperties. getXone()Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Resource Modifier and Type Method Description static ShaclPrefixParser.NamespacesShaclPrefixParser. extractNamespaces(Resource id, ShapeSource shapeSource)ShapeCache. get(Resource id)PlanNodeNodeShape. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodePropertyShape. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForAlreadyPopulated(Resource id, java.lang.String predicate, java.lang.Object existingObject, Value secondValue)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForCastIssue(Resource id, java.lang.String predicate, java.lang.Class<?> expectedClass, Value object)private static ShaclShapeParsingExceptionShaclProperties. getExceptionForLiteralFormatIssue(Resource id, java.lang.String predicate, Value object, java.lang.Class<?> clazz)java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>SparqlFragment.TraceBack. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, Path path, StatementMatcher currentStatementMatcher, java.util.List<Statement> currentStatements)static java.util.List<ContextWithShape>Shape.Factory. getShapesInContext(ShapeSource shapeSource, Shape.ParseSettings parseSettings, Cache cache, Resource[] dataGraph, Resource[] shapesGraph)PlanNodeValidationQuery.Deactivated. getValidationPlan(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs)PlanNodeValidationQuery. getValidationPlan(SailConnection baseConnection, Resource[] dataGraph, Resource[] shapesGraphs)static voidShaclAstLists. listToRdf(java.util.Collection<? extends Value> values, Resource head, Model model)voidCache. put(Resource id, Shape shape)booleanPropertyShape. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanShape. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)private static java.lang.StringShaclShapeParsingException. resourceToString(Resource id)private static java.lang.StringShaclSparqlConstraintFailureException. resourceToString(Resource id)private static java.util.List<Value>ShaclAstLists. toList(ShapeSource shapeSource, Resource head)static <T extends Value>
java.util.List<T>ShaclAstLists. toList(ShapeSource shapeSource, Resource head, java.lang.Class<T> type)voidExportable. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPropertyShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Method parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Resource Modifier and Type Method Description booleanStatementMatcher. hasSubject(StatementMatcher.Variable<Resource> variable)voidContextWithShape. toModel(Model model, java.util.Set<Resource> cycleDetection)voidExportable. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPropertyShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Constructors in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Resource Constructor Description ContextWithShape(Resource[] dataGraph, Resource[] shapeGraph, Shape shape)ShaclProperties(Resource id, ShapeSource connection)ShaclShapeParsingException(java.lang.String msg, java.lang.Throwable t, Resource id)ShaclShapeParsingException(java.lang.String msg, Resource id)ShaclShapeParsingException(java.lang.Throwable t, Resource id)ShaclSparqlConstraintFailureException(Shape shape, java.lang.String query, BindingSet resultBindingSet, Value focusNode, Resource[] dataGraph)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast with type arguments of type Resource Constructor Description StatementMatcher(StatementMatcher.Variable<? extends Resource> subject, StatementMatcher.Variable<IRI> predicate, StatementMatcher.Variable<? extends Value> object, Targetable origin, java.util.Set<java.lang.String> inheritedVarNames) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as Resource Modifier and Type Field Description private ResourceAbstractConstraintComponent. idprivate ResourceSimpleAbstractConstraintComponent. idFields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type parameters of type Resource Modifier and Type Field Description private java.util.Set<Resource>ClassConstraintComponent. clazzSetMethods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents that return Resource Modifier and Type Method Description ResourceAbstractConstraintComponent. getId()ResourceSimpleAbstractConstraintComponent. getId()Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Resource Modifier and Type Method Description static NodeKindConstraintComponent.NodeKindNodeKindConstraintComponent.NodeKind. from(Resource resource)PlanNodeAbstractConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeAndConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeClassConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeDashHasValueInConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeHasValueConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeMaxCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeMinCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeNotConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeOrConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeQualifiedMaxCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeQualifiedMinCountConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeSimpleAbstractConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeSparqlConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)PlanNodeUniqueLangConstraintComponent. getAllTargetsPlan(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanAbstractConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanAndConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanClassConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanNotConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanOrConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanQualifiedMaxCountConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)booleanQualifiedMinCountConstraintComponent. requiresEvaluation(ConnectionsGroup connectionsGroup, ConstraintComponent.Scope scope, Resource[] dataGraph, StatementMatcher.StableRandomVariableProvider stableRandomVariableProvider)voidAndConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClassConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClosedConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashHasValueInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDatatypeConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDisjointConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidHasValueConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLanguageInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanOrEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeKindConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNotConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOrConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPatternConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidUniqueLangConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidXoneConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Method parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Resource Modifier and Type Method Description voidAndConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClassConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidClosedConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashHasValueInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDatatypeConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDisjointConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidHasValueConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLanguageInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidLessThanOrEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMaxLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidMinLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNodeKindConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidNotConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOrConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidPatternConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidQualifiedMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidUniqueLangConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidXoneConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with type arguments of type Resource Constructor Description ClosedConstraintComponent(ShapeSource shapeSource, java.util.List<Resource> property, Resource ignoredProperties) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.paths
Fields in org.eclipse.rdf4j.sail.shacl.ast.paths declared as Resource Modifier and Type Field Description private ResourceAlternativePath. alternativePathId(package private) ResourcePath. idMethods in org.eclipse.rdf4j.sail.shacl.ast.paths that return Resource Modifier and Type Method Description ResourcePath. getId()ResourceSimplePath. getId()Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Resource Modifier and Type Method Description static PathPath. buildPath(ShapeSource shapeSource, Resource id)PlanNodeAlternativePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeInversePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeOneOrMorePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)abstract PlanNodePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)Get all values added in this transaction.PlanNodeSequencePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeSimplePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeZeroOrMorePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeZeroOrOnePath. getAllAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeAlternativePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeInversePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeOneOrMorePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)abstract PlanNodePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)Get values added in this transaction.PlanNodeSequencePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeSimplePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeZeroOrMorePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)PlanNodeZeroOrOnePath. getAnyAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNodeWrapper planNodeWrapper)voidAlternativePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInversePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOneOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSequencePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSimplePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrOnePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Method parameters in org.eclipse.rdf4j.sail.shacl.ast.paths with type arguments of type Resource Modifier and Type Method Description voidAlternativePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidInversePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidOneOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSequencePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSimplePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidZeroOrOnePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Constructors in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Resource Constructor Description AlternativePath(Resource id, Resource alternativePathId, java.util.List<Path> paths)AlternativePath(Resource id, Resource paths, ShapeSource shapeSource)InversePath(Resource id, Resource path, ShapeSource shapeSource)InversePath(Resource id, Path path)OneOrMorePath(Resource id, Resource path, ShapeSource shapeSource)OneOrMorePath(Resource id, Path path)Path(Resource id)SequencePath(Resource id, java.util.List<Path> paths)SequencePath(Resource id, ShapeSource shapeSource)ZeroOrMorePath(Resource id, Resource path, ShapeSource shapeSource)ZeroOrMorePath(Resource id, Path path)ZeroOrOnePath(Resource id, Resource path, ShapeSource shapeSource)ZeroOrOnePath(Resource id, Path path) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.planNodes
Fields in org.eclipse.rdf4j.sail.shacl.ast.planNodes declared as Resource Modifier and Type Field Description private static Resource[]BulkedExternalInnerJoin. allContextprivate Resource[]AllTargetsPlanNode.AllTargetsBindingSetMapper. contextsprivate Resource[]ValidationTuple. contextsprivate Resource[]BulkedExternalInnerJoin. dataGraphprivate Resource[]BulkedExternalLeftOuterJoin. dataGraphprivate Resource[]FilterByPredicate. dataGraphprivate Resource[]FilterByPredicateObject. dataGraphprivate Resource[]FilterTargetIsObject. dataGraphprivate Resource[]FilterTargetIsSubject. dataGraphprivate Resource[]SparqlConstraintSelect. dataGraphprivate Resource[]UnorderedSelect. dataGraphprivate static Resource[]ValidationTuple. NULL_CONTEXTprivate ResourceUnorderedSelect. subjectFields in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type parameters of type Resource Modifier and Type Field Description private java.util.Set<Resource>FilterByPredicateObject. filterOnObjectMethods in org.eclipse.rdf4j.sail.shacl.ast.planNodes that return Resource Modifier and Type Method Description Resource[]ValidationTuple. getContexts()Methods in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Resource Modifier and Type Method Description ValidationTupleUnorderedSelect.Mapper.ObjectScopedMapper. apply(Statement s, Resource[] dataGraph)ValidationTupleUnorderedSelect.Mapper.SubjectObjectPropertyShapeMapper. apply(Statement s, Resource[] dataGraph)ValidationTupleUnorderedSelect.Mapper.SubjectScopedMapper. apply(Statement s, Resource[] dataGraph)static DatasetPlanNodeHelper. asDefaultGraphDataset(Resource[] dataGraph)private java.util.List<BindingSet>AbstractBulkJoinPlanNode. buildBindingSets(java.util.ArrayDeque<ValidationTuple> left, SailConnection connection, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, Resource[] dataGraph)static java.util.function.Function<BindingSet,ValidationTuple>BulkedExternalInnerJoin. getMapper(java.lang.String a, java.lang.String c, ConstraintComponent.Scope scope, Resource[] dataGraph)private booleanFilterByPredicateObject. matches(Value subject, IRI filterOnPredicate, Resource[] filterOnObject)(package private) voidAbstractBulkJoinPlanNode. runQuery(java.util.ArrayDeque<ValidationTuple> left, java.util.ArrayDeque<ValidationTuple> right, SailConnection connection, TupleExpr parsedQuery, Dataset dataset, Resource[] dataGraph, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection)Constructors in org.eclipse.rdf4j.sail.shacl.ast.planNodes with parameters of type Resource Constructor Description AllTargetsBindingSetMapper(java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)AllTargetsPlanNode(SailConnection sailConnection, Resource[] dataGraph, java.util.ArrayDeque<EffectiveTarget.EffectiveTargetFragment> chain, java.util.List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope)BindSelect(SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.List<StatementMatcher.Variable<Value>> vars, PlanNode source, java.util.List<java.lang.String> varNames, ConstraintComponent.Scope scope, int bulkSize, EffectiveTarget.Extend direction, boolean includePropertyShapeValues)BulkedExternalInnerJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, boolean skipBasedOnPreviousConnection, SailConnection previousStateConnection, java.util.function.Function<BindingSet,ValidationTuple> mapper)BulkedExternalLeftOuterJoin(PlanNode leftNode, SailConnection connection, Resource[] dataGraph, SparqlFragment query, java.util.function.Function<BindingSet,ValidationTuple> mapper)ExternalFilterByQuery(SailConnection connection, Resource[] dataGraph, PlanNode parent, SparqlFragment queryFragment, StatementMatcher.Variable queryVariable, java.util.function.Function<ValidationTuple,Value> filterOn)FilterByPredicate(SailConnection connection, java.util.Set<IRI> filterOnPredicates, PlanNode parent, FilterByPredicate.On on, Resource[] dataGraph)FilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, java.util.Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred)FilterTargetIsObject(SailConnection connection, Resource[] dataGraph, PlanNode parent)FilterTargetIsSubject(SailConnection connection, Resource[] dataGraph, PlanNode parent)Select(SailConnection connection, java.lang.String query, java.util.function.Function<BindingSet,ValidationTuple> mapper, Resource[] dataGraph)Select(SailConnection connection, SparqlFragment queryFragment, java.lang.String orderBy, java.util.function.Function<BindingSet,ValidationTuple> mapper, Resource[] dataGraph)SparqlConstraintSelect(SailConnection connection, PlanNode targets, java.lang.String query, ConstraintComponent.Scope scope, Resource[] dataGraph, boolean produceValidationReports, SparqlConstraintComponent constraintComponent, Shape shape)UnorderedSelect(SailConnection connection, Resource subject, IRI predicate, Value object, Resource[] dataGraph, java.util.function.BiFunction<Statement,Resource[],ValidationTuple> mapper)ValidationTuple(java.util.List<Value> chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(java.util.List<ValidationResult> validationResults, Value[] chain, ConstraintComponent.Scope scope, boolean propertyShapeScopeWithValue, java.util.Set<ValidationTuple> compressedTuples, Resource[] contexts)ValidationTuple(Value[] chain, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(Value a, Value c, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(Value subject, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(BindingSet bindingSet, java.lang.String[] variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValidationTuple(BindingSet bindingSet, java.util.List<java.lang.String> variables, ConstraintComponent.Scope scope, boolean hasValue, Resource[] contexts)ValuesBackedNode(java.util.SortedSet<Value> values, ConstraintComponent.Scope scope, Resource[] dataGraph)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.planNodes with type arguments of type Resource Constructor Description FilterByPredicateObject(SailConnection connection, Resource[] dataGraph, IRI filterOnPredicate, java.util.Set<Resource> filterOnObject, PlanNode parent, boolean returnMatching, FilterByPredicateObject.FilterOn filterOn, boolean includeInferred) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Resource Modifier and Type Field Description private Resource[]EffectiveTarget.ActiveTargetTupleMapper. dataGraphprivate Resource[]TargetChainRetriever. dataGraphprivate ResourceDashAllObjects. idprivate ResourceDashAllSubjects. idprivate ResourceSparqlTarget. idprivate Resource[]TargetNode. sourceContextsFields in org.eclipse.rdf4j.sail.shacl.ast.targets with type parameters of type Resource Modifier and Type Field Description private java.util.Set<Resource>TargetClass. targetClassMethods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Resource Modifier and Type Method Description booleanEffectiveTarget. couldMatch(ConnectionsGroup connectionsGroup, Resource[] dataGraph)PlanNodeEffectiveTarget. extend(PlanNode source, ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, EffectiveTarget.Extend direction, boolean includePropertyShapeValues, java.util.function.Function<PlanNode,PlanNode> filter)PlanNodeDashAllObjects. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeDashAllSubjects. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeRSXTargetShape. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeSparqlTarget. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)abstract PlanNodeTarget. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetClass. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetNode. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetObjectsOf. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeTargetSubjectsOf. getAdded(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeDashAllObjects. getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeDashAllSubjects. getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeRSXTargetShape. getAddedRemovedInner(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeTargetClass. getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeTargetObjectsOf. getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope)private PlanNodeTargetSubjectsOf. getAddedRemovedInner(SailConnection connection, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeEffectiveTarget. getAllTargets(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope)PlanNodeEffectiveTarget. getPlanNode(ConnectionsGroup connectionsGroup, Resource[] dataGraph, ConstraintComponent.Scope scope, boolean includeTargetsAffectedByRemoval, java.util.function.Function<PlanNode,PlanNode> filter)java.util.stream.Stream<EffectiveTarget.StatementsAndMatcher>EffectiveTarget.EffectiveTargetFragment. getRoot(ConnectionsGroup connectionsGroup, Resource[] dataGraph, StatementMatcher currentStatementMatcher, Statement currentStatement)PlanNodeDashAllObjects. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeDashAllSubjects. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeEffectiveTarget. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeRSXTargetShape. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeSparqlTarget. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)abstract PlanNodeTarget. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeTargetClass. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeTargetNode. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeTargetObjectsOf. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)PlanNodeTargetSubjectsOf. getTargetFilter(ConnectionsGroup connectionsGroup, Resource[] dataGraph, PlanNode parent)voidDashAllObjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashAllSubjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidRSXTargetShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlTarget. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetClass. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetNode. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetObjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetSubjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Method parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Resource Modifier and Type Method Description voidDashAllObjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidDashAllSubjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidRSXTargetShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidSparqlTarget. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetClass. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetNode. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetObjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)voidTargetSubjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)Constructors in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Resource Constructor Description ActiveTargetTupleMapper(ConstraintComponent.Scope scope, boolean includePropertyShapeValues, Resource[] dataGraph)DashAllObjects(Resource id)DashAllSubjects(Resource id)RSXTargetShape(Resource targetShape, ShapeSource shapeSource, Shape.ParseSettings parseSettings)SparqlTarget(Resource id, ShapeSource shapeSource)TargetChainRetriever(ConnectionsGroup connectionsGroup, Resource[] dataGraph, java.util.List<StatementMatcher> statementMatchers, java.util.List<StatementMatcher> removedStatementMatchers, EffectiveTarget.EffectiveTargetFragment removedStatementTarget, SparqlFragment queryFragment, java.util.List<StatementMatcher.Variable<Value>> vars, ConstraintComponent.Scope scope, boolean hasValue)TargetNode(java.util.TreeSet<Value> targetNodes, Resource[] sourceContexts)Constructor parameters in org.eclipse.rdf4j.sail.shacl.ast.targets with type arguments of type Resource Constructor Description TargetClass(java.util.Set<Resource> targetClass) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.config
Methods in org.eclipse.rdf4j.sail.shacl.config that return Resource Modifier and Type Method Description ResourceShaclSailConfig. export(Model m)Methods in org.eclipse.rdf4j.sail.shacl.config with parameters of type Resource Modifier and Type Method Description voidShaclSailConfig. parse(Model m, Resource implNode) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.results
Fields in org.eclipse.rdf4j.sail.shacl.results declared as Resource Modifier and Type Field Description private Resource[]ValidationResult. dataGraphsDeprecated.protected ResourceValidationReport. idDeprecated.private ResourceValidationResult. idDeprecated.private Resource[]ValidationResult. shapesGraphsDeprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return Resource Modifier and Type Method Description protected Resource[]ValidationResult. getDataGraphs()Deprecated.ResourceValidationReport. getId()Deprecated.ResourceValidationResult. getId()Deprecated.protected Resource[]ValidationResult. getShapesGraphs()Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results that return types with arguments of type Resource Modifier and Type Method Description private static java.util.Set<Resource>ValidationResult. contextsToSet(Resource[] context)Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type Resource Modifier and Type Method Description private static java.util.Set<Resource>ValidationResult. contextsToSet(Resource[] context)Deprecated.Method parameters in org.eclipse.rdf4j.sail.shacl.results with type arguments of type Resource Modifier and Type Method Description ModelValidationResult. asModel(Model model, java.util.Set<Resource> rdfListDedupe)Deprecated.Constructors in org.eclipse.rdf4j.sail.shacl.results with parameters of type Resource Constructor Description ValidationResult(Value focusNode, Value value, Shape shape, ConstraintComponent sourceConstraint, Severity severity, ConstraintComponent.Scope scope, Resource[] dataGraphs, Resource[] shapesGraphs)Deprecated. -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.wrapper.data
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.data with type parameters of type Resource Modifier and Type Field Description private java.util.Map<Resource,java.util.Set<Resource>>RdfsSubClassOfReasoner. backwardsChainCacheprivate java.util.Map<Resource,java.util.Set<Resource>>RdfsSubClassOfReasoner. backwardsChainCacheprivate java.util.Map<Resource,java.util.Set<Resource>>RdfsSubClassOfReasoner. forwardChainCacheprivate java.util.Map<Resource,java.util.Set<Resource>>RdfsSubClassOfReasoner. forwardChainCacheprivate java.util.Collection<Resource>RdfsSubClassOfReasoner. typesMethods in org.eclipse.rdf4j.sail.shacl.wrapper.data that return types with arguments of type Resource Modifier and Type Method Description java.util.Set<Resource>RdfsSubClassOfReasoner. backwardsChain(Resource type)private java.util.Set<Resource>RdfsSubClassOfReasoner. resolveTypes(Resource value, java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache)Methods in org.eclipse.rdf4j.sail.shacl.wrapper.data with parameters of type Resource Modifier and Type Method Description java.util.Set<Resource>RdfsSubClassOfReasoner. backwardsChain(Resource type)CloseableIteration<? extends Statement,SailException>VerySimpleRdfsBackwardsChainingConnection. getStatements(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)booleanVerySimpleRdfsBackwardsChainingConnection. hasStatement(Resource subj, IRI pred, Value obj, boolean includeInferred, Resource... contexts)private java.util.Set<Resource>RdfsSubClassOfReasoner. resolveTypes(Resource value, java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache)Method parameters in org.eclipse.rdf4j.sail.shacl.wrapper.data with type arguments of type Resource Modifier and Type Method Description private voidRdfsSubClassOfReasoner. forwardChainUntilFixPoint(java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache)private voidRdfsSubClassOfReasoner. forwardChainUntilFixPoint(java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache)private java.util.Set<Resource>RdfsSubClassOfReasoner. resolveTypes(Resource value, java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache)private java.util.Set<Resource>RdfsSubClassOfReasoner. resolveTypes(Resource value, java.util.Map<Resource,java.util.Set<Resource>> forwardChainCache) -
Uses of Resource in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.shape declared as Resource Modifier and Type Field Description private static Resource[]ShapeSource.ShapesGraph. allContextprivate Resource[]BackwardChainingShapeSource. contextprivate Resource[]CombinedShapeSource. contextprivate Resource[]Rdf4jShaclShapeGraphShapeSource. contextprivate Resource[]RepositoryConnectionShapeSource. contextprivate Resource[]SailConnectionShapeSource. contextprivate Resource[]ShapeSource.ShapesGraph. dataGraphprivate Resource[]ShapeSource.ShapesGraph. shapesGraphMethods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return Resource Modifier and Type Method Description Resource[]BackwardChainingShapeSource. getActiveContexts()Resource[]CombinedShapeSource. getActiveContexts()Resource[]Rdf4jShaclShapeGraphShapeSource. getActiveContexts()Resource[]RepositoryConnectionShapeSource. getActiveContexts()Resource[]SailConnectionShapeSource. getActiveContexts()Resource[]ShapeSource. getActiveContexts()Resource[]ShapeSource.ShapesGraph. getDataGraph()ResourceBackwardChainingShapeSource. getRdfRest(Resource subject)ResourceCombinedShapeSource. getRdfRest(Resource subject)ResourceRdf4jShaclShapeGraphShapeSource. getRdfRest(Resource subject)ResourceRepositoryConnectionShapeSource. getRdfRest(Resource subject)ResourceSailConnectionShapeSource. getRdfRest(Resource subject)ResourceShapeSource. getRdfRest(Resource subject)(package private) static ResourceShapeSourceHelper. getRdfRest(RepositoryConnection connection, Resource subject, Resource[] context)(package private) static ResourceShapeSourceHelper. getRdfRest(SailConnection connection, Resource subject, Resource[] context)Resource[]ShapeSource.ShapesGraph. getShapesGraph()private static ResourceShapeSource.ShapesGraph. handleDefaultGraph(Resource graph)Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return types with arguments of type Resource Modifier and Type Method Description private java.util.stream.Stream<Resource>SailConnectionShapeSource. getContext(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>BackwardChainingShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>CombinedShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>Rdf4jShaclShapeGraphShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>RepositoryConnectionShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>SailConnectionShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>ShapeSource. getSubjects(ShapeSource.Predicates predicate)java.util.stream.Stream<Resource>BackwardChainingShapeSource. getTargetableShape()java.util.stream.Stream<Resource>CombinedShapeSource. getTargetableShape()java.util.stream.Stream<Resource>Rdf4jShaclShapeGraphShapeSource. getTargetableShape()java.util.stream.Stream<Resource>RepositoryConnectionShapeSource. getTargetableShape()java.util.stream.Stream<Resource>SailConnectionShapeSource. getTargetableShape()java.util.stream.Stream<Resource>ShapeSource. getTargetableShape()Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type Resource Modifier and Type Method Description java.util.stream.Stream<Statement>BackwardChainingShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>CombinedShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>Rdf4jShaclShapeGraphShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>RepositoryConnectionShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>SailConnectionShapeSource. getAllStatements(Resource id)java.util.stream.Stream<Statement>ShapeSource. getAllStatements(Resource id)(package private) static ValueShapeSourceHelper. getFirst(RepositoryConnection connection, Resource subject, Resource[] context)(package private) static ValueShapeSourceHelper. getFirst(SailConnection connection, Resource subject, Resource[] context)java.util.stream.Stream<Value>BackwardChainingShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>CombinedShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>Rdf4jShaclShapeGraphShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>RepositoryConnectionShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>SailConnectionShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)java.util.stream.Stream<Value>ShapeSource. getObjects(Resource subject, ShapeSource.Predicates predicate)ValueBackwardChainingShapeSource. getRdfFirst(Resource subject)ValueCombinedShapeSource. getRdfFirst(Resource subject)ValueRdf4jShaclShapeGraphShapeSource. getRdfFirst(Resource subject)ValueRepositoryConnectionShapeSource. getRdfFirst(Resource subject)ValueSailConnectionShapeSource. getRdfFirst(Resource subject)ValueShapeSource. getRdfFirst(Resource subject)ResourceBackwardChainingShapeSource. getRdfRest(Resource subject)ResourceCombinedShapeSource. getRdfRest(Resource subject)ResourceRdf4jShaclShapeGraphShapeSource. getRdfRest(Resource subject)ResourceRepositoryConnectionShapeSource. getRdfRest(Resource subject)ResourceSailConnectionShapeSource. getRdfRest(Resource subject)ResourceShapeSource. getRdfRest(Resource subject)(package private) static ResourceShapeSourceHelper. getRdfRest(RepositoryConnection connection, Resource subject, Resource[] context)(package private) static ResourceShapeSourceHelper. getRdfRest(SailConnection connection, Resource subject, Resource[] context)static java.util.stream.Stream<ShapeSource.ShapesGraph>ShapeSource. getRsxDataAndShapesGraphLink(RepositoryConnection connection, Resource[] context)static java.util.stream.Stream<ShapeSource.ShapesGraph>ShapeSource. getRsxDataAndShapesGraphLink(SailConnection connection, Resource[] context)private static ResourceShapeSource.ShapesGraph. handleDefaultGraph(Resource graph)private booleanBackwardChainingShapeSource. isNodeShapeOrPropertyShape(Resource id)booleanBackwardChainingShapeSource. isType(Resource subject, IRI type)booleanCombinedShapeSource. isType(Resource subject, IRI type)booleanRdf4jShaclShapeGraphShapeSource. isType(Resource subject, IRI type)booleanRepositoryConnectionShapeSource. isType(Resource subject, IRI type)booleanSailConnectionShapeSource. isType(Resource subject, IRI type)booleanShapeSource. isType(Resource subject, IRI type)BackwardChainingShapeSourceBackwardChainingShapeSource. withContext(Resource[] context)ShapeSourceCombinedShapeSource. withContext(Resource[] context)Rdf4jShaclShapeGraphShapeSourceRdf4jShaclShapeGraphShapeSource. withContext(Resource[] context)RepositoryConnectionShapeSourceRepositoryConnectionShapeSource. withContext(Resource[] context)SailConnectionShapeSourceSailConnectionShapeSource. withContext(Resource[] context)ShapeSourceShapeSource. withContext(Resource[] context)Constructors in org.eclipse.rdf4j.sail.shacl.wrapper.shape with parameters of type Resource Constructor Description BackwardChainingShapeSource(SailConnection connection, Resource[] context)CombinedShapeSource(RepositoryConnection shapesForForwardChainingConnection, SailConnection sailConnection, Resource[] context)CombinedShapeSource(SailConnection shapesForForwardChainingConnection, SailConnection sailConnection, Resource[] context)CombinedShapeSource(Rdf4jShaclShapeGraphShapeSource rdf4jShapesGraph, BackwardChainingShapeSource baseSail, Resource[] context)Rdf4jShaclShapeGraphShapeSource(Repository repository, RepositoryConnection connection, Resource[] context)RepositoryConnectionShapeSource(RepositoryConnection connection, Resource[] context)SailConnectionShapeSource(SailConnection connection, Resource[] context)ShapesGraph(Resource dataGraph, java.util.List<? extends Statement> shapesGraph)Constructor parameters in org.eclipse.rdf4j.sail.shacl.wrapper.shape with type arguments of type Resource Constructor Description ShapesGraph(java.util.List<Resource> dataGraph, java.util.List<Resource> shapesGraph) -
Uses of Resource in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type Resource Modifier and Type Method Description static TriplePatternGraphPatterns. tp(Resource subject, IRI predicate, Value... objects)static TriplePatternGraphPatterns. tp(Resource subject, IRI predicate, RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s)static TriplePatternGraphPatterns. tp(Resource subject, RdfPredicate predicate, Value... objects)static TriplePatternGraphPatterns. tp(Resource subject, RdfPredicate predicate, RdfObject... objects)Create a triple pattern with the given subject, predicate, and object(s) -
Uses of Resource in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as Resource Modifier and Type Field Description (package private) ResourceSpinRenderer.ListContext. list(package private) ResourceSpinRenderer.SpinVisitor. list(package private) ResourceSpinRenderer.ListContext. subject(package private) ResourceSpinRenderer.SpinVisitor. subjectFields in org.eclipse.rdf4j.spin with type parameters of type Resource Modifier and Type Field Description (package private) java.util.Map<Resource,java.lang.String>SpinParser.SpinVisitor. varsMethods in org.eclipse.rdf4j.spin that return Resource Modifier and Type Method Description (package private) ResourceSpinRenderer.SpinVisitor. getVar(java.lang.String name)Methods in org.eclipse.rdf4j.spin with parameters of type Resource Modifier and Type Method Description private java.util.List<ValueExpr>SpinParser.SpinVisitor. getArgs(Resource r, IRI func, IRI... knownArgs)private intSpinParser. getMaxIterationCount(Resource ruleProp, TripleSource store)private java.util.List<IRI>SpinParser. getNextRules(Resource ruleProp, TripleSource store)private java.lang.StringSpinParser.SpinVisitor. getVarName(Resource r)booleanSpinParser. isThisUnbound(Resource subj, TripleSource store)(package private) SpinRenderer.ListContextSpinRenderer.SpinVisitor. newList(Resource res)private voidSpinRenderer.SpinVisitor. nextListEntry(Resource nextEntry)protected ParsedOperationSpinParser. parse(Resource queryResource, IRI queryClass, TripleSource store)ParsedOperationSpinParser. parse(Resource queryResource, TripleSource store)ParsedBooleanQuerySpinParser. parseAskQuery(Resource queryResource, TripleSource store)ConstraintViolationSpinParser. parseConstraintViolation(Resource subj, TripleSource store)ParsedGraphQuerySpinParser. parseConstructQuery(Resource queryResource, TripleSource store)ParsedDescribeQuerySpinParser. parseDescribeQuery(Resource queryResource, TripleSource store)ParsedQuerySpinParser. parseQuery(Resource queryResource, TripleSource store)private ParsedOperationSpinParser. parseRDF(Resource queryResource, IRI queryType, TripleSource store)ParsedTupleQuerySpinParser. parseSelectQuery(Resource queryResource, TripleSource store)private ParsedOperationSpinParser. parseText(Resource queryResource, IRI queryType, TripleSource store)ParsedUpdateSpinParser. parseUpdate(Resource queryResource, TripleSource store)private ValueExprSpinParser.SpinVisitor. toValueExpr(Resource r, IRI func)voidSpinParser.SpinVisitor. visitAsk(Resource ask)private voidSpinParser.SpinVisitor. visitBind(Resource r)voidSpinParser.SpinVisitor. visitClear(Resource query)voidSpinParser.SpinVisitor. visitConstruct(Resource construct)voidSpinParser.SpinVisitor. visitCreate(Resource query)private voidSpinParser.SpinVisitor. visitDelete(Resource delete)voidSpinParser.SpinVisitor. visitDeleteData(Resource query)voidSpinParser.SpinVisitor. visitDeleteWhere(Resource query)voidSpinParser.SpinVisitor. visitDescribe(Resource describe)private voidSpinParser.SpinVisitor. visitFilter(Resource r)private voidSpinParser.SpinVisitor. visitGroupBy(Resource groupby)TupleExprSpinParser.SpinVisitor. visitGroupGraphPattern(Resource group)private TupleExprSpinParser.SpinVisitor. visitHaving(Resource having)private voidSpinParser.SpinVisitor. visitInsert(Resource insert)voidSpinParser.SpinVisitor. visitInsertData(Resource query)voidSpinParser.SpinVisitor. visitLoad(Resource query)voidSpinParser.SpinVisitor. visitModify(Resource query)private OrderSpinParser.SpinVisitor. visitOrderBy(Resource orderby)private OrderElemSpinParser.SpinVisitor. visitOrderByCondition(Resource r)private voidSpinParser.SpinVisitor. visitPattern(Resource r, java.util.Set<IRI> types, TupleExpr currentGroupExpr)private ProjectionElemSpinParser.SpinVisitor. visitResultNode(Resource r)private ProjectionSpinParser.SpinVisitor. visitResultNodes(Resource resultNodes)private ProjectionElemSpinParser.SpinVisitor. visitResultVariable(Resource r, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)private ProjectionSpinParser.SpinVisitor. visitResultVariables(Resource resultVars, java.util.Map<java.lang.String,ProjectionElem> previousProjElems)voidSpinParser.SpinVisitor. visitSelect(Resource select)private ProjectionElemListSpinParser.SpinVisitor. visitTemplate(Resource r)private UnaryTupleOperatorSpinParser.SpinVisitor. visitTemplates(Resource templates)TupleExprSpinParser.SpinVisitor. visitWhere(Resource query)Constructors in org.eclipse.rdf4j.spin with parameters of type Resource Constructor Description AskVisitor(RDFHandler handler, Resource list, Dataset dataset)ConstructVisitor(RDFHandler handler, Resource subject, Dataset dataset)DescribeVisitor(RDFHandler handler, Resource subject, Dataset dataset)ListContext(Resource list, Resource subject)SpinVisitor(RDFHandler handler, Resource list, Resource subject, Dataset dataset) -
Uses of Resource in org.eclipse.rdf4j.spin.function
Methods in org.eclipse.rdf4j.spin.function with parameters of type Resource Modifier and Type Method Description private booleanEvalFunction. isQuery(Resource r, TripleSource store)
-