-
$anon
-
-
add
-
Adds a new triple to the Model without checking if the statement is already in the Model.
-
add
-
Adds a new triple to the MemModel without checking if the statement is already in the MemModel.
-
add
-
Add a new value to a container.
-
add
-
Adds a new triple to the Model without checking if the statement is already in the Model.
-
add
-
Add a new triple to this DbModel.
-
add
-
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
-
Adds a new triple to the MemModel without checking if the statement is already in the MemModel.
-
add
-
Add the given value to the end of the list.
-
addAll
-
Add all named graphs of the other dataset to this dataset
-
addAll
-
Add all named graphs of the other dataset to this dataset
-
addAtIndex
-
Insert a new member into the sequence at the specified position.
-
addComment
-
Add the given comment to this resource.
-
addConstraint
-
Adds a Constraint to the GraphPattern.
-
addConstructGraphPattern
-
Adds a construct graph pattern to the query.
-
addDomain
-
Add a resource representing the domain of this property.
-
addExpression
-
Adds an expression string.
-
addFrom
-
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
-
Adds another model to this MemModel.
-
addModel
-
Adds another model to this MemModel.
-
addModel
-
Add the given model to this DbModel.
-
addModel
-
Adds another model to this MemModel.
-
addNamedGraph
-
Adds a NamedGraph to the set.
-
addNamedGraph
-
Adds a NamedGraph to the set. Will replace a NamedGraph with the same name that is already in the set.
-
addNamespace
-
Adds a namespace and prefix to the model.
-
addNamespace
-
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
-
Adds a new namespace prefix to use.
-
addOptional
-
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
-
Adds a prefix to the list of prefixes.
-
addProperty
-
Add a property to this resource.
-
addProperty
-
Add a property to this resource.
-
addQuad
-
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
-
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
-
Add a resource representing the range of this property.
-
addRDFType
-
Add the given class as one of the rdf:type''s for this resource.
-
addSeeAlso
-
Add a resource that is declared to provided additional information about the definition of this resource.
-
addSubClass
-
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
-
Adds a pointer to a union graphPattern.
-
addVar
-
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 Model and adds the statement, if it is not in the Model.
-
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.
-
ALL_DIFFERENT
-
-
ALL_VALUES_FROM
-
-
ANNOTATION_PROPERTY
-
-
append
-
Answer a new list that is formed by adding each element of
-
asClass
-
Answer a view of this resource as a class
-
asIndividual
-
Answer a view of this resource as an Individual
-
asOntProperty
-
Answer a view of this resource as a property
-
CARDINALITY
-
-
checkDtypeLang
-
Checks if there is a datatype given and appends it to the node.
-
checkEntailment
-
Checks, if this rule could entail a statement that matches
-
checkIntBindings
-
Checks it there are internal bindings between variables.
-
checkTrigger
-
Checks, if the statement satisfies the trigger
-
clear
-
Deletes all NamedGraphs from the set.
-
clear
-
Deletes all NamedGraphs from the set.
-
close
-
Close the MemModel and free up resources held.
-
close
-
Close the DbStore.
-
close
-
Close this DbModel
-
COMMENT
-
Answer the predicate that denotes comment annotation on an ontology element.
-
COMMENT
-
Answer the predicate that denotes comment annotation on an ontology element.
-
compare
-
Compares two statements and returns integer less than, equal to, or greater than zero.
-
COMPLEMENT_OF
-
-
concatenate
-
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" ?>.
-
cons
-
Return a reference to a new list cell whose head is value and whose tail is this list.
-
Constraint
-
Represents a constraint. A value constraint is a boolean- valued expression of variables and RDF Terms.
-
constructGraph
-
Constructs a result graph.
-
contains
-
Tests if the MemModel contains the given triple.
-
contains
-
Answer true if the given node appears as the value of a value of any of the cells of this list.
-
contains
-
Tests if the Model contains the given statement.
-
contains
-
Determine whether the container contains a value
-
contains
-
Tests if the Model contains the given triple.
-
contains
-
Check if the DbModel contains the given statement
-
containsAll
-
Determine if all of the statements in a model are also contained in this MemModel.
-
containsAll
-
Determine if all of the statements in the given model are also contained in this DbModel.
-
containsAll
-
Determine if all of the statements in a model are also contained in this model.
-
containsAny
-
Determine if any of the statements in the given model are also contained in this DbModel.
-
containsAny
-
Determine if any of the statements in a model are also contained in this MemModel.
-
containsAny
-
Determine if any of the statements in a model are also contained in this model.
-
containsNamedGraph
-
Tells wether the Dataset contains a NamedGraph.
-
containsNamedGraph
-
Tells wether the Dataset contains a NamedGraph.
-
containsQuad
-
Tells wether the Dataset contains a quad or quads matching a pattern.
-
containsQuad
-
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.
-
copy
-
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.
-
countGraphs
-
Returns the number of NamedGraphs in the set. Empty graphs are counted.
-
countGraphs
-
Returns the number of NamedGraphs in the set. Empty graphs are counted.
-
countQuads
-
Counts the Quads in the RDF dataset. Identical Triples in different NamedGraphs are counted individually.
-
countQuads
-
Counts the Quads in the RDF dataset. Identical Triples in different NamedGraphs are counted individually.
-
countResults
-
Returns the number of results.
-
createAlt
-
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
-
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.
-
createGraph
-
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
-
Creates a new NamedGraph and adds it to the set. An existing
-
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
-
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.
-
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
-
Creates ordinal RDF resource out of an integer.
-
createProperty
-
Create a new Property associated with this model.
-
createResource
-
Create a new resource associated with this model.
-
createSeq
-
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.
-
createTables
-
Create tables and indexes for the given database type.
-
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.
-
current
-
Returns the current item
-
current
-
Returns the current matching statement.
-
current
-
Returns the current item
-
current
-
Returns the current item
-
current
-
Returns the current item
-
current
-
Returns the current item
-
current
-
Returns the current item
-
current
-
Returns the current result.
-
current
-
Returns the current statement.
-
Constraint.php
-
-
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
-
Filters the pattern results.
-
find
-
General method to search for triples.
-
find
-
General method to search for triples.
-
find
-
General method to search for triples.
-
find
-
General method to search for triples in the DbModel.
-
findAsIterator
-
Returns a FindIterator for traversing the MemModel.
-
findAsIterator
-
Returns a FindIterator for traversing the MemModel.
-
findCount
-
Searches for triples and returns the number of matches.
-
findCount
-
Search for triples and return the number of matches.
-
findFirstMatchingStatement
-
Search for triples and return 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
-
Searches for triples and returns the first matching statement.
-
findForward
-
Searches for triples using find() and tracks forward blank nodes until the final objects in the retrieved subgraphs are all named resources.
-
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
-
Constructor
-
FindIterator
-
Iterator for traversing statements matching a searchpattern.
-
findRegex
-
Method to search for triples using Perl-style regular expressions.
-
findRegex
-
Method to search for triples using Perl-style regular expressions.
-
findRegex
-
Method to search for triples using Perl-style regular expressions.
-
findTuplesMatchingOnePattern
-
Finds Tuples matching one TriplePattern.
-
findVocabulary
-
Returns all tripels of a certain vocabulary.
-
findVocabulary
-
Return all tripels of a certain vocabulary.
-
findVocabulary
-
Returns all tripels of a certain vocabulary.
-
FUNCTIONAL_PROPERTY
-
-
FindIterator.php
-
-
$graphPatternCounter
-
-
generateModel
-
generates a MemModel and creates the DomDocument.
-
generateModel
-
Generate a new MemModel from an URI or file.
-
get
-
Returns the value of the list element at the specified position or null.
-
getAllVars
-
Returns a list with all used variables.
-
getAssociatedModel
-
Get the reference to the assocoated model.
-
getAssociatedModel
-
Get the reference to the assocoated model.
-
getBase
-
-
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
-
Return current baseURI.
-
getBaseURI
-
Return current baseURI.
-
getBlanknodeLabel
-
Returns an unused Bnode label.
-
getComment
-
Answer the comment string for this object. If there is more than one such resource, an arbitrary selection is made.
-
getConstraint
-
Returns a constraint if there is one false if not.
-
getConstructPattern
-
Returns the constcutGraphPattern of the query if there is one.
-
getContentInArray
-
Get all values in the list as an array of ResResources
-
getCurrentPosition
-
Returns the current position of the iterator.
-
getCurrentPosition
-
Returns the current position of the iterator.
-
getDatasetDb
-
Create a new instance of DatasetDb with the given $datasetName and load the corresponding values from the database.
-
getDatasetMem
-
Returns a NamedGraphSetMem.
-
getDatasetName
-
Return the Dataset name.
-
getDatasetName
-
Return the Dataset name.
-
getDatatype
-
Returns the datatype of the literal.
-
getDbModel
-
Returns a new DbModel using the database connection supplied by $dbStore.
-
getDbStore
-
Returns a database connection with the given parameters.
-
getDefault
-
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
-
Answer a OntClass that represents the domain class of this property.
-
getEntailment
-
-
getExpression
-
Returns the expression string.
-
getFN
-
Gets the full URI of a qname token.
-
getFromNamedPart
-
-
getFromPart
-
-
getGraphName
-
Return the graph name.
-
getGraphName
-
Return the graph name.
-
getGraphName
-
Return the graph name.
-
getGraphname
-
Returns the graphname.
-
getHead
-
Get the value that is associated with the head of the list.
-
getId
-
Returns the GraphPatterns id.
-
getID
-
Returns the ID of the blank node.
-
getIndexType
-
Returns the indextype: -1 if there is no index, 0 if there are indices over S,P,O(separate),
- if there is an index over SPO, 2 if there is an index over SP and 3 if
there is an index over SO.
-
getInfModelB
-
Returns a InfModelB.
-
getInfModelF
-
Returns a InfModelF.
-
getInstanceRdfType
-
returns the rdf:type, that this distinct resource is instance of.
-
getIsAnon
-
Determine whether this resource is an anonymous resource
-
getIsDefinedBy
-
Answer a resource that is declared to provide a definition of this resource.
-
getLabel
-
Returns the string value of the literal.
-
getLabel
-
Returns the label of the resource, which is the URI of the resource.
-
getLabel
-
Returns the ID of the blank node.
-
getLabelObject
-
Reurns the URI, text or bNode identifier of the statements''s object.
-
getLabelPredicate
-
Returns the URI of the statements''s predicate.
-
getLabelProperty
-
Answer the label ResLiteral for this object.
-
getLabelSubject
-
Returns the URI or bNode identifier of the statements''s subject.
-
getLanguage
-
Returns the language of the literal.
-
getLocalName
-
Returns the local name of the resource.
-
getLocalName
-
Delivers the Localname (without the namespace prefix) out of the URI of a Resource.
-
getMember
-
Get the member at a given index
-
getMembers
-
Get an array of all resources that are values of this container
-
getMemModel
-
Create a MemModel containing all the triples (including inferred statements) of the current InfModelF
-
getMemModel
-
Create a MemModel containing all the triples (including inferred statements) of the current InfModelB
-
getMemModel
-
Create a MemModel containing all the triples of the current DbModel
-
getMemModel
-
Returns a MemModel.
-
getMemModelByRDQL
-
Perform an RDQL query on this Model. Should work with all types of models.
-
getModel
-
Create a new instance of DbModel with the given $modelURI and load the corresponding values of modelID and baseURI from the database.
-
getModel
-
Returns a reference to the underlying model (Mem/DB/InfModel) that contains the statements
-
getModifiedFind
-
Returns a find-query that matches statements, whose entailed statements would match the supplied find query.
-
getNamedGraph
-
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
-
Returns the namespace of the resource. May return null.
-
getNamespace
-
Extracts the namespace prefix out of the URI of a Resource.
-
getNewDatasetDb
-
Create a new instance of DatasetDb with the given $datasetName and insert the DatasetDb variables into the database.
-
getNewModel
-
Create a new instance of DbModel with the given $modelURI and insert the DbModel variables into the database.
-
getNewNamedGraphDb
-
Create a new instance of namedGraphDb with the given $modelURI and graphName and insert the DbModel variables into the database (not the graphName. This is only stored persistently, when added to dataset).
-
getNewPattern
-
Generates a new GraphPattern. If it is a CONSTRUCT graph pattern $constr has to set to TRUE FALSE if not.
-
getObject
-
Returns the Triples Object.
-
getObject
-
Return the object.
-
getObject
-
Returns the object of the triple.
-
getOntModel
-
Returns an OntModel with this model as baseModel.
-
getOntModel
-
Returns an OntModel.
-
getOptional
-
Returns a pointer to an optional graph pattern.
-
getOrd
-
Converts an ordinal RDF resource to an integer.
-
getParsedNamespaces
-
Returns the models namespaces.
-
getParsedNamespaces
-
Returns the models namespaces.
-
getParsedNamespaces
-
Returns the models namespaces.
-
getPointer
-
Returns a pointer to the token which caused the exception.
-
getPovs
-
Gets a list of triples with same subject e.g. :Gunnar :firstname "Gunnar" ; :lastname "Grimnes.
-
getPredicate
-
Returns the Triples Predicate.
-
getPredicate
-
Return the predicate.
-
getPredicate
-
Returns the predicate of the triple.
-
getPrefix
-
Short Prefix for known Namespaces by given URI
-
getPrefixes
-
-
getProperty
-
Answer some statement (this, p, O) in the associated model.
-
getProperty
-
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.
-
getRange
-
Answer a OntClass that represents the range class of this property.
-
getRDFType
-
Answer the rdf:type (ie the class) of this resource.
-
getResModel
-
Returns a ResModel.
-
getResmodel
-
Returns a ResModel with this model as baseModel.
-
getResultForm
-
-
getResultLabels
-
Returns the labels of the result as array.
-
getResultPart
-
-
getResultVars
-
-
getSchema
-
Returns a model, containing all Statements, having a Predicate, that is supported by the inference.
-
getSeeAlso
-
Answer a resource that provides additional information about this resource.
-
getSolutionModifier
-
Gets the solution modifiers of the query.
-
getSolutionModifiers
-
-
getStatement
-
Return the statement(subject,predicate,object).
-
getStatementIterator
-
Returns a StatementIterator for traversing the Model.
-
getStatementIterator
-
Returns a StatementIterator for traversing the MemModel.
-
getSubClass
-
Answer a class that is the sub-class of this class.
-
getSubject
-
Returns the Triples Subject.
-
getSubject
-
Returns the subject of the triple.
-
getSubject
-
Return the 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
-
Get the list that is the tail of this list.
-
getTrigger
-
-
getTriplePattern
-
Returns the triple pattern of the graph pattern.
-
getUnion
-
Returns a pointer to a union graph pattern.
-
getURI
-
Returns the URI of the resource.
-
getVocabulary
-
Answer a reference to the ontology language profile that governs the ontology model to which this ontology resource is attached.
-
GraphPattern
-
Constructor
-
GraphPattern
-
A graph pattern which consists of triple patterns, optional or union graph patterns and filters.
-
GRDDLParser
-
A GRDDLParser.
-
guessName
-
Delivers the name out of the URI (without the namespace prefix).
-
guessNamespace
-
Extracts the namespace prefix out of a URI.
-
guessPrefix
-
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
-
-
GRDDLParser.php
-
-
$isConstructPattern
-
-
$isEmpty
-
-
IteratorAllGraphsDb.php
-
-
IteratorAllGraphsMem.php
-
-
IteratorFindQuadsDb.php
-
-
IteratorFindQuadsMem.php
-
-
IMPORTS
-
-
INCOMPATIBLE_WITH
-
-
index
-
Builds a search index for the statements in the MemModel.
-
indexOf
-
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
-
Return the index of a given member of the sequence.
-
Individual
-
Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion.
-
Individual
-
Constructor You can supply a uri
-
InfModel
-
A InfModel Model extends a MemModel , by adding the ability to infer statements from known statements and RDFS/OWL-Schematas.
-
InfModel
-
Constructor You can supply a base_uri
-
InfModelB
-
Constructor You can supply a base_uri
-
InfModelB
-
A InfModelB extends the InfModel Class, with a backward chaining algorithm.
-
InfModelF
-
A InfModelF extends the InfModel Class, with a forward chaining algorithm.
-
InfModelF
-
Constructor You can supply a base_uri
-
InfModelB.php
-
-
InfModelF.php
-
-
InfModel.php
-
-
InfRule.php
-
-
InfStatement.php
-
-
InfRule
-
This class represents a single rule in a RDFS inference model.
-
infRule
-
Constructor
-
InfStatement
-
An RDF statement which was entailed by a inference rule.
-
intersect
-
Returns a new model containing all the statements which are in both this model and another.
-
intersect
-
Return a new MemModel containing all the statements which are in both this model and the given model.
-
intersect
-
Returns a new MemModel containing all the statements which are in both this MemModel and another.
-
INTERSECTION_OF
-
-
INVERSE_FUNCTIONAL_PROPERTY
-
-
INVERSE_OF
-
-
iriCheck
-
Checks if $token is an IRI.
-
isAlt
-
Returns true, if this resource is a container from type rdf:alt
-
isBag
-
Returns true, if this resource is a container from type rdf:bag
-
isDefinedBy
-
Answer true if this resource is defined by the given resource.
-
isEmpty
-
Tells wether the set contains any NamedGraphs.
-
isEmpty
-
Tells wether the set contains any NamedGraphs.
-
isEmpty
-
Checks if MemModel is empty
-
isEmpty
-
Check if this DbModel is empty
-
isEmpty
-
Returns true, if this list is empty
-
isEmpty
-
Checks if MemModel is empty
-
isIndexed
-
Returns true if there is an index, false if not.
-
isOuterFilter
-
Returns true if this constraint is an outer filter- false if not.
-
isRDF
-
Tests if the URI of a resource belongs to the RDF syntax/model namespace.
-
isSeq
-
Returns true, if this resource is a container from type rdf:seq
-
isSetup
-
Checks if tables are setup for RAP
-
isValid
-
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
-
IS_DEFINED_BY
-
Answer the predicate that denotes isDefinedBy annotation on an ontology element
-
IS_DEFINED_BY
-
Answer the predicate that denotes isDefinedBy annotation on an ontology element
-
IteratorAllGraphsDb
-
Constructor.
-
IteratorAllGraphsDb
-
Implementation of a Graph iterator.
-
IteratorAllGraphsMem
-
Constructor.
-
IteratorAllGraphsMem
-
Implementation of a Graph iterator.
-
IteratorFindQuadsDb
-
Constructor.
-
IteratorFindQuadsDb
-
Implementation of a quad iterator.
-
IteratorFindQuadsMem
-
Implementation of a quad iterator.
-
IteratorFindQuadsMem
-
Constructor.
-
iterFind
-
Returns a FindIterator for traversing the MemModel.
-
IterFind
-
Constructor.
-
IterFind
-
Implementation of a find-iterator which delivers statements or quads.
-
Individual.php
-
-
IterFind.php
-
-
LABEL
-
Answer the predicate that denotes label annotation on an ontology element
-
LABEL
-
Answer the predicate that denotes label annotation on an ontology element
-
listClasses
-
Answer an array that ranges over all of the various forms of class description resource in this model.
-
listComments
-
Answer an array of all of the comment literals for this resource.
-
listDomain
-
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
-
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
-
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
-
Answer an array of values of a given RDF property for this resource as $returnType, or null if it doesn''t have one.
-
listRange
-
Answer an array of all of the declared range classes of this property.
-
listRDFTypes
-
Answer an array of the RDF classes to which this resource belongs.
-
listSeeAlso
-
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
-
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
-
An RDF literal.
-
Literal
-
Constructor
-
literalCheck
-
Checks if $token is a Literal.
-
load
-
Load a model from a file containing RDF, N3, N-Triples or a xhtml document containing RDF.
-
load
-
Load a model from a file containing RDF, N3 or N-Triples.
-
load
-
Load a model from a file containing RDF, N3 or N-Triples.
-
loadFromFile
-
Load a Dataset from File
-
loadFromString
-
Load a Datset from a string
-
Literal.php
-
-
$RDF_NS
-
-
$rdf_parser
-
-
$rdf_qnames
-
-
$rdf_qname_prefix
-
-
$res
-
-
$res
-
-
$resourcetext
-
-
$resourcetext_taken
-
-
Resource.php
-
-
RdfsVocabulary.php
-
-
RANGE
-
Answer the predicate that denotes the domain of a property.
-
RANGE
-
Answer the predicate that denotes the domain of a property.
-
RdfParser
-
An RDF paser.
-
RdfSerializer
-
An RDF seralizer.
-
RdfSerializer
-
Constructor
-
RdfsVocabulary
-
RDFS vocabulary items
-
RDFUtil
-
Useful utility methods.
-
RdqlDbEngine
-
This class performs as RDQL query on a DbModel.
-
RdqlEngine
-
Some general methods common for RdqlMemEngine and RdqlDbEngine
-
RdqlMemEngine
-
This class performes as RDQL query on a MemModel.
-
RdqlParser
-
This class contains methods for parsing an Rdql query string into PHP variables.
-
rdqlQuery
-
Perform an RDQL query on this MemModel.
-
rdqlQuery
-
Perform an RDQL query on this MemModel.
-
rdqlQuery
-
Perform an RDQL query on this DbModel.
-
rdqlQueryAsIterator
-
Perform an RDQL query on this MemModel.
-
rdqlQueryAsIterator
-
Perform an RDQL query on this DBModel.
-
rdqlQueryAsIterator
-
Perform an RDQL query on this MemModel.
-
RdqlResultIterator
-
Constructor
-
RdqlResultIterator
-
Iterator for traversing Rdql results.
-
RdqlDbEngine.php
-
-
RdqlEngine.php
-
-
RdqlMemEngine.php
-
-
RdqlParser.php
-
-
RdqlResultIterator.php
-
-
reify
-
Reifies a statement.
-
reify
-
Reify the DbModel.
-
reify
-
Reifies the MemModel.
-
remove
-
Removes the triple from the MemModel.
-
remove
-
Remove a value from the container.
-
remove
-
Remove the given triple from this DbModel.
-
remove
-
Remove the given value from this list.
-
remove
-
Removes the triple from the MemModel.
-
remove
-
Removes the statement of ResResources(ResTriples) from the MemModel.
-
remove
-
Removes the triple from the MemModel.
-
removeAll
-
Delete all the statements with predicate p for this resource from its associated model.
-
removeAtIndex
-
Remove the member at the specified index.
-
removeComment
-
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
-
Remove the given class from the stated domain(s) of this property.
-
removeHead
-
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
-
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
-
removeProperties
-
Delete all the properties for this resource from the associated model.
-
removeProperty
-
Remove the specific property-value pair from this resource.
-
removeQuad
-
Deletes a Quad from the RDF dataset.
-
removeQuad
-
Deletes a Quad from the RDF dataset.
-
removeRange
-
Remove the given class from the stated range(es) of this property.
-
removeRDFType
-
Remove the statement that this resource is of the given RDF type.
-
removeSeeAlso
-
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.
-
replace
-
General method to replace nodes of a MemModel.
-
replace
-
Replace the value at the i''th position in the list with the given value
-
replace
-
General method to replace nodes of a DbModel.
-
replace
-
General method to replace nodes of a MemModel.
-
ResAlt
-
This interface defines methods for accessing RDF Alternative resources.
-
ResAlt
-
Constructor You can supply a URI
-
ResBag
-
This interface defines methods for accessing RDF Bag resources.
-
ResBag
-
Constructor You can supply a URI
-
ResContainer
-
Constructor You can supply a URI
-
ResContainer
-
An RDF Container.
-
ResIterator
-
Constructor.
-
ResIterator
-
Implementation of a resource iterator.
-
ResList
-
Constructor You can supply a URI
-
ResList
-
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.
-
ResLiteral
-
Constructor You have to supply a string.
-
ResLiteral
-
An RDF literal.
-
ResModel
-
A ResModel provides an resource centric view on an underlying RDF model.
-
ResModel
-
Constructor You have to supply a memmodel/dbmodel/infmodel to save the statements.
-
ResAlt.php
-
-
ResBag.php
-
-
ResContainer.php
-
-
ResIterator.php
-
-
ResList.php
-
-
ResLiteral.php
-
-
ResModel.php
-
-
ResProperty.php
-
-
ResResource.php
-
-
ResSeq.php
-
-
Resource
-
An RDF resource.
-
Resource
-
Constructor Takes an URI or a namespace/localname combination
-
ResProperty
-
An RDF Property.
-
ResProperty
-
Constructor You can supply a URI
-
ResResource
-
An RDF Resource.
-
ResResource
-
Constructor You can supply a uri
-
ResSeq
-
Constructor You can supply a URI
-
ResSeq
-
This interface defines methods for accessing RDF Sequence resources.
-
RESTRICTION
-
-
returnResult
-
Generates the result object.
-
rewind
-
Resets iterator list to start
-
rewind
-
Resets iterator list to start
-
rewind
-
Resets iterator list to start
-
rewind
-
Resets iterator list to start
-
rewind
-
Resets iterator list to start
-
rewind
-
Resets iterator list to start
-
RdfParser.php
-
-
RdfSerializer.php
-
-
RdfUtil.php
-
-
$sort_model
-
-
Statement.php
-
-
sameListAs
-
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
-
-
SAME_CLASS_AS
-
-
SAME_INDIVIDUAL_AS
-
-
SAME_PROPERTY_AS
-
-
saveAs
-
Serializes a model and saves it into a file.
-
saveAs
-
Saves the RDF,N3 or N-Triple serialization of the MemModel to a file.
-
saveAs
-
Serializes a model and saves it into a file.
-
saveAs
-
Saves the RDF,N3 or N-Triple serialization of the MemModel to a file.
-
saveAs
-
Saves the RDF,N3 or N-Triple serialization of the DbModel to a file.
-
saveAs
-
Saves the RDF,N3 or N-Triple serialization of the full InfModelB (including inferred triples) to a file.
-
SEE_ALSO
-
Answer the predicate that denotes seeAlso annotation on an ontology element
-
SEE_ALSO
-
Answer the predicate that denotes seeAlso annotation on an ontology element
-
selectVars
-
Selects the result variables and builds a result table.
-
serialize
-
Serializes a model to N Triple syntax.
-
serialize
-
Serializes a model to N3 syntax.
-
serializeToFile
-
Serialize the Dataset to File
-
serializeToFile
-
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
-
set
-
Set the value at a given index in the sequence.
-
setAssociatedModel
-
Sets the reference to the assocoated model.
-
setAssociatedModel
-
Sets the reference to the assocoated model.
-
setBase
-
Sets the base part.
-
setBaseURI
-
Set a base URI for the MemModel.
-
setBaseURI
-
Set a base URI for the DbModel.
-
setBaseURI
-
Set a base URI for the MemModel.
-
setComment
-
Assert that the given string is the comment on this resource.
-
setDatasetName
-
Sets the Dataset name.
-
setDatasetName
-
Sets the Dataset name. Return true on success, false otherwise
-
setDatatype
-
Sets the datatype of the literal.
-
setDefault
-
Set the default value of this container.
-
setDefaultGraph
-
Overwrites the existting default graph.
-
setDefaultGraph
-
Overwrites the existting default graph.
-
setDomain
-
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
-
Sets, if BlankNode labels should be replaced by the generic label from the constants.php file
-
setGraphName
-
Sets the graph name.
-
setGraphname
-
Sets the graphname.
-
setGraphName
-
Sets the graph name.
-
setGraphName
-
Sets the graph name.
-
setHead
-
Update the head of the list to have the given value, and return the previous value.
-
setId
-
Sets the GraphPatterns Id.
-
setInstanceRdfType
-
Sets the rdf:type, that this distinct resource is instance of.
-
setIsAnon
-
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
-
Sets the language of the literal.
-
setOuterFilter
-
Sets the filter type to outer or inner filter.
-
setPropertyValue
-
Set the value of the given property of this ontology resource to the given value.
-
setRange
-
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
-
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
-
Add a resource that is declared to provided additional information about the definition of this resource
-
setSolutionModifier
-
Sets a solution modifier.
-
setSubClass
-
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
-
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.
-
setTrigger
-
Sets the trigger of this rule The values can be NULL to match anything or be a node that has to be matched.
-
setURI
-
Sets the URI of this resource
-
setVocabulary
-
Sets the reference to the assoiated vocabulary
-
size
-
Number of triples in the MemModel
-
size
-
Number of statements in the MemModel
-
size
-
Return the number of statements in this DbModel
-
size
-
Returns the number values in the container.
-
size
-
Number of all inferable triples in the Model.
-
SOME_VALUES_FROM
-
-
sortVars
-
Sorts the results.
-
SparqlEngine
-
This engine executes SPARQL queries against an RDF Datatset.
-
SparqlParser
-
Parses a SPARQL Query string and returns a Query Object.
-
SparqlParser
-
Constructor of SparqlParser
-
SparqlParserException
-
A SPARQL Parser Execption for better errorhandling.
-
sparqlQuery
-
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.
-
SparqlEngine.php
-
-
SparqlParserException.php
-
-
SparqlParser.php
-
-
Statement
-
The parameters to constructor are instances of classes and not just strings
-
Statement
-
An RDF statement.
-
StatementIterator
-
Iterator for traversing models.
-
StatementIterator
-
Constructor
-
subject
-
Alias for getSubject()
-
subtract
-
Return a new MemModel that is the subtraction of another model from this DbModel.
-
subtract
-
Returns a new model that is the subtraction of another model from this model.
-
subtract
-
Returns a new MemModel that is the subtraction of another model from this MemModel.
-
SUB_CLASS_OF
-
Answer the predicate that denotes that one class is a sub-class of another.
-
SUB_CLASS_OF
-
Answer the predicate that denotes that one class is a sub-class of another.
-
SUB_PROPERTY_OF
-
Answer the predicate that denotes that one property is a sub-property of another.
-
SUB_PROPERTY_OF
-
Answer the predicate that denotes that one property is a sub-property of another.
-
SYMMETRIC_PROPERTY
-
-
StatementIterator.php
-