Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

owl::directsemantics(3pm) [debian man page]

OWL::DirectSemantics(3pm)				User Contributed Perl Documentation				 OWL::DirectSemantics(3pm)

NAME
OWL::DirectSemantics - representation of the direct semantics of OWL2 SYNOPSIS
use RDF::Trine; my $model = RDF::Trine::Model->temporary_model; RDF::Trine::Mode->parse_url_into_model($url, $model); use OWL::DirectSemantics; my $translator = OWL::DirectSemantics::Translator->new; my $ontology = $translator->translate($model); foreach my $ax ($ontology->axioms) { if ($ax->element_name eq 'ClassAssertion') { printf("%s is of type %s. ", $ax->node, $ax->class); } } print "The following data couldn't be translated to OWL: "; print RDF::Trine::Serializer ->new('ntriples') ->serialize_model_to_string($model); DESCRIPTION
This distribution provides a basic framework for representing the OWL 2 direct semantics model, and a translator to build that model from an RDF-based model. SEE ALSO
OWL::DirectSemantics::Translator, OWL::DirectSemantics::Element, RDF::Trine::Serializer::OwlFn. RDF::Closure, RDF::Trine::Parser::OwlFn. RDF::Trine, RDF::Query, <http://www.perlrdf.org/>. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2011-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-28 OWL::DirectSemantics(3pm)

Check Out this Related Man Page

OWL::DirectSemantics::Element::Datatype(3pm)		User Contributed Perl Documentation	      OWL::DirectSemantics::Element::Datatype(3pm)

NAME
OWL::DirectSemantics::Element::Datatype - represents an OWL Datatype DESCRIPTION
This class represents the Datatype element in OWL Direct Semantics. This class inherits from OWL::DirectSemantics::Element. It does the OWL::DirectSemantics::Writer::FunctionalSyntax and OWL::DirectSemantics::Writer::Dump roles. Attributes "annotations" A list of annotations associated with this object. The value is a ArrayRef. "node" The RDF::Trine::Node associated. The value is a RDF::Trine::Node. This is a required attribute. SEE ALSO
OWL::DirectSemantics, OWL::DirectSemantics::Element. AUTHOR
Toby Inkster <tobyink@cpan.org>. COPYRIGHT
Copyright 2011-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-28 OWL::DirectSemantics::Element::Datatype(3pm)
Man Page

3 More Discussions You Might Find Interesting

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

2. IP Networking

OSI model, communication between same layers but on different machines

Hi friends, I hope everyone is doing fine. I have this confusion regarding the OSI model. I have been reading a book on datacommunication and networking which discusses the OSI model in great detail. One thing that I can't figure out is the OSI daigram in this book. It shows communication between... (1 Reply)
Discussion started by: gabam
1 Replies

3. AIX

Disk model number

Hi Please let me know how to check disk model number. I have already tried prtconf command but there is no such information related to model number. Regards, Scriptor (3 Replies)
Discussion started by: scriptor
3 Replies