-
find
-
General method to search for triples in the DbModel.
-
find
-
General method to search for triples.
-
findAsIterator
-
Returns a FindIterator for traversing the MemModel.
-
findCount
-
Search for triples and return the number of matches.
-
findCount
-
Searches for triples and returns the number of matches.
-
findFirstMatchingStatement
-
Search for triples and return the first matching statement.
-
findFirstMatchingStatement
-
Searches for triples and returns the first matching statement.
-
findForward
-
Searches for triples using find() and tracks forward blank nodes until the final objects in the retrieved subgraphs are all named resources.
-
findRegex
-
Method to search for triples using Perl-style regular expressions.
-
findRegex
-
Method to search for triples using Perl-style regular expressions.
-
findVocabulary
-
Return all tripels of a certain vocabulary.
-
findVocabulary
-
Returns all tripels of a certain vocabulary.
-
getBaseURI
-
Return current baseURI.
-
getDatasetDb
-
Create a new instance of DatasetDb with the given $datasetName and load the corresponding values from the database.
-
getDatasetMem
-
Returns a NamedGraphSetMem.
-
getDatatype
-
Returns the datatype of the literal.
-
getDbModel
-
Returns a new DbModel using the database connection supplied by $dbStore.
-
getDbStore
-
Returns a database connection with the given parameters.
-
getDefaultDbModel
-
Returns a DbModel with the database connection defined in constants.php.
-
getDefaultModel
-
Returns a MemModel.
-
getID
-
Returns the ID of the blank node.
-
getIndexType
-
Returns the indextype: -1 if there is no index, 0 if there are indices over S,P,O(separate),
- if there is an index over SPO, 2 if there is an index over SP and 3 if
there is an index over SO.
-
getInfModelB
-
Returns a InfModelB.
-
getInfModelF
-
Returns a InfModelF.
-
getLabel
-
Returns the string value of the literal.
-
getLabel
-
Returns the label of the resource, which is the URI of the resource.
-
getLabel
-
Returns the ID of the blank node.
-
getLabelObject
-
Reurns the URI, text or bNode identifier of the statements's object.
-
getLabelPredicate
-
Returns the URI of the statements's predicate.
-
getLabelSubject
-
Returns the URI or bNode identifier of the statements's subject.
-
getLanguage
-
Returns the language of the literal.
-
getLocalName
-
Returns the local name of the resource.
-
getMemModel
-
Returns a MemModel.
-
getMemModel
-
Create a MemModel containing all the triples of the current DbModel
-
getMemModelByRDQL
-
Perform an RDQL query on this Model. Should work with all types of models.
-
getModel
-
Create a new instance of DbModel with the given $modelURI and load the corresponding values of modelID and baseURI from the database.
-
getNamedGraphDb
-
Create a new instance of namedGraphDb with the given $modelURI and graphName and load the corresponding values of modelID and baseURI from the database.
-
getNamespace
-
Returns the namespace of the resource. May return null.
-
getNewDatasetDb
-
Create a new instance of DatasetDb with the given $datasetName and insert the DatasetDb variables into the database.
-
getNewModel
-
Create a new instance of DbModel with the given $modelURI and insert the DbModel variables into the database.
-
getNewNamedGraphDb
-
Create a new instance of namedGraphDb with the given $modelURI and graphName and insert the DbModel variables into the database (not the graphName. This is only stored persistently, when added to dataset).
-
getObject
-
Returns the object of the triple.
-
getOntModel
-
Returns an OntModel.
-
getOntModel
-
Returns an OntModel with this model as baseModel.
-
getParsedNamespaces
-
Returns the models namespaces.
-
getParsedNamespaces
-
Returns the models namespaces.
-
getPredicate
-
Returns the predicate of the triple.
-
getResmodel
-
Returns a ResModel with this model as baseModel.
-
getResModel
-
Returns a ResModel.
-
getStatementIterator
-
Returns a StatementIterator for traversing the MemModel.
-
getSubject
-
Returns the subject of the triple.
-
getURI
-
Returns the URI of the resource.