GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RDF::Simple::NS(3) User Contributed Perl Documentation RDF::Simple::NS(3)

A utility class to help deal with RDF namespaces (converting between short (qualified) names and full URLs for XML namespaces.

        my $ns = RDF::Simple::NS->new;
        $ns->lookup('foaf'=>'http://xmlns.com/foaf/0.1/');

from_qname

qname

lookup

  $ns->lookup('short name'=>'http://full.path.to/namespace#');

Add an alias for a namespace (this will be used in the serialisation)

entity_to_namespace

uri

namespace_to_entity

prefix

2020-03-06 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.