[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ _ ]

a

add
in file MDB.php, method RDF_Model_MDB::add()
    Add a new triple to this Model_MDB.
add
in file Memory.php, method RDF_Model_Memory::add()
    Adds a new triple to the Model_Memory without checking if the statement is already in the Model_Memory.
addModel
in file Memory.php, method RDF_Model_Memory::addModel()
    Adds another model to this Model_Memory.
addModel
in file MDB.php, method RDF_Model_MDB::addModel()
    Add the given model to this Model_MDB.
addNamespacePrefix
in file Serializer.php, method RDF_Serializer::addNamespacePrefix()
    Adds a new prefix/namespace combination.
addWithoutDuplicates
in file Memory.php, method RDF_Model_Memory::addWithoutDuplicates()
    Checks if a new statement is already in the Model_Memory and adds the statement, if it is not in the Model_Memory.
add_statement_to_model
in file Parser.php, method RDF_Parser::add_statement_to_model()
    Adds a new statement to the model This method is called by generateModel().
top

b

$baseURI
in file Model.php, variable RDF_Model::$baseURI
    Base URI of the Model.
BlankNode.php
procedural page BlankNode.php
top

c

canAbbreviateValue
in file Serializer.php, method RDF_Serializer::canAbbreviateValue()
checkForDoubleAttributes
in file Serializer.php, method RDF_Serializer::checkForDoubleAttributes()
chooseColor
in file Util.php, method RDF_Util::chooseColor()
    Chooses a node color.
close
in file Memory.php, method RDF_Model_Memory::close()
    Close the Model_Memory and free up resources held.
close
in file MDB.php, method RDF_Store_MDB::close()
    Close the Store_MDB.
close
in file MDB.php, method RDF_Model_MDB::close()
    Close this Model_MDB
collectNamespace
in file Serializer.php, method RDF_Serializer::collectNamespace()
collectNamespaces
in file Serializer.php, method RDF_Serializer::collectNamespaces()
compare
in file Statement.php, method RDF_Statement::compare()
    Compares two statements and returns integer less than, equal to, or greater than zero.
configSortModel
in file Serializer.php, method RDF_Serializer::configSortModel()
    Serializer congiguration: Sort Model Flag if the serializer should sort the model by subject before serializing.
configUseAttributes
in file Serializer.php, method RDF_Serializer::configUseAttributes()
    Serializer congiguration: Use Attributes Flag if the serializer should serialize triples as XML attributes where possible.
configUseEntities
in file Serializer.php, method RDF_Serializer::configUseEntities()
    Serializer congiguration: Use Entities Flag if the serializer should use entities for URIs.
configUseQnames
in file Serializer.php, method RDF_Serializer::configUseQnames()
    Serializer congiguration: Use Qnames Flag if the serializer should use qualified names for RDF reserved words.
configUseXMLDeclaration
in file Serializer.php, method RDF_Serializer::configUseXMLDeclaration()
    Serializer congiguration: Use XML Declaration Flag if the serializer should start documents with the xml declaration <?xml version="1.0" encoding="UTF-8" ? >.
contains
in file Memory.php, method RDF_Model_Memory::contains()
    Tests if the Model_Memory contains the given triple.
contains
in file MDB.php, method RDF_Model_MDB::contains()
    Check if the Model_MDB contains the given statement
containsAll
in file MDB.php, method RDF_Model_MDB::containsAll()
    Determine if all of the statements in the given model are also contained in this Model_MDB.
containsAll
in file Memory.php, method RDF_Model_Memory::containsAll()
    Determine if all of the statements in a model are also contained in this Model_Memory.
containsAny
in file Memory.php, method RDF_Model_Memory::containsAny()
    Determine if any of the statements in a model are also contained in this Model_Memory.
containsAny
in file MDB.php, method RDF_Model_MDB::containsAny()
    Determine if any of the statements in the given model are also contained in this Model_MDB.
createOrd
in file Util.php, method RDF_Util::createOrd()
    Creates ordinal RDF resource out of an integer.
createTables
in file MDB.php, method RDF_Store_MDB::createTables()
    Create tables and indexes for the given database type.
current
in file FindIterator.php, method RDF_FindIterator::current()
    Returns the current matching statement.
current
in file StatementIterator.php, method RDF_StatementIterator::current()
    Returns the current statement.
custom_test.php
procedural page custom_test.php
top

d

$dbConn
in file MDB.php, variable RDF_Store_MDB::$dbConn
    Database connection object
$dbConn
in file MDB.php, variable RDF_Model_MDB::$dbConn
    Database connection object
$dtype
in file Literal.php, variable RDF_Literal::$dtype
    Datatype of the literal
delete
in file MDB.php, method RDF_Model_MDB::delete()
    Remove this Model_MDB from database and clean up.
DC.php
procedural page DC.php
top

e

echo_string_with_linenumbers
in file custom_test.php, function echo_string_with_linenumbers()
equals
in file Resource.php, method RDF_Resource::equals()
    Checks if the resource equals another resource.
equals
in file Statement.php, method RDF_Statement::equals()
    Checks if two statements are equal.
equals
in file BlankNode.php, method RDF_BlankNode::equals()
    Checks if two blank nodes are equal.
equals
in file Memory.php, method RDF_Model_Memory::equals()
    Checks if two models are equal.
equals
in file Literal.php, method RDF_Literal::equals()
    Checks if ihe literal equals another literal.
equals
in file MDB.php, method RDF_Model_MDB::equals()
    Check if two models are equal.
errorMessage
in file RDF.php, method RDF::errorMessage()
    Return a textual error message for a RAP error code.
escapeValue
in file Util.php, method RDF_Util::escapeValue()
    Escapes < > and &
top

f

