28 calls to EasyRdf_Graph::checkResourceParam()

EasyRdf_Graph::add in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Add data to the graph
EasyRdf_Graph::addLiteral in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Add a literal value as a property of a resource
EasyRdf_Graph::addResource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Add a resource as a property of another resource
EasyRdf_Graph::addType in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Add one or more rdf:type properties to a resource
EasyRdf_Graph::all in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get all values for a property path
EasyRdf_Graph::allForSingleProperty in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get all values for a single property of a resource
EasyRdf_Graph::delete in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Delete a property (or optionally just a specific value)
EasyRdf_Graph::deleteLiteral in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Delete a literal value from a property of a resource
EasyRdf_Graph::deleteResource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Delete a resource from a property of another resource
EasyRdf_Graph::dumpResource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Return a human readable view of a resource and its properties
EasyRdf_Graph::get in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a single value for a property of a resource
EasyRdf_Graph::getSingleProperty in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a single value for a property of a resource
EasyRdf_Graph::hasProperty in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Check to see if a property exists for a resource.
EasyRdf_Graph::isA in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Check if a resource is of the specified type
EasyRdf_Graph::label in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a human readable label for a resource
EasyRdf_Graph::load in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Load RDF data into the graph from a URI.
EasyRdf_Graph::parse in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Parse some RDF data into the graph object.
EasyRdf_Graph::primaryTopic in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get the primary topic of the graph
EasyRdf_Graph::properties in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a list of all the shortened property names (qnames) for a resource.
EasyRdf_Graph::propertyUris in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a list of the full URIs for the properties of a resource.
EasyRdf_Graph::resource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get or create a resource stored in a graph
EasyRdf_Graph::reversePropertyUris in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a list of the full URIs for the properties that point to a resource.
EasyRdf_Graph::set in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Set a value for a property
EasyRdf_Graph::setType in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Change the rdf:type property for a resource
EasyRdf_Graph::type in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get the resource type of the graph
EasyRdf_Graph::typeAsResource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get the resource type of the graph as a EasyRdf_Resource
EasyRdf_Graph::types in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Get a list of types for a resource
EasyRdf_Graph::__construct in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Constructor