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: data.trig – missing "arbeitet für" in occupation label #81

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

This statement:

    <https://sk.acdh.oeaw.ac.at/pmb53495/occupation/1> a <https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F51_Pursuit> ;
        rdfs:label "Volkskampf"@de .

is currently built from this xml element in listperson.xml:

<occupation type="sk" key="pmb37553">Volkskampf</occupation>

The label of the statement should include an "works for"-part and should have an @en, so please change it to this:

    <https://sk.acdh.oeaw.ac.at/pmb53495/occupation/1> a <https://cidoc-crm.org/frbroo/sites/default/files/FRBR2.4-draft.rdfs#F51_Pursuit> ;
        rdfs:label "works for: Volkskampf"@en .
BOberreither commented 1 year ago

@linxOD Nice so far, just one thing: Should only be applied to occupation @type="sk" - leave the statements from the other occupation elements unchanged. Thanks!