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(3) User Contributed Perl Documentation RDF::Simple(3)

RDF::Simple - read and write RDF without complication

This package is for very simple manipulations of RDF/XML serialisations of RDF graphs. It consists of:

    RDF::Simple::Parser
    RDF::Simple::Serialiser

Please consult the individual pod for these packages. The parser requires XML::SAX

Also provided is RDF::Simple::NS, a utility class for XML namespaces in RDF

The aim here is to keep things Simple: e.g., the parser doesn't differentiate between literal and resource values in the model. All you get back is a bucket-o-triples (array of arrays)

Use the parser to read RDF that you recieve.

The serialiser does its best to do DWYM. Use the serialiser to build RDF to send to others.

If you want a more complex and involved RDF API, I'd suggest looking at RDF::Core or at the Attean Semantic web framework at http://metacpan.org/pod/Attean

Please report bugs via RT at <https://rt.cpan.org/Dist/Display.html?Queue=RDF-Simple>

Original author = Jo Walsh <jo@london.pm.org> Current maintainer = Martin Thurn <mthurn@cpan.org>

Sean Palmer, Paul Mison, Matt Biddulph

This package and its contents are available under the same terms as perl itself
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.