Uses of Interface
org.eclipse.rdf4j.model.Model
-
-
Uses of Model in org.eclipse.rdf4j.common.exception
Methods in org.eclipse.rdf4j.common.exception that return Model Modifier and Type Method Description Model
ValidationException. validationReportAsModel()
-
Uses of Model in org.eclipse.rdf4j.http.client.shacl
Fields in org.eclipse.rdf4j.http.client.shacl declared as Model Modifier and Type Field Description (package private) Model
RemoteValidation. model
Methods in org.eclipse.rdf4j.http.client.shacl that return Model Modifier and Type Method Description (package private) Model
RemoteValidation. asModel()
Model
RemoteShaclValidationException. validationReportAsModel()
-
Uses of Model in org.eclipse.rdf4j.model
Methods in org.eclipse.rdf4j.model that return Model Modifier and Type Method Description Model
ModelFactory. createEmptyModel()
Model
Model. 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.Model
Model. unmodifiable()
Returns an unmodifiable view of this model. -
Uses of Model in org.eclipse.rdf4j.model.impl
Classes in org.eclipse.rdf4j.model.impl that implement Model Modifier and Type Class Description class
AbstractModel
Provides basic operations that are common to all Models.class
DynamicModel
A LinkedHashModel or a TreeModel achieves fast data access at the cost of higher indexing time.class
EmptyModel
Blocks access to the statements of the model, allowing only changes to the model's namespaces.class
FilteredModel
Applies a basic graph pattern filter to what triples can be see.class
LinkedHashModel
Hash table based implementation of theModel
interface.class
TreeModel
A Red-Black tree basedModel
implementation.(package private) class
UnmodifiableModel
A Model wrapper that prevents modification to the underlying model.Fields in org.eclipse.rdf4j.model.impl declared as Model Modifier and Type Field Description private Model
DynamicModel. model
private Model
EmptyModel. model
private Model
FilteredModel. model
private Model
UnmodifiableModel. model
Methods in org.eclipse.rdf4j.model.impl that return Model Modifier and Type Method Description Model
DynamicModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
EmptyModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
FilteredModel. filter(Resource s, IRI p, Value o, Resource... c)
Model
LinkedHashModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
TreeModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
UnmodifiableModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
Model
AbstractModel. unmodifiable()
Model
DynamicModel. unmodifiable()
Constructors in org.eclipse.rdf4j.model.impl with parameters of type Model Constructor Description EmptyModel(Model model)
LinkedHashModel(Model model)
TreeModel(Model model)
UnmodifiableModel(Model delegate)
-
Uses of Model in org.eclipse.rdf4j.model.util
Classes in org.eclipse.rdf4j.model.util that implement Model Modifier and Type Class Description (package private) class
SynchronizedModel
Fields in org.eclipse.rdf4j.model.util declared as Model Modifier and Type Field Description private Model
SynchronizedModel. delegate
private Model
ModelBuilder. model
Methods in org.eclipse.rdf4j.model.util that return Model Modifier and Type Method Description Model
ModelBuilder. build()
Return the createdModel
static Model
Models. convertRDFStarToReification(Model model)
Converts the statements in the supplied RDF-star model to a new RDF model using reification.static Model
Models. convertRDFStarToReification(ValueFactory vf, Model model)
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static Model
Models. convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory)
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static Model
Models. convertReificationToRDFStar(Model model)
Converts the supplied RDF reification model to a new RDF-star model.static Model
Models. convertReificationToRDFStar(ValueFactory vf, Model model)
Converts the statements in supplied RDF reification model to a new RDF-star model.static Model
Models. convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory)
Converts the statements in supplied RDF reification model to a new RDF-star model.Model
SynchronizedModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
protected static Model
GraphComparisons. isoCanonicalize(Model m)
private static Model
GraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)
static Model
Models. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static Model
Models. stripContexts(Model model, Resource... contexts)
Strips contexts from the input model.static Model
Models. synchronizedModel(Model toSynchronize)
Make a model thread-safe by synchronizing all its methods.private static Model
Models. toModel(java.lang.Iterable<? extends Statement> iterable)
Model
SynchronizedModel. unmodifiable()
Methods in org.eclipse.rdf4j.model.util that return types with arguments of type Model Modifier and Type Method Description java.util.function.BiConsumer<Model,Statement>
ModelCollector. accumulator()
java.util.function.BinaryOperator<Model>
ModelCollector. combiner()
java.util.function.Function<Model,Model>
ModelCollector. finisher()
java.util.function.Function<Model,Model>
ModelCollector. finisher()
java.util.function.Supplier<Model>
ModelCollector. supplier()
Methods in org.eclipse.rdf4j.model.util with parameters of type Model Modifier and Type Method Description static <C extends java.util.Collection<Value>>
CRDFCollections. asValues(Model m, Resource head, C collection, Resource... contexts)
Converts an RDF Collection to a JavaCollection
ofValue
objects.static void
RDFCollections. consumeValues(Model m, Resource head, java.util.function.Consumer<Value> consumer, Resource... contexts)
static void
RDFContainers. consumeValues(Model m, Resource container, IRI containerType, java.util.function.Consumer<Value> consumer, Resource... contexts)
static Model
Models. convertRDFStarToReification(Model model)
Converts the statements in the supplied RDF-star model to a new RDF model using reification.static void
Models. convertRDFStarToReification(Model model, java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF-star model to RDF reification statements.static Model
Models. convertRDFStarToReification(ValueFactory vf, Model model)
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static void
Models. convertRDFStarToReification(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF-star model to RDF reification statements.static Model
Models. convertRDFStarToReification(ValueFactory vf, Model model, ModelFactory modelFactory)
Converts the statements in supplied RDF-star model to a new RDF model using reificiation.static Model
Models. convertReificationToRDFStar(Model model)
Converts the supplied RDF reification model to a new RDF-star model.static void
Models. convertReificationToRDFStar(Model model, java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF reification model to RDF-star statements.static Model
Models. convertReificationToRDFStar(ValueFactory vf, Model model)
Converts the statements in supplied RDF reification model to a new RDF-star model.static void
Models. convertReificationToRDFStar(ValueFactory vf, Model model, java.util.function.Consumer<Statement> consumer)
Converts the supplied RDF reification model to RDF-star statements.static Model
Models. convertReificationToRDFStar(ValueFactory vf, Model model, ModelFactory modelFactory)
Converts the statements in supplied RDF reification model to a new RDF-star model.private static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. distinguish(Model m, GraphComparisons.Partitioning partitioning, java.util.Map<BNode,com.google.common.hash.HashCode> lowestFound, java.util.List<BNode> parentFixpoints, java.util.List<java.util.Map<BNode,com.google.common.hash.HashCode>> finePartitionMappings)
static void
RDFCollections. extract(Model sourceModel, Resource head, java.util.function.Consumer<Statement> consumer, Resource... contexts)
Extracts the RDF Collection starting with suppliedhead
resource from the supplied sourceModel
and sends the statements that make up the collection to the suppliedConsumer
.static void
RDFContainers. extract(IRI containerType, Model sourceModel, Resource container, java.util.function.Consumer<Statement> consumer, Resource... contexts)
Extracts the RDF Container starting with suppliedhead
resource from the supplied sourceModel
and sends the statements that make up the collection to the suppliedConsumer
.private static java.util.List<Statement>
Models. findMatchingStatements(Statement st, Model model, java.util.Map<Resource,Resource> bNodeMapping)
protected static java.util.Set<BNode>
GraphComparisons. getBlankNodes(Model m)
static <C extends java.util.Collection<Statement>>
CRDFCollections. getCollection(Model sourceModel, Resource head, C sink, Resource... contexts)
Extracts the RDF Collection starting with the suppliedhead
resource 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 aIRI
if present, falling back to a supplied legacy property .protected static java.util.Map<BNode,com.google.common.hash.HashCode>
GraphComparisons. getIsoCanonicalMapping(Model m)
static java.util.Optional<Literal>
Configurations. getLiteralValue(Model model, Resource subject, IRI property, IRI legacyProperty)
Retrieve a property value for the supplied subject as aLiteral
if 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 aLiteral
for 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 aResource
if present, falling back to a supplied legacy property .protected static GraphComparisons.Partitioning
GraphComparisons. hashBNodes(Model m)
private static GraphComparisons.Partitioning
GraphComparisons. hashBNodes(Model m, GraphComparisons.Partitioning partitioning)
protected static Model
GraphComparisons. isoCanonicalize(Model m)
static boolean
GraphComparisons. isomorphic(Model model1, Model model2)
Compares two RDF models, and returns true if they consist of isomorphic graphs and the isomorphic graph identifiers map 1:1 to each other.private static boolean
GraphComparisons. isomorphicSingleContext(Model model1, Model model2)
private static boolean
Models. isSubsetInternal(java.util.Set<Statement> model1, Model model2)
private static Model
GraphComparisons. labelModel(Model original, java.util.Map<BNode,com.google.common.hash.HashCode> hash)
private static boolean
Models. matchModels(java.util.List<? extends Statement> model1, Model model2)
A recursive method for finding a complete mapping between blank nodes in model1 and blank nodes in model2.private static boolean
Models. matchModels(java.util.Set<Statement> model1, Model model2)
static java.util.Optional<Value>
Models. object(Model m)
Retrieves an objectValue
from the statements in the given model.static java.util.Optional<IRI>
Models. objectIRI(Model m)
Retrieves an objectIRI
value from the supplied statements in the given model.static java.util.Set<IRI>
Models. objectIRIs(Model m)
Retrieves all objectIRI
values from the statements in the given model.static java.util.Optional<Literal>
Models. objectLiteral(Model m)
Retrieves an objectLiteral
value from the statements in the given model.static java.util.Set<Literal>
Models. objectLiterals(Model m)
Retrieves all objectLiteral
values from the statements in the given model.static java.util.Optional<Resource>
Models. objectResource(Model m)
Retrieves an objectResource
value from the statements in the given model.static java.util.Set<Resource>
Models. objectResources(Model m)
Retrieves all objectResource
values from the supplied model.static java.util.Optional<java.lang.String>
Models. objectString(Model m)
Retrieves an object value as a String from the statements in the given model.static java.util.Set<java.lang.String>
Models. objectStrings(Model m)
Retrieves all object String values from the statements in the given model.static java.util.Optional<IRI>
Models. predicate(Model m)
Retrieves a predicate from the statements in the given model.static Model
Models. setProperty(Model m, Resource subject, IRI property, Value value, Resource... contexts)
Sets the property value for the given subject to the given object value, replacing any existing value(s) for the subject's property.static Model
Models. stripContexts(Model model, Resource... contexts)
Strips contexts from the input model.static java.util.Optional<Resource>
Models. subject(Model m)
Retrieves a subjectResource
from the statements in the given model.static java.util.Optional<BNode>
Models. subjectBNode(Model m)
Retrieves a subjectBNode
from the statements in the given model.static java.util.Set<BNode>
Models. subjectBNodes(Model m)
Retrieves all subjectBNode
s from the statements in the given model.static java.util.Optional<IRI>
Models. subjectIRI(Model m)
Retrieves a subjectIRI
from the statements in the given model.static java.util.Set<IRI>
Models. subjectIRIs(Model m)
Retrieves all subjectIRI
s from the statements in the given model.static Model
Models. synchronizedModel(Model toSynchronize)
Make a model thread-safe by synchronizing all its methods.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 JavaCollection
ofValue
objects.Constructors in org.eclipse.rdf4j.model.util with parameters of type Model Constructor Description ModelBuilder(Model model)
Create a newModelBuilder
which will append to the suppliedModel
.SynchronizedModel(Model delegate)
-
Uses of Model in org.eclipse.rdf4j.query
Methods in org.eclipse.rdf4j.query that return Model Modifier and Type Method Description static Model
QueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration)
Get aModel
containing all elements obtained from the specified query result.static Model
QueryResults. asModel(CloseableIteration<? extends Statement,? extends RDF4JException> iteration, ModelFactory modelFactory)
Get aModel
containing all elements obtained from the specified query result. -
Uses of Model in org.eclipse.rdf4j.query.dawg
Fields in org.eclipse.rdf4j.query.dawg declared as Model Modifier and Type Field Description private Model
DAWGTestBooleanParser. graph
private Model
DAWGTestResultSetParser. graph
Methods in org.eclipse.rdf4j.query.dawg that return Model Modifier and Type Method Description static Model
DAWGTestResultSetUtil. toGraph(TupleQueryResult tqr)
-
Uses of Model in org.eclipse.rdf4j.repository.config
Methods in org.eclipse.rdf4j.repository.config that return Model Modifier and Type Method Description static Model
RepositoryConfigUtil. getRepositoryConfigModel(Model model, java.lang.String repositoryID)
Methods in org.eclipse.rdf4j.repository.config with parameters of type Model Modifier and Type Method Description static RepositoryImplConfig
AbstractRepositoryImplConfig. create(Model model, Resource resource)
Utility method to create a newRepositoryImplConfig
by reading data from the suppliedModel
.static RepositoryConfig
RepositoryConfig. create(Model model, Resource repositoryNode)
Creates a newRepositoryConfig
object and initializes it by supplying themodel
andrepositoryNode
to itsparse
method.Resource
AbstractDelegatingRepositoryImplConfig. export(Model model)
Resource
AbstractRepositoryImplConfig. export(Model model)
void
RepositoryConfig. export(Model model)
Deprecated.void
RepositoryConfig. export(Model model, Resource repositoryNode)
Exports the configuration into RDF using the given repositoryNodeResource
RepositoryImplConfig. export(Model model)
Export thisRepositoryImplConfig
to its RDF representationprivate static Statement
RepositoryConfigUtil. getIDStatement(Model model, java.lang.String repositoryID)
static RepositoryConfig
RepositoryConfigUtil. getRepositoryConfig(Model model, java.lang.String repositoryID)
static Model
RepositoryConfigUtil. getRepositoryConfigModel(Model model, java.lang.String repositoryID)
static java.util.Set<java.lang.String>
RepositoryConfigUtil. getRepositoryIDs(Model model)
void
AbstractDelegatingRepositoryImplConfig. parse(Model model, Resource resource)
void
AbstractRepositoryImplConfig. parse(Model model, Resource resource)
void
RepositoryConfig. parse(Model model, Resource repositoryNode)
void
RepositoryImplConfig. parse(Model model, Resource resource)
Reads the properties of thisRepositoryImplConfig
from the supplied Model and sets them accordingly. -
Uses of Model in org.eclipse.rdf4j.repository.contextaware.config
Methods in org.eclipse.rdf4j.repository.contextaware.config with parameters of type Model Modifier and Type Method Description Resource
ContextAwareConfig. export(Model model)
void
ContextAwareConfig. parse(Model model, Resource resource)
-
Uses of Model in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as Model Modifier and Type Field Description private Model
HTTPRepositoryConnection. toAdd
private Model
HTTPRepositoryConnection. toRemove
Methods in org.eclipse.rdf4j.repository.http with parameters of type Model Modifier and Type Method Description private void
HTTPRepositoryConnection. addModel(Model m)
private void
HTTPRepositoryConnection. removeModel(Model m)
-
Uses of Model in org.eclipse.rdf4j.repository.http.config
Methods in org.eclipse.rdf4j.repository.http.config with parameters of type Model Modifier and Type Method Description Resource
HTTPRepositoryConfig. export(Model graph)
void
HTTPRepositoryConfig. parse(Model model, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.repository.sail.config
Methods in org.eclipse.rdf4j.repository.sail.config with parameters of type Model Modifier and Type Method Description Resource
ProxyRepositoryConfig. export(Model model)
Resource
SailRepositoryConfig. export(Model model)
void
ProxyRepositoryConfig. parse(Model model, Resource implNode)
void
SailRepositoryConfig. parse(Model model, Resource repImplNode)
-
Uses of Model in org.eclipse.rdf4j.repository.sparql
Fields in org.eclipse.rdf4j.repository.sparql declared as Model Modifier and Type Field Description private Model
SPARQLConnection. pendingAdds
private Model
SPARQLConnection. pendingRemoves
-
Uses of Model in org.eclipse.rdf4j.repository.sparql.config
Methods in org.eclipse.rdf4j.repository.sparql.config with parameters of type Model Modifier and Type Method Description Resource
SPARQLRepositoryConfig. export(Model m)
void
SPARQLRepositoryConfig. parse(Model m, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.rio
Methods in org.eclipse.rdf4j.rio that return Model Modifier and Type Method Description static Model
Rio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. 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 anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.InputStream in, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.InputStream in, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.InputStream in, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from anInputStream
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from aReader
to aModel
, optionally to one or more named contexts.static Model
Rio. 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 aReader
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.Reader reader, java.lang.String baseURI, RDFFormat dataFormat, ParserConfig settings, ValueFactory valueFactory, ParseErrorListener errors, Resource... contexts)
Adds RDF data from aReader
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.Reader reader, RDFFormat dataFormat, Resource... contexts)
Adds RDF data from aReader
to aModel
, optionally to one or more named contexts.static Model
Rio. parse(java.io.Reader reader, RDFFormat dataFormat, ParserConfig settings, Resource... contexts)
Adds RDF data from aReader
to aModel
, optionally to one or more named contexts. -
Uses of Model in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as Model Modifier and Type Field Description private Model
BufferedGroupingRDFHandler. bufferedStatements
Methods in org.eclipse.rdf4j.rio.helpers that return Model Modifier and Type Method Description protected Model
BufferedGroupingRDFHandler. getBufferedStatements()
-
Uses of Model in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as Model Modifier and Type Field Description private Model
JSONLDWriter. model
-
Uses of Model in org.eclipse.rdf4j.rio.rdfjson
Fields in org.eclipse.rdf4j.rio.rdfjson declared as Model Modifier and Type Field Description private Model
RDFJSONWriter. graph
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type Model Modifier and Type Method Description static void
RDFJSONWriter. modelToRdfJsonInternal(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg)
-
Uses of Model in org.eclipse.rdf4j.rio.turtle
Fields in org.eclipse.rdf4j.rio.turtle declared as Model Modifier and Type Field Description private Model
ArrangedWriter. blankReferences
Deprecated.private Model
ArrangedWriter. blanks
Deprecated.protected Model
TurtleWriter. bufferedStatements
Methods in org.eclipse.rdf4j.rio.turtle with parameters of type Model Modifier and Type Method Description private boolean
TurtleWriter. canInlineValue(Model contextData, Value v)
private java.util.Optional<Resource>
TurtleWriter. nextSubject(Model contextData, java.util.Set<Resource> processedSubjects)
private void
TurtleWriter. processPredicate(Model contextData, Resource subject, IRI predicate, java.util.Set<Resource> processedSubjects, java.util.Set<IRI> processedPredicates)
private void
TurtleWriter. processSubject(Model contextData, Resource subject, java.util.Set<Resource> processedSubjects)
-
Uses of Model in org.eclipse.rdf4j.sail.base
Fields in org.eclipse.rdf4j.sail.base declared as Model Modifier and Type Field Description private Model
Changeset. approved
Statements that have been added as part of a transaction, but has not yet been committed.private Model
Changeset. deprecated
Explicit statements that have been removed as part of a transaction, but have not yet been committed. -
Uses of Model in org.eclipse.rdf4j.sail.base.config
Methods in org.eclipse.rdf4j.sail.base.config with parameters of type Model Modifier and Type Method Description Resource
BaseSailConfig. export(Model graph)
void
BaseSailConfig. parse(Model graph, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.config
Methods in org.eclipse.rdf4j.sail.config with parameters of type Model Modifier and Type Method Description Resource
AbstractDelegatingSailImplConfig. export(Model m)
Resource
AbstractSailImplConfig. export(Model m)
Resource
SailImplConfig. export(Model graph)
void
AbstractDelegatingSailImplConfig. parse(Model m, Resource implNode)
void
AbstractSailImplConfig. parse(Model m, Resource implNode)
void
SailImplConfig. parse(Model graph, Resource implNode)
static SailImplConfig
SailConfigUtil. parseRepositoryImpl(Model m, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.inferencer.fc
Fields in org.eclipse.rdf4j.sail.inferencer.fc declared as Model Modifier and Type Field Description private Model
AbstractForwardChainingInferencerConnection. newStatements
Contains the statements that have been reported by the base Sail asprivate Model
ForwardChainingRDFSInferencerConnection. newThisIteration
Deprecated.Methods in org.eclipse.rdf4j.sail.inferencer.fc that return Model Modifier and Type Method Description protected abstract Model
AbstractForwardChainingInferencerConnection. createModel()
protected Model
ForwardChainingRDFSInferencerConnection. createModel()
Deprecated.protected Model
AbstractForwardChainingInferencerConnection. prepareIteration()
protected Model
ForwardChainingRDFSInferencerConnection. prepareIteration()
Deprecated.Methods in org.eclipse.rdf4j.sail.inferencer.fc with parameters of type Model Modifier and Type Method Description protected abstract int
AbstractForwardChainingInferencerConnection. applyRules(Model iteration)
Returns the number of newly inferred statements.protected int
ForwardChainingRDFSInferencerConnection. applyRules(Model iteration)
Deprecated. -
Uses of Model in org.eclipse.rdf4j.sail.inferencer.fc.config
Methods in org.eclipse.rdf4j.sail.inferencer.fc.config with parameters of type Model Modifier and Type Method Description private void
CustomGraphQueryInferencerConfig. addQueryNode(Model m, Resource implNode, IRI predicate, java.lang.String queryText)
Resource
CustomGraphQueryInferencerConfig. export(Model m)
void
CustomGraphQueryInferencerConfig. parse(Model m, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.lucene.config
Methods in org.eclipse.rdf4j.sail.lucene.config with parameters of type Model Modifier and Type Method Description Resource
AbstractLuceneSailConfig. export(Model m)
void
AbstractLuceneSailConfig. parse(Model graph, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.memory.config
Methods in org.eclipse.rdf4j.sail.memory.config with parameters of type Model Modifier and Type Method Description Resource
MemoryStoreConfig. export(Model m)
void
MemoryStoreConfig. parse(Model graph, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.model
Classes in org.eclipse.rdf4j.sail.model that implement Model Modifier and Type Class Description class
SailModel
Model implementation for aSailConnection
.Methods in org.eclipse.rdf4j.sail.model that return Model Modifier and Type Method Description Model
SailModel. filter(Resource subj, IRI pred, Value obj, Resource... contexts)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl
Methods in org.eclipse.rdf4j.sail.shacl that return Model Modifier and Type Method Description Model
ShaclSailValidationException. validationReportAsModel()
Methods in org.eclipse.rdf4j.sail.shacl that return types with arguments of type Model Modifier and Type Method Description static java.util.Optional<Model>
ShaclSailValidationReportHelper. getValidationReport(java.lang.Throwable t)
Looks for aValidationException
starting with the specified throwable and working back through the cause references, and returns the validation report as aModel
if one is found. -
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast
Fields in org.eclipse.rdf4j.sail.shacl.ast declared as Model Modifier and Type Field Description private Model
ShaclPrefixParser.Namespaces. model
Methods in org.eclipse.rdf4j.sail.shacl.ast that return Model Modifier and Type Method Description Model
ShaclPrefixParser.Namespaces. getModel()
Model
Shape. toModel(Model model)
Methods in org.eclipse.rdf4j.sail.shacl.ast with parameters of type Model Modifier and Type Method Description static void
ShaclAstLists. listToRdf(java.util.Collection<? extends Value> values, Resource head, Model model)
void
ContextWithShape. toModel(Model model, java.util.Set<Resource> cycleDetection)
void
Exportable. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
NodeShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
PropertyShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
Model
Shape. toModel(Model model)
void
Shape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents
Fields in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents declared as Model Modifier and Type Field Description private Model
SparqlConstraintComponent. prefixes
Methods in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Model Modifier and Type Method Description void
AndConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
ClassConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
ClosedConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
DashHasValueInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
DatatypeConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
DisjointConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
EqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
HasValueConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
InConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
LanguageInConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
LessThanConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
LessThanOrEqualsConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MaxExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MaxInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MaxLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MinExclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MinInclusiveConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
MinLengthConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
NodeKindConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
NotConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
OrConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
PatternConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
QualifiedMaxCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
QualifiedMinCountConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
SparqlConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
UniqueLangConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
XoneConstraintComponent. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
Constructors in org.eclipse.rdf4j.sail.shacl.ast.constraintcomponents with parameters of type Model Constructor Description SparqlConstraintComponent(Resource id, Shape shape, boolean produceValidationReports, java.lang.String select, java.lang.String originalSelect, java.util.List<Literal> message, java.lang.Boolean deactivated, java.util.Set<Namespace> namespaces, Model prefixes)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.paths
Methods in org.eclipse.rdf4j.sail.shacl.ast.paths with parameters of type Model Modifier and Type Method Description void
AlternativePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
InversePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
OneOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
SequencePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
SimplePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
ZeroOrMorePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
ZeroOrOnePath. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.ast.targets
Fields in org.eclipse.rdf4j.sail.shacl.ast.targets declared as Model Modifier and Type Field Description private Model
SparqlTarget. prefixes
Methods in org.eclipse.rdf4j.sail.shacl.ast.targets with parameters of type Model Modifier and Type Method Description void
DashAllObjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
DashAllSubjects. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
RSXTargetShape. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
SparqlTarget. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
TargetClass. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
TargetNode. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
TargetObjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
void
TargetSubjectsOf. toModel(Resource subject, IRI predicate, Model model, java.util.Set<Resource> cycleDetection)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.config
Methods in org.eclipse.rdf4j.sail.shacl.config with parameters of type Model Modifier and Type Method Description Resource
ShaclSailConfig. export(Model m)
void
ShaclSailConfig. parse(Model m, Resource implNode)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.results
Methods in org.eclipse.rdf4j.sail.shacl.results that return Model Modifier and Type Method Description Model
ValidationReport. asModel()
Deprecated.Model
ValidationReport. asModel(Model model)
Deprecated.Model
ValidationResult. asModel(Model model)
Deprecated.Model
ValidationResult. asModel(Model model, java.util.Set<Resource> rdfListDedupe)
Deprecated.Methods in org.eclipse.rdf4j.sail.shacl.results with parameters of type Model Modifier and Type Method Description Model
ValidationReport. asModel(Model model)
Deprecated.Model
ValidationResult. asModel(Model model)
Deprecated.Model
ValidationResult. asModel(Model model, java.util.Set<Resource> rdfListDedupe)
Deprecated. -
Uses of Model in org.eclipse.rdf4j.sail.shacl.results.lazy
Methods in org.eclipse.rdf4j.sail.shacl.results.lazy that return Model Modifier and Type Method Description Model
LazyValidationReport. asModel()
Model
LazyValidationReport. asModel(Model model)
Methods in org.eclipse.rdf4j.sail.shacl.results.lazy with parameters of type Model Modifier and Type Method Description Model
LazyValidationReport. asModel(Model model)
-
Uses of Model in org.eclipse.rdf4j.sail.shacl.wrapper.shape
Fields in org.eclipse.rdf4j.sail.shacl.wrapper.shape declared as Model Modifier and Type Field Description static Model
ShapeSource. DASH_CONSTANTS
Methods in org.eclipse.rdf4j.sail.shacl.wrapper.shape that return Model Modifier and Type Method Description private static Model
ShapeSource. resourceAsModel(java.lang.String filename)
-