DOKK / manpages / debian 12 / libatteanx-compatibility-trine-perl / AtteanX::Compatibility::Trine.3pm.en
AtteanX::Compatibility::Trine(3pm) User Contributed Perl Documentation AtteanX::Compatibility::Trine(3pm)

AtteanX::Compatibility::Trine - Compatibility layer between RDF::Trine and Attean

In modules that have old RDF::Trine methods, but otherwise uses Attean, just go:

  use AtteanX::Compatibility::Trine;

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"

Please report any bugs or things you miss from RDF::Trine here: <https://github.com/kjetilk/p5-atteanx-compatibility-trine/issues>.

For a compatibility layer the other direction (i.e. backwards compatibility), see RDF::TrineX::Compatibility::Attean.

Kjetil Kjernsmo <kjetilk@cpan.org>.

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.

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.

2022-12-06 perl v5.36.0