Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

serdi(1) [debian man page]

SERDI(1)						      General Commands Manual							  SERDI(1)

NAME
serdi - Read and write RDF syntax SYNOPSIS
serdi [OPTION]... INPUT BASE_URI OPTIONS
-b Fast bulk output for large serialisations. -c PREFIX Chop PREFIX from matching blank node IDs. -f Keep full URIs in input (don't qualify). -h Print the command line options. -i SYNTAX Read input in SYNTAX (`turtle' or `ntriples'). -o SYNTAX Write output in SYNTAX (`turtle' or `ntriples'). -p PREFIX Add PREFIX to blank node IDs. -r ROOT_URI Keep relative URIs within ROOT_URI. -s INPUT Parse INPUT as a string (terminates options). -v Display version information and exit. AUTHOR
Serdi was written by David Robillard <d@drobilla.net> COPYRIGHT
Copyright (C) 2011-2012 David Robillard. License: <http://www.opensource.org/licenses/isc> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
<http://drobilla.net/software/serd> 17 Jan 2012 SERDI(1)

Check Out this Related Man Page

RDF::Redland::Serializer(3pm)				User Contributed Perl Documentation			     RDF::Redland::Serializer(3pm)

NAME
RDF::Redland::Serializer - Redland RDF Serializing to Syntax Class SYNOPSIS
use RDF::Redland; ... my $serializer=new RDF::Redland::Serializer("ntriples"); $serializer->serialize_model_to_file("foo.rdf", $base_uri, $model); DESCRIPTION
This class represents serializers that turn RDF graphs into various syntaxes. from an RDF::Redland::Model object. CONSTRUCTORS
new [NAME [MIME_TYPE [URI]]] Create a new RDF::Redland::Serializer object for a syntax serializer named NAME, with MIME Type MIME_TYPE and/or URI URI. Any field can be undef or omitted; if all are omitted, the default serializer is used, currently 'ntriples'. METHODS
serialize_model_to_file FILENAME BASE_URI MODEL Serialize the RDF Graph MODEL as syntax with the base RDF::Redland::URI BASE_URI to file FILENAME. serialize_model_to_string BASE-URI MODEL Serialize the RDF Graph MODEL to a syntax. If no serializer name is given, the default serializer RDF/XML is used. set_namespace PREFIX URI Define a namespace URI with the supplied PREFIX for use in serializing an RDF Graph. feature URI [VALUE] Get/set a serializer feature. The feature is named via RDF::Redland::URI URI and the value is a string. If VALUE is given, the feature is set to that value, otherwise the current value is returned. SEE ALSO
RDF::Redland::Parser, RDF::Redland::URI AUTHOR
Dave Beckett - http://www.dajobe.org/ perl v5.14.2 2011-02-04 RDF::Redland::Serializer(3pm)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

userdir

In the apache documentation, they say to enable UserDir for all users except a specific list, write this: UserDir Enabled UserDir Disabled user1 user2 user3 But configtest gives me: "Syntax error on line 533 of httpd.conf: UserDir "enable" keyword requires a list of usernames." When I... (1 Reply)
Discussion started by: Synbios
1 Replies

2. BSD

Problem userdir ~username on apache

i have problem user cannot add or edit file on their directory i mean /home/user/public_html i have httpd.conf like this : ................ # UserDir Include etc/apache22/extra/httpd-userdir.conf and httpd-userdir.conf ................ # UserDir public_html UserDir disabled... (2 Replies)
Discussion started by: moslemovic
2 Replies

3. UNIX for Advanced & Expert Users

Apache mod_userdir does not work

I am trying to access my web site like http://www.mywebsite.com/~someuser My plateform is Ubuntu lucid 10.04 and I am using Apache 2.2.14 I tried to enable mod_userdir by sudo a2enmod userdir sudo /etc/init.d/apache2 restart I then modify <IfModule mod_userdir.c> UserDir... (2 Replies)
Discussion started by: hassan1
2 Replies