Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

rdf::helper::properties(3pm) [debian man page]

RDF::Helper::Properties(3pm)				User Contributed Perl Documentation			      RDF::Helper::Properties(3pm)

NAME
RDF::Helper::Properties - Module that provides shortcuts to retrieve certain information VERSION
Version 0.10 SYNOPSIS
my $pred = RDF::Helper::Properties->new($model); print $pred->title METHODS
"new ( model => $model )" Constructor for getting predicates from a model, which is passed to the constructor. "model" Will return the current model. "page ( $node )" A suitable page to redirect to, based on foaf:page or foaf:homepage "title ( $node )" A suitable title for the document will be returned, based on document contents "description ( $node )" A suitable description for the document will be returned, based on document contents "html_node_value" Formats the nodes for HTML output. with_role Is there just because of quirk in Error, don't worry about it. AUTHOR
Most of the code was written by Gregory Todd Williams "<gwilliams@cpan.org>" for RDF::LinkedData::Apache, but refactored into this class for use by other modules by Kjetil Kjernsmo, "<kjetilk at cpan.org>" COPYRIGHT &; LICENSE Copyright 2010 Gregory Todd Williams and ABC Startsiden AS. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.3 2010-08-25 RDF::Helper::Properties(3pm)

Check Out this Related Man Page

RDF::Trine::Namespace(3pm)				User Contributed Perl Documentation				RDF::Trine::Namespace(3pm)

NAME
RDF::Trine::Namespace - Abbreviated syntax for constructing RDF node objects VERSION
This document describes RDF::Trine::Namespace version 1.000 SYNOPSIS
use RDF::Trine::Namespace qw(rdf); my $foaf = RDF::Trine::Namespace->new( 'http://xmlns.com/foaf/0.1/' ); my $pred = $foaf->name; my $type = $rdf->type; print $pred->as_string; # '[http://xmlns.com/foaf/0.1/name]' DESCRIPTION
This module provides an abbreviated syntax for creating RDF::Trine::Node objects for URIs sharing common namespaces. The module provides a constructor for creating namespace objects which may be used for constructing Node objects. Calling any method (other than 'import', 'new', 'uri' or 'AUTOLOAD') on the namespace object will return a RDF::Trine::Node object representing the URI of the method name appended to the namespace. METHODS
"uri" Returns the URI node object for the namespace, with an optional path argument added to the end of it. "uri_value" Returns the URI/IRI value of this namespace. DEPENDENCIES
XML::Namespace BUGS
Please report any bugs or feature requests to through the GitHub web interface at <https://github.com/kasei/perlrdf/issues>. AUTHOR
Gregory Todd Williams "<gwilliams@cpan.org>" COPYRIGHT
Copyright (c) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.14.2 2012-06-29 RDF::Trine::Namespace(3pm)
Man Page

We Also Found This Discussion For You

1. AIX

DRC Question

Is possible to replicate a IBM R6000 model 6015 and model 6020 in a IBM new model P5?? What problems I will encounter with AIX?? (0 Replies)
Discussion started by: IBravo
0 Replies