Conversation
This was referenced Dec 2, 2025
ebaf055 to
dcbbb1c
Compare
dcbbb1c to
bea1d87
Compare
bea1d87 to
fe7d304
Compare
fe7d304 to
e87deb3
Compare
e87deb3 to
29db89f
Compare
This was referenced Mar 24, 2026
Closed
cmil
added a commit
to dracor-org/fredracor
that referenced
this pull request
Mar 24, 2026
cmil
added a commit
to dracor-org/fredracor
that referenced
this pull request
Mar 24, 2026
cmil
added a commit
to dracor-org/fredracor
that referenced
this pull request
Mar 24, 2026
cmil
added a commit
to dracor-org/dracor-api
that referenced
this pull request
Mar 24, 2026
dracorCorpus is replacing teiCorpus in our corpus.xml files, but we still need to support it until the next major API version. see dracor-org/dracor-schema#167
cmil
added a commit
to dracor-org/testdracor
that referenced
this pull request
Mar 24, 2026
cmil
added a commit
to dracor-org/testdracor
that referenced
this pull request
Mar 24, 2026
* Move metadata from standOff to sourceDesc * Adopt corpus.xml changes see dracor-org/dracor-schema#167
cmil
added a commit
to dracor-org/dracor-api
that referenced
this pull request
Mar 24, 2026
dracorCorpus is replacing teiCorpus in our corpus.xml files, but we still need to support it until the next major API version. see dracor-org/dracor-schema#167
2a44eff to
a6af955
Compare
|
📄 Preview available: https://staging.dracor.org/previews/odd-167.html Updated on every push to this PR. |
1 similar comment
|
📄 Preview available: https://staging.dracor.org/previews/odd-167.html Updated on every push to this PR. |
d05051a to
1aecf23
Compare
|
Preview available: https://staging.dracor.org/previews/odd-167.html |
|
Preview available: https://staging.dracor.org/previews/odd-167.html |
1 similar comment
|
Preview available: https://staging.dracor.org/previews/odd-167.html |
75d2ed3 to
04c13d4
Compare
|
Preview available: https://staging.dracor.org/previews/odd-167.html |
cmil
added a commit
to dracor-org/spandracor
that referenced
this pull request
Mar 25, 2026
provided by @lucagiovannini7 in #108 (comment)
In order to make corpus.xml TEI compliant without overriding the content model of teiCorpus this defines a new root element dracorCorpus. It has exactly one teiHeader child element. In addition we simplifz the declaration of the corpus name with an untyped idno element and use the more appropriate ref instead of idno to declare the repository URL.
explaining corpus.xml
b81cea2 to
b7903fc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This implements a custom
dracorCorpuselement to serve as root element for our corpus.xml files. Thus we don't need to "abuse" or modify theteiCorpuselement. The PR also simplifies the markup a bit and adds a new chapter "Corpus Structure and Metadata" to the ODD.resolve #108
resolve #68
resolve #44