Ethandaniel47 / EdgarAllanPoeProject

Analysis of language pertaining to capture/enclosure and release in regards to the poetry and prose of Edgar Allan Poe
1 stars 0 forks source link

Meta Data #5

Open MJB288 opened 5 years ago

MJB288 commented 5 years ago

Ethan, Kyle and I discussed the schema and fixed a few things according to our meeting. However, there was one thing I wanted to ask you before moving forward. That would be the encoding of metadata. I noticed your poems had metadata tags, and wanted to talk over ideas so that we would be on the same page before solidifying this decision. Currently, you have

<poem>
        <metadata>
              <title>A title</title>
              <date>If there is a date</date>
        </metadata>
        <body>
                everything else....

My idea would be to keep the meta section, rename "metadata" to "meta", and remove the body tag since it doesn't really seem necessary in our instance. I think at the moment, title and the optional date tag are all we need for the meta section. How do you feel about this?