Closed BOberreither closed 1 year ago
Concerns bibl[@subtype="journal"]: The F24-statement looks like
bibl[@subtype="journal"]
<https://sk.acdh.oeaw.ac.at/pmb41564/published-expression> a frbroo:F24_Publication_Expression ; rdfs:label "Periodical: Die Schaubühne"@en .
Should look like
<https://sk.acdh.oeaw.ac.at/pmb41564/published-expression> a frbroo:F24_Publication_Expression ; rdfs:label "Periodical: Die Schaubühne"@en ; cidoc:P1_is_identified_by <https://sk.acdh.oeaw.ac.at/pmb41564/appellation/0> .
Also, the appellation URI and the appellation-part-URIs are too long, they look like
<https://sk.acdh.oeaw.ac.at/pmb41564/published-expression/appellation-title/0> <https://sk.acdh.oeaw.ac.at/pmb41564/published-expression/appellation/0>
but should look like this:
<https://sk.acdh.oeaw.ac.at/pmb41564/appellation-title/0> <https://sk.acdh.oeaw.ac.at/pmb41564/appellation/0>
(Otherwise, the link proposed above won't work.)
Quick and dirty fix would be to add the current, "wrong" URI to the published-expression-statement, not the correct, shorter one.
Concerns
bibl[@subtype="journal"]
: The F24-statement looks likeShould look like
Also, the appellation URI and the appellation-part-URIs are too long, they look like
but should look like this:
(Otherwise, the link proposed above won't work.)
Quick and dirty fix would be to add the current, "wrong" URI to the published-expression-statement, not the correct, shorter one.