New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace <classification> with <classDecl> #430
Comments
|
Doh! Let's try this again --
Taking the Nielsen catalog as an example, here's the And here is an example of the use of Since a taxonomy is present, the content of the Here's an example of the use of In this example, the hierarchical relationship between "opera" and "stage music" could be determined from the taxonomy. However, nothing prevents the use of both terms. In fact, doing so could be advantageous in some situations. If it's not necessary to capture pre-existing, human-readable classification information, then Since |
|
|
|
@axgeertinger: I'm glad you approve. But your comment is a little garbled -- it seems you didn't quote something with backticks. |
|
@pe-ro: Better? Im still in the process of getting on terms with GitHub (very, very slowly...) |
|
Yes, better.
The latest version of |
|
Closed by e9b0b9d |
Because it is trying to function similarly to TEI's
<classDecl>and<textClass>, the<classification>element is too complex and confusing. To provide a simpler approach to the encoding of taxonomic terms, the following changes are proposed --<classification>and its sub-elements with<classDecl>whose model is(model.headLike*, taxonomy*);<taxonomy>has the model(model.biblLike?, desc*, (category|taxonomy)*), which provides for a bibliographic citation, multiple descriptions of the taxonomy (perhaps in different languages), and taxonomic categories;<category>represents a taxonomic category; its model is(desc+, category*), in which<desc>carries the taxonomic term (again, perhaps in multiple languages).Notes --
<termList>will disappear,<term>will still be available at the textual phrase level;<term>in the header,@classwill now hold a reference to one or more<category>elements;<classCode>can be replaced by<desc>;@datais retained to provide a directional link from a category to the entity that exemplifies it.Here's some sample markup --
Here's the ODD which implements these changes --
The text was updated successfully, but these errors were encountered: