Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    RDF::Notation3 0.90

    Download button

    No screenshots available
    Downloads: 600  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Petr Cimprich | More programs
    Perl Artistic License / FREE
    September 19th, 2006, 20:45 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    RDF::Notation3 description

    RDF::Notation3 is a RDF Notation3 parser.

    RDF::Notation3 is a RDF Notation3 parser.

    SYNOPSIS

    $rdf = RDF::Notation3::Triples->new();
    $rdf->parse_file($path);
    $triples = $rdf->get_triples;

    $rdf = RDF::Notation3::XML->new();
    $rdf->parse_file($path);
    $string = $rdf->get_string;

    $handler = SAXHandler->new();
    $rdf = RDF::Notation3::SAX->new(Handler => $handler);
    $rdf->parse_file($path);

    $rdf = RDF::Notation3::RDFCore->new();
    $storage = RDF::Core::Storage::Memory->new();
    $rdf->set_storage($storage);
    $model = $rdf->parse_file($path);
    $n3 = $rdf->get_n3($model);

    $rdf = RDF::Notation3::RDFStore->new();
    $rdf->set_options({ Name => 'test', Split => 20 });
    $model = $rdf->parse_file($path);

    This module is an RDF/N3 parser; it can parse N3 files or strings and provide results in whatever format (as far as there are subclasses supporting your desired format available).
    RDF::Notation3 is a base class providing the parsing logic only. This class is never used directly.

    Instead, derived classes such as RDF::Notation3::Triples or Notation3::XML are used. The subclasses control how results of parsing are processed and can provide additional methods to access the results then. RDF::Notation3 doesn't tend to create sophisticated in-memory or persistent RDF structures of its own; it should more likely serve as a parser for other Perl RDF modules (such as RDF::Core) focused on how to store and access RDF models.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    RDF parser | Notation3 parser | Perl module | RDF::Notation3 | RDF | Notation3

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM