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

NAME

SADI::Data::OWL::ObjectProperty

SYNOPSIS

 use SADI::Data::OWL::ObjectProperty;

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

DESCRIPTION

An object representing an OWL ObjectProperty

AUTHORS

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

ACCESSIBLE ATTRIBUTES

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

value - the subject, a URI, that this object property is a predicate for
range - the range of this object property
domain - the domain of this object property
uri - the uri of this object property

SUBROUTINES