{{$document->item_schema->csl_slug}} {{$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(['counsel'])->get() as $creator) @include('outputs.rdf.creator', ['position' => 'counsels', 'creator' => $creator]) @endforeach @foreach($document->getCreatorByPositions(['supervisor-thesis'])->get() as $creator) @include('outputs.rdf.creator', ['position' => 'supervisorThesiss', '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')}}