/usr/share/doc/libxml-atom-owl-perl/examples/identica.pl is in libxml-atom-owl-perl 0.103-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | #!/usr/bin/perl
use XML::Atom::OWL;
use RDF::TrineShortcuts;
my $p = XML::Atom::OWL->new(undef, 'http://identi.ca/api/statuses/user_timeline/36737.atom');
print rdf_string($p->graph => 'Turtle');
|