bible-technology / scripture-burrito

Scripture Burrito Schema & Docs 🌯
http://docs.burrito.bible/
MIT License
21 stars 13 forks source link

Create Test Data for versification #196

Closed jag3773 closed 3 years ago

jag3773 commented 4 years ago

Definition of Done

jag3773 commented 4 years ago

This one possibly needs a new definition of done or need reworked for 0.3.0-beta.

jtauber commented 3 years ago

removed the recipe spec requirement

jag3773 commented 3 years ago

https://github.com/Copenhagen-Alliance/versification-specification

jtauber commented 3 years ago

Done but I just want to check if it's worth improving the identification section:

  "identification": {
    "idAuthority": "ptx",
    "name": {
      "eng": "Original Versification"
    },
    "description": {
      "eng": "The versification scheme known as org in Paratext"
    },
    "systemId": {
      "ptx": {
        "id": "123",
        "revision": "1"
      }
    }
  },
jtauber commented 3 years ago

Tentatively went with the following instead:

  "idAuthorities": {
    "ca": {
      "id": "http://copenhagen-alliance.org",
      "name": {
        "en": "Copenhagen Alliance"
      }
    }
  },
  "identification": {
    "idAuthority": "ca",
    "name": {
      "eng": "Original Versification"
    },
    "description": {
      "eng": "The versification scheme known as org"
    },
    "systemId": {
      "ptx": {
        "id": "org",
        "revision": "1"
      }
    }
  },