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

NAME

OWL::Data::OWL::Class

SYNOPSIS

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

 # create an owl class 
 my $data = OWL::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 OWL::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)
strict a boolean value that determines whether or not to enforce class constraints. Default is false.

SUBROUTINES

clear_statements

clear_statements: clears statements from class; however, this does not remove properties.