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