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

Minor: listwork - Wrong prefix for P1_is_identified_by #90

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

Wrong prefix

Line 3:

<https://sk.acdh.oeaw.ac.at/sk_lk00470/published-expression> a frbroo:F24_Publication_Expression ;
        rdfs:label "Periodical: Der Österreichische Volkswirt"@en ;
        frbroo:P1_is_identified_by <https://sk.acdh.oeaw.ac.at/sk_lk00470/appellation/0> ;
        frbroo:R5_has_component <https://sk.acdh.oeaw.ac.at/pmb55032/published-expression> .

All P1_is_identified_by should have prefix "crm:". Some of these statements have two P1-properties, one with crm, one with frbroo, some have only one of these two. Should be crm only.