AtteanX::Compatibility::Trine - Compatibility layer between RDF::Trine and Attean
Contents
Bugs
Please report any bugs or things you miss from RDF::Trine here:
<https://github.com/kjetilk/p5-atteanx-compatibility-trine/issues>.
Copyright And Licence
This software is copyright (c) 2017 by Kjetil Kjernsmo.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
Description
For now, only certain methods of RDF::Trine nodes are supported. They are added to the respective Attean
terms by this module. They are:
• "Attean::Blank::blank_identifier"
• "Attean::IRI::uri"
• "Attean::Literal::literal_value"
• "Attean::Literal::literal_value_language"
• "Attean::Literal::has_datatype"
• "Attean::Literal::literal_datatype"
Disclaimer Of Warranties
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT
LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
perl v5.36.0 2022-12-06 AtteanX::Compatibility::Trine(3pm)
Name
AtteanX::Compatibility::Trine - Compatibility layer between RDF::Trine and Attean
See Also
For a compatibility layer the other direction (i.e. backwards compatibility), see
RDF::TrineX::Compatibility::Attean.
Synopsis
In modules that have old RDF::Trine methods, but otherwise uses Attean, just go:
use AtteanX::Compatibility::Trine;
