Full index

Package indexes


a b c d e f g h i j k l m n o p q r s t u v w x y _
a
top
$accept
Snoopy::$accept in Snoopy.class.inc
$agent
Snoopy::$agent in Snoopy.class.inc
$anon
N3Serializer::$anon in N3Serializer.php
$arCastTypes
SQL types to cast XSD schema types to, so that they will get sorted correctly.
$arCreationMethods
Defines the methods needed to create the types in $arVarAssignments.
$arCreationMethods
Defines the methods needed to create the types in $arVarAssignments.
$arCreationMethods
Defines the methods needed to create the types in $arVarAssignments.
$arDumbOperators
$arFuncParamNumbers
Number of parameters for the functions supported.
$arOperatorSwitches
List of operators and their counterpart if operands are switched.
$arPlaceholders
Array with placeholders of prepared statements variables.
$arPrepared
SparqlEngineDb::$arPrepared in SparqlEngineDb.php
Prepared SQL statements are stored in here.
$arrOutput
SparqlResultParser::$arrOutput in SparqlResultParser.php
$arTableColumnNames
Column names for subjects, predicates and objects for easy access via their character names (spo).
$arTypeNumbers
Defines the sort order for value types in the database, so that they get sorted correctly as the specs want it.
$arUnionVarAssignments
Array of arrays that contain all variable names which are to be found in the result of an sql statement in a union.
$arUsedVarAssignments
Array of variable name => table.col assignments for all variables used in the query not only the ones that shall be returned.
$arUsedVarTypes
Which variables have been used as which type? key is variable name, value is an array of max. three keys (s, p, o)
$arVarAssignments
Determines which variables can be found in which SQL result column.
ABOUT
RDF_RES::ABOUT() in RDF_RES.php
ABOUT
RDF::ABOUT() in RDF_C.php
ABOUT_EACH
RDF::ABOUT_EACH() in RDF_C.php
ABOUT_EACH
RDF_RES::ABOUT_EACH() in RDF_RES.php
ABOUT_EACH_PREFIX
ABOUT_EACH_PREFIX
ABSTRACT_
DC::ABSTRACT_() in DC_C.php
ABSTRACT_
DC_RES::ABSTRACT_() in DC_RES.php
ACCESS_RIGHTS
ACCESS_RIGHTS
ACCOUNT_NAME
FOAF_RES::ACCOUNT_NAME() in FOAF_RES.php
ACCOUNT_NAME
FOAF::ACCOUNT_NAME() in FOAF_C.php
ACCOUNT_SERVICE_HOMEPAGE
ACCOUNT_SERVICE_HOMEPAGE
add
InfModel::add() in InfModel.php
Adds a new triple to the Model without checking if the statement is already in the Model.
add
MemModel::add() in MemModel.php
Adds a new triple to the MemModel without checking if the statement is already in the MemModel.
add
InfModelF::add() in InfModelF.php
Adds a new triple to the MemModel without checking if the statement is already in the MemModel.
add
InfModelB::add() in InfModelB.php
Adds a new triple to the Model without checking, if the statement is already in the Model. So if you want a duplicate free Model use the addWithoutDuplicates() function (which is slower then add())
add
ResContainer::add() in ResContainer.php
Add a new value to a container.
add
ResList::add() in ResList.php
Add the given value to the end of the list.
add
DbModel::add() in DbModel.php
Add a new triple to this DbModel.
add
ResModel::add() in ResModel.php
Adds a new triple to the Model without checking if the statement is already in the Model.
addAll
DatasetMem::addAll() in DatasetMem.php
Adds all named graphs of the other dataset to this dataset.
addAll
DatasetDb::addAll() in DatasetDb.php
Add all named graphs of the other dataset to this dataset.
addAtIndex
ResSeq::addAtIndex() in ResSeq.php
Insert a new member into the sequence at the specified position.
addComment
OntResource::addComment() in OntResource.php
Add the given comment to this resource.
addConstraint
GraphPattern::addConstraint() in GraphPattern.php
Adds a Constraint to the GraphPattern.
addConstructGraphPattern
Adds a construct graph pattern to the query.
addDefaultGraph
Adds a default graph to the query object.
addDomain
OntProperty::addDomain() in OntProperty.php
Add a resource representing the domain of this property.
addExpression
Constraint::addExpression() in Constraint.php
Adds an expression string.
addFrom
Query::addFrom() in Query.php
Adds a graphuri to the from part.
addFromNamed
Adds a graphuri to the from named part.
addGraphPattern
Adds a graph pattern to the result part.
addIsDefinedBy
Add a resource that is declared to provide a definition of this resource.
addLabelProperty
Add the given Label to this resource
addModel
InfModelF::addModel() in InfModelF.php
Adds another model to this MemModel.
addModel
ResModel::addModel() in ResModel.php
Adds another model to this MemModel.
addModel
MemModel::addModel() in MemModel.php
Adds another model to this MemModel.
addModel
DbModel::addModel() in DbModel.php
Add the given model to this DbModel.
addNamedGraph
ClientQuery::addNamedGraph() in ClientQuery.php
Adds a named graph to the query object.
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.
addNamespace
ResModel::addNamespace() in ResModel.php
Adds a namespace and prefix to the model.
addNamespace
MemModel::addNamespace() in MemModel.php
Adds a namespace and prefix to the model.
addNamespace
Adds a namespace and prefix to the model.
addNamespacePrefix
Adds a new prefix/namespace combination.
addNSPrefix
N3Serializer::addNSPrefix() in N3Serializer.php
Adds a new namespace prefix to use.
addOptional
GraphPattern::addOptional() in GraphPattern.php
Adds a pointer to an optional graphPattern.
addParsedNamespaces
Adds the namespaces to the model. This method is called by the parser. !!!! addParsedNamespaces() not overwrites manual added namespaces in the model !!!!
addParsedNamespaces
Adds the namespaces to the model. This method is called by the parser. !!!! addParsedNamespaces() not overwrites manual added namespaces in the model !!!!
addParsedNamespaces
Adds the namespaces to the model. This method is called by the parser. !!!! addParsedNamespaces() not overwrites manual added namespaces in the model !!!!
addPrefix
Query::addPrefix() in Query.php
Adds a prefix to the list of prefixes.
addProperty
OntResource::addProperty() in OntResource.php
Add a property to this resource.
addProperty
ResResource::addProperty() in ResResource.php
Add a property to this resource.
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.
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.
addRange
OntProperty::addRange() in OntProperty.php
Add a resource representing the range of this property.
addRDFType
OntResource::addRDFType() in OntResource.php
Add the given class as one of the rdf:type's for this resource.
addSeeAlso
OntResource::addSeeAlso() in OntResource.php
Add a resource that is declared to provided additional information about the definition of this resource.
addSubClass
OntClass::addSubClass() in OntClass.php
Add a sub-class of this class.
addSubProperty
Add a sub-property of this property.
addSuperClass
Add a super-class of this class.
addSuperProperty
Add a super-property of this property.
addTriplePattern
Adds a List of QueryTriples to the GraphPattern.
addUnion
GraphPattern::addUnion() in GraphPattern.php
Adds a pointer to a union graphPattern.
addVar
Query::addVar() in Query.php
Adds a new variable to the variable list.
addVariable
Adds a variable to the list of result variables.
addWithoutDuplicates
Checks if a new statement is already in the MemModel and adds the statement, if it is not in the MemModel.
addWithoutDuplicates
Alias for the method add().
addWithoutDuplicates
Checks if a new statement is already in the MemModel and adds the statement, if it is not in the MemModel.
addWithoutDuplicates
Checks if a new statement is already in the Model and adds the statement, if it is not in the Model.
ADODB_DB_DRIVER
ADODB_DB_DRIVER in constants.php
ADODB_DB_HOST
ADODB_DB_HOST in constants.php
ADODB_DB_NAME
ADODB_DB_NAME in constants.php
ADODB_DB_PASSWORD
ADODB_DB_PASSWORD in constants.php
ADODB_DB_USER
ADODB_DB_USER in constants.php
ADODB_DEBUG_MODE
ADODB_DEBUG_MODE in constants.php
ADR
VCARD::ADR() in VCARD_C.php
ADR
VCARD_RES::ADR() in VCARD_RES.php
ADRPROPERTIES
VCARD::ADRPROPERTIES() in VCARD_C.php
ADRPROPERTIES
ADRTYPES
VCARD_RES::ADRTYPES() in VCARD_RES.php
ADRTYPES
VCARD::ADRTYPES() in VCARD_C.php
AGENT
FOAF::AGENT() in FOAF_C.php
AGENT
VCARD::AGENT() in VCARD_C.php
AGENT
FOAF_RES::AGENT() in FOAF_RES.php
AGENT
VCARD_RES::AGENT() in VCARD_RES.php
AIM_CHAT_ID
FOAF::AIM_CHAT_ID() in FOAF_C.php
AIM_CHAT_ID
FOAF_RES::AIM_CHAT_ID() in FOAF_RES.php
ALL_DIFFERENT
ALL_DIFFERENT
ALL_DIFFERENT
OWLVocabulary::ALL_DIFFERENT() in OWLVocabulary.php
ALL_VALUES_FROM
ALL_VALUES_FROM
ALL_VALUES_FROM
ALT
RDF::ALT() in RDF_C.php
ALT
RDF_RES::ALT() in RDF_RES.php
ALTERNATIVE
DC_RES::ALTERNATIVE() in DC_RES.php
ALTERNATIVE
DC::ALTERNATIVE() in DC_C.php
ANNOTATION_PROPERTY
ANNOTATION_PROPERTY
ANNOTATION_PROPERTY
append
ResList::append() in ResList.php
Answer a new list that is formed by adding each element of
append
MagpieRSS::append() in rss_parse.inc
append_content
array_change_key_case
array_change_key_case() in rss_parse.inc
asClass
OntResource::asClass() in OntResource.php
Answer a view of this resource as a class
asIndividual
OntResource::asIndividual() in OntResource.php
Answer a view of this resource as an Individual
asOntProperty
OntResource::asOntProperty() in OntResource.php
Answer a view of this resource as a property
ATOM
ATOM in ATOM_C.php
ATOM Vocabulary (Resource)
ATOM
ATOM in rss_parse.inc
ATOM_CONSTRUCT
ATOM_CONSTRUCT
ATOM_NS
ATOM_NS in constants.php
ATOM_RES
ATOM_RES in ATOM_RES.php
ATOM Vocabulary (Resource)
AUDIENCE
DC_RES::AUDIENCE() in DC_RES.php
AUDIENCE
DC::AUDIENCE() in DC_C.php
AUTHOR
ATOM_RES::AUTHOR() in ATOM_RES.php
AUTHOR
ATOM::AUTHOR() in ATOM_C.php
AVAILABLE
DC_RES::AVAILABLE() in DC_RES.php
AVAILABLE
DC::AVAILABLE() in DC_C.php
ATOM_C.php
ATOM_C.php in ATOM_C.php
ATOM_RES.php
ATOM_RES.php in ATOM_RES.php
b
top
$base
Query::$base in Query.php
The BASE part of the SPARQL query.
$BASE_CACHE
RSSCache::$BASE_CACHE in rss_cache.inc
$bncounter
SparqlResultParser::$bncounter in SparqlResultParser.php
$bNode
N3Parser::$bNode in N3Parser.php
$bnodeCounter
Blanknode counter.
$bOptional
If the filter is in an optional statement
$bRealPrepared
SparqlEngineDb::$bRealPrepared in SparqlEngineDb.php
If the prepared statement is really prepared, or if we just emulate it.
$bWrap
If the result HTML should be wrapped in a div
$bWrap
If the result HTML should be wrapped in a div
BACKWARD_COMPATIBLE_WITH
BACKWARD_COMPATIBLE_WITH
BACKWARD_COMPATIBLE_WITH
BAG
RDF::BAG() in RDF_C.php
BAG
RDF_RES::BAG() in RDF_RES.php
BAG_ID
RDF_RES::BAG_ID() in RDF_RES.php
BAG_ID
RDF::BAG_ID() in RDF_C.php
balanceTree
SparqlParser::balanceTree() in SparqlParser.php
"Balances" the filter tree in the way that operators on the same level are nested according to their precedence defined in $operatorPrecedence array.
BASED_NEAR
FOAF_RES::BASED_NEAR() in FOAF_RES.php
BASED_NEAR
FOAF::BASED_NEAR() in FOAF_C.php
BDAY
VCARD::BDAY() in VCARD_C.php
BDAY
VCARD_RES::BDAY() in VCARD_RES.php
BIBLIOGRAPHIC_CITATION
BIBLIOGRAPHIC_CITATION
BlankNode
BlankNode::BlankNode() in Blanknode.php
Constructor You can supply a label or You supply a model and a unique ID is gernerated.
BlankNode
BlankNode in Blanknode.php
An RDF blank node.
bNodeCheck
SparqlParser::bNodeCheck() in SparqlParser.php
Checks if $token is a Blanknode.
BNODE_PREFIX
BNODE_PREFIX in constants.php
BOX
DC_RES::BOX() in DC_RES.php
BOX
DC::BOX() in DC_C.php
buildSortArray
ModelComparator::buildSortArray() in ModelComparator.php
Builds a sorted array.
buildVarmap
SparqlEngine::buildVarmap() in SparqlEngine.php
Sorts the result table.
Blanknode.php
Blanknode.php in Blanknode.php
c
top
$channel
MagpieRSS::$channel in rss_parse.inc
$constraint
GraphPattern::$constraint in GraphPattern.php
$constructPattern
If the query type is CONSTRUCT this variable contains the CONSTRUCT graph pattern.
$cookies
Snoopy::$cookies in Snoopy.class.inc
$counter
SparqlResultParser::$counter in SparqlResultParser.php
$curl_path
Snoopy::$curl_path in Snoopy.class.inc
$current_item
MagpieRSS::$current_item in rss_parse.inc
$current_literal
SparqlResultParser::$current_literal in SparqlResultParser.php
$current_namespace
cache_age
RSSCache::cache_age() in rss_cache.inc
CARDINALITY
OWL_RES::CARDINALITY() in OWL_RES.php
CARDINALITY
OWLVocabulary::CARDINALITY() in OWLVocabulary.php
CARDINALITY
OWL::CARDINALITY() in OWL_C.php
CASE_LOWER
CASE_LOWER in rss_parse.inc
CASE_UPPER
CASE_UPPER in rss_parse.inc
CATEGORIES
VCARD::CATEGORIES() in VCARD_C.php
CATEGORIES
VCARD_RES::CATEGORIES() in VCARD_RES.php
channel
RssParser::channel() in RssParser.php
Parses the rss channel/ atom feed.
CHANNEL
RSS_RES::CHANNEL() in RSS_RES.php
CHANNEL
RSS::CHANNEL() in RSS_C.php
checkDtypeLang
SparqlParser::checkDtypeLang() in SparqlParser.php
Checks if there is a datatype given and appends it to the node.
checkEntailment
Checks, if this rule could entail a statement that matches a find of $subject,$predicate,$object.
checkIntBindings
Checks it there are internal bindings between variables.
checkTrigger
Checks, if the statement satisfies the trigger.
check_cache
RSSCache::check_cache() in rss_cache.inc
clear
DatasetMem::clear() in DatasetMem.php
Deletes all NamedGraphs from the set.
clear
DatasetDb::clear() in DatasetDb.php
Deletes all NamedGraphs from the set.
ClientQuery
ClientQuery in ClientQuery.php
ClientQuery Object to run a SPARQL Query against a SPARQL server.
close
DbModel::close() in DbModel.php
Close this DbModel
close
MemModel::close() in MemModel.php
Close the MemModel and free up resources held.
close
DbStore::close() in DbStore.php
Close the DbStore.
COLLECTION
DC_RES::COLLECTION() in DC_RES.php
COLLECTION
DC::COLLECTION() in DC_C.php
COMMENT
RDFS_RES::COMMENT() in RDFS_RES.php
COMMENT
RDFS::COMMENT() in RDFS_C.php
COMMENT
RdfsVocabulary::COMMENT() in RdfsVocabulary.php
Answer the predicate that denotes comment annotation on an ontology element.
COMMENT
OWLVocabulary::COMMENT() in OWLVocabulary.php
Answer the predicate that denotes comment annotation on an ontology element.
compare
ModelComparator::compare() in ModelComparator.php
Compares two models.
compare
Statement::compare() in Statement.php
Compares two statements and returns integer less than, equal to, or greater than zero.
compareTriples
ModelComparator::compareTriples() in ModelComparator.php
Compares the Triples in the lists.
compareTypeSet
Compares two type sets. Works like a normal comparision method that returns -1/0/1 for use in usort()
compareXsdType
Compares two XSD data types and returns the comparison number.
COMPLEMENT_OF
COMPLEMENT_OF
COMPLEMENT_OF
OWLVocabulary::COMPLEMENT_OF() in OWLVocabulary.php
concat
MagpieRSS::concat() in rss_parse.inc
concatenate
ResList::concatenate() in ResList.php
Change the tail of this list to point to the given list, so that this list becomes the list of the concatenation of the elements of both lists. This is a side-effecting operation on this list; for a non side-effecting alternative, see append.
configSortModel
Serializer congiguration: Sort Model Flag if the serializer should sort the model by subject before serializing.
configUseAttributes
Serializer congiguration: Use Attributes Flag if the serializer should serialize triples as XML attributes where possible.
configUseEntities
Serializer congiguration: Use Entities Flag if the serializer should use entities for URIs.
configUseQnames
Serializer congiguration: Use Qnames Flag if the serializer should use qualified names for RDF reserved words.
configUseXmlDeclaration
Serializer congiguration: Use XML Declaration Flag if the serializer should start documents with the xml declaration <?xml version="1.0" encoding="UTF-8" ?>.
CONFORMS_TO
DC::CONFORMS_TO() in DC_C.php
CONFORMS_TO
DC_RES::CONFORMS_TO() in DC_RES.php
cons
ResList::cons() in ResList.php
Return a reference to a new list cell whose head is value and whose tail is this list.
constants.php
constants.php in constants.php
Constraint
Constraint in Constraint.php
Represents a constraint. A value constraint is a boolean- valued expression of variables and RDF Terms.
constructGraph
Constructs a result graph.
constructGraph
Constructs a result graph.
CONTAINER
RDFS_RES::CONTAINER() in RDFS_RES.php
CONTAINER
RDFS::CONTAINER() in RDFS_C.php
CONTAINER_MEMBERSHIP_PROPERTY
CONTAINER_MEMBERSHIP_PROPERTY
contains
ResContainer::contains() in ResContainer.php
Determine whether the container contains a value
contains
ResModel::contains() in ResModel.php
Tests if the Model contains the given statement.
contains
ResList::contains() in ResList.php
Answer true if the given node appears as the value of a value of any of the cells of this list.
contains
MemModel::contains() in MemModel.php
Tests if the MemModel contains the given triple.
contains
InfModelB::contains() in InfModelB.php
Tests if the Model contains the given triple.
contains
DbModel::contains() in DbModel.php
Check if the DbModel contains the given statement.
containsAll
ResModel::containsAll() in ResModel.php
Determine if all of the statements in a model are also contained in this model.
containsAll
DbModel::containsAll() in DbModel.php
Determine if all of the statements in the given model are also contained in this DbModel.
containsAll
MemModel::containsAll() in MemModel.php
Determine if all of the statements in a model are also contained in this MemModel.
containsAny
DbModel::containsAny() in DbModel.php
Determine if any of the statements in the given model are also contained in this DbModel.
containsAny
ResModel::containsAny() in ResModel.php
Determine if any of the statements in a model are also contained in this model.
containsAny
MemModel::containsAny() in MemModel.php
Determine if any of the statements in a model are also contained in this MemModel.
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.
containsResource
Determine if the node (ResResource / ResLiteral) $node appears in any statement of this model.
CONTENT
ATOM_RES::CONTENT() in ATOM_RES.php
CONTENT
ATOM::CONTENT() in ATOM_C.php
CONTRIBUTOR
ATOM::CONTRIBUTOR() in ATOM_C.php
CONTRIBUTOR
ATOM_RES::CONTRIBUTOR() in ATOM_RES.php
CONTRIBUTOR
DC::CONTRIBUTOR() in DC_C.php
CONTRIBUTOR
DC_RES::CONTRIBUTOR() in DC_RES.php
convertFromDbResults
Converts the database results into the desired output format and returns the result.
convertFromDbResults
Converts the database results into nice HTML.
convertFromDbResults
Converts the database results into the desired output format and returns the result.
convertFromDbResults
Determines the correct renderer and calls it.
convertFromDbResults
Converts the database results into nice HTML.
convertFromResult
Converts the database results into the output format and returns the result.
convertFromResult
Converts the database results into the output format and returns the result.
convertFromResult
Converts the database results into the desired output format and returns the result.
convertFromResult
Converts the database results into the output format and returns the result.
convertFromResult
Determines the correct renderer and calls it.
copy
ResList::copy() in ResList.php
Answer a list that contains all of the elements of this list in the same order, but is a duplicate copy in the underlying model.
COPYRIGHT
ATOM_RES::COPYRIGHT() in ATOM_RES.php
COPYRIGHT
ATOM::COPYRIGHT() in ATOM_C.php
countGraphs
DatasetDb::countGraphs() in DatasetDb.php
Returns the number of NamedGraphs in the set. Empty graphs are counted.
countGraphs
DatasetMem::countGraphs() in DatasetMem.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.
countResults
RdqlResultIterator::countResults() in RdqlResultIterator.php
Returns the number of results.
COUNTRY
VCARD_RES::COUNTRY() in VCARD_RES.php
COUNTRY
VCARD::COUNTRY() in VCARD_C.php
COVERAGE
DC::COVERAGE() in DC_C.php
COVERAGE
DC_RES::COVERAGE() in DC_RES.php
createAlt
ResModel::createAlt() in ResModel.php
Create a new RDF Container from type rdf:Alt This method may return an existing container with the correct URI and model, or it may construct a fresh one, as it sees fit.
createBag
ResModel::createBag() in ResModel.php
Create a new RDF Container from type rdf:Bag This method may return an existing container with the correct URI and model, or it may construct a fresh one, as it sees fit.
createBooleanValue
CREATED
DC_RES::CREATED() in DC_RES.php
CREATED
DC::CREATED() in DC_C.php
CREATED
ATOM::CREATED() in ATOM_C.php
CREATED
ATOM_RES::CREATED() in ATOM_RES.php
createEqualSelects
Creates SELECT statements that have the same number of columns.
createEquation
createFilterSql
Creates the SQL representing a Sparql FILTER.
createFromRecords
createFunction
createFunction_bound
Creates an sql statement that returns if the element is a blank node
createFunction_datatype
createFunction_isblank
Creates an sql statement that returns if the element is a blank node
createFunction_isiri
createFunction_isliteral
Creates an sql statement that returns the language of the object
createFunction_isuri
createFunction_lang
Creates an sql statement that returns the language of the object
createFunction_langmatches
Creates an sql statement that checks if the variable
createFunction_regex
Creates an sql statement that checks if the given part matches
createFunction_sameterm
Creates an sql statement that checks if both terms are the same
createFunction_str
Creates an sql statement that returns the string representation
createFunction_xsd_datetime
Creates an sql statement that returns the datetime representation
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.
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
createIndividual
Answer a resource that represents an Individual node in this model.
createInstance
Answer a resource that represents an instance of this OntClass and Individual node in this model.
createList
ResModel::createList() in ResModel.php
Create a new RDF Collection from type rdf:List This method may return an existing container with the correct URI and model, or it may construct a fresh one, as it sees fit.
createLiteral
Create an untyped literal from a String value with a specified language.
createObjectFromDbRecordSetPart
Creates an RDF object object contained in the given $dbRecordSet object.
createObjectFromDbRecordSetPart
Creates an RDF object object contained in the given $dbRecordSet object.
createObjectFromDbRecordSetPart
Creates an RDF object object contained in the given $dbRecordSet object.
createOntClass
Answer a resource that represents a class description node in this model.
createOntProperty
Answer a resource that represents an OntProperty node in this model.
createOrd
RDFUtil::createOrd() in RdfUtil.php
Creates ordinal RDF resource out of an integer.
createPredicateFromDbRecordSetPart
Creates an RDF predicate object contained in the given $dbRecordSet object.
createPredicateFromDbRecordSetPart
Creates an RDF predicate object contained in the given $dbRecordSet object.
createPredicateFromDbRecordSetPart
Creates an RDF predicate object contained in the given $dbRecordSet object.
createProperty
Create a new Property associated with this model.
createResource
Create a new resource associated with this model.
createSeq
ResModel::createSeq() in ResModel.php
Create a new RDF Container from type rdf:Seq This method may return an existing container with the correct URI and model, or it may construct a fresh one, as it sees fit.
createSingleTypeCheck
Creates sql to ensure the type between $val and variable $tree is the same.
createSql
Creates an SQL query string from the given Sparql query object.
createStatementFromDbRecordSetPart
Creates an RDF Statement object for one of the variables contained in the given $dbRecordSet object.
createSubjectFromDbRecordSetPart
Creates an RDF subject object contained in the given $dbRecordSet object.
createSubjectFromDbRecordSetPart
Creates an RDF subject object contained in the given $dbRecordSet object.
createSubjectFromDbRecordSetPart
Creates an RDF subject object contained in the given $dbRecordSet object.
createTableFromRecords
createTableFromRecords
createTables
Create tables and indexes for the given database type.
createTreeSql
createTypedLiteral
Create a literal from a String value with the $dtype Datatype An existing literal of the right value may be returned, or a fresh one created.
createTypeEquation
Generates sql code to make sure the datatypes of the two operands match
createValue
Creates the sql for an element of type "value".
createValue
Creates an RDF object object contained in the given $dbRecordSet object.
createVariableArray
Creates an array full of variables to be passed to the Execute() method of the database connection object.
CREATE_MODEL_WITHOUT_DUPLICATES
create_parser
return XML parser, and possibly re-encoded source
CREATOR
DC::CREATOR() in DC_C.php
CREATOR
DC_RES::CREATOR() in DC_RES.php
current
IteratorFindQuadsMem::current() in IteratorFindQuadsMem.php
Returns the current item.
current
StatementIterator::current() in StatementIterator.php
Returns the current statement.
current
IteratorAllGraphsDb::current() in IteratorAllGraphsDb.php
Returns the current item
current
FindIterator::current() in FindIterator.php
Returns the current matching statement.
current
IteratorFindQuadsDb::current() in IteratorFindQuadsDb.php
Returns the current item.
current
IteratorAllGraphsMem::current() in IteratorAllGraphsMem.php
Returns the current item.
current
ResIterator::current() in ResIterator.php
Returns the current item
current
RdqlResultIterator::current() in RdqlResultIterator.php
Returns the current result.
current
IterFind::current() in IterFind.php
Returns the current item
CURRENT_PROJECT
CURRENT_PROJECT
ClientQuery.php
ClientQuery.php in ClientQuery.php
Constraint.php
Constraint.php in Constraint.php
d
top
$DAML_NS
N3Parser::$DAML_NS in N3Parser.php
$dataset
SparqlEngineDb::$dataset in SparqlEngineDb.php
RDF dataset object.
$dataset
SparqlEngine::$dataset in SparqlEngine.php
The RDF Dataset.
$dbConn
SparqlEngineDb::$dbConn in SparqlEngineDb.php
Database connection object.
$debug
NTripleSerializer::$debug in NTripleSerializer.php
$debug
N3Parser::$debug in N3Parser.php
$debug
N3Serializer::$debug in N3Serializer.php
$default
ClientQuery::$default in ClientQuery.php
$done
N3Serializer::$done in N3Serializer.php
$dtype
SparqlResultParser::$dtype in SparqlResultParser.php
DATASET
DC_RES::DATASET() in DC_RES.php
DATASET
DC::DATASET() in DC_C.php
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
DatasetP.php
DatasetP.php in DatasetP.php
DatasetDb
DatasetDb in DatasetDb.php
Dataset implementation.
DatasetDb
DatasetDb::DatasetDb() in DatasetDb.php
Constructor You can supply a Dataset name.
datasetExists
Check if the Dataset with the given $datasetName is already stored in the database
DatasetMem
DatasetMem in DatasetMem.php
In-memory implementation of a RDF dataset.
DatasetMem
DatasetMem::DatasetMem() in DatasetMem.php
Constructor.
DATATYPE
RDF_RES::DATATYPE() in RDF_RES.php
DATATYPE
RDF::DATATYPE() in RDF_C.php
DATATYPE
OWLVocabulary::DATATYPE() in OWLVocabulary.php
DATATYPE
OWL_RES::DATATYPE() in OWL_RES.php
DATATYPE
RDFS::DATATYPE() in RDFS_C.php
DATATYPE
OWL::DATATYPE() in OWL_C.php
DATATYPE
RDFS_RES::DATATYPE() in RDFS_RES.php
DATATYPE_PROPERTY
DATATYPE_PROPERTY
DATATYPE_PROPERTY
DATATYPE_RESTRICTION
DATATYPE_RESTRICTION
DATATYPE_RESTRICTION
DATATYPE_SHORTCUT_PREFIX
DATATYPE_SHORTCUT_PREFIX in constants.php
DATA_RANGE
OWLVocabulary::DATA_RANGE() in OWLVocabulary.php
DATA_RANGE
OWL::DATA_RANGE() in OWL_C.php
DATA_RANGE
OWL_RES::DATA_RANGE() in OWL_RES.php
DATE
DC_RES::DATE() in DC_RES.php
DATE
DC::DATE() in DC_C.php
dateTime
dateTime() in FilterFunctions.php
Evaluates the dateTime() function.Tries to convert a date string into a unix timestamp.
DATE_ACCEPTED
DATE_ACCEPTED
DATE_COPYRIGHTED
DATE_COPYRIGHTED
DATE_SUBMITTED
DATE_SUBMITTED
DBMODEL
DBMODEL in constants.php
DbModel
DbModel::DbModel() in DbModel.php
Constructor Do not call this directly.
DbModel
DbModel in DbModel.php
This class provides methods for manipulating DbModels from DbStore.
DbStore
DbStore::DbStore() in DbStore.php
Constructor: Set the database connection with the given parameters.
DbStore
DbStore in DbStore.php
DbStore is a persistent store of RDF data using relational database technology.
DC
DC in DC_C.php
Dublin Core Vocabulary (Resource)
dc
RssParser::dc() in RssParser.php
Adds the dc namespace.
DCMITYPE_NS
DCMITYPE_NS in constants.php
DCMI_TYPE
DC_RES::DCMI_TYPE() in DC_RES.php
DCMI_TYPE
DC::DCMI_TYPE() in DC_C.php
DCTERM_NS
DCTERM_NS in constants.php
DC_NS
DC_NS in constants.php
DC_RES
DC_RES in DC_RES.php
Dublin Core Vocabulary (ResResource)
debug
RSSCache::debug() in rss_cache.inc
debug
debug() in rss_fetch.inc
DEFAULT_ALGORITHM
DEFAULT_ALGORITHM in constants.php
DEFAULT_ENCODING
DEFAULT_ENCODING in constants.php
delete
DbModel::delete() in DbModel.php
Remove this DbModel from database and clean up.
DEPICTION
FOAF::DEPICTION() in FOAF_C.php
DEPICTION
FOAF_RES::DEPICTION() in FOAF_RES.php
DEPICTS
FOAF::DEPICTS() in FOAF_C.php
DEPICTS
FOAF_RES::DEPICTS() in FOAF_RES.php
DEPRECATED_CLASS
DEPRECATED_CLASS
DEPRECATED_CLASS
DEPRECATED_PROPERTY
DEPRECATED_PROPERTY
DEPRECATED_PROPERTY
describeGraph
Builds a describing named graph. To define an attribute list for a several rdf:type look at constants.php
DESCRIPTION
DC_RES::DESCRIPTION() in DC_RES.php
DESCRIPTION
RSS_RES::DESCRIPTION() in RSS_RES.php
DESCRIPTION
DC::DESCRIPTION() in DC_C.php
DESCRIPTION
RDF::DESCRIPTION() in RDF_C.php
DESCRIPTION
RDF_RES::DESCRIPTION() in RDF_RES.php
DESCRIPTION
RSS::DESCRIPTION() in RSS_C.php
determineOffset
Determines the offset in the sqls, the position to start form.
DIFFERENT_FROM
DIFFERENT_FROM
OWLVocabulary::DIFFERENT_FROM() in OWLVocabulary.php
DIFFERENT_FROM
DIR_SEP
DIR_SEP in rss_fetch.inc
DISJOINT_WITH
OWLVocabulary::DISJOINT_WITH() in OWLVocabulary.php
DISJOINT_WITH
DISJOINT_WITH
distinct
SparqlEngine::distinct() in SparqlEngine.php
Eliminates duplicate results.
DISTINCT_MEMBERS
DISTINCT_MEMBERS
DISTINCT_MEMBERS
DNA_CHECKSUM
FOAF_RES::DNA_CHECKSUM() in FOAF_RES.php
DNA_CHECKSUM
FOAF::DNA_CHECKSUM() in FOAF_C.php
DOCUMENT
FOAF_RES::DOCUMENT() in FOAF_RES.php
DOCUMENT
FOAF::DOCUMENT() in FOAF_C.php
DOMAIN
RDFS_RES::DOMAIN() in RDFS_RES.php
DOMAIN
OWLVocabulary::DOMAIN() in OWLVocabulary.php
Answer the predicate that denotes the domain of a property.
DOMAIN
RDFS::DOMAIN() in RDFS_C.php
DOMAIN
RdfsVocabulary::DOMAIN() in RdfsVocabulary.php
Answer the predicate that denotes the domain of a property.
dtypeCheck
SparqlParser::dtypeCheck() in SparqlParser.php
Checks if the Node is a typed Literal.
DBase.php
DBase.php in DBase.php
DbModel.php
DbModel.php in DbModel.php
DbStore.php
DbStore.php in DbStore.php
Default.php
Default.php in Default.php
Default.php
Default.php in Default.php
DC.php
DC.php in DC.php
DC_C.php
DC_C.php in DC_C.php
DC_RES.php
DC_RES.php in DC_RES.php
e
top
$encoding
MagpieRSS::$encoding in rss_parse.inc
$error
Snoopy::$error in Snoopy.class.inc
$ERROR
MagpieRSS::$ERROR in rss_parse.inc
$ERROR
RSSCache::$ERROR in rss_cache.inc
$expandlinks
Snoopy::$expandlinks in Snoopy.class.inc
$expression
Constraint::$expression in Constraint.php
The expression string.
EDUCATION_LEVEL
EDUCATION_LEVEL
EMAIL
VCARD_RES::EMAIL() in VCARD_RES.php
EMAIL
VCARD::EMAIL() in VCARD_C.php
EMAIL
ATOM::EMAIL() in ATOM_C.php
EMAIL
ATOM_RES::EMAIL() in ATOM_RES.php
EMAILTYPES
VCARD::EMAILTYPES() in VCARD_C.php
EMAILTYPES
VCARD_RES::EMAILTYPES() in VCARD_RES.php
entail
InfRule::entail() in InfRule.php
Returns a infered InfStatement by evaluating the statement with the entailment rule.
entailStatement
Entails a statement by recursively using the _entailStatementRec method.
ENTRY
ATOM_RES::ENTRY() in ATOM_RES.php
ENTRY
ATOM::ENTRY() in ATOM_C.php
equals
BlankNode::equals() in Blanknode.php
Checks if two blank nodes are equal.
equals
Quad::equals() in Quad.php
Checks if two quads are equal.
equals
Resource::equals() in Resource.php
Checks if the resource equals another resource.
equals
ResResource::equals() in ResResource.php
Checks if the resource equals another resource.
equals
Literal::equals() in Literal.php
Checks if ihe literal equals another literal.
equals
ResModel::equals() in ResModel.php
Checks if two models are equal.
equals
Statement::equals() in Statement.php
Checks if two statements are equal.
equals
DbModel::equals() in DbModel.php
Check if two models are equal.
equals
MemModel::equals() in MemModel.php
Checks if two models are equal.
EQUIVALENT_CLASS
EQUIVALENT_CLASS
EQUIVALENT_CLASS
EQUIVALENT_PROPERTY
EQUIVALENT_PROPERTY
EQUIVALENT_PROPERTY
error
MagpieRSS::error() in rss_parse.inc
error
error() in rss_fetch.inc
error
SparqlParser::error() in SparqlParser.php
Error reporting.
error
RSSCache::error() in rss_cache.inc
escapeValue
RDFUtil::escapeValue() in RdfUtil.php
Escapes < > and &
EVENT
DC::EVENT() in DC_C.php
EVENT
DC_RES::EVENT() in DC_RES.php
execute
Executes the given prepared statments, filling the placeholders with the given values.
execute
SparqlEngineDb::execute() in SparqlEngineDb.php
Execute a prepared statement by filling it with variables
execute
execute
Execute the prepared statement and returns the result.
EXTADD
VCARD_RES::EXTADD() in VCARD_RES.php
EXTADD
VCARD::EXTADD() in VCARD_C.php
EXTENT
DC_RES::EXTENT() in DC_RES.php
EXTENT
DC::EXTENT() in DC_C.php
f
top
$feed_type
MagpieRSS::$feed_type in rss_parse.inc
$feed_version
MagpieRSS::$feed_version in rss_parse.inc
$fromNamedPart
Contains the FROM NAMED part of the SPARQL query.
$fromPart
Query::$fromPart in Query.php
Contains the FROM part of the SPARQL query.
factory
SparqlEngine::factory() in SparqlEngine.php
Creates a new instance of the SparqlEngine, depending on the given model. For example, if you pass a DbModel, you will get a SparqlEngine specialized on databases.
FAMILY
VCARD::FAMILY() in VCARD_C.php
FAMILY
VCARD_RES::FAMILY() in VCARD_RES.php
FAMILY_NAME
FOAF::FAMILY_NAME() in FOAF_C.php
FAMILY_NAME
FOAF_RES::FAMILY_NAME() in FOAF_RES.php
FEED
ATOM::FEED() in ATOM_C.php
FEED
ATOM_RES::FEED() in ATOM_RES.php
feed_cdata
MagpieRSS::feed_cdata() in rss_parse.inc
feed_end_element
feed_start_element
fetch
Snoopy::fetch() in Snoopy.class.inc
fetch_rss
fetch_rss() in rss_fetch.inc
file_name
RSSCache::file_name() in rss_cache.inc
fillConstraintString
Builds an evaluation string to determine wether the result passes the filter or not. This string is evaluatet by the php buildin eval() function
filterPatterns
SparqlEngine::filterPatterns() in SparqlEngine.php
Filters the pattern results.
find
InfModelB::find() in InfModelB.php
General method to search for triples.
find
DbModel::find() in DbModel.php
General method to search for triples in the DbModel.
find
MemModel::find() in MemModel.php
General method to search for triples.
find
ResModel::find() in ResModel.php
General method to search for triples.
findAsIterator
Returns a FindIterator for traversing the MemModel.
findAsIterator
Returns a FindIterator for traversing the MemModel.
findCount
MemModel::findCount() in MemModel.php
Searches for triples and returns the number of matches.
findCount
DbModel::findCount() in DbModel.php
Search for triples and return the number of matches.
findFirstMatchingStatement
Searches for triples and returns the first matching statement.
findFirstMatchingStatement
Searches for triples and returns the first matching statement.
findFirstMatchingStatement
Searches for triples and returns the first matching statement.
findFirstMatchingStatement
Search for triples and return 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.
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.
FindIterator
FindIterator in FindIterator.php
Iterator for traversing statements matching a searchpattern.
FindIterator
FindIterator::FindIterator() in FindIterator.php
Constructor
findRegex
MemModel::findRegex() in MemModel.php
Method to search for triples using Perl-style regular expressions.
findRegex
DbModel::findRegex() in DbModel.php
Method to search for triples using Perl-style regular expressions.
findRegex
InfModel::findRegex() in InfModel.php
Method to search for triples using Perl-style regular expressions.
findTuplesMatchingOnePattern
Finds Tuples matching one TriplePattern.
findVocabulary
Return all tripels of a certain vocabulary.
findVocabulary
Returns all tripels of a certain vocabulary.
findVocabulary
Returns all tripels of a certain vocabulary.
FIRST
RDF_RES::FIRST() in RDF_RES.php
FIRST
RDF::FIRST() in RDF_C.php
FIRST_NAME
FOAF::FIRST_NAME() in FOAF_C.php
FIRST_NAME
FOAF_RES::FIRST_NAME() in FOAF_RES.php
fixNegationInFuncName
fixWhere
Removes a leading AND from the where clause which would render the sql illegal.
FIX_BLANKNODES
FIX_BLANKNODES in constants.php
FN
VCARD::FN() in VCARD_C.php
FN
VCARD_RES::FN() in VCARD_RES.php
FOAF
FOAF in FOAF_C.php
Friend of a Friend (FOAF) Vocabulary (Resource)
FOAF_NS
FOAF_NS in constants.php
FOAF_RES
FOAF_RES in FOAF_RES.php
Friend of a Friend (FOAF) Vocabulary (ResResource)
FORMAT
DC::FORMAT() in DC_C.php
FORMAT
DC_RES::FORMAT() in DC_RES.php
FUNCTIONAL_PROPERTY
FUNCTIONAL_PROPERTY
FUNCTIONAL_PROPERTY
FUNDED_BY
FOAF_RES::FUNDED_BY() in FOAF_RES.php
FUNDED_BY
FOAF::FUNDED_BY() in FOAF_C.php
FilterFunctions.php
FilterFunctions.php in FilterFunctions.php
FilterGenerator.php
FilterGenerator.php in FilterGenerator.php
FindIterator.php
FindIterator.php in FindIterator.php
FOAF.php
FOAF.php in FOAF.php
FOAF_C.php
FOAF_C.php in FOAF_C.php
FOAF_RES.php
FOAF_RES.php in FOAF_RES.php
g
top
$graphname
GraphPattern::$graphname in GraphPattern.php
Graphname. 0 if its in the default graph.
$graphPatternCounter
GraphPattern counter.
GEEKCODE
FOAF::GEEKCODE() in FOAF_C.php
GEEKCODE
FOAF_RES::GEEKCODE() in FOAF_RES.php
GENDER
FOAF_RES::GENDER() in FOAF_RES.php
GENDER
FOAF::GENDER() in FOAF_C.php
GENERAL_PREFIX_BASE
GENERAL_PREFIX_BASE in constants.php
generateModel
Generates a new MemModel from a URI, a file or from memory.
generateModel
GRDDLParser::generateModel() in GRDDLParser.php
generates a MemModel and creates the DomDocument.
generateModel
Generate a new MemModel from an URI or file.
generateModel
Main function
GENERATOR
ATOM_RES::GENERATOR() in ATOM_RES.php
GENERATOR
ATOM::GENERATOR() in ATOM_C.php
GEO
VCARD::GEO() in VCARD_C.php
GEO
VCARD_RES::GEO() in VCARD_RES.php
get
ResList::get() in ResList.php
Returns the value of the list element at the specified position or null.
get
RSSCache::get() in rss_cache.inc
getAllVars
Query::getAllVars() in Query.php
Returns a list with all used variables.
getAssociatedModel
Get the reference to the assocoated model.
getAssociatedModel
Get the reference to the assocoated model.
getBase
Query::getBase() in Query.php
Returns the BASE part of the query.
getBaseMemModel
Create a MemModel containing only the base triples (without inferred statements) of the current InfModelF.
getBaseMemModel
Create a MemModel containing only the base triples (without inferred statements) of the current InfModelB.
getBaseURI
Model::getBaseURI() in Model.php
Return current baseURI.
getBaseURI
ResModel::getBaseURI() in ResModel.php
Return current baseURI.
getBlanknodeLabel
Returns an unused Bnode label.
getCastMethod
Returns the SQL statement needed to case the given variable to the given type.
getCol
getComment
OntResource::getComment() in OntResource.php
Answer the comment string for this object. If there is more than one such resource, an arbitrary selection is made.
getConstraint
GraphPattern::getConstraint() in GraphPattern.php
Returns a constraint if there is one false if not.
getConstructPattern
Returns the construvtGraphPattern of the query if there is one.
getConstructPatternVariables
Returns a list of variables used in the construct patterns.
getContentInArray
Get all values in the list as an array of ResResources
getCount
getCount
Returns the number of rows that the given query will return.
getCurrentPosition
Returns the current position of the iterator.
getCurrentPosition
Returns the current position of the iterator.
getDataset
SparqlEngine::getDataset() in SparqlEngine.php
getDatasetDb
Create a new instance of DatasetDb with the given $datasetName and load the corresponding values from the database.
getDatasetMem
ModelFactory::getDatasetMem() in ModelFactory.php
Returns a NamedGraphSetMem.
getDatasetName
Returns the Datasets name.
getDatasetName
Returns the Datasets name.
getDatatype
Literal::getDatatype() in Literal.php
Returns the datatype of the literal.
getDatatype
Returns the datatype of a variable if it is set.
getDatatypeCol
getDateConversionSql
getDbConn
DbModel::getDbConn() in DbModel.php
Returns the database connection object
getDbModel
ModelFactory::getDbModel() in ModelFactory.php
Returns a new DbModel using the database connection supplied by $dbStore.
getDbStore
ModelFactory::getDbStore() in ModelFactory.php
Returns a database connection with the given parameters.
getDefault
ResAlt::getDefault() in ResAlt.php
Return the default value for this resource
getDefaultDbModel
Returns a DbModel with the database connection defined in constants.php.
getDefaultGraph
Returns a reference to the defaultGraph
getDefaultGraph
Returns a reference to the defaultGraph.
getDefaultModel
Returns a MemModel.
getDomain
OntProperty::getDomain() in OntProperty.php
Answer a OntClass that represents the domain class of this property.
getEntailment
getExpression
Constraint::getExpression() in Constraint.php
Returns the expression string.
getFromNamedPart
Returns the FROM NAMED clause of the query.
getFromPart
Returns the FROM clause of the query.
getFullUri
Query::getFullUri() in Query.php
Gets the full URI of a qname token.
getGraphName
NamedGraphDb::getGraphName() in NamedGraphDb.php
Returns the graph name.
getGraphName
Returns the graph name.
getGraphName
NamedGraphMem::getGraphName() in NamedGraphMem.php
Returns the graph name.
getGraphname
GraphPattern::getGraphname() in GraphPattern.php
Returns the graphname.
getHead
getHead
ResList::getHead() in ResList.php
Get the value that is associated with the head of the list.
getHtmlBlank
getHtmlBlank
getHtmlLiteral
getHtmlLiteral
getHtmlNull
getHtmlNull
getHtmlResource
getHtmlResource
getID
BlankNode::getID() in Blanknode.php
Returns the ID of the blank node.
getId
GraphPattern::getId() in GraphPattern.php
Returns the GraphPatterns id.
getIndexType
MemModel::getIndexType() in MemModel.php
Returns the indextype: -1 if there is no index, 0 if there are indices over S,P,O(separate),
  1. 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
