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

data.trig: Missing Employer #106

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

Missing Employer

Concerns only occupation @type="sk" Looks like:

<https://sk.acdh.oeaw.ac.at/pmb10114/occupation/2> a frbroo:F51_Pursuit ;
        rdfs:label "works for: Schutzverband deutscher Schriftsteller in Österreich"@en .

Pls add line to this statement and create new statement for employer. Should look like:

<https://sk.acdh.oeaw.ac.at/pmb10114/occupation/2> a frbroo:F51_Pursuit ;
        rdfs:label "Employment with: Schutzverband deutscher Schriftsteller in Österreich"@en ;
        crm:P10_falls_within  <https://sk.acdh.oeaw.ac.at/pmb29458/period> .

<https://sk.acdh.oeaw.ac.at/pmb29458/period> a crm:E4_Period ;
        rdfs:label "Schutzverband deutscher Schriftsteller in Österreich" .

Values for the URI in line 3 and 5 are from occupation[@type="sk"]/@key Value for label in last line is from occupation[@type="sk"]/text().

Also: Please (again) implement the change in rdfs:label in line 2 of the Pursuit statement ("Employment with" instead of "works for") - sorry and thanks!

BOberreither commented 1 year ago

@linxOD Hi! Two things:

BOberreither commented 1 year ago

@linxOD Looks good, but I think some are missing; at least I can't find pmb51868 among the Periods created.