Skip to content
This repository has been archived by the owner on Oct 12, 2018. It is now read-only.

Agent of original work #233

Open
kiegel opened this issue Jan 27, 2015 · 0 comments
Open

Agent of original work #233

kiegel opened this issue Jan 27, 2015 · 0 comments

Comments

@kiegel
Copy link

kiegel commented Jan 27, 2015

When a record for a translation is converted, the program creates a Work for the original title, and the agent link for this work has a poorly formed label.

For example,

100 1_ |a Hesse, Hermann, |d 1877-1962.
240 10 |a Unterm Rad. |l English

gives:

<http://example.org/99161787763601452work8> a bf:Work ;
    bf:authorizedAccessPoint "Unterm Rad." ;
    bf:creator <http://example.org/99161787763601452agent13> ;
    bf:title "Unterm Rad." ;
    madsrdf:authoritativeLabel "Unterm Rad." .

<http://example.org/99161787763601452agent13> a bf:Agent ;
    bf:label "Hesse, Hermann," .

Note that the label of the agent link contains only $a. It should include all subfields present in the field from which the information is taken: in this case, $a and $d.

(OCLC # 51518461)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant