11 calls to EasyRdf_Namespace::shorten() in Zircon Profile 8
- EasyRdf_Graph::dumpResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php - Return a human readable view of a resource and its properties
- EasyRdf_Graph::properties in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php - Get a list of all the shortened property names (qnames) for a resource.
- EasyRdf_Graph::type in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php - Get the resource type of the graph
- EasyRdf_Graph::types in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Graph.php - Get a list of types for a resource
- EasyRdf_Literal::getDatatype in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Literal.php - Returns the shortened datatype URI of the literal.
- EasyRdf_Resource::shorten in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Resource.php - Get a shortened version of the resources URI.
- EasyRdf_Serialiser_GraphViz::serialiseDot in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ GraphViz.php - Internal function to serialise an EasyRdf_Graph into a DOT formatted string
- EasyRdf_Serialiser_RdfXml::rdfxmlResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ RdfXml.php - Protected method to serialise a whole resource and its properties @ignore
- EasyRdf_Serialiser_Turtle::serialiseResource in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Serialiser/ Turtle.php - Given a an EasyRdf_Resource or URI, convert it into a string, suitable to be written to a Turtle document. URIs will be shortened into CURIES where possible.
- EasyRdf_Utils::dumpLiteralValue in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Utils.php - Return pretty-print view of a literal
- EasyRdf_Utils::dumpResourceValue in vendor/
easyrdf/ easyrdf/ lib/ EasyRdf/ Utils.php - Return pretty-print view of a resource URI