^[ ]*Titel: |
{book.title := extract(deep-text(''), '[^/]+')} |
Verfasser|Personen |
{curAuthor := ($curAuthor, extract(deep-text(''), '[^*]+') ),
book.author := string-join($curAuthor, "; ")} |
ISBN: |
{$book.isbn := text()} |
PPN: |
{$book.home-url := if (contains(@href, "://")) then @href else concat($base,"/",@href)} |
Zeitschrift: |
{temp := deep-text(""),
book.title := concat(if (contains($temp, ":")) then substring-before($temp, ":") else $temp,
if (contains($book.id, "-")) then concat(" [",substring-after($book.id, "-"), "]") else ""),
book.author := if (contains($temp, "/")) then x"{substring-after(normalize-space($temp), "/")} (Zeitschrift)" else "Zeitschrift"} |
Körperschaft: |
{if ($book.author = "Zeitschrift") then book.author := concat(., " (Zeitschrift)") else ()} |
Standort: |
|
Signatur: |
{sigid := $sigid + 1} |
Ausleihstatus: |
? |
{propname := extract(translate(normalize-space(.), ".", ""), "[^:]+")} |
|