File: dbpedia.pl

package info (click to toggle)
librdf-kml-exporter-perl 0.003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 340 kB
  • sloc: perl: 3,404; makefile: 7; sh: 1
file content (8 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
#!/usr/bin/perl

use RDF::KML::Exporter;

my $place = shift
	or die "usage: dbpedia.pl Glasgow\n(or some other place)\n";

print RDF::KML::Exporter->export_kml("http://dbpedia.org/data/${place}")->render;