semantic-kraus / lk-data

Legal-Kraus XML/TEI data to RDF
https://semantic-kraus.github.io/lk-data/
MIT License
0 stars 0 forks source link

small fix: listwork.xml – missing link F24-Appellation, Appellation-URI too long #70

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

Concerns bibl[@subtype="journal"]: The F24-statement looks like

<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.