14 calls to EasyRdf_Namespace::expand()

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::checkResourceParam in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Check that a URI/resource parameter is valid, and convert it to a string @ignore
EasyRdf_Graph::checkSinglePropertyParam in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Check that a single URI/property parameter (not a property path) is valid, and expand it if required @ignore
EasyRdf_Graph::classForResource in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Work out the class to instantiate a resource as @ignore
EasyRdf_Graph::delete in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Delete a property (or optionally just a specific value)
EasyRdf_Graph::isA in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Graph.php
Check if a resource is of the specified type
EasyRdf_Literal::create in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php
Create a new literal object
EasyRdf_Literal::deleteDatatypeMapping in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php
Remove the mapping between an RDF datatype and a PHP class name
EasyRdf_Literal::setDatatypeMapping in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php
Register an RDF datatype with a PHP class name
EasyRdf_Literal::__construct in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Literal.php
Constructor for creating a new literal
EasyRdf_Parser_Rdfa::generateList in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/Parser/Rdfa.php
EasyRdf_TypeMapper::delete in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php
Delete an existing RDF type mapping.
EasyRdf_TypeMapper::get in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php
Get the registered class for an RDF type
EasyRdf_TypeMapper::set in drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/TypeMapper.php
Register an RDF type with a PHP Class name