Triplify 0.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Triplify 0.3 (Default branch)
# 1  
Old 04-09-2008
Triplify 0.3 (Default branch)

Triplify is a small plugin for database driven Web applications which exposes RDF, Linked Data, and JSON. It is extremely simple to configure by providing some SQL queries and selecting the information to be exposed. It is complemented by a light-weight registry for RDF data sources. License: GNU Lesser General Public License (LGPL) Changes:
This release contains a number of bugfixes and improvements. Most notably, the compatibility with PHP4 was improved and the possibility to add metadata to your RDF was added.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
RDF::Trine::Parser::ShorthandRDF(3pm)			User Contributed Perl Documentation		     RDF::Trine::Parser::ShorthandRDF(3pm)

NAME
RDF::Trine::Parser::ShorthandRDF - Shorthand RDF Parser SYNOPSIS
use RDF::Trine::Parser; my $parser = RDF::Trine::Parser->new( 'ShorthandRDF' ); $parser->parse_into_model( $base_uri, $data, $model ); DESCRIPTION
ShorthandRDF is an extension of N3 syntax. It's currently defined at <http://esw.w3.org/ShorthandRDF>. METHODS
This package exposes the same methods as RDF::Trine::Parser::Notation3. SEE ALSO
RDF::TriN3, RDF::Trine::Parser::Notation3. <http://esw.w3.org/ShorthandRDF>. AUTHOR
Toby Inkster "<tobyink@cpan.org>" Based on RDF::Trine::Parser::Turtle by Gregory Todd Williams. COPYRIGHT AND LICENCE
Copyright (c) 2006-2010 Gregory Todd Williams. Copyright (c) 2010-2011 Toby Inkster. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIES
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. perl v5.14.2 2011-10-22 RDF::Trine::Parser::ShorthandRDF(3pm)