Beispiel #1
0
 /**
  * Delivers the name out of the URI (without the namespace prefix).
  *
  * @param	String	$uri
  * @return	string
  * @access	public
  */
 function guessName($uri)
 {
     return substr($uri, RDFUtil::getNamespaceEnd($uri));
 }