Catmandu::FedoraCommons::Model::getRelationships - Perl model for the Fedora 'getRelationships' REST
Contents
Name
Catmandu::FedoraCommons::Model::getRelationships - Perl model for the Fedora 'getRelationships' REST
call
See Also
Catmandu::FedoraCommons RDF::Trine::Model
perl v5.36.0 2023-02-05 Catmandu::Fedor...etRelationships(3pm)
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
