Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

morla(1) [debian man page]

MORLA(1)							   User Commands							  MORLA(1)

NAME
morla - editor and browser of RDF document 0.16.1 SYNOPSIS
morla [ -h | --help ] [ -t | --template template_name | template_uri ] [ -i | --import template_uri ] [ files... | URLs... ] DESCRIPTION
Morla is a multiplatform editor of RDF documents. It is based on libnxml and librdf libraries. With Morla you can manage more RDF documents simultaneously, visualize graphs and use templates for quick writing. With Morla you can import RDFS documents and use its content to write new RDF triples. Templates are also RDF documents and they make Morla easily personalizeble and expandable. You can also use Morla as RDF navigator, wandering among the net knots of the RDF documents present on internet exactly as we are used to do with normal browsers. Morla is a FreeSoftware project released under license GPL v2.0. AUTHOR
morla written by Andrea Marchesini <andrea.marchesini@morlardf.net> Man page written by Andrea Marchesini <andrea.marchesini@morlardf.net> morla 9 April 2006 MORLA(1)

Check Out this Related Man Page

RDF::Crypt::Encrypter(3pm)				User Contributed Perl Documentation				RDF::Crypt::Encrypter(3pm)

NAME
RDF::Crypt::Encrypter - encrypts RDF graphs SYNOPSIS
use 5.010; use RDF::Crypt::Encrypter; use RDF::TrineX::Functions qw< parse >; my $enc = RDF::Crypt::Encrypter->new_from_webid( 'http://www.example.com/people/alice#me' ); my $graph = parse '/path/to/secret.ttl'; my $scrambled = $enc->encrypt_model($graph); DESCRIPTION
An Encrypter object is created using an RSA public key. The object can be used to encrypt an RDF graph for a recipient. Roles o RDF::Crypt::Role::WithPublicKeys o RDF::Crypt::Role::DoesEncrypt o RDF::Crypt::Role::ToString SEE ALSO
RDF::Crypt, RDF::Crypt::Decrypter. BUGS
Please report any bugs to <http://rt.cpan.org/>. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2010, 2012 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 2012-06-25 RDF::Crypt::Encrypter(3pm)
Man Page