SADI::Data::OWL::ObjectProperty - SADI::Data::OWL::ObjectProperty documentation


SADI documentation  | view source Contained in the SADI distribution.

Index


NAME

Top

SADI::Data::OWL::ObjectProperty

SYNOPSIS

Top

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

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




DESCRIPTION

Top

An object representing an OWL ObjectProperty

AUTHORS

Top

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

ACCESSIBLE ATTRIBUTES

Top

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

Top


SADI documentation  | view source Contained in the SADI distribution.