Scroll to navigation

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

NAME

Catmandu::FedoraCommons::Model::addRelationship - Perl model for the Fedora 'addRelationship' REST call

SYNOPSIS

  use Catmandu::FedoraCommons;
  
  my $fedora = Catmandu::FedoraCommons->new('http://localhost:8080/fedora','fedoraAdmin','fedoraAdmin');
  
  my $obj = $fedora->addRelationship(pid => 'demo:29' , relation => [ 'info:fedora/demo:29' , 'http://my.org/name' , 'Peter'])->parse_content;
  
  Returns 1 on success.

SEE ALSO

Catmandu::FedoraCommons

2023-01-26 perl v5.36.0