NAME
RDF::aREF::Decoder - Decode another RDF Encoding Form (to RDF triples)
VERSION
version 0.03
DESCRIPTION
For each RDF triple the callback method is called with a list of following elements:
- subject
-
The subject IRI as string or subject blank node as string reference.
- predicate
-
The predicate IRI.
- object
-
The object IRI as string or object blank node as string reference or literal object as string.
- language
-
The language tag (possible the empty string) for literal objects.
- datatype
-
The object's datatype if object is a literal and datatype is not
http://www.w3.org/2001/XMLSchema#string.
AUTHOR
Jakob Voß
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.