semantic-kraus / dw-data

converts XML/TEI data into CIDOCish RDF
https://semantic-kraus.github.io/dw-data/
MIT License
0 stars 1 forks source link

DW texts: change some F24 labels #25

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

Does NOT concern:

Does concern:

BergListe commented 1 year ago

I hopefully fixed this issue.

Connected to this issue i found this label - is this the way it should look?

#F30 issue
<https://sk.acdh.oeaw.ac.at/DWbibl00687/publication> a frbroo:F30_Publication_Event ;
  rdfs:label "Publication of: Published Expression: Ein feste Burg ist unser Gott"@en ;
BOberreither commented 1 year ago

@BergListe Right - should be without "Published Expression: " in the middle ....

BergListe commented 1 year ago

Fixed this additional bug as well.

BOberreither commented 1 year ago

@BergListe Looks good, but: Added an update up there, it concerns another group of F24s as well: those created not from title-j, title-m or date-keys, but from wholeText-citedRange. Thanks!

BOberreither commented 1 year ago

@BergListe Currently, the whole F24 for https://sk.acdh.oeaw.ac.at/DWbibl00687 is missing, and everything connected to it (F30, time-span, etc.) – ?

BergListe commented 1 year ago

As mentioned in a comment to issue #26 i fixed the bug that excluded every statement with an uri coming from bible/@xml:id

BOberreither commented 1 year ago

@BergListe If the URI of an F24 is built from citedRange-wholeText, it should also be changed to "Publication carrying:" For example this one should change:

<https://sk.acdh.oeaw.ac.at/DWbibl03133/published-expression> a frbroo:F24_Publication_Expression ;
  rdfs:label "Published Expression: Das 25-Punkte-Programm der Nationalsozialistischen Deutschen Arbeiterpartei"@en ;
  cidoc:P165_incorporates <https://sk.acdh.oeaw.ac.at/DWbibl03133> ;
  frbroo:R24i_was_created_through <https://sk.acdh.oeaw.ac.at/DWbibl03133/publication> .
BergListe commented 1 year ago

Done