28 calls to EasyRdf_Resource::checkHasGraph() in Zircon Profile 8.0
- EasyRdf_Resource::add in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Add values to for a property of the resource
- EasyRdf_Resource::addLiteral in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Add a literal value as a property of the resource
- EasyRdf_Resource::addResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Add a resource as a property of the resource
- EasyRdf_Resource::addType in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Add one or more rdf:type properties to the resource
- EasyRdf_Resource::all in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get all values for a property
- EasyRdf_Resource::allLiterals in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get all literal values for a property of the resource
- EasyRdf_Resource::allResources in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get all resources for a property of the resource
- EasyRdf_Resource::countValues in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Count the number of values for a property of a resource
- EasyRdf_Resource::delete in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Delete a property (or optionally just a specific value)
- EasyRdf_Resource::dump in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Return a human readable view of the resource and its properties
- EasyRdf_Resource::get in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a single value for a property
- EasyRdf_Resource::getLiteral in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a single literal value for a property of the resource
- EasyRdf_Resource::getResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a single resource value for a property of the resource
- EasyRdf_Resource::hasProperty in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Check to see if a property exists for this resource.
- EasyRdf_Resource::isA in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Check if a resource is of the specified type
- EasyRdf_Resource::join in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Concatenate all values for a property into a string.
- EasyRdf_Resource::label in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a human readable label for this resource
- EasyRdf_Resource::load in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Perform a load (download of remote URI) of the resource into the graph
- EasyRdf_Resource::primaryTopic in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get the primary topic of this resource.
- EasyRdf_Resource::properties in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a list of all the shortened property names (qnames) for a resource.
- EasyRdf_Resource::propertyUris in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a list of the full URIs for the properties of this resource.
- EasyRdf_Resource::reversePropertyUris in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a list of the full URIs for the properties that point to this resource.
- EasyRdf_Resource::set in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Set value for a property
- EasyRdf_Resource::setType in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Change the rdf:type property for the resource
- EasyRdf_Resource::type in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a single type for a resource.
- EasyRdf_Resource::typeAsResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a single type for a resource, as a resource.
- EasyRdf_Resource::types in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a list of types for a resource.
- EasyRdf_Resource::typesAsResources in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a list of types for a resource, as Resources.