factory
in file RDF.php, method RDF_Object::factory()
factory
in file RDF.php, method RDF::factory()
factory
in file Resource.php, method RDF_Resource::factory()
    Takes an URI or a namespace/localname combination
factory
in file Literal.php, method RDF_Literal::factory()
factory
in file Statement.php, method RDF_Statement::factory()
    The parameters are instances of classes and not just strings
factory
in file BlankNode.php, method RDF_BlankNode::factory()
    You can supply a label or You supply a model and a unique ID is gernerated
find
in file Memory.php, method RDF_Model_Memory::find()
    General method to search for triples.
find
in file MDB.php, method RDF_Model_MDB::find()
    General method to search for triples in the Model_MDB.
findCount
in file MDB.php, method RDF_Model_MDB::findCount()
    Search for triples and return the number of matches.
findCount
in file Memory.php, method RDF_Model_Memory::findCount()
    Searches for triples and returns the number of matches.
findFirstMatchingStatement
in file MDB.php, method RDF_Model_MDB::findFirstMatchingStatement()
    Search for triples and return the first matching statement.
findFirstMatchingStatement
in file Memory.php, method RDF_Model_Memory::findFirstMatchingStatement()
    Searches for triples and returns the first matching statement.
findRegex
in file Memory.php, method RDF_Model_Memory::findRegex()
    Method to search for triples using Perl-style regular expressions.
findRegex
in file MDB.php, method RDF_Model_MDB::findRegex()
    Method to search for triples using Perl-style regular expressions.
findVocabulary
in file MDB.php, method RDF_Model_MDB::findVocabulary()
    Return all tripels of a certain vocabulary.
findVocabulary
in file Memory.php, method RDF_Model_Memory::findVocabulary()
    Returns all tripels of a certain vocabulary.
FindIterator.php
procedural page FindIterator.php
top

g

generateModel
in file Parser.php, method RDF_Parser::generateModel()
    Generates a new Model_Memory from a URI, a file or from memory.
getBaseURI
in file Model.php, method RDF_Model::getBaseURI()
    Return current baseURI.
getCurrentPosition
in file StatementIterator.php, method RDF_StatementIterator::getCurrentPosition()
    Returns the current position of the iterator.
getDatatype
in file Literal.php, method RDF_Literal::getDatatype()
    Returns the datatype of the literal.
getElementText
in file Serializer.php, method RDF_Serializer::getElementText()
getID
in file BlankNode.php, method RDF_BlankNode::getID()
    Returns the ID of the blank node.
getLabel
in file Literal.php, method RDF_Literal::getLabel()
    Returns the string value of the literal.
getLabel
in file Resource.php, method RDF_Resource::getLabel()
    Returns the label of the resource, which is the URI of the resource.
getLabel
in file BlankNode.php, method RDF_BlankNode::getLabel()
    Returns the ID of the blank node.
getLabelObject
in file Statement.php, method RDF_Statement::getLabelObject()
    Reurns the URI, text or bNode identifier of the statements's object.
getLabelPredicate
in file Statement.php, method RDF_Statement::getLabelPredicate()
    Returns the URI of the statements's predicate.
getLabelSubject
in file Statement.php, method RDF_Statement::getLabelSubject()
    Returns the URI or bNode identifier of the statements's subject.
getLanguage
in file Literal.php, method RDF_Literal::getLanguage()
    Returns the language of the literal.
getLocalName
in file Util.php, method RDF_Util::getLocalName()
    Delivers the Localname (without the namespace prefix) out of the URI of a Resource.
getLocalName
in file Resource.php, method RDF_Resource::getLocalName()
    Returns the local name of the resource.
getMemModel
in file MDB.php, method RDF_Model_MDB::getMemModel()
    Create a Model_Memory containing all the triples of the current Model_MDB
getModel
in file MDB.php, method RDF_Store_MDB::getModel()
    Create a new instance of Model_MDB with the given $modelURI and load the corresponding values of modelID and baseURI from the database.
getNamespace
in file Resource.php, method RDF_Resource::getNamespace()
    Returns the namespace of the resource. May return null.
getNamespace
in file Util.php, method RDF_Util::getNamespace()
    Extracts the namespace prefix out of the URI of a Resource.
getNamespaceEnd
in file Util.php, method RDF_Util::getNamespaceEnd()
    Position of the namespace end Method looks for # : and /
getNewModel
in file MDB.php, method RDF_Store_MDB::getNewModel()
    Create a new instance of Model_MDB with the given $modelURI and insert the Model_MDB variables into the database.
getNextNamespacePrefix
in file Serializer.php, method RDF_Serializer::getNextNamespacePrefix()
getNodeTypeName
in file Util.php, method RDF_Util::getNodeTypeName()
    Get Node Type.
getObject
in file Statement.php, method RDF_Statement::getObject()
    Returns the object of the triple.
getOrd
in file Util.php, method RDF_Util::getOrd()
    Converts an ordinal RDF resource to an integer.
getPredicate
in file Statement.php, method RDF_Statement::getPredicate()
    Returns the predicate of the triple.
getStatementIterator
in file Memory.php, method RDF_Model_Memory::getStatementIterator()
    Returns a StatementIterator for traversing the Model_Memory.
getSubject
in file Statement.php, method RDF_Statement::getSubject()
    Returns the subject of the triple.
getUniqueResourceURI
in file MDB.php, method RDF_Model_MDB::getUniqueResourceURI()
    Internal method, that returns a resource URI that is unique for the Model_MDB.
getUniqueResourceURI
in file Memory.php, method RDF_Model_Memory::getUniqueResourceURI()
    Internal method, that returns a resource URI that is unique for the Model_Memory.
