NAME
[% obj.module_name %] - an object propery
SYNOPSIS
use [% obj.module_name %];
my $property = [% obj.module_name %]->new();
# get the domain of this property
my $domain = $property->domain;
# get the range of this property
my $range = $property->range;
# get the uri for this property
my $uri = $property->uri;
DESCRIPTION
Inherits from: [% obj.parent %]