[dataset] element index

Package indexes

All elements
a c d e f g h i k l n p q r s t v _
_
top
_element2Resource
return a mathing resource tyoe
_initialize
DatasetDb::_initialize() in DatasetDb.php
Initialize Read all needed data into the set.
_node2string
TriXSerializer::_node2string() in TriXSerializer.php
Serialize node to a TriX string
_populateGraphSet
Populates the graphSet with namedGraphs and triples.
_serialize
TriXSerializer::_serialize() in TriXSerializer.php
Serialize the dataset to a TriX string
a
top
$associatedGraphSet
IteratorAllGraphsMem::$associatedGraphSet in IteratorAllGraphsMem.php
Holds a reference to the associated RDF dataset
addAll
DatasetDb::addAll() in DatasetDb.php
Add all named graphs of the other dataset to this dataset.
addAll
DatasetMem::addAll() in DatasetMem.php
Adds all named graphs of the other dataset to this dataset.
addNamedGraph
Adds a NamedGraph to the set.
addNamedGraph
DatasetMem::addNamedGraph() in DatasetMem.php
Adds a NamedGraph to the set. Will replace a NamedGraph with the same name that is already in the set.
addQuad
DatasetDb::addQuad() in DatasetDb.php
Adds a quad to the Dataset. The argument must not contain any wildcards. If the quad is already present, nothing happens. A new named graph will automatically be created if necessary.
addQuad
DatasetMem::addQuad() in DatasetMem.php
Adds a quad to the Dataset. The argument must not contain any wildcards. If the quad is already present, nothing happens. A new named graph will automatically be created if necessary.
c
top
$current
IteratorAllGraphsDb::$current in IteratorAllGraphsDb.php
The current NamedGraph
$current
IteratorFindQuadsMem::$current in IteratorFindQuadsMem.php
The current NamedGraph.
$current
IteratorAllGraphsMem::$current in IteratorAllGraphsMem.php
The current NamedGraph
clear
DatasetMem::clear() in DatasetMem.php
Deletes all NamedGraphs from the set.
clear
DatasetDb::clear() in DatasetDb.php
Deletes all NamedGraphs from the set.
containsNamedGraph
Tells wether the Dataset contains a NamedGraph.
containsNamedGraph
Tells wether the Dataset contains a NamedGraph.
containsQuad
DatasetMem::containsQuad() in DatasetMem.php
Tells wether the Dataset contains a quad or quads matching a pattern.
containsQuad
DatasetDb::containsQuad() in DatasetDb.php
Tells wether the Dataset contains a quad or quads matching a pattern.
countGraphs
DatasetMem::countGraphs() in DatasetMem.php
Returns the number of NamedGraphs in the set. Empty graphs are counted.
countGraphs
DatasetDb::countGraphs() in DatasetDb.php
Returns the number of NamedGraphs in the set. Empty graphs are counted.
countQuads
DatasetMem::countQuads() in DatasetMem.php
Counts the Quads in the RDF dataset. Identical Triples in different NamedGraphs are counted individually.
countQuads
DatasetDb::countQuads() in DatasetDb.php
Counts the Quads in the RDF dataset. Identical Triples in different NamedGraphs are counted individually.
createGraph
DatasetMem::createGraph() in DatasetMem.php
Creates a new NamedGraph and adds it to the set. An existing graph with the same name will be replaced.The name of the NamedGraph to be created ; must be an URI
createGraph
DatasetDb::createGraph() in DatasetDb.php
Creates a new NamedGraph and adds it to the set. An existing graph with the same name will be replaced. But the old namedGraph remains in the database.
current
IteratorFindQuadsMem::current() in IteratorFindQuadsMem.php
Returns the current item.
current
IteratorAllGraphsMem::current() in IteratorAllGraphsMem.php
Returns the current item.
current
IteratorAllGraphsDb::current() in IteratorAllGraphsDb.php
Returns the current item
current
IteratorFindQuadsDb::current() in IteratorFindQuadsDb.php
Returns the current item.
d
top
$datasetDb
IteratorFindQuadsDb::$datasetDb in IteratorFindQuadsDb.php
Holds a reference to the associated datasetDb.
$datasetDb
IteratorAllGraphsDb::$datasetDb in IteratorAllGraphsDb.php
Holds a reference to the associated datasetDb
$dbConnection
DatasetDb::$dbConnection in DatasetDb.php
Reference to databse connection.
$dbResultSet
IteratorFindQuadsDb::$dbResultSet in IteratorFindQuadsDb.php
Holds a reference to the associated DB resultSet.
$dbResultSet
IteratorAllGraphsDb::$dbResultSet in IteratorAllGraphsDb.php
Holds a reference to the associated DB resultSet
$dbStore
DatasetDb::$dbStore in DatasetDb.php
Reference to the dbStore Object.
$defaultGraph
DatasetMem::$defaultGraph in DatasetMem.php
Reference to a Memmodel that holds the default graph.
Dataset
Dataset in Dataset.php
Dataset implementation.
Dataset.php
Dataset.php in Dataset.php
DatasetDb.php
DatasetDb.php in DatasetDb.php
DatasetMem.php
DatasetMem.php in DatasetMem.php
DatasetDb
DatasetDb in DatasetDb.php
Dataset implementation.
DatasetDb
DatasetDb::DatasetDb() in DatasetDb.php
Constructor You can supply a Dataset name.
DatasetMem
DatasetMem in DatasetMem.php
In-memory implementation of a RDF dataset.
DatasetMem
DatasetMem::DatasetMem() in DatasetMem.php
Constructor.
e
top
equals
Quad::equals() in Quad.php
Checks if two quads are equal.
f
top
$findGraphName
IteratorFindQuadsMem::$findGraphName in IteratorFindQuadsMem.php
The graphName Resource to search for.
$findObject
IteratorFindQuadsMem::$findObject in IteratorFindQuadsMem.php
The object Resource to search for.
$findPredicate
IteratorFindQuadsMem::$findPredicate in IteratorFindQuadsMem.php
The predicate Resource to search for.
$findSubject
IteratorFindQuadsMem::$findSubject in IteratorFindQuadsMem.php
The subject Resource to search for.
findInDefaultGraph
Finds Statements that match a pattern in the default Graph. The argument may contain wildcards.
findInDefaultGraph
Finds Statements that match a pattern in the default Graph. The argument may contain wildcards.
findInNamedGraphs
Finds Statements that match a quad pattern. The argument may contain wildcards.
findInNamedGraphs
Finds Statements that match a quad pattern. The argument may contain wildcards.
g
top
$graphIterator
IteratorFindQuadsMem::$graphIterator in IteratorFindQuadsMem.php
Iterator over all graphs of the RDF dataset.
$graphKey
IteratorFindQuadsMem::$graphKey in IteratorFindQuadsMem.php
key value in the current graph.
$graphName
Quad::$graphName in Quad.php
Name of the NamedGraphMem.
$graphName
NamedGraphMem::$graphName in NamedGraphMem.php
Name of the NamedGraphMem.
$graphName
NamedGraphDb::$graphName in NamedGraphDb.php
Name of the NamedGraphDb
$graphs
DatasetMem::$graphs in DatasetMem.php
List of all NamedGraphs.
$graphSet
TriXParser::$graphSet in TriXParser.php
Reference to the graphSet
$graphSet
TriXSerializer::$graphSet in TriXSerializer.php
Reference to the graphSet
getDatasetName
Returns the Datasets name.
getDatasetName
Returns the Datasets name.
getDefaultGraph
Returns a reference to the defaultGraph
getDefaultGraph
Returns a reference to the defaultGraph.
getGraphName
Returns the graph name.
getGraphName
NamedGraphMem::getGraphName() in NamedGraphMem.php
Returns the graph name.
getGraphName
NamedGraphDb::getGraphName() in NamedGraphDb.php
Returns the graph name.
getGraphWithOffset
Returns the NamedGraph with a specific offset in the dataset.
getNamedGraph
Returns the NamedGraph with a specific name from the Dataset.
getNamedGraph
DatasetMem::getNamedGraph() in DatasetMem.php
Returns the NamedGraph with a specific name from the Dataset.
getObject
Quad::getObject() in Quad.php
Returns the object.
getPredicate
Returns the predicate.
getStatement
Returns the statement(subject,predicate,object).
getSubject
Quad::getSubject() in Quad.php
Returns the subject.
h
top
hasDefaultGraph
Returns true, if an defaultGraph exists. False otherwise .
hasDefaultGraph
Returns true, if a defaultGraph exists. False otherwise.
i
top
IteratorAllGraphsDb.php
IteratorAllGraphsDb.php in IteratorAllGraphsDb.php
IteratorAllGraphsMem.php
IteratorAllGraphsMem.php in IteratorAllGraphsMem.php
IteratorFindQuadsDb.php
IteratorFindQuadsDb.php in IteratorFindQuadsDb.php
IteratorFindQuadsMem.php
IteratorFindQuadsMem.php in IteratorFindQuadsMem.php
isEmpty
DatasetDb::isEmpty() in DatasetDb.php
Tells wether the set contains any NamedGraphs.
isEmpty
DatasetMem::isEmpty() in DatasetMem.php
Tells wether the set contains any NamedGraphs.
IteratorAllGraphsDb
IteratorAllGraphsDb in IteratorAllGraphsDb.php
Implementation of a Graph iterator.
IteratorAllGraphsDb
Constructor.
IteratorAllGraphsMem
IteratorAllGraphsMem in IteratorAllGraphsMem.php
Implementation of a Graph iterator.
IteratorAllGraphsMem
Constructor.
IteratorFindQuadsDb
Constructor.
IteratorFindQuadsDb
IteratorFindQuadsDb in IteratorFindQuadsDb.php
Implementation of a quad iterator.
IteratorFindQuadsMem
Constructor.
IteratorFindQuadsMem
IteratorFindQuadsMem in IteratorFindQuadsMem.php
Implementation of a quad iterator.
k
top
$key
IteratorAllGraphsMem::$key in IteratorAllGraphsMem.php
The current position
$key
IteratorFindQuadsMem::$key in IteratorFindQuadsMem.php
The current position.
$key
IteratorAllGraphsDb::$key in IteratorAllGraphsDb.php
The current position
key
IteratorFindQuadsMem::key() in IteratorFindQuadsMem.php
Returns the key of the current item.
key
IteratorAllGraphsMem::key() in IteratorAllGraphsMem.php
Returns the key of the current item.
key
IteratorAllGraphsDb::key() in IteratorAllGraphsDb.php
Returns the key of the current item
key
IteratorFindQuadsDb::key() in IteratorFindQuadsDb.php
Returns the key of the current item.
l
top
listGraphNames
Returns the names of the namedGraphs in this set as strings in an array.
listGraphNames
Returns the names of the namedGraphs in this set as strings in an array.
listNamedGraphs
Returns an iterator over all NamedGraphs in the set.
listNamedGraphs
Returns an iterator over all NamedGraphs in the set.
loadFromFile
Load a Dataset from a File
loadFromString
Load a Datset from a string
n
top
NamedGraphDb.php
NamedGraphDb.php in NamedGraphDb.php
NamedGraphMem.php
NamedGraphMem.php in NamedGraphMem.php
NamedGraphDb
NamedGraphDb::NamedGraphDb() in NamedGraphDb.php
Constructor Do not call this directly.
NamedGraphDb
NamedGraphDb in NamedGraphDb.php
Persistent NamedGraph implementation that extends a DbModel.
NamedGraphMem
NamedGraphMem in NamedGraphMem.php
NamedGraph implementation that extends a MemModel with a name.
NamedGraphMem
NamedGraphMem::NamedGraphMem() in NamedGraphMem.php
Constructor You have to supply a graph name. You can supply a URI.
next
IteratorFindQuadsDb::next() in IteratorFindQuadsDb.php
Moves Iterator to the next item in the list.
next
IteratorFindQuadsMem::next() in IteratorFindQuadsMem.php
Moves Iterator to the next item in the list.
next
IteratorAllGraphsMem::next() in IteratorAllGraphsMem.php
Moves Iterator to the next item in the list.
next
IteratorAllGraphsDb::next() in IteratorAllGraphsDb.php
Moves Iterator to the next item in the list
p
top
parseFile
TriXParser::parseFile() in TriXParser.php
Parse from a file
parseString
TriXParser::parseString() in TriXParser.php
Parse an XML string
q
top
Quad.php
Quad.php in Quad.php
Quad
Quad::Quad() in Quad.php
Constructor Creates a Quad from four Nodes.
Quad
Quad in Quad.php
A Triple in a RDF dataset, consisting of four Jena Nodes: graphName, subject, predicate, and object.
r
top
$returnAsTriples
IteratorFindQuadsDb::$returnAsTriples in IteratorFindQuadsDb.php
boolean value, if the results should be returned as triples.
$returnAsTriples
IteratorFindQuadsMem::$returnAsTriples in IteratorFindQuadsMem.php
boolean value, if the results should be returned as triples.
removeNamedGraph
Removes a NamedGraph from the set. Nothing happens if no graph with that name is contained in the set.
removeNamedGraph
Removes a NamedGraph from the set. Nothing happens if no graph with that name is contained in the set.
removeQuad
DatasetDb::removeQuad() in DatasetDb.php
Deletes a Quad from the RDF dataset.
removeQuad
DatasetMem::removeQuad() in DatasetMem.php
Deletes a Quad from the RDF dataset.
rewind
IteratorFindQuadsMem::rewind() in IteratorFindQuadsMem.php
Resets iterator list to start.
rewind
IteratorAllGraphsDb::rewind() in IteratorAllGraphsDb.php
Resets iterator list to start
rewind
IteratorAllGraphsMem::rewind() in IteratorAllGraphsMem.php
Resets iterator list to start
rewind
IteratorFindQuadsDb::rewind() in IteratorFindQuadsDb.php
Resets iterator list to start.
s
top
$setName
DatasetMem::$setName in DatasetMem.php
Name of the DatasetMem.
$setName
DatasetDb::$setName in DatasetDb.php
Name of the Dataset
$statement
Quad::$statement in Quad.php
Statement
serializeToFile
TriXSerializer::serializeToFile() in TriXSerializer.php
Serialize the dataset to a TriX string and save in file
serializeToFile
Serialize the Dataset to File
serializeToString
Serialize the Dataset to string
serializeToString
Serialize the dataset to a TriX string
setDatasetName
Sets the Datasets name.
setDatasetName
Sets the Dataset name. Return true on success, false otherwise.
setDefaultGraph
Overwrites the existting default graph.
setDefaultGraph
Overwrites the existting default graph.
setGraphName
NamedGraphDb::setGraphName() in NamedGraphDb.php
Sets the graph name.
setGraphName
Sets the graph name.
setGraphName
NamedGraphMem::setGraphName() in NamedGraphMem.php
Sets the graph name.
sparqlQuery
Dataset::sparqlQuery() in Dataset.php
Performs a SPARQL query against an RDF Dataset.
t
top
TriXParser.php
TriXParser.php in TriXParser.php
TriXSerializer.php
TriXSerializer.php in TriXSerializer.php
toString
Quad::toString() in Quad.php
Return a human-readable (sort of) string "graphname { s p o . }" describing the quad.
TriXParser
TriXParser::TriXParser() in TriXParser.php
Constructor Needs a reference to a graphSet
TriXParser
TriXParser in TriXParser.php
Temporary implementation of a TriX-Parser (Usable only with PHP > V5) Currently, it doesn't support any namespaces and has problems with typed literals.
TriXSerializer
TriXSerializer::TriXSerializer() in TriXSerializer.php
Constructor Needs a reference to a graphSet
TriXSerializer
TriXSerializer in TriXSerializer.php
Temporary implementation of a TriX-Serializer
v
top
$valid
IteratorFindQuadsMem::$valid in IteratorFindQuadsMem.php
If the current resource is valid.
$valid
IteratorAllGraphsMem::$valid in IteratorAllGraphsMem.php
If the current resource is valid
valid
IteratorFindQuadsMem::valid() in IteratorFindQuadsMem.php
Says if there are additional items left in the list.
valid
IteratorAllGraphsMem::valid() in IteratorAllGraphsMem.php
Says if there are additional items left in the list.
valid
IteratorAllGraphsDb::valid() in IteratorAllGraphsDb.php
Says if there are additional items left in the list
valid
IteratorFindQuadsDb::valid() in IteratorFindQuadsDb.php
Says if there are additional items left in the list.
a c d e f g h i k l n p q r s t v _