File: identica.pl

package info (click to toggle)
libxml-atom-owl-perl 0.103-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 344 kB
  • sloc: perl: 3,903; makefile: 11
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (7)
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');