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

NAME

SADI::Data::OWL::DatatypeProperty

SYNOPSIS

 use SADI::Data::OWL::DatatypeProperty;

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

DESCRIPTION

An object representing an OWL DatatypeProperty

AUTHORS

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

ACCESSIBLE ATTRIBUTES

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

value - the value that this datatype property assumes
range - the range of this datatype property
domain - the domain for this datatype property
uri - the uri of this datatype property

subroutines

SUBROUTINES