ModelFactory::getInfModelB() in ModelFactory.php
Returns a InfModelB.
getInfModelF
ModelFactory::getInfModelF() in ModelFactory.php
Returns a InfModelF.
getInstanceRdfType
returns the rdf:type, that this distinct resource is instance of.
getIsAnon
ResResource::getIsAnon() in ResResource.php
Determine whether this resource is an anonymous resource
getIsCol
getIsDefinedBy
Answer a resource that is declared to provide a definition of this resource.
getLabel
Resource::getLabel() in Resource.php
Returns the label of the resource, which is the URI of the resource.
getLabel
BlankNode::getLabel() in Blanknode.php
Returns the ID of the blank node.
getLabel
Literal::getLabel() in Literal.php
Returns the string value of the literal.
getLabelObject
Reurns the URI, text or bNode identifier of the statements's object.
getLabelPredicate
Returns the URI of the statements's predicate.
getLabelProperty
Answer the label ResLiteral for this object.
getLabelSubject
Returns the URI or bNode identifier of the statements's subject.
getLangCol
getLanguage
Literal::getLanguage() in Literal.php
Returns the language of the literal.
getLanguageTag
Returns the language of a variable if the tag is set (e.g. @en) Returns NULL if no language is set.
getLimitSql
Creates a sql LIMIT statement if the sparql query needs one.
getLocalName
Delivers the Localname (without the namespace prefix) out of the URI of a Resource.
getLocalName
Resource::getLocalName() in Resource.php
Returns the local name of the resource.
getMember
ResSeq::getMember() in ResSeq.php
Get the member at a given index
getMembers
ResContainer::getMembers() in ResContainer.php
Get an array of all resources that are values of this container
getMemModel
InfModelB::getMemModel() in InfModelB.php
Create a MemModel containing all the triples (including inferred statements) of the current InfModelB.
getMemModel
InfModelF::getMemModel() in InfModelF.php
Create a MemModel containing all the triples (including inferred statements) of the current InfModelF.
getMemModel
ModelFactory::getMemModel() in ModelFactory.php
Returns a MemModel.
getMemModel
DbModel::getMemModel() in DbModel.php
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
DbStore::getModel() in DbStore.php
Create a new instance of DbModel with the given $modelURI and load the corresponding values of modelID and baseURI from the database.
getModel
ResModel::getModel() in ResModel.php
Returns a reference to the underlying model (Mem/DB/InfModel) that contains the statements
getModelID
DbModel::getModelID() in DbModel.php
Returns the model id
getModifiedFind
Returns a find-query that matches statements, whose entailed statements would match the supplied find query.
getNamedGraph
DatasetMem::getNamedGraph() in DatasetMem.php
Returns the NamedGraph with a specific name from the Dataset.
getNamedGraph
Returns the NamedGraph with a specific name from the Dataset.
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
Extracts the namespace prefix out of the URI of a Resource.
getNamespace
Resource::getNamespace() in Resource.php
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
DbStore::getNewModel() in DbStore.php
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).
getNewPattern
Generates a new GraphPattern. If it is a CONSTRUCT graph pattern $constr has to set to TRUE, FALSE if not.
getObject
Statement::getObject() in Statement.php
Returns the object of the triple.
getObject
QueryTriple::getObject() in QueryTriple.php
Returns the Triples Object.
getObject
Quad::getObject() in Quad.php
Returns the object.
getOntModel
Returns an OntModel with this model as baseModel.
getOntModel
ModelFactory::getOntModel() in ModelFactory.php
Returns an OntModel.
getOntModelForBaseModel
Creates an OntModel that wraps an existing base model.
getOptional
GraphPattern::getOptional() in GraphPattern.php
Returns a pointer to an optional graph pattern.
getOrd
RDFUtil::getOrd() in RdfUtil.php
Converts an ordinal RDF resource to an integer.
getOrderifiedSqls
Returns an array of sql statements that need to be executed and deliver the full result set when combined.
getParsedNamespaces
Returns the models namespaces.
getParsedNamespaces
Returns the models namespaces.
getParsedNamespaces
Returns the models namespaces.
getPlaceholders
getPointer
SparqlParserException::getPointer() in SparqlParserException.php
Returns a pointer to the token which caused the exception.
getPovs
N3Parser::getPovs() in N3Parser.php
Gets a list of triples with same subject e.g. :Gunnar :firstname "Gunnar" ; :lastname "Grimnes.
getPredicate
QueryTriple::getPredicate() in QueryTriple.php
Returns the Triples Predicate.
getPredicate
Returns the predicate.
getPredicate
Statement::getPredicate() in Statement.php
Returns the predicate of the triple.
getPrefix
RDFUtil::getPrefix() in RdfUtil.php
Short Prefix for known Namespaces by given URI
getPrefixes
Returns the prefix map of the query.
getPreparedVariablePlaceholder
Returns a placeholder to be included in the sql statement.
getProperty
ResResource::getProperty() in ResResource.php
Answer some statement (this, p, O) in the associated model.
getProperty
ResModel::getProperty() in ResModel.php
Answer a statement find(s, p, null) with ResResources(ResLiterals) from this model.
getPropertyValue
Answer the value of a given RDF property for this resource as $returnType, or null if it doesn't have one. If there is more than one RDF statement with the given property for the current value, it is not defined which of the values will be returned.
getQuery
SparqlEngineDb::getQuery() in SparqlEngineDb.php
getQuery
SparqlEngine::getQuery() in SparqlEngine.php
getRange
OntProperty::getRange() in OntProperty.php
Answer a OntClass that represents the range class of this property.
getRDFType
OntResource::getRDFType() in OntResource.php
Answer the rdf:type (ie the class) of this resource.
getResModel
Returns a ResModel with this model as baseModel. This is the same as ModelFactory::getResModelForBaseModel($this).
getResModel
ModelFactory::getResModel() in ModelFactory.php
Returns a ResModel.
getResModelForBaseModel
Creates a ResModel that wraps an existing base model.
getResultForm
Returns the type the result shall have.
getResultLabels
RdqlResultIterator::getResultLabels() in RdqlResultIterator.php
Returns the labels of the result as array.
getResultPart
Returns a list containing the graph patterns of the query.
getResultVars
Returns a list containing the result vars.
getResultXml
getSchema
InfModel::getSchema() in InfModel.php
Returns a model, containing all Statements, having a Predicate, that is supported by the inference.
getSeeAlso
OntResource::getSeeAlso() in OntResource.php
Answer a resource that provides additional information about this resource.
getSelect
getSolutionModifier
Gets the solution modifiers of the query.
getSparqlClient
Creates a SparqlClient.
getSpecialOrderVariables
Returns an array of variables that the result is going to be ordered by and that need to be sorted multiple times (because they may contain different data types)
getSpokenBoolean
getSqlCondition
Creates an SQL statement that checks for the value of some subject/predicate/object
getSqlEqualityCondition
Checks if the sentence part (subject, predicate or object) in $arNew has the same content as $arOld.
getSqlGenerator
SparqlEngineDb::getSqlGenerator() in SparqlEngineDb.php
getSqlOrderBy
Returns the ORDER BY sql query string if neccessary for the query. The returned string already has ORDER BY prefixed.
getSqlVariableName
getSqlVariableNameDatatype
getSqlVariableNameIs
getSqlVariableNameLanguage
getSqlVariableNameValue
getStatement
Returns the statement(subject,predicate,object).
getStatementIterator
Returns a StatementIterator for traversing the Model.
getStatementIterator
Returns a StatementIterator for traversing the MemModel.
getStringNullComparison
Returns the correct sql string comparison method.
getSubClass
OntClass::getSubClass() in OntClass.php
Answer a class that is the sub-class of this class.
getSubject
Statement::getSubject() in Statement.php
Returns the subject of the triple.
getSubject
Quad::getSubject() in Quad.php
Returns the subject.
getSubject
QueryTriple::getSubject() in QueryTriple.php
Returns the Triples Subject.
getSubProperty
Answer a property that is the sub-property of this property.
getSuperClass
Answer a class that is the super-class of this class.
getSuperProperty
Answer a property that is the super-property of this property.
getTail
ResList::getTail() in ResList.php
Get the list that is the tail of this list.
getTree
Constraint::getTree() in Constraint.php
getTrigger
InfRule::getTrigger() in InfRule.php
getTriplePattern
Returns the triple pattern of the graph pattern.
getTripleSql
Creates some SQL statements from the given triple pattern array.
getTypeSets
Determines the type sets in the query results.
getTypesetWhereClause
Creates and returns the SQL WHERE clauses needed to get only data in the given typeset.
getTypeSorter
SparqlEngineDb::getTypeSorter() in SparqlEngineDb.php
getUnion
GraphPattern::getUnion() in GraphPattern.php
Returns a pointer to a union graph pattern.
getURI
Resource::getURI() in Resource.php
Returns the URI of the resource.
getUsedVarAssignments
getUsedVarTypes
getValueCol
getVarAssignments
getVariableArrayFromRecordSet
Converts a ADORecordSet object into an array of "rows" that are subarrays of variable => value pairs.
getVariableArrayFromRecordSets
getVariables
QueryTriple::getVariables() in QueryTriple.php
Returns an array of all variables in this triple.
getVariables
GraphPattern::getVariables() in GraphPattern.php
Returns an array of all variables used in this graph pattern.
getVocabulary
OntResource::getVocabulary() in OntResource.php
Answer a reference to the ontology language profile that governs the ontology model to which this ontology resource is attached.
getXmlBlank
getXmlLiteral
getXmlNull
getXmlResource
getXsdTypeNumber
Returns the type number for an xsd data type.
GIVEN
VCARD::GIVEN() in VCARD_C.php
GIVEN
VCARD_RES::GIVEN() in VCARD_RES.php
GIVENNAME
FOAF_RES::GIVENNAME() in FOAF_RES.php
GIVENNAME
FOAF::GIVENNAME() in FOAF_C.php
GraphPattern
GraphPattern::GraphPattern() in GraphPattern.php
Constructor
GraphPattern
GraphPattern in GraphPattern.php
A graph pattern which consists of triple patterns, optional or union graph patterns and filters.
GRAPHVIZ_FORMAT
GRAPHVIZ_FORMAT in constants.php
GRAPHVIZ_PATH
GRAPHVIZ_PATH in constants.php
GRAPHVIZ_STAT
GRAPHVIZ_STAT in constants.php
GRAPHVIZ_TEMP
GRAPHVIZ_TEMP in constants.php
GRAPHVIZ_URI
GRAPHVIZ_URI in constants.php
GRDDLParser
GRDDLParser in GRDDLParser.php
A GRDDLParser.
GROUP
VCARD_RES::GROUP() in VCARD_RES.php
GROUP
VCARD::GROUP() in VCARD_C.php
GROUP
FOAF_RES::GROUP() in FOAF_RES.php
GROUP
FOAF::GROUP() in FOAF_C.php
guessName
RDFUtil::guessName() in RdfUtil.php
Delivers the name out of the URI (without the namespace prefix).
guessNamespace
Extracts the namespace prefix out of a URI.
guessPrefix
RDFUtil::guessPrefix() in RdfUtil.php
Short Prefix for known and/or parsed Namespaces by given URI and Model Uses $default_prefixes defined in constants.php and getParsedNamespaces() Returns FALSE if no matching prefix is found
GraphPattern.php
GraphPattern.php in GraphPattern.php
GRDDLParser.php
GRDDLParser.php in GRDDLParser.php
h
top
$headers
Snoopy::$headers in Snoopy.class.inc
$host
Snoopy::$host in Snoopy.class.inc
** Public variables ***
hasComment
OntResource::hasComment() in OntResource.php
Answer true if this resource has the given comment.
hasDefaultGraph
Returns true, if an defaultGraph exists. False otherwise .
hasDefaultGraph
Returns true, if a defaultGraph exists. False otherwise.
hasDomain
OntProperty::hasDomain() in OntProperty.php
Answer true if the given resource a class specifying the domain of this property.
hashCode
Statement::hashCode() in Statement.php
Retruns the hash code of the triple.
hasLabelProperty
Answer true if this resource has the given label.
hasNext
RdqlResultIterator::hasNext() in RdqlResultIterator.php
Returns TRUE if there are more results.
hasNext
StatementIterator::hasNext() in StatementIterator.php
Returns TRUE if there are more statements.
hasNext
FindIterator::hasNext() in FindIterator.php
Returns TRUE if there are more matching statements.
hasPrevious
RdqlResultIterator::hasPrevious() in RdqlResultIterator.php
Returns TRUE if the first result has not been reached.
hasPrevious
StatementIterator::hasPrevious() in StatementIterator.php
Returns TRUE if the first statement has not been reached.
hasProperty
ResResource::hasProperty() in ResResource.php
Determine whether this resource has any values for a given property.
hasRange
OntProperty::hasRange() in OntProperty.php
Answer true if the given resource a class specifying the range of this property.
hasRDFType
OntResource::hasRDFType() in OntResource.php
Answer true if this resource has the given rdf:type.
hasSeeAlso
OntResource::hasSeeAlso() in OntResource.php
Answer true if this resource has the given resource as a source of additional information.
hasSubclass
OntClass::hasSubclass() in OntClass.php
Answer true if the given class is a sub-class of this class.
hasSubProperty
Answer true if the given property is a sub-property of this property.
hasSuperClass
Answer true if the given class is a super-class of this class.
hasSuperProperty
Answer true if the given property is a super-property of this property.
HAS_CHILD
ATOM_RES::HAS_CHILD() in ATOM_RES.php
HAS_CHILD
ATOM::HAS_CHILD() in ATOM_C.php
HAS_ENTRY
ATOM_RES::HAS_ENTRY() in ATOM_RES.php
HAS_ENTRY
ATOM::HAS_ENTRY() in ATOM_C.php
HAS_FORMAT
DC_RES::HAS_FORMAT() in DC_RES.php
HAS_FORMAT
DC::HAS_FORMAT() in DC_C.php
HAS_LINK
ATOM::HAS_LINK() in ATOM_C.php
HAS_LINK
ATOM_RES::HAS_LINK() in ATOM_RES.php
HAS_PART
DC::HAS_PART() in DC_C.php
HAS_PART
DC_RES::HAS_PART() in DC_RES.php
HAS_TITLE
ATOM_RES::HAS_TITLE() in ATOM_RES.php
HAS_TITLE
ATOM::HAS_TITLE() in ATOM_C.php
HAS_VALUE
OWL::HAS_VALUE() in OWL_C.php
HAS_VALUE
OWLVocabulary::HAS_VALUE() in OWLVocabulary.php
HAS_VALUE
OWL_RES::HAS_VALUE() in OWL_RES.php
HAS_VERSION
DC::HAS_VERSION() in DC_C.php
HAS_VERSION
DC_RES::HAS_VERSION() in DC_RES.php
HIDE_ADVERTISE
HIDE_ADVERTISE in constants.php
HOLDS_ACCOUNT
FOAF::HOLDS_ACCOUNT() in FOAF_C.php
HOLDS_ACCOUNT
HOMEPAGE
FOAF::HOMEPAGE() in FOAF_C.php
HOMEPAGE
FOAF_RES::HOMEPAGE() in FOAF_RES.php
HREF
ATOM::HREF() in ATOM_C.php
HREF
ATOM_RES::HREF() in ATOM_RES.php
HTML_TABLE_BNODE_COLOR
HTML_TABLE_BNODE_COLOR in constants.php
HTML_TABLE_HEADER_COLOR
HTML_TABLE_HEADER_COLOR in constants.php
HTML_TABLE_LITERAL_COLOR
HTML_TABLE_LITERAL_COLOR in constants.php
HTML_TABLE_NS_ROW_COLOR0
HTML_TABLE_NS_ROW_COLOR0 in constants.php
HTML_TABLE_NS_ROW_COLOR1
HTML_TABLE_NS_ROW_COLOR1 in constants.php
HTML_TABLE_RDF_NS_COLOR
HTML_TABLE_RDF_NS_COLOR in constants.php
HTML_TABLE_RESOURCE_COLOR
HTML_TABLE_RESOURCE_COLOR in constants.php
HTML.php
HTML.php in HTML.php
HTML.php
HTML.php in HTML.php
i
top
$image
MagpieRSS::$image in rss_parse.inc
$inchannel
MagpieRSS::$inchannel in rss_parse.inc
$incontent
MagpieRSS::$incontent in rss_parse.inc
$inimage
MagpieRSS::$inimage in rss_parse.inc
$initem
MagpieRSS::$initem in rss_parse.inc
$intextinput
MagpieRSS::$intextinput in rss_parse.inc
$isConstructPattern
$isEmpty
Query::$isEmpty in Query.php
TRUE if the query is empty FALSE if not.
$items
MagpieRSS::$items in rss_parse.inc
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
ICQ_CHAT_ID
FOAF_RES::ICQ_CHAT_ID() in FOAF_RES.php
ICQ_CHAT_ID
FOAF::ICQ_CHAT_ID() in FOAF_C.php
ID
RDF_RES::ID() in RDF_RES.php
ID
RDF::ID() in RDF_C.php
IDENTIFIER
DC_RES::IDENTIFIER() in DC_RES.php
IDENTIFIER
DC::IDENTIFIER() in DC_C.php
IMAGE
RSS_RES::IMAGE() in RSS_RES.php
IMAGE
DC_RES::IMAGE() in DC_RES.php
IMAGE
FOAF_RES::IMAGE() in FOAF_RES.php
IMAGE
DC::IMAGE() in DC_C.php
IMAGE
FOAF::IMAGE() in FOAF_C.php
image
RssParser::image() in RssParser.php
Parses the image if there is one.
IMAGE
RSS::IMAGE() in RSS_C.php
IMG
FOAF_RES::IMG() in FOAF_RES.php
IMG
FOAF::IMG() in FOAF_C.php
IMPORTS
OWLVocabulary::IMPORTS() in OWLVocabulary.php
IMPORTS
OWL_RES::IMPORTS() in OWL_RES.php
IMPORTS
OWL::IMPORTS() in OWL_C.php
IMT
DC_RES::IMT() in DC_RES.php
IMT
DC::IMT() in DC_C.php
INCOMPATIBLE_WITH
INCOMPATIBLE_WITH
INCOMPATIBLE_WITH
INDENTATION
INDENTATION in constants.php
index
MemModel::index() in MemModel.php
Builds a search index for the statements in the MemModel.
indexOf
ResList::indexOf() in ResList.php
Get the Position of the first occurrence of the given value in the list, or -1 if the value is not in the list.
indexOf
ResSeq::indexOf() in ResSeq.php
Return the index of a given member of the sequence.
INDEX_TYPE
INDEX_TYPE in constants.php
Individual
Individual::Individual() in Individual.php
Constructor You can supply a uri
Individual
Individual in Individual.php
Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion.
IND_DEF
IND_DEF in constants.php
IND_SO
IND_SO in constants.php
IND_SP
IND_SP in constants.php
IND_SPO
IND_SPO in constants.php
InfModel
InfModel::InfModel() in InfModel.php
Constructor You can supply a base_uri
InfModel
InfModel in InfModel.php
A InfModel Model extends a MemModel , by adding the ability to infer statements from known statements and RDFS/OWL-Schematas.
InfModel.php
InfModel.php in InfModel.php
InfModelB.php
InfModelB.php in InfModelB.php
InfModelF.php
InfModelF.php in InfModelF.php
InfModelP.php
InfModelP.php in InfModelP.php
InfRule.php
InfRule.php in InfRule.php
InfStatement.php
InfStatement.php in InfStatement.php
InfModelB
InfModelB::InfModelB() in InfModelB.php
Constructor You can supply a base_uri
INFMODELB
INFMODELB in constants.php
InfModelB
InfModelB in InfModelB.php
A InfModelB extends the InfModel Class, with a backward chaining algorithm.
InfModelF
InfModelF::InfModelF() in InfModelF.php
Constructor You can supply a base_uri.
InfModelF
InfModelF in InfModelF.php
A InfModelF extends the InfModel Class, with a forward chaining algorithm.
INFMODELF
INFMODELF in constants.php
INFO
ATOM_RES::INFO() in ATOM_RES.php
INFO
ATOM::INFO() in ATOM_C.php
InfRule
InfRule in InfRule.php
This class represents a single rule in a RDFS inference model.
infRule
InfRule::infRule() in InfRule.php
Constructor
InfStatement
InfStatement in InfStatement.php
An RDF statement which was entailed by a inference rule.
INF_RES_DOMAIN
INF_RES_DOMAIN in constants.php
INF_RES_OWL_INVERSEOF
INF_RES_OWL_INVERSEOF in constants.php
INF_RES_OWL_SAMEAS
INF_RES_OWL_SAMEAS in constants.php
INF_RES_RANGE
INF_RES_RANGE in constants.php
INF_RES_RULE_RDFS6
INF_RES_RULE_RDFS6 in constants.php
INF_RES_RULE_RDFS8
INF_RES_RULE_RDFS8 in constants.php
INF_RES_RULE_RDFS10
INF_RES_RULE_RDFS10 in constants.php
INF_RES_RULE_RDFS12
INF_RES_RULE_RDFS12 in constants.php
INF_RES_RULE_RDFS13
INF_RES_RULE_RDFS13 in constants.php
INF_RES_SUBCLASSOF
INF_RES_SUBCLASSOF in constants.php
INF_RES_SUBPROPERTYOF
INF_RES_SUBPROPERTYOF in constants.php
init
init() in rss_fetch.inc
INTERACTIVERESOURCE
INTERACTIVE_RESOURCE
INTEREST
FOAF::INTEREST() in FOAF_C.php
INTEREST
FOAF_RES::INTEREST() in FOAF_RES.php
intersect
ResModel::intersect() in ResModel.php
Returns a new model containing all the statements which are in both this model and another.
intersect
MemModel::intersect() in MemModel.php
Returns a new MemModel containing all the statements which are in both this MemModel and another.
intersect
DbModel::intersect() in DbModel.php
Return a new MemModel containing all the statements which are in both this model and the given model.
INTERSECTION_OF
INTERSECTION_OF
INTERSECTION_OF
INVERSE_FUNCTIONAL_PROPERTY
INVERSE_FUNCTIONAL_PROPERTY
INVERSE_FUNCTIONAL_PROPERTY
INVERSE_OF
OWLVocabulary::INVERSE_OF() in OWLVocabulary.php
INVERSE_OF
OWL::INVERSE_OF() in OWL_C.php
INVERSE_OF
OWL_RES::INVERSE_OF() in OWL_RES.php
IN_DESCRIPTION
IN_DESCRIPTION in constants.php
IN_PROPERTY_EMPTY_RESOURCE
IN_PROPERTY_LITERAL
IN_PROPERTY_LITERAL in constants.php
IN_PROPERTY_PARSE_TYPE_COLLECTION
IN_PROPERTY_PARSE_TYPE_LITERAL
IN_PROPERTY_PARSE_TYPE_RESOURCE
IN_PROPERTY_RESOURCE
IN_PROPERTY_RESOURCE in constants.php
IN_PROPERTY_UNKNOWN_OBJECT
IN_RDF
IN_RDF in constants.php
IN_TOP_LEVEL
IN_TOP_LEVEL in constants.php
IN_UNKNOWN
IN_UNKNOWN in constants.php
IN_XML
IN_XML in constants.php
iriCheck
SparqlParser::iriCheck() in SparqlParser.php
Checks if $token is an IRI.
isAlt
ResContainer::isAlt() in ResContainer.php
Returns true, if this resource is a container from type rdf:Alt
isBag
ResContainer::isBag() in ResContainer.php
Returns true, if this resource is a container from type rdf:Bag
isDefinedBy
OntResource::isDefinedBy() in OntResource.php
Answer true if this resource is defined by the given resource.
isEmpty
Query::isEmpty() in Query.php
Returns $isEmpty variable
isEmpty
DatasetMem::isEmpty() in DatasetMem.php
Tells wether the set contains any NamedGraphs.
isEmpty
DbModel::isEmpty() in DbModel.php
Check if this DbModel is empty.
isEmpty
DatasetDb::isEmpty() in DatasetDb.php
Tells wether the set contains any NamedGraphs.
isEmpty
MemModel::isEmpty() in MemModel.php
Checks if MemModel is empty
isEmpty
ResList::isEmpty() in ResList.php
Returns true, if this list is empty
isEmpty
ResModel::isEmpty() in ResModel.php
Checks if MemModel is empty
isEmptyPattern
Checks if the graph pattern is empty (contains no usable data).
isIndexed
MemModel::isIndexed() in MemModel.php
Returns true if there is an index, false if not.
isNumber
ISO639_2
DC::ISO639_2() in DC_C.php
ISO639_2
DC_RES::ISO639_2() in DC_RES.php
ISO3166
DC_RES::ISO3166() in DC_RES.php
ISO3166
DC::ISO3166() in DC_C.php
isObject
Checks if the given tree element is a variable and the variable is actually an object in the database.
isObjectOrSubject
Checks if the given tree element is a variable and the variable is actually an object or a subject in the database.
isOuterFilter
Constraint::isOuterFilter() in Constraint.php
Returns true if this constraint is an outer filter- false if not.
isPlainString
Checks if the given tree element is a plain string (no variable)
isPreparedVariable
Checks if the given variable is a replacement for a prepared statement.
isRDF
RDFUtil::isRDF() in RdfUtil.php
Tests if the URI of a resource belongs to the RDF syntax/model namespace.
isResultVar
Checks if the given variable name is part of the result variables list.
isSeq
ResContainer::isSeq() in ResContainer.php
Returns true, if this resource is a container from type rdf:Seq
isSetup
DbStore::isSetup() in DbStore.php
Checks if tables are setup for RAP
isSpecialOrderVariable
Checks if a given variable name is a variable that needs special care when used in ORDER BY statements.
ISSUED
ATOM_RES::ISSUED() in ATOM_RES.php
ISSUED
ATOM::ISSUED() in ATOM_C.php
ISSUED
DC_RES::ISSUED() in DC_RES.php
ISSUED
DC::ISSUED() in DC_C.php
isValid
ResList::isValid() in ResList.php
Answer true if the list is well-formed, by checking that each node is correctly typed, and has a head and tail pointer from the correct vocabulary
isValueButNotVariableNorString
isVariable
Checks if the given tree element is a variable
isVariable
Checks if the given subject/predicate/object is a variable name.
is_atom
MagpieRSS::is_atom() in rss_parse.inc
is_client_error
is_client_error() in rss_fetch.inc
IS_DEFINED_BY
RDFS::IS_DEFINED_BY() in RDFS_C.php
IS_DEFINED_BY
OWLVocabulary::IS_DEFINED_BY() in OWLVocabulary.php
Answer the predicate that denotes isDefinedBy annotation on an ontology element
IS_DEFINED_BY
RdfsVocabulary::IS_DEFINED_BY() in RdfsVocabulary.php
Answer the predicate that denotes isDefinedBy annotation on an ontology element
IS_DEFINED_BY
is_error
is_error() in rss_fetch.inc
IS_FORMAT_OF
DC::IS_FORMAT_OF() in DC_C.php
IS_FORMAT_OF
is_info
is_info() in rss_fetch.inc
IS_PART_OF
DC::IS_PART_OF() in DC_C.php
IS_PART_OF
DC_RES::IS_PART_OF() in DC_RES.php
is_redirect
is_redirect() in rss_fetch.inc
IS_REFERENCED_BY
IS_REFERENCED_BY
IS_REPLACED_BY
IS_REPLACED_BY
IS_REQUIRED_BY
IS_REQUIRED_BY
is_rss
MagpieRSS::is_rss() in rss_parse.inc
is_server_error
is_server_error() in rss_fetch.inc
is_success
is_success() in rss_fetch.inc
IS_VERSION_OF
IS_VERSION_OF
ITEM
RSS::ITEM() in RSS_C.php
ITEM
RSS_RES::ITEM() in RSS_RES.php
items
RssParser::items() in RssParser.php
Parses the rss items/ atom entries.
ITEMS
RSS::ITEMS() in RSS_C.php
ITEMS
RSS_RES::ITEMS() in RSS_RES.php
IteratorAllGraphsDb
IteratorAllGraphsDb in IteratorAllGraphsDb.php
Implementation of a Graph iterator.
IteratorAllGraphsDb
Constructor.
IteratorAllGraphsMem
Constructor.
IteratorAllGraphsMem
IteratorAllGraphsMem in IteratorAllGraphsMem.php
Implementation of a Graph iterator.
IteratorFindQuadsDb
IteratorFindQuadsDb in IteratorFindQuadsDb.php
Implementation of a quad iterator.
IteratorFindQuadsDb
Constructor.
IteratorFindQuadsMem
IteratorFindQuadsMem in IteratorFindQuadsMem.php
Implementation of a quad iterator.
IteratorFindQuadsMem
Constructor.
IterFind
IterFind in IterFind.php
Implementation of a find-iterator which delivers statements or quads.
iterFind
MemModel::iterFind() in MemModel.php
Returns a FindIterator for traversing the MemModel.
iterFind
DbModel::iterFind() in DbModel.php
Returns a FindIterator for traversing the MemModel.
IterFind
IterFind::IterFind() in IterFind.php
Constructor.
Individual.php
Individual.php in Individual.php
IterFind.php
IterFind.php in IterFind.php
j
top
JABBER_ID
FOAF_RES::JABBER_ID() in FOAF_RES.php
JABBER_ID
FOAF::JABBER_ID() in FOAF_C.php
joinOptionalTuples
Joins OPTIONAL pattern results.
joinResults
SparqlEngine::joinResults() in SparqlEngine.php
Joins the results of the different Graphpatterns.
joinTuples
SparqlEngine::joinTuples() in SparqlEngine.php
Perform an SQL-like inner join on two resultSets.
k
top
key
ResIterator::key() in ResIterator.php
Returns the key of the current item
KEY
VCARD::KEY() in VCARD_C.php
KEY
VCARD_RES::KEY() in VCARD_RES.php
key
IterFind::key() in IterFind.php
Returns the key of the current item
key
IteratorFindQuadsMem::key() in IteratorFindQuadsMem.php
Returns the key of the current item.
key
IteratorAllGraphsDb::key() in IteratorAllGraphsDb.php
Returns the key of the current item
key
IteratorAllGraphsMem::key() in IteratorAllGraphsMem.php
Returns the key of the current item.
key
IteratorFindQuadsDb::key() in IteratorFindQuadsDb.php
Returns the key of the current item.
known_encoding
KNOWS
FOAF_RES::KNOWS() in FOAF_RES.php
KNOWS
FOAF::KNOWS() in FOAF_C.php
l
top
$lang
SparqlResultParser::$lang in SparqlResultParser.php
$lastredirectaddr
Snoopy::$lastredirectaddr in Snoopy.class.inc
LABEL
VCARD_RES::LABEL() in VCARD_RES.php
LABEL
VCARD::LABEL() in VCARD_C.php
LABEL
RDFS_RES::LABEL() in RDFS_RES.php
LABEL
RdfsVocabulary::LABEL() in RdfsVocabulary.php
Answer the predicate that denotes label annotation on an ontology element
LABEL
RDFS::LABEL() in RDFS_C.php
LABEL
OWLVocabulary::LABEL() in OWLVocabulary.php
Answer the predicate that denotes label annotation on an ontology element
LANG
ATOM::LANG() in ATOM_C.php
lang
lang() in FilterFunctions.php
Evaluates the lang() function. Returns lang tag of a Literal.
LANG
ATOM_RES::LANG() in ATOM_RES.php
langMatches
langMatches() in FilterFunctions.php
Evaluates the langMatches() function. Return true if the lang tag matches false if not.
LANGUAGE
DC_RES::LANGUAGE() in DC_RES.php
LANGUAGE
DC::LANGUAGE() in DC_C.php
LCC
DC_RES::LCC() in DC_RES.php
LCC
DC::LCC() in DC_C.php
LCSH
DC_RES::LCSH() in DC_RES.php
LCSH
DC::LCSH() in DC_C.php
LI
RDF::LI() in RDF_C.php
LI
RDF_RES::LI() in RDF_RES.php
LICENSE
DC_RES::LICENSE() in DC_RES.php
LICENSE
DC::LICENSE() in DC_C.php
LINEFEED
LINEFEED in constants.php
LINK
ATOM_RES::LINK() in ATOM_RES.php
LINK
ATOM::LINK() in ATOM_C.php
LINK
RSS::LINK() in RSS_C.php
LINK
RSS_RES::LINK() in RSS_RES.php
listClasses
OntModel::listClasses() in OntModel.php
Answer an array that ranges over all of the various forms of class description resource in this model.
listComments
OntResource::listComments() in OntResource.php
Answer an array of all of the comment literals for this resource.
listDomain
OntProperty::listDomain() in OntProperty.php
Answer an array of all of the declared domain classes of this property.
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.
listInstances
Answer an ResIterator over the individuals in the model that have this class among their types.
listIsDefinedBy
Answer an array of all of the resources that are declared to define this resource.
listLabelProperties
Answer an array of all of the label literals for this resource, with the given language, if $language is set.
listModels
DbStore::listModels() in DbStore.php
List all DbModels stored in the database.
listNamedGraphs
Returns an iterator over all NamedGraphs in the set.
listNamedGraphs
Returns an iterator over all NamedGraphs in the set.
listObjects
ResModel::listObjects() in ResModel.php
Returns a ResIterator with all objects in a model.
listObjectsOfProperty
Returns a ResIterator with all objects with a given property and property value.
listProperties
List all the values with the property p as statements in an array.
listProperty
OntResource::listProperty() in OntResource.php
Answer an array of values of a given RDF property for this resource as $returnType, or null if it doesn't have one.
listRange
OntProperty::listRange() in OntProperty.php
Answer an array of all of the declared range classes of this property.
listRDFTypes
OntResource::listRDFTypes() in OntResource.php
Answer an array of the RDF classes to which this resource belongs.
listSeeAlso
OntResource::listSeeAlso() in OntResource.php
Answer an array of all of the resources that are declared to provide addition information about this resource.
listSubClasses
Answer an array over the classes that are declared to be sub-classes of this class.
listSubjects
ResModel::listSubjects() in ResModel.php
Returns a ResIterator with all subjects in a model.
listSubjectsWithProperty
Returns a ResIterator with all subjects with a given property and property value.
listSubProperties
Answer an array of all the properties that are declared to be sub-properties of this property. Each element of the iterator will be an OntProperty.
listSuperClasses
Answer an array over the classes that are declared to be super-classes of this class.
listSuperProperties
Answer an array of all the properties that are declared to be super-properties of this property. Each element of the iterator will be an OntProperty.
LITERAL
RDFS::LITERAL() in RDFS_C.php
LITERAL
RDFS_RES::LITERAL() in RDFS_RES.php
Literal
Literal::Literal() in Literal.php
Constructor
Literal
Literal in Literal.php
An RDF literal.
LITERAL
RDF::LITERAL() in RDF_C.php
LITERAL
RDF_RES::LITERAL() in RDF_RES.php
literalCheck
SparqlParser::literalCheck() in SparqlParser.php
Checks if $token is a Literal.
load
Model::load() in Model.php
Load a model from a file containing RDF, N3, N-Triples or a xhtml document containing RDF.
load
InfModelF::load() in InfModelF.php
Load a model from a file containing RDF, N3 or N-Triples.
load
ResModel::load() in ResModel.php
Load a model from a file containing RDF, N3 or N-Triples.
loadClass
Tries to load a given class if it doesn't exist, and returns true if the class can be used.
loadClass
Tries to load a given class if it doesn't exist, and returns true if the class can be used.
loadFromFile
Load a Dataset from a File
loadFromString
Load a Datset from a string
LOCALITY
VCARD_RES::LOCALITY() in VCARD_RES.php
LOCALITY
VCARD::LOCALITY() in VCARD_C.php
LOGO
FOAF::LOGO() in FOAF_C.php
LOGO
FOAF_RES::LOGO() in FOAF_RES.php
Literal.php
Literal.php in Literal.php
m
top
$maxframes
Snoopy::$maxframes in Snoopy.class.inc
$maxlength
Snoopy::$maxlength in Snoopy.class.inc
$maxredirs
Snoopy::$maxredirs in Snoopy.class.inc
$MAX_AGE
RSSCache::$MAX_AGE in rss_cache.inc
$mode
SparqlResultParser::$mode in SparqlResultParser.php
$model
N3Serializer::$model in N3Serializer.php
$model
RdfParser::$model in RdfParser.php
$model
NTripleSerializer::$model in NTripleSerializer.php
$modelID
SparqlEngineDb::$modelID in SparqlEngineDb.php
Internal ID for our graph model.
$m_attributeStatements
$m_baseURI
RdfSerializer::$m_baseURI in RdfSerializer.php
$m_contentStatements
$m_currentSubject
$m_defaultNamespaces
$m_groupTypeStatement
$m_namespaces
RdfSerializer::$m_namespaces in RdfSerializer.php
$m_nextAutomaticPrefixIndex
$m_out
RdfSerializer::$m_out in RdfSerializer.php
$m_rdfAboutElementText
$m_rdfIDElementText
$m_rdfResourceElementText
$m_statements
RdfSerializer::$m_statements in RdfSerializer.php
MADE
FOAF_RES::MADE() in FOAF_RES.php
MADE
FOAF::MADE() in FOAF_C.php
MAGIC_STRING
MAGIC_STRING in N3Serializer.php
MagpieRSS
MagpieRSS in rss_parse.inc
Hybrid parser, and object, takes RSS as a string and returns a simple object.
MagpieRSS
MagpieRSS::MagpieRSS() in rss_parse.inc
Set up XML parser, parse source, and return populated RSS object..
MAGPIE_CACHE_AGE
MAGPIE_CACHE_AGE in magpie_debug.php
MAGPIE_DEBUG
MAGPIE_DEBUG in magpie_debug.php
MAGPIE_DIR
MAGPIE_DIR in rss_fetch.inc
magpie_error
magpie_error() in rss_fetch.inc
MAGPIE_EXTLIB
MAGPIE_EXTLIB in rss_fetch.inc
MAGPIE_OUTPUT_ENCODING
MAGPIE_OUTPUT_ENCODING in magpie_debug.php
MAGPIE_VERSION
MAGPIE_VERSION in rss_fetch.inc
MAILER
VCARD::MAILER() in VCARD_C.php
MAILER
VCARD_RES::MAILER() in VCARD_RES.php
MAKER
FOAF::MAKER() in FOAF_C.php
MAKER
FOAF_RES::MAKER() in FOAF_RES.php
map_attrs
map_attrs() in rss_parse.inc
matchPattern
SparqlEngine::matchPattern() in SparqlEngine.php
Finds tuples that match one graph pattern.
matchPatterns
SparqlEngine::matchPatterns() in SparqlEngine.php
Matches all graph Patterns against the dataset and generates an array which contains the result sets for every given GraphPattern.
MAX_ALLOWED_ABBREVIATED_LENGTH
MAX_CARDINALITY
MAX_CARDINALITY
MAX_CARDINALITY
MBOX
FOAF_RES::MBOX() in FOAF_RES.php
MBOX
FOAF::MBOX() in FOAF_C.php
MBOX_SHA1SUM
FOAF::MBOX_SHA1SUM() in FOAF_C.php
MBOX_SHA1SUM
FOAF_RES::MBOX_SHA1SUM() in FOAF_RES.php
MEDIATOR
DC_RES::MEDIATOR() in DC_RES.php
MEDIATOR
DC::MEDIATOR() in DC_C.php
MEDIUM
DC_RES::MEDIUM() in DC_RES.php
MEDIUM
DC::MEDIUM() in DC_C.php
MEMBER
RDFS::MEMBER() in RDFS_C.php
MEMBER
FOAF_RES::MEMBER() in FOAF_RES.php
MEMBER
RDFS_RES::MEMBER() in RDFS_RES.php
MEMBER
FOAF::MEMBER() in FOAF_C.php
MEMBERSHIP_CLASS
MEMBERSHIP_CLASS
MemModel
MemModel in MemModel.php
A MemModel is an RDF Model, which is stored in the main memory.
MemModel
MemModel::MemModel() in MemModel.php
Constructor You can supply a base_uri
MEMMODEL
MEMMODEL in constants.php
MESH
DC::MESH() in DC_C.php
MESH
DC_RES::MESH() in DC_RES.php
MIN_CARDINALITY
MIN_CARDINALITY
MIN_CARDINALITY
mkVal
MODE
ATOM_RES::MODE() in ATOM_RES.php
MODE
ATOM::MODE() in ATOM_C.php
Model
Model::Model() in Model.php
Notice for people who are used to work with older versions of RAP.
Model
Model in Model.php
Abstract superclass of MemModel and DbModel. A model is a programming interface to an RDF graph.
MemModel.php
MemModel.php in MemModel.php
Model.php
Model.php in Model.php
ModelFactory.php
ModelFactory.php in ModelFactory.php
ModelP.php
ModelP.php in ModelP.php
ModelComparator
ModelComparator in ModelComparator.php
This class compares to models. This comparator bases on the labelling algorithm described in <href="http://www.hpl.hp.com/techreports/2003/HPL-2003-142.pdf" >Signing RDF Graphs</href> by Jeremy J. Carroll.
modelExists
DbStore::modelExists() in DbStore.php
Check if the DbModel with the given modelURI is already stored in the database
ModelFactory
ModelFactory in ModelFactory.php
ModelFactory is a static class which provides methods for creating different types of RAP models. RAP models have to be created trough a ModelFactory instead of creating them directly with the 'new' operator because of RAP's dynamic code inclusion mechanism.
MODIFIED
ATOM::MODIFIED() in ATOM_C.php
MODIFIED
DC::MODIFIED() in DC_C.php
MODIFIED
DC_RES::MODIFIED() in DC_RES.php
MODIFIED
ATOM_RES::MODIFIED() in ATOM_RES.php
moveFirst
RdqlResultIterator::moveFirst() in RdqlResultIterator.php
Moves the pointer to the first result.
moveFirst
StatementIterator::moveFirst() in StatementIterator.php
Moves the pointer to the first statement.
moveLast
StatementIterator::moveLast() in StatementIterator.php
Moves the pointer to the last statement.
moveLast
RdqlResultIterator::moveLast() in RdqlResultIterator.php
Moves the pointer to the last result.
moveTo
RdqlResultIterator::moveTo() in RdqlResultIterator.php
Moves the pointer to a specific result.
moveTo
StatementIterator::moveTo() in StatementIterator.php
Moves the pointer to a specific statement.
MOVINGIMAGE
DC::MOVINGIMAGE() in DC_C.php
MOVINGIMAGE
DC_RES::MOVINGIMAGE() in DC_RES.php
MSN_CHAT_ID
FOAF::MSN_CHAT_ID() in FOAF_C.php
MSN_CHAT_ID
FOAF_RES::MSN_CHAT_ID() in FOAF_RES.php
MYERS_BRIGGS
FOAF::MYERS_BRIGGS() in FOAF_C.php
MYERS_BRIGGS
FOAF_RES::MYERS_BRIGGS() in FOAF_RES.php
magpie_debug.php
magpie_debug.php in magpie_debug.php
magpie_simple.php
magpie_simple.php in magpie_simple.php
magpie_slashbox.php
magpie_slashbox.php in magpie_slashbox.php
modifier.rss_date_parse.php
modifier.rss_date_parse.php in modifier.rss_date_parse.php
ModelComparator.php
ModelComparator.php in ModelComparator.php
n
top
$named
ClientQuery::$named in ClientQuery.php
$nSqlVariableNameCount
$nUnionCount
Current UNION part number
NamedGraphDb.php
NamedGraphDb.php in NamedGraphDb.php
NamedGraphMem.php
NamedGraphMem.php in NamedGraphMem.php
Node.php
Node.php in Node.php
N
VCARD_RES::N() in VCARD_RES.php
N
VCARD::N() in VCARD_C.php
N3Parser
N3Parser in N3Parser.php
PHP Notation3 Parser
N3Parser
N3Parser::N3Parser() in N3Parser.php
Constructor
N3Serializer
N3Serializer::N3Serializer() in N3Serializer.php
Constructor
N3Serializer
N3Serializer in N3Serializer.php
An abstract object.
N3SER_BNODE_SHORT
N3SER_BNODE_SHORT in constants.php
NAME
VCARD_RES::NAME() in VCARD_RES.php
NAME
RSS_RES::NAME() in RSS_RES.php
NAME
VCARD::NAME() in VCARD_C.php
NAME
ATOM_RES::NAME() in ATOM_RES.php
NAME
RSS::NAME() in RSS_C.php
NAME
ATOM::NAME() in ATOM_C.php
NAME
FOAF_RES::NAME() in FOAF_RES.php
NAME
FOAF::NAME() in FOAF_C.php
NamedGraphDb
NamedGraphDb in NamedGraphDb.php
Persistent NamedGraph implementation that extends a DbModel.
NamedGraphDb
NamedGraphDb::NamedGraphDb() in NamedGraphDb.php
Constructor Do not call this directly.
NamedGraphMem
NamedGraphMem::NamedGraphMem() in NamedGraphMem.php
Constructor You have to supply a graph name. You can supply a URI.
NamedGraphMem
NamedGraphMem in NamedGraphMem.php
NamedGraph implementation that extends a MemModel with a name.
NAMESPACE
OWLVocabulary::NAMESPACE() in OWLVocabulary.php
NAMESPACE
RdfsVocabulary::NAMESPACE() in RdfsVocabulary.php
Answer the string that is the namespace prefix for this vocabulary
NAMESPACE_SEPARATOR_CHAR
NAMESPACE_SEPARATOR_CHAR in constants.php
NAMESPACE_SEPARATOR_STRING
next
IteratorAllGraphsDb::next() in IteratorAllGraphsDb.php
Moves Iterator to the next item in the list
next
RdqlResultIterator::next() in RdqlResultIterator.php
Returns the next result array.
next
ResIterator::next() in ResIterator.php
Moves Iterator to the next item in the list
next
StatementIterator::next() in StatementIterator.php
Returns the next statement.
next
IteratorAllGraphsMem::next() in IteratorAllGraphsMem.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
IterFind::next() in IterFind.php
Moves Iterator to the next item in the list
next
IteratorFindQuadsDb::next() in IteratorFindQuadsDb.php
Moves Iterator to the next item in the list.
next
FindIterator::next() in FindIterator.php
Returns the next matching statement.
NICK
FOAF::NICK() in FOAF_C.php
NICK
FOAF_RES::NICK() in FOAF_RES.php
NICKNAME
VCARD::NICKNAME() in VCARD_C.php
NICKNAME
VCARD_RES::NICKNAME() in VCARD_RES.php
NIL
RDF::NIL() in RDF_C.php
NIL
RDF_RES::NIL() in RDF_RES.php
Node
Node in Node.php
An abstract RDF node.
NODE_ID
RDF::NODE_ID() in RDF_C.php
NODE_ID
RDF_RES::NODE_ID() in RDF_RES.php
normalize
MagpieRSS::normalize() in rss_parse.inc
NOTHING
OWL::NOTHING() in OWL_C.php
NOTHING
OWL_RES::NOTHING() in OWL_RES.php
NOTHING
OWLVocabulary::NOTHING() in OWLVocabulary.php
NO_INDEX
NO_INDEX in constants.php
NPROPERTIES
VCARD::NPROPERTIES() in VCARD_C.php
NPROPERTIES
VCARD_RES::NPROPERTIES() in VCARD_RES.php
NTripleSerializer
NTripleSerializer in NTripleSerializer.php
PHP N-Triple Serializer
NTripleSerializer
Constructor
N3Parser.php
N3Parser.php in N3Parser.php
N3Serializer.php
N3Serializer.php in N3Serializer.php
NTripleSerializer.php
NTripleSerializer.php in NTripleSerializer.php
o
top
$object
QueryTriple::$object in QueryTriple.php
The QueryTriples Object.
$object
FindIterator::$object in FindIterator.php
$offsiteok
Snoopy::$offsiteok in Snoopy.class.inc
$open
GraphPattern::$open in GraphPattern.php
$operatorPrecedence
Which order operators are to be treated.
$optional
GraphPattern::$optional in GraphPattern.php
$outer
Constraint::$outer in Constraint.php
True if it is an outer filter, false if not.
$output
SparqlClient::$output in SparqlClient.php
$OWL_NS
N3Parser::$OWL_NS in N3Parser.php
Object
Object in Object.php
An abstract object.
OBJECT
RDF_RES::OBJECT() in RDF_RES.php
object
Statement::object() in Statement.php
Alias for getObject()
OBJECT
RDF::OBJECT() in RDF_C.php
OBJECT_CLASS
OWLVocabulary::OBJECT_CLASS() in OWLVocabulary.php
OBJECT_CLASS
OWL::OBJECT_CLASS() in OWL_C.php
OBJECT_CLASS
OBJECT_PROPERTY
OBJECT_PROPERTY
OBJECT_PROPERTY
OBJECT_RESTRICTION
OBJECT_RESTRICTION
OBJECT_RESTRICTION
ONE_OF
OWL_RES::ONE_OF() in OWL_RES.php
ONE_OF
OWL::ONE_OF() in OWL_C.php
ONE_OF
OWLVocabulary::ONE_OF() in OWLVocabulary.php
ONLINE_ACCOUNT
ONLINE_ACCOUNT
ONLINE_CHAT_ACCOUNT
ONLINE_CHAT_ACCOUNT
ONLINE_ECOMMERCE_ACCOUNT
ONLINE_ECOMMERCE_ACCOUNT
ONLINE_GAMING_ACCOUNT
ONLINE_GAMING_ACCOUNT
OntClass
OntClass::OntClass() in OntClass.php
Constructor You can supply a uri
ONTCLASS
RdfsVocabulary::ONTCLASS() in RdfsVocabulary.php
Answer the resource that represents the class 'class' in this vocabulary.
ONTCLASS
OWLVocabulary::ONTCLASS() in OWLVocabulary.php
Answer the resource that represents the class 'class' in this vocabulary.
OntClass
OntClass in OntClass.php
Class that represents an ontology node characterising a class description.
ONTMODEL
ONTMODEL in constants.php
OntModel
OntModel::OntModel() in OntModel.php
Constructor.
OntModel
OntModel in OntModel.php
Enhanced view of the model that is known to contain ontology data, under a
OntClass.php
OntClass.php in OntClass.php
OntModel.php
OntModel.php in OntModel.php
OntModelP.php
OntModelP.php in OntModelP.php
OntProperty.php
OntProperty.php in OntProperty.php
OntResource.php
OntResource.php in OntResource.php
OntVocabulary.php
OntVocabulary.php in OntVocabulary.php
OWLVocabulary.php
OWLVocabulary.php in OWLVocabulary.php
ONTOLOGY
OWL::ONTOLOGY() in OWL_C.php
ONTOLOGY
OWLVocabulary::ONTOLOGY() in OWLVocabulary.php
ONTOLOGY
OWL_RES::ONTOLOGY() in OWL_RES.php
OntProperty
OntProperty in OntProperty.php
Class encapsulating a property in an ontology.
OntProperty
OntProperty::OntProperty() in OntProperty.php
Constructor.
OntResource
OntResource in OntResource.php
Provides a common super-type for all of the abstractions in this ontology representation package.
OntResource
OntResource::OntResource() in OntResource.php
Constructor You can supply a uri
OntVocabulary
OntVocabulary in OntVocabulary.php
Base Class that encapsulates the elements of a general vocabulary
ON_PROPERTY
OWL_RES::ON_PROPERTY() in OWL_RES.php
ON_PROPERTY
OWLVocabulary::ON_PROPERTY() in OWLVocabulary.php
ON_PROPERTY
OWL::ON_PROPERTY() in OWL_C.php
orderTypeSets
Takes an array of type sets (as returned by getTypeSets()) and sorts the variables according to the SPARQL specs.
ORGANIZATION
FOAF::ORGANIZATION() in FOAF_C.php
ORGANIZATION
FOAF_RES::ORGANIZATION() in FOAF_RES.php
ORGNAME
VCARD_RES::ORGNAME() in VCARD_RES.php
ORGNAME
VCARD::ORGNAME() in VCARD_C.php
ORGPROPERTIES
ORGPROPERTIES
VCARD::ORGPROPERTIES() in VCARD_C.php
ORGUNIT
VCARD_RES::ORGUNIT() in VCARD_RES.php
ORGUNIT
VCARD::ORGUNIT() in VCARD_C.php
OTHER
VCARD::OTHER() in VCARD_C.php
OTHER
VCARD_RES::OTHER() in VCARD_RES.php
OWL
OWL in OWL_C.php
OWL Vocabulary (Resource)
OWLVocabulary
OWLVocabulary in OWLVocabulary.php
OWL vocabulary items
OWL_CLASS
OWL_RES::OWL_CLASS() in OWL_RES.php
OWL_CLASS
OWL::OWL_CLASS() in OWL_C.php
OWL_INVERSE_OF
OWL_INVERSE_OF in constants.php
OWL_NS
OWL_NS in constants.php
OWL_PREFIX
OWL_PREFIX in constants.php
OWL_RES
OWL_RES in OWL_RES.php
OWL Vocabulary (ResResource)
OWL_SAME_AS
OWL_SAME_AS in constants.php
OWL_URI
OWL_URI in constants.php
Offsetter.php
Offsetter.php in Offsetter.php
Object.php
Object.php in Object.php
OWL.php
OWL.php in OWL.php
OWL_C.php
OWL_C.php in OWL_C.php
OWL_RES.php
OWL_RES.php in OWL_RES.php
p
top
$parsedNamespaces
$parseError
N3Parser::$parseError in N3Parser.php
$parser
MagpieRSS::$parser in rss_parse.inc
$pass
Snoopy::$pass in Snoopy.class.inc
$passcookies
Snoopy::$passcookies in Snoopy.class.inc
$patternId
GraphPattern::$patternId in GraphPattern.php
$port
Snoopy::$port in Snoopy.class.inc
$pr
SparqlEngineDb::$pr in SparqlEngineDb.php
Prepared statments preparator instance
$predicate
QueryTriple::$predicate in QueryTriple.php
The QueryTriples Predicate.
$predicate
FindIterator::$predicate in FindIterator.php
$prefixes
N3Serializer::$prefixes in N3Serializer.php
$prefixes
Query::$prefixes in Query.php
Array that contains used prefixes and namespaces.
$prefixes
ClientQuery::$prefixes in ClientQuery.php
$proxy_host
Snoopy::$proxy_host in Snoopy.class.inc
$proxy_port
Snoopy::$proxy_port in Snoopy.class.inc
PACKAGE_DATASET
PACKAGE_DATASET in constants.php
PACKAGE_DBASE
PACKAGE_DBASE in constants.php
PACKAGE_INFMODEL
PACKAGE_INFMODEL in constants.php
PACKAGE_MODEL
PACKAGE_MODEL in constants.php
PACKAGE_ONTMODEL
PACKAGE_ONTMODEL in constants.php
PACKAGE_RDQL
PACKAGE_RDQL in constants.php
PACKAGE_RESMODEL
PACKAGE_RESMODEL in constants.php
PACKAGE_SPARQL
PACKAGE_SPARQL in constants.php
PACKAGE_SYNTAX_GRDDL
PACKAGE_SYNTAX_GRDDL in constants.php
PACKAGE_SYNTAX_N3
PACKAGE_SYNTAX_N3 in constants.php
PACKAGE_SYNTAX_RDF
PACKAGE_SYNTAX_RDF in constants.php
PACKAGE_SYNTAX_RSS
PACKAGE_SYNTAX_RSS in constants.php
PACKAGE_SYNTAX_SPARQLRES
PACKAGE_SYNTAX_SPARQLRES in constants.php
PACKAGE_UTILITY
PACKAGE_UTILITY in constants.php
PACKAGE_VOCABULARY
PACKAGE_VOCABULARY in constants.php
PAGE
FOAF_RES::PAGE() in FOAF_RES.php
PAGE
FOAF::PAGE() in FOAF_C.php
parse
SparqlResultParser::parse() in SparqlResultParser.php
Main function of SparqlResultParser
parse
SparqlParser::parse() in SparqlParser.php
Main function of SparqlParser. Parses a query string.
parse
N3Parser::parse() in N3Parser.php
This parses a N3 string and prints out the triples
parse2model
N3Parser::parse2model() in N3Parser.php
This parses a N3 string and returns a memmodel
parseAsk
SparqlParser::parseAsk() in SparqlParser.php
Sets result form to 'ASK' and 'COUNT'.
parseBase
SparqlParser::parseBase() in SparqlParser.php
Parses the BASE part of the query.
parseBrackettedExpression
Parses a bracketted expression.
parseCollection
Parses an RDF collection.
parseConstraint
Parses a value constraint.
parseConstraintTree
Parses a constraint string recursively.
parseConstruct
SparqlParser::parseConstruct() in SparqlParser.php
Parses the CONSTRUCT clause.
parseDescribe
SparqlParser::parseDescribe() in SparqlParser.php
Adds a new variable to the query and sets result form to 'DESCRIBE'.
parseExpression
Parses an expression.
parseFile
TriXParser::parseFile() in TriXParser.php
Parse from a file
parseFrom
SparqlParser::parseFrom() in SparqlParser.php
Parses the FROM clause.
parseGraph
SparqlParser::parseGraph() in SparqlParser.php
Parses a GRAPH clause.
parseGraphPattern
Parses a graph pattern.
parseLiteral
SparqlParser::parseLiteral() in SparqlParser.php
Parses a literal.
parseModifier
SparqlParser::parseModifier() in SparqlParser.php
Parses the solution modifiers of a query.
parseNode
SparqlParser::parseNode() in SparqlParser.php
Parses a String to an RDF node.
parseOrderCondition
Parses order conditions of a query.
parsePrefix
SparqlParser::parsePrefix() in SparqlParser.php
Adds a new namespace prefix to the query object.
parseQuery
RdqlParser::parseQuery() in RdqlParser.php
Parse the given RDQL query string and return an array with query variables and constraints.
parseQuery
SparqlParser::parseQuery() in SparqlParser.php
Starts parsing the tokenized SPARQL Query.
parseResult
SparqlClient::parseResult() in SparqlClient.php
parseSelect
SparqlParser::parseSelect() in SparqlParser.php
Parses the SELECT part of a query.
parseString
TriXParser::parseString() in TriXParser.php
Parse an XML string
parseTriplePattern
Parses a triple pattern.
parseWhere
SparqlParser::parseWhere() in SparqlParser.php
Parses the WHERE clause.
PARSE_TYPE
RDF::PARSE_TYPE() in RDF_C.php
PARSE_TYPE
RDF_RES::PARSE_TYPE() in RDF_RES.php
PARSE_TYPE_RESOURCE
PARSE_TYPE_RESOURCE
parse_w3cdtf
parse_w3cdtf() in rss_utils.inc
PAST_PROJECT
FOAF_RES::PAST_PROJECT() in FOAF_RES.php
PAST_PROJECT
FOAF::PAST_PROJECT() in FOAF_C.php
PCODE
VCARD::PCODE() in VCARD_C.php
PCODE
VCARD_RES::PCODE() in VCARD_RES.php
PERIOD
DC_RES::PERIOD() in DC_RES.php
PERIOD
DC::PERIOD() in DC_C.php
PERSON
ATOM_RES::PERSON() in ATOM_RES.php
PERSON
ATOM::PERSON() in ATOM_C.php
PERSON
FOAF::PERSON() in FOAF_C.php
PERSON
FOAF_RES::PERSON() in FOAF_RES.php
PERSONAL_PROFILE_DOCUMENT
PERSONAL_PROFILE_DOCUMENT
PHONE
FOAF_RES::PHONE() in FOAF_RES.php
PHONE
FOAF::PHONE() in FOAF_C.php
PHOTO
VCARD::PHOTO() in VCARD_C.php
PHOTO
VCARD_RES::PHOTO() in VCARD_RES.php
php4_create_parser
Instaniate an XML parser under PHP4
php5_create_parser
Instantiate an XML parser under PHP5
PHYSICALOBJECT
PHYSICALOBJECT
PLAN
FOAF_RES::PLAN() in FOAF_RES.php
PLAN
FOAF::PLAN() in FOAF_C.php
POBOX
VCARD::POBOX() in VCARD_C.php
POBOX
VCARD_RES::POBOX() in VCARD_RES.php
POINT
DC::POINT() in DC_C.php
POINT
DC_RES::POINT() in DC_RES.php
PREDICATE
RDF::PREDICATE() in RDF_C.php
PREDICATE
RDF_RES::PREDICATE() in RDF_RES.php
predicate
Statement::predicate() in Statement.php
Alias for getPredicate()
PREFIX
VCARD_RES::PREFIX() in VCARD_RES.php
PREFIX
VCARD::PREFIX() in VCARD_C.php
prepare
SparqlParser::prepare() in SparqlParser.php
Set all internal variables to a clear state before we start parsing.
prepare
SparqlEngineDb::prepare() in SparqlEngineDb.php
Create a prepared statement that can be executed later.
prepareInDb
Converts the given queries into sql prepared statments,
preselectGraphs
Looks in from and from named part of the query and adds the graphs to the graphlist.
previous
StatementIterator::previous() in StatementIterator.php
Returns the previous statement.
previous
RdqlResultIterator::previous() in RdqlResultIterator.php
Returns the previous result.
PRIMARY_TOPIC
FOAF::PRIMARY_TOPIC() in FOAF_C.php
PRIMARY_TOPIC
PRIOR_VERSION
PRIOR_VERSION
OWLVocabulary::PRIOR_VERSION() in OWLVocabulary.php
PRIOR_VERSION
PRODID
VCARD::PRODID() in VCARD_C.php
PRODID
VCARD_RES::PRODID() in VCARD_RES.php
PROJECT
FOAF_RES::PROJECT() in FOAF_RES.php
PROJECT
FOAF::PROJECT() in FOAF_C.php
PROPERTY
RDF::PROPERTY() in RDF_C.php
PROPERTY
RDF_RES::PROPERTY() in RDF_RES.php
PROPERTY
OWLVocabulary::PROPERTY() in OWLVocabulary.php
PROPERTY
OWL::PROPERTY() in OWL_C.php
PROPERTY
OWL_RES::PROPERTY() in OWL_RES.php
PUBLICATIONS
FOAF_RES::PUBLICATIONS() in FOAF_RES.php
PUBLICATIONS
FOAF::PUBLICATIONS() in FOAF_C.php
PUBLISHER
DC::PUBLISHER() in DC_C.php
PUBLISHER
DC_RES::PUBLISHER() in DC_RES.php
putModel
DbStore::putModel() in DbStore.php
Store a MemModel or another DbModel from a different DbStore in the database.
PreparedStatement.php
PreparedStatement.php in PreparedStatement.php
Preparator.php
Preparator.php in Preparator.php
PreparedStatement.php
PreparedStatement.php in PreparedStatement.php
q
top
$query
$query
SparqlEngineDb::$query in SparqlEngineDb.php
Sparql Query object.
$query
ClientQuery::$query in ClientQuery.php
$query
SparqlParser::$query in SparqlParser.php
The query Object
$query
SparqlEngine::$query in SparqlEngine.php
The query object.
$queryParser
Model::$queryParser in Model.php
SparqlParser so we can re-use it
$querystring
SparqlParser::$querystring in SparqlParser.php
The Querystring
Quad.php
Quad.php in Quad.php
qnameCheck
SparqlParser::qnameCheck() in SparqlParser.php
Checks if $token is a qname.
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.
query
SparqlClient::query() in SparqlClient.php
Main function of SparqlClient.
Query
Query::Query() in Query.php
Constructor
query
ClientQuery::query() in ClientQuery.php
Adds the SPARQL query string to the query object.
Query
Query in Query.php
The Class Query represents a SPARQL query.
queryDb
SparqlEngineDb::queryDb() in SparqlEngineDb.php
Sends the sql to the database and returns the results.
queryModel
SparqlEngineDb::queryModel() in SparqlEngineDb.php
Query the database with the given SPARQL query.
queryModel
RdqlDbEngine::queryModel() in RdqlDbEngine.php
Perform an RDQL Query on the given DbModel.
queryModel
SparqlEngine::queryModel() in SparqlEngine.php
The query engine's main method.
queryModel
RdqlMemEngine::queryModel() in RdqlMemEngine.php
Perform an RDQL Query on the given MemModel.
queryMultiple
SparqlEngineDb::queryMultiple() in SparqlEngineDb.php
Executes multiple SQL queries and returns an array of results.
QueryTriple
QueryTriple in QueryTriple.php
Represents a query triple.
QueryTriple
QueryTriple::QueryTriple() in QueryTriple.php
Constructor
Query.php
Query.php in Query.php
QueryTriple.php
QueryTriple.php in QueryTriple.php
r
top
$rawheaders
Snoopy::$rawheaders in Snoopy.class.inc
$RDF_NS
N3Parser::$RDF_NS in N3Parser.php
$rdf_parser
RdfParser::$rdf_parser in RdfParser.php
$rdf_qnames
RdfSerializer::$rdf_qnames in RdfSerializer.php
$rdf_qname_prefix
$read_timeout
Snoopy::$read_timeout in Snoopy.class.inc
$referer
Snoopy::$referer in Snoopy.class.inc
$res
NTripleSerializer::$res in NTripleSerializer.php
$res
N3Serializer::$res in N3Serializer.php
$resourcetext
N3Serializer::$resourcetext in N3Serializer.php
$resourcetext_taken
$resParser
SparqlResultParser::$resParser in SparqlResultParser.php
$response_code
Snoopy::$response_code in Snoopy.class.inc
$resultForm
Query::$resultForm in Query.php
What form/type of result should be returned.
$resultPart
Query::$resultPart in Query.php
Contains the result part of the SPARQL query.
$results
Snoopy::$results in Snoopy.class.inc
$resultVars
Query::$resultVars in Query.php
Array of result variables that shall be returned.
Resource.php
Resource.php in Resource.php
RdfsVocabulary.php
RdfsVocabulary.php in RdfsVocabulary.php
RANGE
OWLVocabulary::RANGE() in OWLVocabulary.php
Answer the predicate that denotes the domain of a property.
RANGE
RDFS_RES::RANGE() in RDFS_RES.php
RANGE
RdfsVocabulary::RANGE() in RdfsVocabulary.php
Answer the predicate that denotes the domain of a property.
RANGE
RDFS::RANGE() in RDFS_C.php
RDF
RDF in RDF_C.php
Resource Description Framework (RDF) Vocabulary (Resource)
RdfAPI.php
RdfAPI.php in RdfAPI.php
RDFAPI_ERROR
RDFAPI_ERROR in constants.php
RdfParser
RdfParser in RdfParser.php
An RDF paser.
RDFS
RDFS in RDFS_C.php
RDF Vocabulary Description Language 1.0: RDF Schema (RDFS) Vocabulary (Resource)
RdfSerializer
RdfSerializer::RdfSerializer() in RdfSerializer.php
Constructor
RdfSerializer
RdfSerializer in RdfSerializer.php
An RDF seralizer.
RdfsVocabulary
RdfsVocabulary in RdfsVocabulary.php
RDFS vocabulary items
RDFS_CLASS
RDFS_CLASS in constants.php
RDFS_CLASS
RDFS::RDFS_CLASS() in RDFS_C.php
RDFS_CLASS
RDFS_RES::RDFS_CLASS() in RDFS_RES.php
RDFS_COMMENT
RDFS_COMMENT in constants.php
RDFS_DATATYPE
RDFS_DATATYPE in constants.php
RDFS_DOMAIN
RDFS_DOMAIN in constants.php
RDFS_IS_DEFINED_BY
RDFS_IS_DEFINED_BY in constants.php
RDFS_LABEL
RDFS_LABEL in constants.php
RDFS_LITERAL
RDFS_LITERAL in constants.php
RDFS_RANGE
RDFS_RANGE in constants.php
RDFS_RES
RDFS_RES in RDFS_RES.php
RDF Vocabulary Description Language 1.0: RDF Schema (RDFS) Vocabulary (ResResource)
RDFS_RESOURCE
RDFS_RESOURCE in constants.php
RDFS_SEE_ALSO
RDFS_SEE_ALSO in constants.php
RDFS_SUBCLASSOF
RDFS_SUBCLASSOF in constants.php
RDFS_SUBPROPERTYOF
RDFS_SUBPROPERTYOF in constants.php
RDFS_VOCABULARY
RDFS_VOCABULARY in constants.php
RDFUtil
RDFUtil in RdfUtil.php
Useful utility methods.
RDF_ABOUT
RDF_ABOUT in constants.php
RDF_ABOUT_EACH
RDF_ABOUT_EACH in constants.php
RDF_ABOUT_EACH_PREFIX
RDF_ABOUT_EACH_PREFIX in constants.php
RDF_ALT
RDF_ALT in constants.php
RDF_BAG
RDF_BAG in constants.php
RDF_BAG_ID
RDF_BAG_ID in constants.php
RDF_DATATYPE
RDF_DATATYPE in constants.php
RDF_DATATYPE_SCHEMA_URI
RDF_DATATYPE_SCHEMA_URI in constants.php
RDF_DESCRIPTION
RDF_DESCRIPTION in constants.php
RDF_FIRST
RDF_FIRST in constants.php
RDF_ID
RDF_ID in constants.php
RDF_LI
RDF_LI in constants.php
RDF_LIST
RDF_RES::RDF_LIST() in RDF_RES.php
RDF_LIST
RDF_LIST in constants.php
RDF_LIST
RDF::RDF_LIST() in RDF_C.php
RDF_NAMESPACE_PREFIX
RDF_NAMESPACE_PREFIX in constants.php
RDF_NAMESPACE_URI
RDF_NAMESPACE_URI in constants.php
RDF_NIL
RDF_NIL in constants.php
RDF_NODEID
RDF_NODEID in constants.php
RDF_OBJECT
RDF_OBJECT in constants.php
RDF_OBJECT_TYPE_BNODE
RDF_OBJECT_TYPE_BNODE in constants.php
RDF_OBJECT_TYPE_LITERAL
RDF_OBJECT_TYPE_LITERAL in constants.php
RDF_OBJECT_TYPE_RESOURCE
RDF_OBJECT_TYPE_RESOURCE in constants.php
RDF_OBJECT_TYPE_XML
RDF_OBJECT_TYPE_XML in constants.php
RDF_PARSE_TYPE
RDF_PARSE_TYPE in constants.php
RDF_PARSE_TYPE_COLLECTION
RDF_PARSE_TYPE_COLLECTION in constants.php
RDF_PARSE_TYPE_LITERAL
RDF_PARSE_TYPE_LITERAL in constants.php
RDF_PARSE_TYPE_RESOURCE
RDF_PARSE_TYPE_RESOURCE in constants.php
RDF_PREDICATE
RDF_PREDICATE in constants.php
RDF_PROPERTY
RDF_PROPERTY in constants.php
RDF_RDF
RDF_RDF in constants.php
RDF_RES
RDF_RES in RDF_RES.php
Resource Description Framework (RDF) Vocabulary (ResResource)
RDF_RESOURCE
RDF_RESOURCE in constants.php
RDF_REST
RDF_REST in constants.php
RDF_SCHEMA_PREFIX
RDF_SCHEMA_PREFIX in constants.php
RDF_SCHEMA_URI
RDF_SCHEMA_URI in constants.php
RDF_SEEALSO
RDF_SEEALSO in constants.php
RDF_SEQ
RDF_SEQ in constants.php
RDF_STATEMENT
RDF_STATEMENT in constants.php
RDF_SUBJECT
RDF_SUBJECT in constants.php
RDF_SUBJECT_TYPE_ANONYMOUS
RDF_SUBJECT_TYPE_BNODE
RDF_SUBJECT_TYPE_BNODE in constants.php
RDF_SUBJECT_TYPE_DISTRIBUTED
RDF_SUBJECT_TYPE_PREFIX
RDF_SUBJECT_TYPE_PREFIX in constants.php
RDF_SUBJECT_TYPE_URI
RDF_SUBJECT_TYPE_URI in constants.php
RDF_TYPE
RDF_TYPE in constants.php
RDF_VALUE
RDF_VALUE in constants.php
RDF_XMLLITERAL
RDF_XMLLITERAL in constants.php
RDQL.php
RDQL.php in RDQL.php
RdqlDbEngine.php
RdqlDbEngine.php in RdqlDbEngine.php
RdqlEngine.php
RdqlEngine.php in RdqlEngine.php
RdqlMemEngine.php
RdqlMemEngine.php in RdqlMemEngine.php
RdqlParser.php
RdqlParser.php in RdqlParser.php
RdqlResultIterator.php
RdqlResultIterator.php in RdqlResultIterator.php
RdqlDbEngine
RdqlDbEngine in RdqlDbEngine.php
This class performs as RDQL query on a DbModel.
RdqlEngine
RdqlEngine in RdqlEngine.php
Some general methods common for RdqlMemEngine and RdqlDbEngine
RdqlMemEngine
RdqlMemEngine in RdqlMemEngine.php
This class performes as RDQL query on a MemModel.
RdqlParser
RdqlParser in RdqlParser.php
This class contains methods for parsing an Rdql query string into PHP variables.
rdqlQuery
MemModel::rdqlQuery() in MemModel.php
Perform an RDQL query on this MemModel.
rdqlQuery
ResModel::rdqlQuery() in ResModel.php
Perform an RDQL query on this MemModel.
rdqlQuery
DbModel::rdqlQuery() in DbModel.php
Perform an RDQL query on this DbModel.
rdqlQueryAsIterator
Perform an RDQL query on this MemModel.
rdqlQueryAsIterator
Perform an RDQL query on this MemModel.
rdqlQueryAsIterator
Perform an RDQL query on this DBModel.
RdqlResultIterator
Constructor
RdqlResultIterator
RdqlResultIterator in RdqlResultIterator.php
Iterator for traversing Rdql results.
RDQL_AND_ERR
RDQL_AND_ERR in constants.php
RDQL_ERR
RDQL_ERR in constants.php
RDQL_SEL_ERR
RDQL_SEL_ERR in constants.php
RDQL_SRC_ERR
RDQL_SRC_ERR in constants.php
RDQL_SYN_ERR
RDQL_SYN_ERR in constants.php
RDQL_USG_ERR
RDQL_USG_ERR in constants.php
RDQL_WHR_ERR
RDQL_WHR_ERR in constants.php
REFERENCES
DC::REFERENCES() in DC_C.php
REFERENCES
DC_RES::REFERENCES() in DC_RES.php
regex
regex() in FilterFunctions.php
Evaluates the regex() function. Returns true if the regex is matched false if not.
REGION
VCARD::REGION() in VCARD_C.php
REGION
VCARD_RES::REGION() in VCARD_RES.php
reify
MemModel::reify() in MemModel.php
Reifies the MemModel.
reify
Statement::reify() in Statement.php
Reifies a statement.
reify
DbModel::reify() in DbModel.php
Reify the DbModel.
REL
ATOM::REL() in ATOM_C.php
REL
ATOM_RES::REL() in ATOM_RES.php
remove
ResModel::remove() in ResModel.php
Removes the statement of ResResources(ResTriples) from the MemModel.
remove
InfModelF::remove() in InfModelF.php
Removes the triple from the MemModel.
remove
ResList::remove() in ResList.php
Remove the given value from this list.
remove
MemModel::remove() in MemModel.php
Removes the triple from the MemModel.
remove
DbModel::remove() in DbModel.php
Remove the given triple from this DbModel.
remove
ResContainer::remove() in ResContainer.php
Remove a value from the container.
remove
InfModelB::remove() in InfModelB.php
Removes the triple from the MemModel.
removeAll
ResResource::removeAll() in ResResource.php
Delete all the statements with predicate p for this resource from its associated model.
removeAtIndex
Remove the member at the specified index.
removeComment
OntResource::removeComment() in OntResource.php
Remove the statement that the given ResLiteral is a comment on this resource.
removeDefinedBy
Remove the statement that this resource is defined by the given resource.
removeDomain
OntProperty::removeDomain() in OntProperty.php
Remove the given class from the stated domain(s) of this property.
removeHead
ResList::removeHead() in ResList.php
Remove the head of the list. The tail of the list remains in the model. Note that no changes are made to list cells that point to this list cell as their tail.
removeInfered
Removes all infered statements from the model but keeps the infernece rules.
removeLabelProperty
Remove the statement that the given ResLiteral is a label on this resource.
removeList
ResList::removeList() in ResList.php
Remove all of the components of this list from the model.
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.
removeNamedGraphDb
Removes the graph with all statements from the database.
removeNamespace
removes a single namespace from the model
removeNamespace
removes a single namespace from the model
removeNamespace
removes a single namespace from the model
removeNull
Removes all NULL values from an array and returns it.
removeProperties
Delete all the properties for this resource from the associated model.
removeProperty
Remove the specific property-value pair from this resource.
removeQuad
DatasetMem::removeQuad() in DatasetMem.php
Deletes a Quad from the RDF dataset.
removeQuad
DatasetDb::removeQuad() in DatasetDb.php
Deletes a Quad from the RDF dataset.
removeRange
OntProperty::removeRange() in OntProperty.php
Remove the given class from the stated range(es) of this property.
removeRDFType
OntResource::removeRDFType() in OntResource.php
Remove the statement that this resource is of the given RDF type.
removeSeeAlso
OntResource::removeSeeAlso() in OntResource.php
Remove the statement indicating the given resource as a source of additional information about this resource.
removeSubClass
Remove the given class from the sub-classes of this class.
removeSubProperty
Remove the given property from the sub-properties of this property.
removeSuperClass
Remove the given class from the super-classes of this class.
removeSuperProperty
Remove the given property from the super-properties of this property.
renameBlanks
ModelComparator::renameBlanks() in ModelComparator.php
Renames the models Blanknodes.
replace
ResList::replace() in ResList.php
Replace the value at the i'th position in the list with the given value
replace
DbModel::replace() in DbModel.php
General method to replace nodes of a DbModel.
replace
MemModel::replace() in MemModel.php
General method to replace nodes of a MemModel.
replace
InfModel::replace() in InfModel.php
General method to replace nodes of a MemModel.
replacePlaceholders
Replaces the placeholders in the given SQL statement with real SQL prepared statements placeholders.
replacePlaceholdersCb
Callback method internally used by replacePlaceholders() method.
replacePlaceholdersWithVariables
Replaces all placeholders with their actual values.
replacePlaceholdersWithVariablesCb
Callback method internally used by replacePlaceholdersWithVariables() method.
replacePrefix
REPLACES
DC::REPLACES() in DC_C.php
REPLACES
DC_RES::REPLACES() in DC_RES.php
REQUIRES
DC::REQUIRES() in DC_C.php
REQUIRES
DC_RES::REQUIRES() in DC_RES.php
ResAlt
ResAlt::ResAlt() in ResAlt.php
Constructor You can supply a URI
ResAlt
ResAlt in ResAlt.php
This interface defines methods for accessing RDF Alternative resources.
ResBag
ResBag::ResBag() in ResBag.php
Constructor You can supply a URI
ResBag
ResBag in ResBag.php
This interface defines methods for accessing RDF Bag resources.
ResContainer
ResContainer in ResContainer.php
An RDF Container.
ResContainer
ResContainer::ResContainer() in ResContainer.php
Constructor You can supply a URI
ResIterator
ResIterator::ResIterator() in ResIterator.php
Constructor.
ResIterator
ResIterator in ResIterator.php
Implementation of a resource iterator.
ResList
ResList in ResList.php
Implementation of an rdf:Collection (rdf:List) Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.
ResList
ResList::ResList() in ResList.php
Constructor You can supply a URI
ResLiteral
ResLiteral in ResLiteral.php
An RDF literal.
ResLiteral
ResLiteral::ResLiteral() in ResLiteral.php
Constructor You have to supply a string.
ResModel
ResModel in ResModel.php
A ResModel provides an resource centric view on an underlying RDF model.
ResModel
ResModel::ResModel() in ResModel.php
Constructor You have to supply a memmodel/dbmodel/infmodel to save the statements.
RESMODEL
RESMODEL in constants.php
ResAlt.php
ResAlt.php in ResAlt.php
ResBag.php
ResBag.php in ResBag.php
ResContainer.php
ResContainer.php in ResContainer.php
ResIterator.php
ResIterator.php in ResIterator.php
ResList.php
ResList.php in ResList.php
ResLiteral.php
ResLiteral.php in ResLiteral.php
ResModel.php
ResModel.php in ResModel.php
ResModelP.php
ResModelP.php in ResModelP.php
ResProperty.php
ResProperty.php in ResProperty.php
ResResource.php
ResResource.php in ResResource.php
ResSeq.php
ResSeq.php in ResSeq.php
RESOURCE
RDFS::RESOURCE() in RDFS_C.php
RESOURCE
RDF_RES::RESOURCE() in RDF_RES.php
RESOURCE
RDF::RESOURCE() in RDF_C.php
Resource
Resource::Resource() in Resource.php
Constructor Takes an URI or a namespace/localname combination
RESOURCE
RDFS_RES::RESOURCE() in RDFS_RES.php
Resource
Resource in Resource.php
An RDF resource.
ResProperty
ResProperty::ResProperty() in ResProperty.php
Constructor You can supply a URI
ResProperty
ResProperty in ResProperty.php
An RDF Property.
ResResource
ResResource in ResResource.php
An RDF Resource.
ResResource
ResResource::ResResource() in ResResource.php
Constructor You can supply a uri
ResSeq
ResSeq in ResSeq.php
This interface defines methods for accessing RDF Sequence resources.
ResSeq
ResSeq::ResSeq() in ResSeq.php
Constructor You can supply a URI
REST
RDF_RES::REST() in RDF_RES.php
REST
RDF::REST() in RDF_C.php
RESTRICTION
OWL_RES::RESTRICTION() in OWL_RES.php
RESTRICTION
OWLVocabulary::RESTRICTION() in OWLVocabulary.php
RESTRICTION
OWL::RESTRICTION() in OWL_C.php
returnResult
SparqlClient::returnResult() in SparqlClient.php
Returns the query result.
REV
VCARD_RES::REV() in VCARD_RES.php
REV
VCARD::REV() in VCARD_C.php
rewind
IteratorAllGraphsDb::rewind() in IteratorAllGraphsDb.php
Resets iterator list to start
rewind
ResIterator::rewind() in ResIterator.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.
rewind
IteratorFindQuadsMem::rewind() in IteratorFindQuadsMem.php
Resets iterator list to start.
rewind
IterFind::rewind() in IterFind.php
Resets iterator list to start
RFC1766
DC_RES::RFC1766() in DC_RES.php
RFC1766
DC::RFC1766() in DC_C.php
RFC3066
DC::RFC3066() in DC_C.php
RFC3066
DC_RES::RFC3066() in DC_RES.php
RIGHTS
DC_RES::RIGHTS() in DC_RES.php
RIGHTS
DC::RIGHTS() in DC_C.php
RIGHTS_HOLDER
RIGHTS_HOLDER
ROLE
VCARD::ROLE() in VCARD_C.php
ROLE
VCARD_RES::ROLE() in VCARD_RES.php
RSS
RSS in rss_parse.inc
Project: MagpieRSS: a simple RSS integration tool File: rss_parse.inc - parse an RSS or Atom feed return as a simple object.
RSS
RSS in RSS_C.php
RSS Vocabulary (Resource)
RSSCache
RSSCache::RSSCache() in rss_cache.inc
RSSCache
RSSCache in rss_cache.inc
RssParser
RssParser in RssParser.php
RSS/ATOM Parser
RSS_NS
RSS_NS in constants.php
RSS_RES
RSS_RES in RSS_RES.php
RSS Vocabulary (ResResource)
ResultConverter.php
ResultConverter.php in ResultConverter.php
ResultRenderer.php
ResultRenderer.php in ResultRenderer.php
ResultConverter.php
ResultConverter.php in ResultConverter.php
ResultRenderer.php
ResultRenderer.php in ResultRenderer.php
RdfParser.php
RdfParser.php in RdfParser.php
RdfSerializer.php
RdfSerializer.php in RdfSerializer.php
RssParser.php
RssParser.php in RssParser.php
rss_cache.inc
rss_cache.inc in rss_cache.inc
rss_fetch.inc
rss_fetch.inc in rss_fetch.inc
rss_parse.inc
rss_parse.inc in rss_parse.inc
rss_utils.inc
rss_utils.inc in rss_utils.inc
RdfUtil.php
RdfUtil.php in RdfUtil.php
RDF.php
RDF.php in RDF.php
RDFS.php
RDFS.php in RDFS.php
RDFS_C.php
RDFS_C.php in RDFS_C.php
RDFS_RES.php
RDFS_RES.php in RDFS_RES.php
RDF_C.php
RDF_C.php in RDF_C.php
RDF_RES.php
RDF_RES.php in RDF_RES.php
RSS.php
RSS.php in RSS.php
RSS_C.php
RSS_C.php in RSS_C.php
RSS_RES.php
RSS_RES.php in RSS_RES.php
s
top
$server
SparqlClient::$server in SparqlClient.php
$sg
SQL Generator
$sg
SparqlEngineDb::$sg in SparqlEngineDb.php
SQL generator instance
$solutionModifier
Optional solution modifier of the query.
$sops
SparqlParser::$sops in SparqlParser.php
Operators introduced by sparql
$sort_model
RdfSerializer::$sort_model in RdfSerializer.php
$sparqlEngine
$stack
MagpieRSS::$stack in rss_parse.inc
$status
Snoopy::$status in Snoopy.class.inc
$strXmlData
SparqlResultParser::$strXmlData in SparqlResultParser.php
$subject
QueryTriple::$subject in QueryTriple.php
The QueryTriples Subject.
Statement.php
Statement.php in Statement.php
sameListAs
ResList::sameListAs() in ResList.php
Answer true if this list has the same elements in the same order as the given list. Note that the standard equals test just tests for equality of two given list cells.
SAME_AS
OWL_RES::SAME_AS() in OWL_RES.php
SAME_AS
OWLVocabulary::SAME_AS() in OWLVocabulary.php
SAME_AS
OWL::SAME_AS() in OWL_C.php
SAME_CLASS_AS
SAME_CLASS_AS
SAME_CLASS_AS
OWLVocabulary::SAME_CLASS_AS() in OWLVocabulary.php
SAME_INDIVIDUAL_AS
SAME_INDIVIDUAL_AS
SAME_INDIVIDUAL_AS
SAME_PROPERTY_AS
SAME_PROPERTY_AS
SAME_PROPERTY_AS
saveAs
RdfSerializer::saveAs() in RdfSerializer.php
Serializes a model and saves it into a file.
saveAs
InfModelB::saveAs() in InfModelB.php
Saves the RDF,N3 or N-Triple serialization of the full InfModelB (including inferred triples) to a file.
saveAs
MemModel::saveAs() in MemModel.php
Saves the RDF,N3 or N-Triple serialization of the MemModel to a file.
saveAs
NTripleSerializer::saveAs() in NTripleSerializer.php
Serializes a model and saves it into a file.
saveAs
ResModel::saveAs() in ResModel.php
Saves the RDF,N3 or N-Triple serialization of the MemModel to a file.
saveAs
DbModel::saveAs() in DbModel.php
Saves the RDF,N3 or N-Triple serialization of the DbModel to a file.
saveAs
N3Serializer::saveAs() in N3Serializer.php
Serializes a model and saves it into a file.
SCHOOL_HOMEPAGE
SCHOOL_HOMEPAGE
SEEALSO
RDFS::SEEALSO() in RDFS_C.php
SEEALSO
RDFS_RES::SEEALSO() in RDFS_RES.php
SEE_ALSO
RDF::SEE_ALSO() in RDF_C.php
SEE_ALSO
RdfsVocabulary::SEE_ALSO() in RdfsVocabulary.php
Answer the predicate that denotes seeAlso annotation on an ontology element
SEE_ALSO
OWLVocabulary::SEE_ALSO() in OWLVocabulary.php
Answer the predicate that denotes seeAlso annotation on an ontology element
SEE_ALSO
RDF_RES::SEE_ALSO() in RDF_RES.php
selectVars
SparqlEngine::selectVars() in SparqlEngine.php
Selects the result variables and builds a result table.
SEQ
RDF_RES::SEQ() in RDF_RES.php
SEQ
RDF::SEQ() in RDF_C.php
serialize
NTripleSerializer::serialize() in NTripleSerializer.php
Serializes a model to N Triple syntax.
serialize
RSSCache::serialize() in rss_cache.inc
serialize
N3Serializer::serialize() in N3Serializer.php
Serializes a model to N3 syntax.
serialize
RdfSerializer::serialize() in RdfSerializer.php
Serializes a model to RDF syntax.
serializeToFile
Serialize the Dataset to File
serializeToFile
TriXSerializer::serializeToFile() in TriXSerializer.php
Serialize the dataset to a TriX string and save in file
serializeToString
Serialize the Dataset to string
serializeToString
Serialize the dataset to a TriX string
SERVICE
DC::SERVICE() in DC_C.php
SERVICE
DC_RES::SERVICE() in DC_RES.php
SER_RDF_QNAMES
SER_RDF_QNAMES in constants.php
SER_SORT_MODEL
SER_SORT_MODEL in constants.php
SER_USE_ATTRIBUTES
SER_USE_ATTRIBUTES in constants.php
SER_USE_ENTITIES
SER_USE_ENTITIES in constants.php
SER_XML_DECLARATION
SER_XML_DECLARATION in constants.php
set
ResSeq::set() in ResSeq.php
Set the value at a given index in the sequence.
set
RSSCache::set() in rss_cache.inc
setAssociatedModel
Sets the reference to the assocoated model.
setAssociatedModel
Sets the reference to the assocoated model.
setBase
Query::setBase() in Query.php
Sets the base part.
setBaseURI
MemModel::setBaseURI() in MemModel.php
Set a base URI for the MemModel.
setBaseURI
ResModel::setBaseURI() in ResModel.php
Set a base URI for the MemModel.
setBaseURI
DbModel::setBaseURI() in DbModel.php
Set a base URI for the DbModel.
setComment
OntResource::setComment() in OntResource.php
Assert that the given string is the comment on this resource.
setcookies
Snoopy::setcookies() in Snoopy.class.inc
setData
Needs to be executed before getOrderifiedSqls and willBeDataDependent
setDatasetName
Sets the Datasets name.
setDatasetName
Sets the Dataset name. Return true on success, false otherwise.
setDatatype
Literal::setDatatype() in Literal.php
Sets the datatype of the literal.
setDefault
ResAlt::setDefault() in ResAlt.php
Set the default value of this container.
setDefaultGraph
Overwrites the existting default graph.
setDefaultGraph
Overwrites the existting default graph.
setDomain
OntProperty::setDomain() in OntProperty.php
Assert that the given resource represents the class of individuals that form the domain of this property. Any existing domain statements for this property are removed.
setEntailment
Sets the entailment of this rule The values can be NULL to match anything or be a node that has to be matched.
setFindLiteralWithLang
Sets that only Literals with the matching language should be returned
setFixBnodes
N3Parser::setFixBnodes() in N3Parser.php
Sets, if BlankNode labels should be replaced by the generic label from the constants.php file
setGraphname
GraphPattern::setGraphname() in GraphPattern.php
Sets the graphname.
setGraphName
NamedGraphMem::setGraphName() in NamedGraphMem.php
Sets the graph name.
setGraphName
NamedGraphDb::setGraphName() in NamedGraphDb.php
Sets the graph name.
setGraphName
Sets the graph name.
setHead
ResList::setHead() in ResList.php
Update the head of the list to have the given value, and return the previous value.
setId
GraphPattern::setId() in GraphPattern.php
Sets the GraphPatterns Id.
setInstanceRdfType
Sets the rdf:type, that this distinct resource is instance of.
setIsAnon
ResResource::setIsAnon() in ResResource.php
Set whether this resource is an anonymous resource
setIsDefinedBy
Assert that the given resource provides a source of definitions about this resource.
setLabelProperty
Assert that the given string is the label on this resource.
setLanguage
Literal::setLanguage() in Literal.php
Sets the language of the literal.
setOuterFilter
Sets the filter type to outer or inner filter.
setOutputFormat
Sets the output format for a SELECT or ASK query. Possible formats are "xml" for Sparql Query Results XML Format (http://www.w3.org/TR/rdf-sparql-XMLres/) or array for the format described in our SparqlEngine.
setPropertyValue
Set the value of the given property of this ontology resource to the given value.
setRange
OntProperty::setRange() in OntProperty.php
Assert that the given resource represents the class of individuals that form the range of this property. Any existing range statements for this property are removed.
setRDFType
OntResource::setRDFType() in OntResource.php
Set the RDF type (ie the class) for this resource, replacing any existing rdf:type property. Any existing statements for the RDF type will first be removed.
setResultForm
Sets the result form.
setSeeAlso
OntResource::setSeeAlso() in OntResource.php
Add a resource that is declared to provided additional information about the definition of this resource
setSolutionModifier
Sets a solution modifier.
setSubClass
OntClass::setSubClass() in OntClass.php
Assert that this class is super-class of the given class.
setSubProperty
Assert that this property is super-property of the given property.
setSuperClass
Assert that this class is sub-class of the given class.
setSuperProperty
Assert that this property is sub-property of the given property.
setTail
ResList::setTail() in ResList.php
Update the list cell at the front of the list to have the given list as tail. The old tail is returned, and remains in the model.
setTree
Constraint::setTree() in Constraint.php
setTrigger
InfRule::setTrigger() in InfRule.php
Sets the trigger of this rule The values can be NULL to match anything or be a node that has to be matched.
setURI
ResResource::setURI() in ResResource.php
Sets the URI of this resource
setVocabulary
OntResource::setVocabulary() in OntResource.php
Sets the reference to the assoiated vocabulary
SHA1
FOAF::SHA1() in FOAF_C.php
SHA1
FOAF_RES::SHA1() in FOAF_RES.php
size
MemModel::size() in MemModel.php
Number of triples in the MemModel
size
DbModel::size() in DbModel.php
Return the number of statements in this DbModel.
size
InfModelB::size() in InfModelB.php
Number of all inferable triples in the Model.
size
ResModel::size() in ResModel.php
Number of statements in the MemModel
size
ResContainer::size() in ResContainer.php
Returns the number values in the container.
slashbox
slashbox() in magpie_slashbox.php
SMARTY_DIR
SMARTY_DIR in simple_smarty.php
smarty_modifier_rss_date_parse
smarty_modifier_rss_date_parse() in modifier.rss_date_parse.php
Snoopy
Snoopy in Snoopy.class.inc
***********************************************
SOFTWARE
DC_RES::SOFTWARE() in DC_RES.php
SOFTWARE
DC::SOFTWARE() in DC_C.php
SOME_VALUES_FROM
SOME_VALUES_FROM
SOME_VALUES_FROM
sortVars
SparqlEngine::sortVars() in SparqlEngine.php
Sorts the results.
SORT_STRING
VCARD::SORT_STRING() in VCARD_C.php
SORT_STRING
VCARD_RES::SORT_STRING() in VCARD_RES.php
SOUND
DC::SOUND() in DC_C.php
SOUND
VCARD::SOUND() in VCARD_C.php
SOUND
VCARD_RES::SOUND() in VCARD_RES.php
SOUND
DC_RES::SOUND() in DC_RES.php
SOURCE
DC::SOURCE() in DC_C.php
SOURCE
VCARD::SOURCE() in VCARD_C.php
SOURCE
DC_RES::SOURCE() in DC_RES.php
SOURCE
VCARD_RES::SOURCE() in VCARD_RES.php
SPARQL.php
SPARQL.php in SPARQL.php
SparqlClient.php
SparqlClient.php in SparqlClient.php
SparqlEngine.php
SparqlEngine.php in SparqlEngine.php
SqlGenerator.php
SqlGenerator.php in SqlGenerator.php
SqlGeneratorException.php
SqlGeneratorException.php in SqlGeneratorException.php
SqlMerger.php
SqlMerger.php in SqlMerger.php
SparqlEngineDb.php
SparqlEngineDb.php in SparqlEngineDb.php
SparqlParser.php
SparqlParser.php in SparqlParser.php
SparqlParserException.php
SparqlParserException.php in SparqlParserException.php
SparqlClient
SparqlClient::SparqlClient() in SparqlClient.php
Constructor of SparlClient.
SparqlClient
SparqlClient in SparqlClient.php
Client for querying a sparql server.
SparqlEngine
SparqlEngine in SparqlEngine.php
This engine executes SPARQL queries against an RDF Datatset.
SparqlEngineDb
SparqlEngineDb in SparqlEngineDb.php
SPARQL engine optimized for databases.
SparqlEngineDb_FilterGenerator
SparqlEngineDb_FilterGenerator in FilterGenerator.php
Generates SQL from Sparql FILTER parts
SparqlEngineDb_FilterGenerator_Value
Value class that holds some arbitrary value and a datatype.
SparqlEngineDb_Offsetter
SparqlEngineDb_Offsetter in Offsetter.php
Determines the offset in a row of sql queries.
SparqlEngineDb_Preparator
SparqlEngineDb_Preparator in Preparator.php
This class takes care of prepared statements: Preparing them in the database, replacing
SparqlEngineDb_PreparedStatement
SparqlEngineDb_PreparedStatement in PreparedStatement.php
A prepared statement that can be execute()d later multiple times with different variable values.
SparqlEngineDb_ResultConverter
SparqlEngineDb_ResultConverter in ResultConverter.php
Converts a database result into a proper rdf statement triple array
SparqlEngineDb_ResultRenderer
SparqlEngineDb_ResultRenderer in ResultRenderer.php
Result renderer interface that any result renderer needs to implement.
SparqlEngineDb_ResultRenderer_Default
Default RAP result renderer.
SparqlEngineDb_ResultRenderer_HTML
Sparql DB HTML result renderer.
SparqlEngineDb_ResultRenderer_XML
Sparql DB XML result renderer as defined by http://www.w3.org/TR/rdf-sparql-XMLres/
SparqlEngineDb_SqlGenerator
SparqlEngineDb_SqlGenerator in SqlGenerator.php
Creates sql statements from a Query object
SparqlEngineDb_SqlGeneratorException
SparqlEngineDb_SqlGeneratorException in SqlGeneratorException.php
Exception when generating the SQL statement
SparqlEngineDb_SqlMerger
SparqlEngineDb_SqlMerger in SqlMerger.php
Creates an sql string from an sql array
SparqlEngineDb_TypeSorter
SparqlEngineDb_TypeSorter in TypeSorter.php
Sorts database types as the Sparql specs want it.
SparqlEngine_PreparedStatement
SparqlEngine_PreparedStatement in PreparedStatement.php
A prepared statement that can be execute()d later multiple times with different variable values.
SparqlEngine_ResultConverter
SparqlEngine_ResultConverter in ResultConverter.php
Converts a memory result into a proper rdf statement triple array
SparqlEngine_ResultRenderer
SparqlEngine_ResultRenderer in ResultRenderer.php
Result renderer interface that any result renderer needs to implement.
SparqlEngine_ResultRenderer_Default
Default result renderer for SparqlEngine
SparqlEngine_ResultRenderer_HTML
XML result renderer for SparqlEngine
SparqlEngine_ResultRenderer_XML
XML result renderer for SparqlEngine
SparqlParser
SparqlParser in SparqlParser.php
Parses a SPARQL Query string and returns a Query Object.
SparqlParser
SparqlParser::SparqlParser() in SparqlParser.php
Constructor of SparqlParser
SparqlParserException
SparqlParserException in SparqlParserException.php
A SPARQL Parser Execption for better errorhandling.
sparqlPrepare
Prepares a sparql query and returns a prepared statement that can be executed with data later on.
sparqlQuery
Dataset::sparqlQuery() in Dataset.php
Performs a SPARQL query against an RDF Dataset.
sparqlQuery
Performs a SPARQL query against a model. The model is converted to an RDF Dataset. The result can be retrived in SPARQL Query Results XML Format or as an array containing the variables an their bindings.
SparqlResultParser
SparqlResultParser in SparqlResultParser.php
Parses an xml document in SPARQL Result XML Format.
SPATIAL
DC_RES::SPATIAL() in DC_RES.php
SPATIAL
DC::SPATIAL() in DC_C.php
Statement
Statement in Statement.php
An RDF statement.
Statement
Statement::Statement() in Statement.php
The parameters to constructor are instances of classes and not just strings
STATEMENT
RDF_RES::STATEMENT() in RDF_RES.php
STATEMENT
RDF::STATEMENT() in RDF_C.php
StatementIterator
StatementIterator in StatementIterator.php
Iterator for traversing models.
StatementIterator
Constructor
STILLIMAGE
DC_RES::STILLIMAGE() in DC_RES.php
STILLIMAGE
DC::STILLIMAGE() in DC_C.php
str
str() in FilterFunctions.php
Evaluates the str() function. Returns the string representation of a variable or RDF term.
STREET
VCARD_RES::STREET() in VCARD_RES.php
STREET
VCARD::STREET() in VCARD_C.php
subject
Statement::subject() in Statement.php
Alias for getSubject()
SUBJECT
DC::SUBJECT() in DC_C.php
SUBJECT
DC_RES::SUBJECT() in DC_RES.php
SUBJECT
RDF_RES::SUBJECT() in RDF_RES.php
SUBJECT
RDF::SUBJECT() in RDF_C.php
subtract
DbModel::subtract() in DbModel.php
Return a new MemModel that is the subtraction of another model from this DbModel.
subtract
ResModel::subtract() in ResModel.php
Returns a new model that is the subtraction of another model from this model.
subtract
MemModel::subtract() in MemModel.php
Returns a new MemModel that is the subtraction of another model from this MemModel.
SUB_CLASS_OF
OWLVocabulary::SUB_CLASS_OF() in OWLVocabulary.php
Answer the predicate that denotes that one class is a sub-class of another.
SUB_CLASS_OF
RdfsVocabulary::SUB_CLASS_OF() in RdfsVocabulary.php
Answer the predicate that denotes that one class is a sub-class of another.
SUB_CLASS_OF
RDFS::SUB_CLASS_OF() in RDFS_C.php
SUB_CLASS_OF
RDFS_RES::SUB_CLASS_OF() in RDFS_RES.php
SUB_PROPERTY_OF
SUB_PROPERTY_OF
Answer the predicate that denotes that one property is a sub-property of another.
SUB_PROPERTY_OF
SUB_PROPERTY_OF
RdfsVocabulary::SUB_PROPERTY_OF() in RdfsVocabulary.php
Answer the predicate that denotes that one property is a sub-property of another.
SUFFIX
VCARD::SUFFIX() in VCARD_C.php
SUFFIX
VCARD_RES::SUFFIX() in VCARD_RES.php
SUMMARY
ATOM_RES::SUMMARY() in ATOM_RES.php
SUMMARY
ATOM::SUMMARY() in ATOM_C.php
SURNAME
FOAF::SURNAME() in FOAF_C.php
SURNAME
FOAF_RES::SURNAME() in FOAF_RES.php
switchOperator
sy
RssParser::sy() in RssParser.php
Adds the sy namespace.
SYMMETRIC_PROPERTY
SYMMETRIC_PROPERTY
SYMMETRIC_PROPERTY
SparqlResultParser.php
SparqlResultParser.php in SparqlResultParser.php
SyntaxGRDDL.php
SyntaxGRDDL.php in SyntaxGRDDL.php
SyntaxN3.php
SyntaxN3.php in SyntaxN3.php
SyntaxRDF.php
SyntaxRDF.php in SyntaxRDF.php
SyntaxRSS.php
SyntaxRSS.php in SyntaxRSS.php
SyntaxSparqlRes.php
SyntaxSparqlRes.php in SyntaxSparqlRes.php
Snoopy.class.inc
Snoopy.class.inc in Snoopy.class.inc
simple_smarty.php
simple_smarty.php in simple_smarty.php
StatementIterator.php
StatementIterator.php in StatementIterator.php
t
top
$textinput
MagpieRSS::$textinput in rss_parse.inc
$timed_out
Snoopy::$timed_out in Snoopy.class.inc
$tmp
SparqlParser::$tmp in SparqlParser.php
Last parsed graphPattern
$Tokens
N3Parser::$Tokens in N3Parser.php
$tokens
SparqlParser::$tokens in SparqlParser.php
The tokenized Query
$tree
Constraint::$tree in Constraint.php
The expression tree
$triplePattern
GraphPattern::$triplePattern in GraphPattern.php
$ts
SparqlEngineDb::$ts in SparqlEngineDb.php
Type sorting instance
$type
$type
RssParser::$type in RssParser.php
$typeVariable
$typeXsdBoolean
$typeXsdDateTime
$typeXsdDouble
$typeXsdInteger
$typeXsdString
TypeSorter.php
TypeSorter.php in TypeSorter.php
TriXParser.php
TriXParser.php in TriXParser.php
TriXSerializer.php
TriXSerializer.php in TriXSerializer.php
TABLE_OF_CONTENTS
TABLE_OF_CONTENTS
tagClosed
SparqlResultParser::tagClosed() in SparqlResultParser.php
tagData
SparqlResultParser::tagData() in SparqlResultParser.php
TAGLINE
ATOM_RES::TAGLINE() in ATOM_RES.php
TAGLINE
ATOM::TAGLINE() in ATOM_C.php
tagOpen
SparqlResultParser::tagOpen() in SparqlResultParser.php
TEL
VCARD_RES::TEL() in VCARD_RES.php
TEL
VCARD::TEL() in VCARD_C.php
TELTYPES
VCARD::TELTYPES() in VCARD_C.php
TELTYPES
VCARD_RES::TELTYPES() in VCARD_RES.php
TEMPORAL
DC::TEMPORAL() in DC_C.php
TEMPORAL
DC_RES::TEMPORAL() in DC_RES.php
test_library_support
test_library_support() in magpie_debug.php
TEXT
DC_RES::TEXT() in DC_RES.php
TEXT
DC::TEXT() in DC_C.php
TEXTINPUT
RSS::TEXTINPUT() in RSS_C.php
TEXTINPUT
RSS_RES::TEXTINPUT() in RSS_RES.php
TGN
DC::TGN() in DC_C.php
TGN
DC_RES::TGN() in DC_RES.php
THEME
FOAF::THEME() in FOAF_C.php
THEME
FOAF_RES::THEME() in FOAF_RES.php
THING
OWL::THING() in OWL_C.php
THING
OWL_RES::THING() in OWL_RES.php
THING
OWLVocabulary::THING() in OWLVocabulary.php
THUMBNAIL
FOAF_RES::THUMBNAIL() in FOAF_RES.php
THUMBNAIL
FOAF::THUMBNAIL() in FOAF_C.php
TIPJAR
FOAF_RES::TIPJAR() in FOAF_RES.php
TIPJAR
FOAF::TIPJAR() in FOAF_C.php
TITLE
RSS_RES::TITLE() in RSS_RES.php
TITLE
RSS::TITLE() in RSS_C.php
TITLE
FOAF_RES::TITLE() in FOAF_RES.php
TITLE
DC::TITLE() in DC_C.php
TITLE
VCARD_RES::TITLE() in VCARD_RES.php
TITLE
ATOM::TITLE() in ATOM_C.php
TITLE
ATOM_RES::TITLE() in ATOM_RES.php
TITLE
VCARD::TITLE() in VCARD_C.php
TITLE
DC_RES::TITLE() in DC_RES.php
TITLE
FOAF::TITLE() in FOAF_C.php
tokenize
SparqlParser::tokenize() in SparqlParser.php
Tokenizes the querystring.
TOPIC
FOAF_RES::TOPIC() in FOAF_RES.php
TOPIC
FOAF::TOPIC() in FOAF_C.php
TOPIC_INTEREST
TOPIC_INTEREST
toString
DbModel::toString() in DbModel.php
Short dump of the DbModel.
toString
BlankNode::toString() in Blanknode.php
Dumps bNode.
toString
Quad::toString() in Quad.php
Return a human-readable (sort of) string "graphname { s p o . }" describing the quad.
toString
MemModel::toString() in MemModel.php
Short Dump of the MemModel.
toString
InfModelF::toString() in InfModelF.php
Short Dump of the InfModelF.
toString
InfModelB::toString() in InfModelB.php
Short Dump of the InfModelB.
toString
Object::toString() in Object.php
Serializes a object into a string
toString
Literal::toString() in Literal.php
Dumps literal.
toString
Statement::toString() in Statement.php
Dumps the triple.
toString
Resource::toString() in Resource.php
Dumps resource.
toStringIncludingTriples
Dumps of the MemModel including all triples.
toStringIncludingTriples
Dumps of the InfModelB including ALL inferable triples.
toStringIncludingTriples
Dump of the DbModel including all triples.
toStringObject
Reurns a toString() serialization of the statements's object.
toStringPredicate
Returns a toString() serialization of the statements's predicate.
toStringSubject
Returns a toString() serialization of the statements's subject.
TRANSITIVE_PROPERTY
TRANSITIVE_PROPERTY
TRANSITIVE_PROPERTY
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.
TriXParser
TriXParser::TriXParser() in TriXParser.php
Constructor Needs a reference to a graphSet
TriXSerializer
TriXSerializer::TriXSerializer() in TriXSerializer.php
Constructor Needs a reference to a graphSet
TriXSerializer
TriXSerializer in TriXSerializer.php
Temporary implementation of a TriX-Serializer
TYPE
RDF_RES::TYPE() in RDF_RES.php
TYPE
RDF::TYPE() in RDF_C.php
TYPE
ATOM_RES::TYPE() in ATOM_RES.php
TYPE
ATOM::TYPE() in ATOM_C.php
TYPE
DC::TYPE() in DC_C.php
TYPE
RdfsVocabulary::TYPE() in RdfsVocabulary.php
Answer the predicate that denotes the rdf:type property.
TYPE
DC_RES::TYPE() in DC_RES.php
TYPE
OWLVocabulary::TYPE() in OWLVocabulary.php
Answer the predicate that denotes the rdf:type property.
TZ
VCARD_RES::TZ() in VCARD_RES.php
TZ
VCARD::TZ() in VCARD_C.php
TZTYPES
VCARD_RES::TZTYPES() in VCARD_RES.php
TZTYPES
VCARD::TZTYPES() in VCARD_C.php
u
top
$union
GraphPattern::$union in GraphPattern.php
$usedVars
Query::$usedVars in Query.php
List of all vars used in the query.
$user
Snoopy::$user in Snoopy.class.inc
$use_attributes
RdfSerializer::$use_attributes in RdfSerializer.php
$use_entities
RdfSerializer::$use_entities in RdfSerializer.php
$use_gzip
Snoopy::$use_gzip in Snoopy.class.inc
$use_xml_declaration
UDC
DC_RES::UDC() in DC_RES.php
UDC
DC::UDC() in DC_C.php
UID
VCARD_RES::UID() in VCARD_RES.php
UID
VCARD::UID() in VCARD_C.php
uncomment
SparqlParser::uncomment() in SparqlParser.php
Removes comments in the query string. Comments are indicated by '#'.
UNIC_RDF
UNIC_RDF in constants.php
UNION_OF
OWL_RES::UNION_OF() in OWL_RES.php
UNION_OF
OWL::UNION_OF() in OWL_C.php
UNION_OF
OWLVocabulary::UNION_OF() in OWLVocabulary.php
unite
MemModel::unite() in MemModel.php
Returns a new MemModel that is the set-union of the MemModel with another model.
unite
DbModel::unite() in DbModel.php
Return a new MemModel that is the set-union the model with another model.
unite
ResModel::unite() in ResModel.php
Returns a new Model that is the set-union of the model with another model.
unserialize
RSSCache::unserialize() in rss_cache.inc
uparse
N3Parser::uparse() in N3Parser.php
This parses a N3 string and calls func($subject, $predicate, $object) with each trioke
URI
DC_RES::URI() in DC_RES.php
URI
DC::URI() in DC_C.php
URL
ATOM_RES::URL() in ATOM_RES.php
URL
RSS_RES::URL() in RSS_RES.php
URL
RSS::URL() in RSS_C.php
URL
ATOM::URL() in ATOM_C.php
USE_ANY_QUOTE
USE_ANY_QUOTE in constants.php
USE_CDATA
USE_CDATA in constants.php
Utility.php
Utility.php in Utility.php
v
top
$value
$varDatatypes
Datatype of variables. NULL if the variable has no data type (e.g. ^^xsd::integer) set.
$varLanguages
Language of variables. NULL if the variable has no language tag (e.g. @en) set.
$varlist
SparqlResultParser::$varlist in SparqlResultParser.php
$varname
SparqlResultParser::$varname in SparqlResultParser.php
valid
IteratorFindQuadsMem::valid() in IteratorFindQuadsMem.php
Says if there are additional items left in the list.
valid
IterFind::valid() in IterFind.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
ResIterator::valid() in ResIterator.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.
valid
IteratorAllGraphsDb::valid() in IteratorAllGraphsDb.php
Says if there are additional items left in the list
VALID
DC::VALID() in DC_C.php
VALID
DC_RES::VALID() in DC_RES.php
VALIDATE_IDS
VALIDATE_IDS in constants.php
VALUE
ATOM::VALUE() in ATOM_C.php
VALUE
ATOM_RES::VALUE() in ATOM_RES.php
varCheck
SparqlParser::varCheck() in SparqlParser.php
Checks if $token is a variable.
VCARD
VCARD in VCARD_C.php
vCard profile defined by RFC 2426 - Vocabulary (Resource)
VCARD_CLASS
VCARD::VCARD_CLASS() in VCARD_C.php
VCARD_CLASS
VCARD_RES::VCARD_CLASS() in VCARD_RES.php
VCARD_NS
VCARD_NS in constants.php
VCARD_RES
VCARD_RES in VCARD_RES.php
vCard profile defined by RFC 2426 - Vocabulary (ResResource)
VERSION
ATOM::VERSION() in ATOM_C.php
VERSION
ATOM_RES::VERSION() in ATOM_RES.php
VERSION_INFO
VERSION_INFO
OWL::VERSION_INFO() in OWL_C.php
VERSION_INFO
OWLVocabulary::VERSION_INFO() in OWLVocabulary.php
visualize
Model::visualize() in Model.php
Alias for RDFUtil::visualiseGraph(&$model, $format, $short_prefix)
visualizeGraph
Generates a dot-file for drawing graphical output with the
VCARD.php
VCARD.php in VCARD.php
VCARD_C.php
VCARD_C.php in VCARD_C.php
VCARD_RES.php
VCARD_RES.php in VCARD_RES.php
Vocabulary.php
Vocabulary.php in Vocabulary.php
VocabularyClass.php
VocabularyClass.php in VocabularyClass.php
VocabularyRes.php
VocabularyRes.php in VocabularyRes.php
w
top
$WARNING
MagpieRSS::$WARNING in rss_parse.inc
W3CDTF
DC_RES::W3CDTF() in DC_RES.php
W3CDTF
DC::W3CDTF() in DC_C.php
WEBLOG
FOAF_RES::WEBLOG() in FOAF_RES.php
WEBLOG
FOAF::WEBLOG() in FOAF_C.php
willBeDataDependent
Returns wether the returned queries will depend on the data or not.
WORKPLACE_HOMEPAGE
WORKPLACE_HOMEPAGE
WORK_INFO_HOMEPAGE
WORK_INFO_HOMEPAGE
wrapCode
wrapCode
wrapCode
writeAsHtml
MemModel::writeAsHtml() in MemModel.php
Writes the RDF serialization of the MemModel as HTML.
writeAsHtml
DbModel::writeAsHtml() in DbModel.php
Write the RDF serialization of the _DbModel as HTML.
writeAsHtml
InfModelB::writeAsHtml() in InfModelB.php
Writes the RDF serialization of the Model including ALL inferable triples as HTML.
writeAsHTMLTable
Writes the RDF serialization of the MemModel as HTML table.
writeAsHtmlTable
Writes the RDF serialization of the MemModel as HTML table.
writeAsHtmlTable
Writes the RDF serialization of the Model including ALL inferable triples as HTML table.
writeAsHtmlTable
Write the RDF serialization of the DbModel as HTML table.
writeHTMLTable
Prints a MemModel as HTML table.
writeQueryResultAsHtmlTable
Prints a query result as HTML table.
writeRdfToString
Write the RDF serialization of the DbModel to string.
writeRdfToString
Writes the RDF serialization of the MemModel as HTML table.
writeRdfToString
Writes the RDF serialization of the Model including ALL inferable triples.
writeRdfToString
Writes the RDF serialization of the MemModel as HTML table.
x
top
XML.php
XML.php in XML.php
XML.php
XML.php in XML.php
XML_LANG
XML_LANG in constants.php
XML_NAMESPACE_DECLARATION_PREFIX
XML_NAMESPACE_PREFIX
XML_NAMESPACE_PREFIX in constants.php
XML_NAMESPACE_URI
XML_NAMESPACE_URI in constants.php
XML_SCHEMA
XML_SCHEMA in constants.php
y
top
YAHOO_CHAT_ID
YAHOO_CHAT_ID
FOAF::YAHOO_CHAT_ID() in FOAF_C.php
_
top
$_CONTENT_CONSTRUCTS
$_fp_timeout
Snoopy::$_fp_timeout in Snoopy.class.inc
$_framedepth
Snoopy::$_framedepth in Snoopy.class.inc
$_frameurls
Snoopy::$_frameurls in Snoopy.class.inc
$_httpmethod
Snoopy::$_httpmethod in Snoopy.class.inc
$_httpversion
Snoopy::$_httpversion in Snoopy.class.inc
$_isproxy
Snoopy::$_isproxy in Snoopy.class.inc
$_KNOWN_ENCODINGS
$_maxlinelen
Snoopy::$_maxlinelen in Snoopy.class.inc
** Private variables ***
$_mime_boundary
Snoopy::$_mime_boundary in Snoopy.class.inc
$_redirectaddr
Snoopy::$_redirectaddr in Snoopy.class.inc
$_redirectdepth
Snoopy::$_redirectdepth in Snoopy.class.inc
$_source_encoding
$_submit_method
Snoopy::$_submit_method in Snoopy.class.inc
$_submit_type
Snoopy::$_submit_type in Snoopy.class.inc
_buildIntBindings
Marks triples with internal bindings.
_buildResultSet
Builds the resultset.
_buildurl
SparqlClient::_buildurl() in SparqlClient.php
Helper function that builds the url.
_checkGraphs
SparqlEngine::_checkGraphs() in SparqlEngine.php
Evaluates the GRPAH clause if there is one. Checks if the GRAPH clause contains an IRI, variable or nothing.
_check_timeout
Snoopy::_check_timeout() in Snoopy.class.inc
_connect
Snoopy::_connect() in Snoopy.class.inc
_determineType
Tries to determine the rdf:type of the variable.
_disconnect
Snoopy::_disconnect() in Snoopy.class.inc
_expandlinks
Snoopy::_expandlinks() in Snoopy.class.inc
_fastForward
SparqlParser::_fastForward() in SparqlParser.php
FastForward until next token which is not blank.
_fetch_remote_file
_fetch_remote_file() in rss_fetch.inc
_generateRDF
GRDDLParser::_generateRDF() in GRDDLParser.php
_getAttributes
Search the attributes listed in $list in the dataset.
_getBindingString
Helper Function for function buildXmlResult($vartable). Generates an xml string for a single variable an their corresponding value.
_httprequest
Snoopy::_httprequest() in Snoopy.class.inc
_httpsrequest
Snoopy::_httpsrequest() in Snoopy.class.inc
_http_get
SparqlClient::_http_get() in SparqlClient.php
Executes the GET Request.
_is_forbidden_rdf_property_attribute
_parseSparqlQuery
Parses an query and returns the parsed form.
_parse_uri
RdfParser::_parse_uri() in RdfParser.php
_prepareSparql
Prepares everything for SparqlEngine-usage Loads the files, creates instances for SparqlEngine and Dataset...
_prepare_post_body
Snoopy::_prepare_post_body() in Snoopy.class.inc
_report_error
_response_to_rss
_response_to_rss() in rss_fetch.inc
_rewind
SparqlParser::_rewind() in SparqlParser.php
Rewind until next token which is not blank.
_stripform
Snoopy::_stripform() in Snoopy.class.inc
_striplinks
Snoopy::_striplinks() in Snoopy.class.inc
_striptext
Snoopy::_striptext() in Snoopy.class.inc
__construct
__construct
__construct
__construct
SparqlParserException::__construct() in SparqlParserException.php
__construct
__construct
__construct
__construct
__construct
SparqlEngineDb::__construct() in SparqlEngineDb.php
Use SparqlEngine::factory() to create the instance
__construct
SparqlEngine::__construct() in SparqlEngine.php
Use SparqlEngine::factory() instead of this constructor.
__toString
a b c d e f g h i j k l m n o p q r s t u v w x y _