NAME
OWL::Data::OWL::ObjectProperty
SYNOPSIS
use OWL::Data::OWL::ObjectProperty;
# create an owl ObjectProperty
my $data = OWL::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 OWL::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