1RDF::Trine::Parser::RDFUas(e3r)Contributed Perl DocumentRaDtFi:o:nTrine::Parser::RDFa(3)
2
3
4

NAME

6       RDF::Trine::Parser::RDFa - RDFa Parser
7

VERSION

9       This document describes RDF::Trine::Parser::RDFa version 1.019
10

SYNOPSIS

12        use RDF::Trine::Parser;
13        my $parser     = RDF::Trine::Parser->new( 'rdfa' );
14        $parser->parse_into_model( $base_uri, $data, $model );
15

DESCRIPTION

17       ...
18

METHODS

20       Beyond the methods documented below, this class inherits methods from
21       the RDF::Trine::Parser class.
22
23       "new ( options => \%options )"
24           Returns a new RDFa parser object with the supplied options.
25
26       "parse_into_model ( $base_uri, $data, $model [, context => $context] )"
27           Parses the bytes in $data, using the given $base_uri. For each RDF
28           statement parsed, will call "$model->add_statement( $statement )".
29
30       "parse ( $base_uri, $rdf, \&handler )"
31

BUGS

33       Please report any bugs or feature requests to through the GitHub web
34       interface at <https://github.com/kasei/perlrdf/issues>.
35

AUTHOR

37       Gregory Todd Williams  "<gwilliams@cpan.org>"
38
40       Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
41       software; you can redistribute it and/or modify it under the same terms
42       as Perl itself.
43
44
45
46perl v5.32.0                      2020-07-28       RDF::Trine::Parser::RDFa(3)
Impressum