#!perl
#ABSTRACT: look up common URI namespaces and prefixes
#PODNAME: rdfns

use strict;
use App::rdfns;
exit App::rdfns->new->run(@ARGV);

__END__

=pod

=head1 NAME

rdfns - look up common URI namespaces and prefixes

=head1 VERSION

version 20130924

=head1 SYNOPSIS

    $ rdfns foaf.xmlns foaf.n3 dbpedia.sparql
	$ rdfns rdfs:seeAlso
    $ rdfns 20111102 foaf,owl.ttl
    $ rdfns http://www.w3.org/2003/01/geo/wgs84_pos#
    $ rdfns --help

=head1 SEE ALSO

This script is internally implemented in L<App::rdfns>, based on L<RDF::NS>.

=head1 AUTHOR

Jakob Voß

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Jakob Voß.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
