AtteanX::Parser::JSONLD(3pm) | User Contributed Perl Documentation | AtteanX::Parser::JSONLD(3pm) |
AtteanX::Parser::JSONLD - JSONLD Parser
This document describes AtteanX::Parser::JSONLD version 0.001
use Attean; my $parser = Attean->get_parser('JSONLD')->new(); $parser->parse_cb_from_io( $fh );
This module implements a JSON-LD 1.11 RDF parser for Attean.
This class consumes the following roles:
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/atteanx-parser-jsonld/issues>.
Gregory Todd Williams "<gwilliams@cpan.org>"
Copyright (c) 2020--2020 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-08-28 | perl v5.34.0 |