getURI
in file Resource.php, method RDF_Resource::getURI()
    Returns the URI of the resource.
getValueQuoteType
in file Serializer.php, method RDF_Serializer::getValueQuoteType()
guessName
in file Util.php, method RDF_Util::guessName()
    Delivers the name out of the URI (without the namespace prefix).
guessNamespace
in file Util.php, method RDF_Util::guessNamespace()
    Extracts the namespace prefix out of a URI.
top

h

hashCode
in file Statement.php, method RDF_Statement::hashCode()
    Retruns the hash code of the triple.
hasNext
in file FindIterator.php, method RDF_FindIterator::hasNext()
    Returns true if there are more matching statements.
hasNext
in file StatementIterator.php, method RDF_StatementIterator::hasNext()
    Returns TRUE if there are more statements.
hasPrevious
in file StatementIterator.php, method RDF_StatementIterator::hasPrevious()
    Returns TRUE if the first statement has not been reached.
top

i

$index
in file Memory.php, variable RDF_Model_Memory::$index
    Search index
$indexed
in file Memory.php, variable RDF_Model_Memory::$indexed
    This is set to true if the Model_Memory is indexed
index
in file Memory.php, method RDF_Model_Memory::index()
    Builds a search index for the statements in the Model_Memory.
intersect
in file MDB.php, method RDF_Model_MDB::intersect()
    Return a new Model_Memory containing all the statements which are in both this model and the given model.
intersect
in file Memory.php, method RDF_Model_Memory::intersect()
    Returns a new Model_Memory containing all the statements which are in both this Model_Memory and another.
isEmpty
in file MDB.php, method RDF_Model_MDB::isEmpty()
    Check if this Model_MDB is empty
isEmpty
in file Memory.php, method RDF_Model_Memory::isEmpty()
    Checks if Model_Memory is empty
isError
in file RDF.php, method RDF::isError()
isIndexed
in file Memory.php, method RDF_Model_Memory::isIndexed()
    Returns TRUE if the Model_Memory is indexed.
isRDF
in file Util.php, method RDF_Util::isRDF()
    Tests if the URI of a resource belongs to the RDF syntax/model namespace.
