-
Notifications
You must be signed in to change notification settings - Fork 96
first draft for a TEI with RDFa exemplar #2431
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
base: dev
Are you sure you want to change the base?
Conversation
Council discussion at VF2F 16 March 2024: |
151136c
to
d9b67fe
Compare
@HelenaSabel and I have revised and updated the exemplar document P5/Exemplars/tei_rdfa.odd. To facilitate the review process, we have added the schema generated from this exemplar (P5/Exemplars/tei_rdfa.rng) so that it can be easily associated to any other files for testing. We also added a TEI example (P5/Exemplars/tei_rdfa.tei). Next steps:
@chiarcos, could you please have a look at it and make comments? |
<profileDesc> | ||
<particDesc> | ||
<listPerson> | ||
<person xml:id="disco_004e" about="disco:004e" typeof="foaf:Person"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could make an argument that the @about
attribute is redundant here....maybe something to think about.
See discussion in #1860