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, minor: empty creator triple #42

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

A few F28 statements have a stump URI as a creator (last line):

#F28
<https://sk.acdh.oeaw.ac.at/DWbibl01965/creation> a frbroo:F28_Expression_Creation ;
  rdfs:label "Creation of: Wider den undeutschen Geist! [Flugblatt]"@en ;
  frbroo:R17_created <https://sk.acdh.oeaw.ac.at/DWbibl01965> ;
  cidoc:P14_carried_out_by <https://sk.acdh.oeaw.ac.at/> .

This comes from a bibl element with "Entst."-date but no @key in the author element. Before writing this last line, please check for this author/@key - thanks!

BergListe commented 1 year ago

Done