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

URL identifiers for DW persons #22

Closed BOberreither closed 11 months ago

BOberreither commented 11 months ago

DW Persons right now have no URL identifiers, so please add this statement to the trig:

<https://sk.acdh.oeaw.ac.at/DWpers0070/identifier/idno/1> a cidoc:E42_Identifier ;
        rdfs:label "Identifier: https://kraus1933.ace.oeaw.ac.at/Gesamt.xml?template=register_personen.html&letter=F#DWpers0070"@en ;
        cidoc:P1i_identifies sk:DWpers0070 ;
        cidoc:P2_has_type <https://sk.acdh.oeaw.ac.at/types/idno/URL/dritte-walpurgisnacht> ;
        rdf:value "https://kraus1933.ace.oeaw.ac.at/Gesamt.xml?template=register_personen.html&letter=F#DWpers0070" .

The ID you need for the URI and the URL is the persons xml:id. The letter in the URL (at &letter=L) is the first letter in person/@sortKey.

Thanks!