SADI::Data::OWL::Class - SADI::Data::OWL::Class documentation


SADI documentation  | view source Contained in the SADI distribution.

Index


NAME

Top

SADI::Data::OWL::Class

SYNOPSIS

Top

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

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




DESCRIPTION

Top

An object representing an OWL class

AUTHORS

Top

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

ACCESSIBLE ATTRIBUTES

Top

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

Top


SADI documentation  | view source Contained in the SADI distribution.