NAME
Catmandu::FedoraCommons::Model::getRelationships - Perl model for the Fedora 'getRelationships' REST call
SYNOPSIS
use Catmandu::FedoraCommons;
my $fedora = Catmandu::FedoraCommons->new('http://localhost:8080/fedora','fedoraAdmin','fedoraAdmin');
my $obj = $fedora->getRelationships(pid => 'demo:29')->parse_content;
Returns a RDF::Trine::Model model