Scroll to navigation

Catmandu::FedoraCommons::Model::getRelationships(3pm) User Contributed Perl Documentation Catmandu::FedoraCommons::Model::getRelationships(3pm)

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

SEE ALSO

Catmandu::FedoraCommons RDF::Trine::Model

2023-02-05 perl v5.36.0