Linux SoftwareProgrammingLibrariesRDF::Notation3 0.90

RDF::Notation3 0.90


RDF::Notation3 is a RDF Notation3 parser. SYNOPSIS $rdf = RDF::Notation3::Triples->new(); $rdf->parse_file($path); $triple
Developer:   Petr Cimprich
      more software by author →
Price:  0.00
License:   Perl Artistic License
File size:   17K
Language:   
OS:   
Rating:   0 /5 (0 votes)
Your vote:  
enlarge screenshot


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.

Requirements:
  • RDF::Notation3 is a RDF Notation3 parser.
    tags rdf notation3  rdf parse  file path  new rdf  parse file  rdf rdf  model rdf  rdf get  rdf set  notation3 parser  rdf core  notation3 xml  notation3 triples  

    Download RDF::Notation3 0.90


     http://ftp.hostingromania.ro/Linux/mirrors/ftp.cpan.org/authors/id/P/PC/PCIMPRICH/RDF-Notation3-0.90.tar.gz


    Authors software

    RDF::Notation3 0.90 (by Petr Cimprich)
    RDF::Notation3 is a RDF Notation3 parser.

    SYNOPSIS

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


    Similar software

    RDF::Notation3 0.90 (by Petr Cimprich)
    RDF::Notation3 is a RDF Notation3 parser.

    SYNOPSIS

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

    HTML::Parser 3.54 (by Gisle Aas)
    HTML::Parser is a HTML parser class

    RDF::Simple::Parser 0.3 (by Jo Walsh)

    MP3::M3U::Parser 2.20 (by Burak G?rsoy)
    MP3::M3U::Parser is a MP3 playlist parser.

    SYNOPSIS

    use MP3::M3U::Parser;
    my $parser = MP3::M3U::Parser->new(%options);

    GO::Model::Term 0.04 (by GO::Model::Term Team)

    XML::Handler::Trees 0.02 (by Eric Bohlman)
    XML::Handler::Trees is a PerlSAX handlers for building tree structures.

    SYNOPSIS

    use XML::Handler::Trees;
    use XML::Parser:

    Raptor RDF Parser Toolkit 1.4.13 (by Dave Beckett)
    Raptor RDF Parser Toolkit is a free software and Open Source C library that provides a set of parsers and serializers that generate R

    RDFStore::Parser::SiRPAC 0.50 (by Alberto Reggiori)
    RDFStore::Parser::SiRPAC is a Perl module that implements a streaming RDF Parser as a direct implementation of XML::Parser::Expat.

    XML::Parser 2.34 (by Larry Wall)
    XML::Parser is a perl module for parsing XML documents.

    SYNOPSIS

    use XML::Parser;

    $p1 = new XML::Parser(Style => 'Debu

    Rasqal RDF Query Library 0.9.13 (by Dave Beckett)
    Rasqal is a C library for querying RDF, supporting the RDQL and SPARQL languages


    Other software in this category

    zlib 1.2.3 (by Jean-loup Gailly)
    zlib is designed to be a free, general-purpose, legally unencumbered, lossless data-compression library for use on virtually any comp

    libjpeg v6b (by Independent JPEG Group)
    libjpeg is a library for handling the JPEG (JFIF) image format

    OpenSSL 0.9.7c (by The OpenSSL Project Team)
    The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implement

    libxml2 2.6.27 (by DV)
    Libxml2 is the XML C parser and toolkit developed for the Gnome project (but usable outside of the Gnome platform), libxml2 library i

    GNU C library 2.4 (by Andreas Jaeger)
    GNU C library (glibc) is one of the most important components of GNU Hurd and most modern Linux distributions.

    GNU C library is us

  •     search


    Featured Software

    jEdit 4.3 pre8
    jEdit is an Open Source text editor written in Java

    Opera 9.02
    Surf the Internet in a safer, faster, and easier way with Opera browser

    GNU Aspell 0.60.4
    GNU Aspell is a Free and Open Source spell checker designed to eventually replace Ispell


    Subscribe in Rojo
    Google Reader
    Add to My Yahoo!

    Add to My AOL
    Subscribe with Bloglines
    Subscribe in NewsGator Online
    Add 'nixbit linux software' to Newsburst from CNET News.com
    del.icio.us nixbit linux software


    Top tags