is_valid_id
in file Parser.php, method RDF_Parser::is_valid_id()
    IDs which contain CombiningChars or Extenders (see http://www.w3.org/TR/REC-xml-names/#NT-NCName) are assumed to be invalid.
top

l

$label
in file Literal.php, variable RDF_Literal::$label
    Label of the literal
$lang
in file Literal.php, variable RDF_Literal::$lang
    Language of the literal
listModels
in file MDB.php, method RDF_Store_MDB::listModels()
    List all Model_MDBs stored in the database.
load
in file Model.php, method RDF_Model::load()
    Load a model from a file containing RDF, N3 or N-Triples.
Literal.php
procedural page Literal.php
top

m

$model
in file Parser.php, variable RDF_Parser::$model
$model
in file StatementIterator.php, variable RDF_StatementIterator::$model
    Reference to the Model_Memory
$model
in file FindIterator.php, variable RDF_FindIterator::$model
    Reference to the Model_Memory
$modelID
in file MDB.php, variable RDF_Model_MDB::$modelID
    Database internal modelID.
$modelURI
in file MDB.php, variable RDF_Model_MDB::$modelURI
    Unique model URI.
$m_attributeStatements
in file Serializer.php, variable RDF_Serializer::$m_attributeStatements
$m_baseURI
in file Serializer.php, variable RDF_Serializer::$m_baseURI
$m_contentStatements
in file Serializer.php, variable RDF_Serializer::$m_contentStatements
$m_currentSubject
in file Serializer.php, variable RDF_Serializer::$m_currentSubject
$m_defaultNamespaces
in file Serializer.php, variable RDF_Serializer::$m_defaultNamespaces
$m_groupTypeStatement
in file Serializer.php, variable RDF_Serializer::$m_groupTypeStatement
$m_namespaces
in file Serializer.php, variable RDF_Serializer::$m_namespaces
$m_nextAutomaticPrefixIndex
in file Serializer.php, variable RDF_Serializer::$m_nextAutomaticPrefixIndex
$m_out
in file Serializer.php, variable RDF_Serializer::$m_out
$m_rdfAboutElementText
in file Serializer.php, variable RDF_Serializer::$m_rdfAboutElementText
$m_rdfIDElementText
in file Serializer.php, variable RDF_Serializer::$m_rdfIDElementText
$m_rdfResourceElementText
in file Serializer.php, variable RDF_Serializer::$m_rdfResourceElementText
$m_statements
in file Serializer.php, variable RDF_Serializer::$m_statements
matchStatement
in file Memory.php, method RDF_Model_Memory::matchStatement()
    Internal method that checks, if a statement matches a S, P, O or null combination.
modelExists
in file MDB.php, method RDF_Store_MDB::modelExists()
    Check if the Model_MDB with the given modelURI is already stored in the database
moveFirst
in file StatementIterator.php, method RDF_StatementIterator::moveFirst()
    Moves the pointer to the first statement.
moveLast
in file StatementIterator.php, method RDF_StatementIterator::moveLast()
    Moves the pointer to the last statement.
moveTo
in file StatementIterator.php, method RDF_StatementIterator::moveTo()
    Moves the pointer to a specific statement.
MDB.php
procedural page MDB.php
Memory.php
procedural page Memory.php
Model.php
procedural page Model.php
MDB.php
procedural page MDB.php
top

n

next
in file FindIterator.php, method RDF_FindIterator::next()
    Returns the next matching statement.
next
in file StatementIterator.php, method RDF_StatementIterator::next()
    Returns the next statement.
Node.php
procedural page Node.php
top

o

$obj
in file Statement.php, variable RDF_Statement::$obj
    Object of the statement
$object
in file FindIterator.php, variable RDF_FindIterator::$object
OWL.php
procedural page OWL.php
top

p

$position
in file FindIterator.php, variable RDF_FindIterator::$position
    Current position RDF_FindIterator does not use the build in PHP array iterator, so you can use serveral iterators on a single Model_Memory.
$position
in file StatementIterator.php, variable RDF_StatementIterator::$position
    Current position StatementIterator does not use the build in PHP array iterator, so you can use serveral iterators on a single Model_Memory.
$pred
in file Statement.php, variable RDF_Statement::$pred
    Predicate of the statement
$predicate
in file FindIterator.php, variable RDF_FindIterator::$predicate
previous
in file StatementIterator.php, method RDF_StatementIterator::previous()
    Returns the previous statement.
putModel
in file MDB.php, method RDF_Store_MDB::putModel()
    Store a Model_Memory or another Model_MDB from a different Store_MDB in the database.
Parser.php
procedural page Parser.php
top

r

$rdf_parser
in file Parser.php, variable RDF_Parser::$rdf_parser
$rdf_qnames
in file Serializer.php, variable RDF_Serializer::$rdf_qnames
$rdf_qname_prefix
in file Serializer.php, variable RDF_Serializer::$rdf_qname_prefix
raiseError
in file RDF.php, method RDF::raiseError()
    This method is used to communicate an error and invoke error callbacks etc. Basically a wrapper for PEAR::raiseError without the message string.
RDF
in file RDF.php, class RDF
RDF
in file RDF.php, constant RDF
Resource.php
procedural page Resource.php
RDF.php
procedural page RDF.php
RDFS.php
procedural page RDFS.php
RDF.php
procedural page RDF.php
RDF_ABOUT
in file RDF.php, constant RDF_ABOUT
RDF_ABOUT_EACH
in file RDF.php, constant RDF_ABOUT_EACH
RDF_ABOUT_EACH_PREFIX
in file RDF.php, constant RDF_ABOUT_EACH_PREFIX
RDF_ALT
in file RDF.php, constant RDF_ALT
RDF_BAG
in file RDF.php, constant RDF_BAG
RDF_BAG_ID
in file RDF.php, constant RDF_BAG_ID
RDF_BlankNode
in file BlankNode.php, class RDF_BlankNode
    An abstract RDF node.
RDF_BNODE_PREFIX
in file RDF.php, constant RDF_BNODE_PREFIX
RDF_DATATYPE
in file RDF.php, constant RDF_DATATYPE
RDF_DATATYPE_SCHEMA_URI
in file RDF.php, constant RDF_DATATYPE_SCHEMA_URI
RDF_DATATYPE_SHORTCUT_PREFIX
in file RDF.php, constant RDF_DATATYPE_SHORTCUT_PREFIX
RDF_DC_NS
in file DC.php, constant RDF_DC_NS
RDF_DEFAULT_ALGORITHM
in file RDF.php, constant RDF_DEFAULT_ALGORITHM
RDF_DEFAULT_ENCODING
in file RDF.php, constant RDF_DEFAULT_ENCODING
RDF_DESCRIPTION
in file RDF.php, constant RDF_DESCRIPTION
RDF_Error
in file RDF.php, method RDF_Error::RDF_Error()
    RDF_Error constructor.
RDF_ERROR
in file RDF.php, constant RDF_ERROR
RDF_Error
in file RDF.php, class RDF_Error
    RDF_Error implements a class for reporting RDF error messages.
RDF_ERROR_CONFIG_ERROR
in file RDF.php, constant RDF_ERROR_CONFIG_ERROR
RDF_ERROR_MISMATCH
in file RDF.php, constant RDF_ERROR_MISMATCH
RDF_ERROR_MISSING_DEPS
in file RDF.php, constant RDF_ERROR_MISSING_DEPS
RDF_ERROR_NOT_SUPPORTED
in file RDF.php, constant RDF_ERROR_NOT_SUPPORTED
RDF_ERROR_UNEXPECTED
in file RDF.php, constant RDF_ERROR_UNEXPECTED
RDF_FindIterator
in file FindIterator.php, class RDF_FindIterator
    Iterator for traversing statements matching a searchpattern.
RDF_FindIterator
in file FindIterator.php, method RDF_FindIterator::RDF_FindIterator()
    Constructor
RDF_FIRST
in file RDF.php, constant RDF_FIRST
RDF_FIX_BLANKNODES
in file RDF.php, constant RDF_FIX_BLANKNODES
RDF_GENERAL_PREFIX_BASE
in file RDF.php, constant RDF_GENERAL_PREFIX_BASE
rdf_get_base
in file Parser.php, method RDF_Parser::rdf_get_base()
rdf_get_xml_parser
in file Parser.php, method RDF_Parser::rdf_get_xml_parser()
RDF_HIDE_ADVERTISE
in file RDF.php, constant RDF_HIDE_ADVERTISE
RDF_HTML_TABLE_BNODE_COLOR
in file RDF.php, constant RDF_HTML_TABLE_BNODE_COLOR
RDF_HTML_TABLE_HEADER_COLOR
in file RDF.php, constant RDF_HTML_TABLE_HEADER_COLOR
RDF_HTML_TABLE_LITERAL_COLOR
in file RDF.php, constant RDF_HTML_TABLE_LITERAL_COLOR
RDF_HTML_TABLE_RDF_NS_COLOR
in file RDF.php, constant RDF_HTML_TABLE_RDF_NS_COLOR
RDF_HTML_TABLE_RESOURCE_COLOR
in file RDF.php, constant RDF_HTML_TABLE_RESOURCE_COLOR
RDF_ID
in file RDF.php, constant RDF_ID
RDF_INDENTATION
in file RDF.php, constant RDF_INDENTATION
RDF_IN_DESCRIPTION
in file RDF.php, constant RDF_IN_DESCRIPTION
RDF_IN_PROPERTY_EMPTY_RESOURCE
in file RDF.php, constant RDF_IN_PROPERTY_EMPTY_RESOURCE
RDF_IN_PROPERTY_LITERAL
in file RDF.php, constant RDF_IN_PROPERTY_LITERAL
RDF_IN_PROPERTY_PARSE_TYPE_COLLECTION
in file RDF.php, constant RDF_IN_PROPERTY_PARSE_TYPE_COLLECTION
RDF_IN_PROPERTY_PARSE_TYPE_LITERAL
in file RDF.php, constant RDF_IN_PROPERTY_PARSE_TYPE_LITERAL
RDF_IN_PROPERTY_PARSE_TYPE_RESOURCE
in file RDF.php, constant RDF_IN_PROPERTY_PARSE_TYPE_RESOURCE
RDF_IN_PROPERTY_RESOURCE
in file RDF.php, constant RDF_IN_PROPERTY_RESOURCE
RDF_IN_PROPERTY_UNKNOWN_OBJECT
in file RDF.php, constant RDF_IN_PROPERTY_UNKNOWN_OBJECT
RDF_IN_RDF
in file RDF.php, constant RDF_IN_RDF
RDF_IN_TOP_LEVEL
in file RDF.php, constant RDF_IN_TOP_LEVEL
RDF_IN_UNKNOWN
in file RDF.php, constant RDF_IN_UNKNOWN
RDF_IN_XML
in file RDF.php, constant RDF_IN_XML
RDF_LI
in file RDF.php, constant RDF_LI
RDF_LINEFEED
in file RDF.php, constant RDF_LINEFEED
RDF_LIST
in file RDF.php, constant RDF_LIST
RDF_Literal
in file Literal.php, class RDF_Literal
    An abstract RDF node.
RDF_MAX_ALLOWED_ABBREVIATED_LENGTH
in file RDF.php, constant RDF_MAX_ALLOWED_ABBREVIATED_LENGTH
RDF_Model
in file Model.php, class RDF_Model
    A model is a programming interface to an RDF graph.
RDF_Model_MDB
in file MDB.php, method RDF_Model_MDB::RDF_Model_MDB()
    Do not call this directly.
RDF_Model_MDB
in file MDB.php, class RDF_Model_MDB
    A model is a programming interface to an RDF graph.
RDF_Model_Memory
in file Memory.php, class RDF_Model_Memory
    A model is a programming interface to an RDF graph.
RDF_Model_Memory
in file Memory.php, method RDF_Model_Memory::RDF_Model_Memory()
    You can supply a base_uri
RDF_N3SER_BNODE_SHORT
in file RDF.php, constant RDF_N3SER_BNODE_SHORT
RDF_NAMESPACE_PREFIX
in file RDF.php, constant RDF_NAMESPACE_PREFIX
RDF_NAMESPACE_SEPARATOR_CHAR
in file RDF.php, constant RDF_NAMESPACE_SEPARATOR_CHAR
RDF_NAMESPACE_SEPARATOR_STRING
in file RDF.php, constant RDF_NAMESPACE_SEPARATOR_STRING
RDF_NAMESPACE_URI
in file RDF.php, constant RDF_NAMESPACE_URI
RDF_NIL
in file RDF.php, constant RDF_NIL
RDF_Node
in file Node.php, class RDF_Node
    An abstract RDF node.
RDF_NODEID
in file RDF.php, constant RDF_NODEID
RDF_OBJECT
in file RDF.php, constant RDF_OBJECT
RDF_Object
in file RDF.php, class RDF_Object
    An abstract object.
RDF_OBJECT_TYPE_BNODE
in file RDF.php, constant RDF_OBJECT_TYPE_BNODE
RDF_OBJECT_TYPE_LITERAL
in file RDF.php, constant RDF_OBJECT_TYPE_LITERAL
RDF_OBJECT_TYPE_RESOURCE
in file RDF.php, constant RDF_OBJECT_TYPE_RESOURCE
RDF_OBJECT_TYPE_XML
in file RDF.php, constant RDF_OBJECT_TYPE_XML
RDF_OWL_NS
in file OWL.php, constant RDF_OWL_NS
rdf_parse
in file Parser.php, method RDF_Parser::rdf_parse()
RDF_Parser
in file Parser.php, class RDF_Parser
    An RDF paser.
rdf_parser_create
in file Parser.php, method RDF_Parser::rdf_parser_create()
rdf_parser_free
in file Parser.php, method RDF_Parser::rdf_parser_free()
RDF_PARSE_TYPE
in file RDF.php, constant RDF_PARSE_TYPE
RDF_PARSE_TYPE_COLLECTION
in file RDF.php, constant RDF_PARSE_TYPE_COLLECTION
RDF_PARSE_TYPE_LITERAL
in file RDF.php, constant RDF_PARSE_TYPE_LITERAL
RDF_PARSE_TYPE_RESOURCE
in file RDF.php, constant RDF_PARSE_TYPE_RESOURCE
RDF_PREDICATE
in file RDF.php, constant RDF_PREDICATE
RDF_PROPERTY
in file RDF.php, constant RDF_PROPERTY
RDF_RDF
in file RDF.php, constant RDF_RDF
RDF_RDFS_SUBCLASSOF
in file RDF.php, constant RDF_RDFS_SUBCLASSOF
RDF_RDFS_SUBPROPERTYOF
in file RDF.php, constant RDF_RDFS_SUBPROPERTYOF
RDF_RESOURCE
in file RDF.php, constant RDF_RESOURCE
RDF_Resource
in file Resource.php, class RDF_Resource
    An abstract RDF node.
RDF_REST
in file RDF.php, constant RDF_REST
RDF_SCHEMA_PREFIX
in file RDF.php, constant RDF_SCHEMA_PREFIX
RDF_SCHEMA_URI
in file RDF.php, constant RDF_SCHEMA_URI
RDF_SEEALSO
in file RDF.php, constant RDF_SEEALSO
RDF_SEQ
in file RDF.php, constant RDF_SEQ
RDF_Serializer
in file Serializer.php, class RDF_Serializer
    An RDF seralizer.
RDF_Serializer
in file Serializer.php, method RDF_Serializer::RDF_Serializer()
RDF_SER_RDF_QNAMES
in file RDF.php, constant RDF_SER_RDF_QNAMES
RDF_SER_SORT_MODEL
in file RDF.php, constant RDF_SER_SORT_MODEL
RDF_SER_USE_ATTRIBUTES
in file RDF.php, constant RDF_SER_USE_ATTRIBUTES
RDF_SER_USE_ENTITIES
in file RDF.php, constant RDF_SER_USE_ENTITIES
RDF_SER_XML_DECLARATION
in file RDF.php, constant RDF_SER_XML_DECLARATION
rdf_set_base
in file Parser.php, method RDF_Parser::rdf_set_base()
RDF_Statement
in file Statement.php, class RDF_Statement
    An RDF statement.
RDF_STATEMENT
in file RDF.php, constant RDF_STATEMENT
RDF_StatementIterator
in file StatementIterator.php, method RDF_StatementIterator::RDF_StatementIterator()
RDF_StatementIterator
in file StatementIterator.php, class RDF_StatementIterator
    Iterator for traversing models.
RDF_statementsorter
in file Statement.php, function RDF_statementsorter()
    Comparison function for comparing two statements.
RDF_Store_MDB
in file MDB.php, class RDF_Store_MDB
    Store_MDB is a persistent store of RDF data using relational database technology.
RDF_Store_MDB
in file MDB.php, method RDF_Store_MDB::RDF_Store_MDB()
    Set the database connection with the given parameters.
RDF_SUBJECT
in file RDF.php, constant RDF_SUBJECT
RDF_SUBJECT_TYPE_ANONYMOUS
in file RDF.php, constant RDF_SUBJECT_TYPE_ANONYMOUS
RDF_SUBJECT_TYPE_BNODE
in file RDF.php, constant RDF_SUBJECT_TYPE_BNODE
RDF_SUBJECT_TYPE_DISTRIBUTED
in file RDF.php, constant RDF_SUBJECT_TYPE_DISTRIBUTED
RDF_SUBJECT_TYPE_PREFIX
in file RDF.php, constant RDF_SUBJECT_TYPE_PREFIX
RDF_SUBJECT_TYPE_URI
in file RDF.php, constant RDF_SUBJECT_TYPE_URI
RDF_SYNTAX_COMPACT
in file RDF.php, constant RDF_SYNTAX_COMPACT
RDF_TYPE
in file RDF.php, constant RDF_TYPE
RDF_USE_ANY_QUOTE
in file RDF.php, constant RDF_USE_ANY_QUOTE
RDF_USE_CDATA
in file RDF.php, constant RDF_USE_CDATA
RDF_Util
in file Util.php, class RDF_Util
    Useful utility methods.
RDF_VALIDATE_IDS
in file RDF.php, constant RDF_VALIDATE_IDS
RDF_VALUE
in file RDF.php, constant RDF_VALUE
RDF_VCARD_NS
in file VCARD.php, constant RDF_VCARD_NS
RDF_XMLLITERAL
in file RDF.php, constant RDF_XMLLITERAL
RDF_XML_LANG
in file RDF.php, constant RDF_XML_LANG
RDF_XML_NAMESPACE_DECLARATION_PREFIX
in file RDF.php, constant RDF_XML_NAMESPACE_DECLARATION_PREFIX
RDF_XML_NAMESPACE_PREFIX
in file RDF.php, constant RDF_XML_NAMESPACE_PREFIX
RDF_XML_NAMESPACE_URI
in file RDF.php, constant RDF_XML_NAMESPACE_URI
reify
in file MDB.php, method RDF_Model_MDB::reify()
    Reify the Model_MDB.
reify
in file Statement.php, method RDF_Statement::reify()
    Reifies a statement.
reify
in file Memory.php, method RDF_Model_Memory::reify()
    Reifies the Model_Memory.
relativizeURI
in file Serializer.php, method RDF_Serializer::relativizeURI()
remove
in file MDB.php, method RDF_Model_MDB::remove()
    Remove the given triple from this Model_MDB.
remove
in file Memory.php, method RDF_Model_Memory::remove()
    Removes the triple from the Model_Memory.
replace
in file MDB.php, method RDF_Model_MDB::replace()
    General method to replace nodes of a Model_MDB.
replace
in file Memory.php, method RDF_Model_Memory::replace()
    General method to replace nodes of a Model_Memory.
top

s

$sort_model
in file Serializer.php, variable RDF_Serializer::$sort_model
$subj
in file Statement.php, variable RDF_Statement::$subj
    Subject of the statement
$subject
in file FindIterator.php, variable RDF_FindIterator::$subject
    Searchpattern
Serializer.php
procedural page Serializer.php
Statement.php
procedural page Statement.php
StatementIterator.php
procedural page StatementIterator.php
saveAs
in file Memory.php, method RDF_Model_Memory::saveAs()
    Saves the RDF,N3 or N-Triple serialization of the Model_Memory to a file.
saveAs
in file Serializer.php, method RDF_Serializer::saveAs()
    Serializes a model and saves it into a file.
saveAs
in file MDB.php, method RDF_Model_MDB::saveAs()
    Saves the RDF,N3 or N-Triple serialization of the Model_MDB to a file.
serialize
in file Serializer.php, method RDF_Serializer::serialize()
    Serializes a model to RDF syntax.
setBaseURI
in file Memory.php, method RDF_Model_Memory::setBaseURI()
    Set a base URI for the Model_Memory.
setBaseURI
in file MDB.php, method RDF_Model_MDB::setBaseURI()
    Set a base URI for the Model_MDB.
setDatatype
in file Literal.php, method RDF_Literal::setDatatype()
    Sets the datatype of the literal.
setLanguage
in file Literal.php, method RDF_Literal::setLanguage()
    Sets the language of the literal.
setObject
in file Statement.php, method RDF_Statement::setObject()
    Set the object of the triple.
setPredicate
in file Statement.php, method RDF_Statement::setPredicate()
    Set the predicate of the triple.
setSubject
in file Statement.php, method RDF_Statement::setSubject()
    Set the subject of the triple.
size
in file Memory.php, method RDF_Model_Memory::size()
    Number of triples in the Model_Memory
size
in file MDB.php, method RDF_Model_MDB::size()
    Return the number of statements in this Model_MDB
subtract
in file Memory.php, method RDF_Model_Memory::subtract()
    Returns a new Model_Memory that is the subtraction of another model from this Model_Memory.
subtract
in file MDB.php, method RDF_Model_MDB::subtract()
    Return a new Model_Memory that is the subtraction of another model from this Model_MDB.
top

t

$triples
in file Memory.php, variable RDF_Model_Memory::$triples
    Triples of the Model_Memory
test_ManipulateModelMDB.php
procedural page test_ManipulateModelMDB.php
test_ManipulateModelMemory.php
procedural page test_ManipulateModelMemory.php
test_SerializerOptions.php
procedural page test_SerializerOptions.php
test_SetDatabaseConnection.php
procedural page test_SetDatabaseConnection.php
test_setOperations.php
procedural page test_setOperations.php
test_StoringModelsInDatabase.php
procedural page test_StoringModelsInDatabase.php
test_TraverseModel.php
procedural page test_TraverseModel.php
toString
in file BlankNode.php, method RDF_BlankNode::toString()
    Dumps bNode.
toString
in file Statement.php, method RDF_Statement::toString()
    Dumps the triple.
toString
in file MDB.php, method RDF_Model_MDB::toString()
    Short dump of the Model_MDB.
toString
in file Literal.php, method RDF_Literal::toString()
    Dumps literal.
toString
in file Memory.php, method RDF_Model_Memory::toString()
    Short Dump of the Model_Memory.
toString
in file RDF.php, method RDF_Object::toString()
    Serializes a object into a string
toString
in file Resource.php, method RDF_Resource::toString()
    Dumps resource.
toStringIncludingTriples
in file Memory.php, method RDF_Model_Memory::toStringIncludingTriples()
    Dumps of the Model_Memory including all triples.
toStringIncludingTriples
in file MDB.php, method RDF_Model_MDB::toStringIncludingTriples()
    Dump of the Model_MDB including all triples.
toStringObject
in file Statement.php, method RDF_Statement::toStringObject()
    Reurns a toString() serialization of the statements's object.
toStringPredicate
in file Statement.php, method RDF_Statement::toStringPredicate()
    Returns a toString() serialization of the statements's predicate.
toStringSubject
in file Statement.php, method RDF_Statement::toStringSubject()
    Returns a toString() serialization of the statements's subject.
top

u

$uri
in file Resource.php, variable RDF_Resource::$uri
    URIref to the resource
$use_attributes
in file Serializer.php, variable RDF_Serializer::$use_attributes
$use_entities
in file Serializer.php, variable RDF_Serializer::$use_entities
$use_xml_declaration
in file Serializer.php, variable RDF_Serializer::$use_xml_declaration
Util.php
procedural page Util.php
unite
in file Memory.php, method RDF_Model_Memory::unite()
    Returns a new Model_Memory that is the set-union of the Model_Memory with another model.
unite
in file MDB.php, method RDF_Model_MDB::unite()
    Return a new Model_Memory that is the set-union the model with another model.
top

v

VCARD.php
procedural page VCARD.php
top

w

writeAbsoluteResourceReference
in file Serializer.php, method RDF_Serializer::writeAbsoluteResourceReference()
writeAsHtml
in file Memory.php, method RDF_Model_Memory::writeAsHtml()
    Writes the RDF serialization of the Model_Memory as HTML.
writeAsHtml
in file MDB.php, method RDF_Model_MDB::writeAsHtml()
    Write the RDF serialization of the _Model_MDB as HTML.
writeAsHtmlTable
in file MDB.php, method RDF_Model_MDB::writeAsHtmlTable()
    Write the RDF serialization of the Model_MDB as HTML table.
writeAsHtmlTable
in file Memory.php, method RDF_Model_Memory::writeAsHtmlTable()
    Writes the RDF serialization of the Model_Memory as HTML table.
writeAttributeStatements
in file Serializer.php, method RDF_Serializer::writeAttributeStatements()
writeContentStatements
in file Serializer.php, method RDF_Serializer::writeContentStatements()
writeDescriptions
in file Serializer.php, method RDF_Serializer::writeDescriptions()
writeEntityDeclarations
in file Serializer.php, method RDF_Serializer::writeEntityDeclarations()
writeEscapedCDATA
in file Serializer.php, method RDF_Serializer::writeEscapedCDATA()
writeGroup
in file Serializer.php, method RDF_Serializer::writeGroup()
writeHTMLTable
in file Util.php, method RDF_Util::writeHTMLTable()
    Prints a Model_Memory as HTML table.
writeNamespaceDeclarations
in file Serializer.php, method RDF_Serializer::writeNamespaceDeclarations()
writeRDFToString
in file MDB.php, method RDF_Model_MDB::writeRDFToString()
    Write the RDF serialization of the Model_MDB to string
writeRDFToString
in file Memory.php, method RDF_Model_Memory::writeRDFToString()
    Writes the RDF serialization of the Model_Memory as HTML table.
writeResourceReference
in file Serializer.php, method RDF_Serializer::writeResourceReference()
writeSubjectURI
in file Serializer.php, method RDF_Serializer::writeSubjectURI()
writeTextValue
in file Serializer.php, method RDF_Serializer::writeTextValue()
top

_

_addStatementFromAnotherModel
in file Model.php, method RDF_Model::_addStatementFromAnotherModel()
    Adds a statement from another model to this model.
_character_data_handler
in file Parser.php, method RDF_Parser::_character_data_handler()
_checkBaseURI
in file MDB.php, method RDF_Model_MDB::_checkBaseURI()
    If the URI doesn't end with # : or /, then a # is added to the URI.
_clear_element
in file Parser.php, method RDF_Parser::_clear_element()
_containsRow
in file MDB.php, method RDF_Model_MDB::_containsRow()
    Check if this Model_MDB contains the given row from the row array fields[] of an MDB result
_convertRecordSetToMemModel
in file MDB.php, method RDF_Model_MDB::_convertRecordSetToMemModel()
    Convert an MDB result to a memory Model.
_copy_element
in file Parser.php, method RDF_Parser::_copy_element()
_createDynSqlPart_SPO
in file MDB.php, method RDF_Model_MDB::_createDynSqlPart_SPO()
    Create the dynamic part of an sql statement selecting triples with the given parameters ($subject, $predicate, $object).
_createUniqueModelID
in file MDB.php, method RDF_Store_MDB::_createUniqueModelID()
    Create a unique ID for the Model_MDB to be insert into the models table.
_end_collection
in file Parser.php, method RDF_Parser::_end_collection()
_end_element_handler
in file Parser.php, method RDF_Parser::_end_element_handler()
_end_literal_property
in file Parser.php, method RDF_Parser::_end_literal_property()
    property elements with text only as content set the state to RDF_IN_PROPERTY_LITERAL. as character data is received from expat, it is saved in a buffer and reported when the end tag is received.
_generate_anonymous_uri
in file Parser.php, method RDF_Parser::_generate_anonymous_uri()
_getNodeFlag
in file MDB.php, method RDF_Model_MDB::_getNodeFlag()
    *' Return the flag of the Node object.
_getRecordSet
in file MDB.php, method RDF_Model_MDB::_getRecordSet()
    Get an MDB result with row arrays containing a representation of
_handle_collection_element
in file Parser.php, method RDF_Parser::_handle_collection_element()
_handle_property_attributes
in file Parser.php, method RDF_Parser::_handle_property_attributes()
_handle_property_element
in file Parser.php, method RDF_Parser::_handle_property_element()
_handle_resource_element
in file Parser.php, method RDF_Parser::_handle_resource_element()
_handle_xml_end_element
in file Parser.php, method RDF_Parser::_handle_xml_end_element()
_handle_xml_start_element
in file Parser.php, method RDF_Parser::_handle_xml_start_element()
_insertRow
in file MDB.php, method RDF_Model_MDB::_insertRow()
    Add the given row from the row array of an MDB result to this Model_MDB
_is_absolute_uri
in file Parser.php, method RDF_Parser::_is_absolute_uri()
_is_alnum
in file Parser.php, method RDF_Parser::_is_alnum()
_is_alpha
in file Parser.php, method RDF_Parser::_is_alpha()
_is_forbidden_rdf_node_element
in file Parser.php, method RDF_Parser::_is_forbidden_rdf_node_element()
_is_forbidden_rdf_property_element
in file Parser.php, method RDF_Parser::_is_forbidden_rdf_property_element()
_is_rdf_node_element
in file Parser.php, method RDF_Parser::_is_rdf_node_element()
_is_rdf_ordinal
in file Parser.php, method RDF_Parser::_is_rdf_ordinal()
_is_rdf_property_attribute
in file Parser.php, method RDF_Parser::_is_rdf_property_attribute()
_is_rdf_property_attribute_literal
in file Parser.php, method RDF_Parser::_is_rdf_property_attribute_literal()
_is_rdf_property_attribute_resource
in file Parser.php, method RDF_Parser::_is_rdf_property_attribute_resource()
_is_rdf_property_element
in file Parser.php, method RDF_Parser::_is_rdf_property_element()
_join_name_and_declare_prefix
in file Parser.php, method RDF_Parser::_join_name_and_declare_prefix()
_new_element
in file Parser.php, method RDF_Parser::_new_element()
_pop_element
in file Parser.php, method RDF_Parser::_pop_element()
_push_element
in file Parser.php, method RDF_Parser::_push_element()
_report_statement
in file Parser.php, method RDF_Parser::_report_statement()
_resolve_id
in file Parser.php, method RDF_Parser::_resolve_id()
_resolve_uri_reference
in file Parser.php, method RDF_Parser::_resolve_uri_reference()
_split_name
in file Parser.php, method RDF_Parser::_split_name()
_start_element_handler
in file Parser.php, method RDF_Parser::_start_element_handler()
_start_ns_declaration_handler
in file Parser.php, method RDF_Parser::_start_ns_declaration_handler()
top

Documentation generated on Mon, 11 Mar 2019 15:39:27 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.