buda-base / xmltoldmigration

App to migrate from TBRC XML files to BDRC RDF LD
Apache License 2.0
0 stars 2 forks source link

small emendation proposal #100

Open eroux opened 5 years ago

eroux commented 5 years ago
eroux commented 5 years ago
bdr:foo :workLocation [ a :WorkLocation ;
    rdfs:label "foo!"@en ;
    ...
]

instead of

bdr:foo :workLocationStatement "foo!"@en ;
xristy commented 5 years ago

@eroux here are some comments:

I'm thinking that using subproperties of rdfs:comment may be helpful even when the comment is contextualized by being a property of a named blank node, such as a :WorkLocation. It reduces ambiguity.

eroux commented 5 years ago

Ok yes I agree with the subprops of rdfs:comment, the dkarchak -> toc has been changed in the ontology but not in xmltold.

The workpartlabel should be migrated to a proper label+title yes, but would that require a new node for the section? In other words, is that the title of a work or of its section?

Let's proceed as you suggest, thanks