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

Values in INT3, line 3 #19

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago
#INT3 intertext relationship
<https://sk.acdh.oeaw.ac.at/DWbibl01990/relation/2> a ns1:INT3_IntertextualRelationship  ;
  rdfs:label "Intertextual relation"@en ;
  ns1:R12_has_referred_to_entity <https://sk.acdh.oeaw.ac.at//passage/2> ;
  ns1:R13_has_referring_entity <https://sk.acdh.oeaw.ac.at/DWbibl01990/passage/2> .

Desired outcome for this line: ns1:R12_has_referred_to_entity <https://sk.acdh.oeaw.ac.at/DWbibl04025/passage/0> ;

BergListe commented 1 year ago

Weirdly I cannot reproduce the problem. I debugged the xml:template that creates the above mentioned INT3 statement and I get the wanted result without any changes...