1AtteanX::Compatibility:U:sTerrinCeo(n3t)ributed Perl DocAutmteenatnaXt:i:oCnompatibility::Trine(3)
2
3
4
6 AtteanX::Compatibility::Trine - Compatibility layer between RDF::Trine
7 and Attean
8
10 In modules that have old RDF::Trine methods, but otherwise uses Attean,
11 just go:
12
13 use AtteanX::Compatibility::Trine;
14
16 For now, only certain methods of RDF::Trine nodes are supported. They
17 are added to the respective Attean terms by this module. They are:
18
19 • "Attean::Blank::blank_identifier"
20
21 • "Attean::IRI::uri"
22
23 • "Attean::Literal::literal_value"
24
25 • "Attean::Literal::literal_value_language"
26
27 • "Attean::Literal::has_datatype"
28
29 • "Attean::Literal::literal_datatype"
30
32 Please report any bugs or things you miss from RDF::Trine here:
33 <https://github.com/kjetilk/p5-atteanx-compatibility-trine/issues>.
34
36 For a compatibility layer the other direction (i.e. backwards
37 compatibility), see RDF::TrineX::Compatibility::Attean.
38
40 Kjetil Kjernsmo <kjetilk@cpan.org>.
41
43 This software is copyright (c) 2017 by Kjetil Kjernsmo.
44
45 This is free software; you can redistribute it and/or modify it under
46 the same terms as the Perl 5 programming language system itself.
47
49 THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
50 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
51 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
52
53
54
55perl v5.34.0 2022-01-20 AtteanX::Compatibility::Trine(3)