Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Namespace.php
»
EasyRdf_Namespace
»
EasyRdf_Namespace::get
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
8 calls to EasyRdf_Namespace::get()
EasyRdf_Namespace::expand
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Namespace.php
Expand a shortened URI (qname) back into a full URI.
EasyRdf_Parser_Rdfa::expandCurie
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Rdfa.php
EasyRdf_Parser_Turtle::parseCollection
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a collection [16], e.g: ( item1 item2 item3 ) @ignore
EasyRdf_Parser_Turtle::parseNumber
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses a numeric value, either of type integer, decimal or double @ignore
EasyRdf_Parser_Turtle::parsePredicate
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parse a predicate [11] @ignore
EasyRdf_Parser_Turtle::parseQNameOrBoolean
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Parser/
Turtle.php
Parses qnames and boolean values, which have equivalent starting characters. @ignore
EasyRdf_Serialiser_RdfXml::serialise
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Serialiser/
RdfXml.php
Method to serialise an EasyRdf_Graph to RDF/XML
EasyRdf_Serialiser_Turtle::serialisePrefixes
in drupal/
core/
vendor/
easyrdf/
easyrdf/
lib/
EasyRdf/
Serialiser/
Turtle.php
@ignore