The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SADI::Data::OWL::Class

SYNOPSIS

 use SADI::Data::OWL::Class;

 # create a sadi owl class 
 my $data = SADI::Data::OWL::Class->new ();

DESCRIPTION

An object representing an OWL class

AUTHORS

 Edward Kawas (edward.kawas [at] gmail [dot] com)

ACCESSIBLE ATTRIBUTES

Details are in SADI::Base. Here just a list of them:

label an optional RDF label for this class
type a URI that describes the type of this class
value a URI to an individual of this class (same as uri, e.g. if you set this, you set value too)
uri a URI to an individual of this class (same as value, e.g. if you set this, you set uri too)
statements an array of RDF::Core::Statement objects describing the relationships in this class. Most users need not worry about this method.

SUBROUTINES