19 declare(strict_types=1);
    50         return $this->entry->isDefault();
    55         return $this->entry->isOutdated();
    60         return $this->identifier_handler->buildIdentifierFromEntryID($this->entry->id());
    65         return $this->entry->title();
    70         return $this->entry->description();
    81         return $this->renderer->toUIComponents($this->entry->copyrightData());
    90         return $this->renderer->toString($this->entry->copyrightData());