webpage
{{$document->fieldValue('collection-title')}}
{{$document->fieldValue('collection-number')}}
{{$document->fieldValue('publisher-place')}}
{{$document->fieldValue('publisher')}}
@foreach($document->getCreatorByPositions(['author'])->get() as $creator)
@include('outputs.rdf.creator', ['position' => 'authors', 'creator' => $creator])
@endforeach
@foreach($document->getCreatorByPositions(['contributor'])->get() as $creator)
@include('outputs.rdf.creator', ['position' => 'contributors', 'creator' => $creator])
@endforeach
@foreach($document->getCreatorByPositions(['translator'])->get() as $creator)
@include('outputs.rdf.creator', ['position' => 'translators', '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')}}