logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Kjetil Kjernsmo <kjetilk@cpan.org>.

Bugs

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

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;

See Also