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

Minor: One more Property for Segment's Pagination #32

Closed BOberreither closed 1 year ago

BOberreither commented 1 year ago

Segments carrying Text Passages and Segments carrying F22 have a has_location property like this:

<https://sk.acdh.oeaw.ac.at/DWbibl02431/segment> a ns1:INT16_Segment ;
        rdfs:label "Segment: Eigene „Judenklasse“ auf der Reichsbahn"@en ;
        ns1:R16_incorporates sk:DWbibl02431 ;
        ns1:R25_is_segment_of <https://sk.acdh.oeaw.ac.at/DWbibl04523/published-expression> ;
        ns1:R41_has_location "S. 4"^^xsd:string .

(Last line.) Please add another line with the same value, just with another property: schema:pagination (namespace: https://schema.org/

BergListe commented 1 year ago

I found three statement types that contain ns1:R41_has_location:

Should I add schema:pagination to all three of them?

BOberreither commented 1 year ago

@BergListe Only to the segments, so

BergListe commented 1 year ago

Done

BOberreither commented 1 year ago

@BergListe Thanks - one tiny thing: I think the segments for passages already had that? Anyway, there are two schama:pagination-triples in these statements. Please delete one – ideally the one without the data type xsd:string attached.

BergListe commented 1 year ago

Done