tvBroadcast
{{$document->fieldValue('collection-title')}}
{{$document->fieldValue('collection-number')}}
{{$document->fieldValue('publisher-place')}}
{{$document->fieldValue('publisher')}}
@foreach($document->getCreatorByPositions(['director'])->get() as $creator)
@include('outputs.rdf.creator', ['position' => 'directors', 'creator' => $creator])
@endforeach
@foreach($document->getCreatorByPositions(['producer'])->get() as $creator)
@include('outputs.rdf.creator', ['position' => 'producers', 'creator' => $creator])
@endforeach
{{$document->fieldValue('ISBN')}}
{{$document->fieldValue('copyright')}}
{{$document->fieldValue('publisher-place')}}
{{$document->fieldValue('genre')}}
{{$document->fieldValue('source')}}
{{$document->fieldValue('numPages')}}
{{$document->fieldValue('issued')}}
{{$document->fieldValue('note')}}
{{$document->fieldValue('issued')}}
{{$document->fieldValue('language')}}
{{$document->fieldValue('abstract')}}
{{$document->title}}
{{$document->fieldValue('shortTitle')}}