Skip to content
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

Serialization of certainty ratings #8

Open
dlschwartz opened this issue Sep 21, 2022 · 0 comments
Open

Serialization of certainty ratings #8

dlschwartz opened this issue Sep 21, 2022 · 0 comments

Comments

@dlschwartz
Copy link
Collaborator

@wsalesky See 8559-387. The current serialization is grabbing tei:note[@type="certainty"] as the rdfs:label and rdfs:desc for the factoid. Instead it should be grabbing tei:event/tei:desc.

Rather than grab the text node of tei:note[@type="certainty"], we should instead grab tei:note/@subtype. We don't currently have an item in the taxonomy for the uncertainty ratings, but we will eventually. If we take the value of @subtype and append it to "swd:keyword/" that should give us what we need. The result should be:

[statement instance] spq:certainty swd:keyword/incerta ;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant