agile-humanities / perseus-catalog-makeover

1 stars 2 forks source link

mixing structure and expressions #11

Closed cwulfman closed 6 years ago

cwulfman commented 6 years ago

I'm beginning to think this:

<relatedItem type="constituent" otherType="work">
            <identifier type="ctsurn">urn:cts:latinLit:stoa0168.stoa001</identifier>
            <relatedItem type="constituent" otherType="expression">
                <identifier type="ctsurn">urn:cts:latinLit:stoa0168.stoa001.opp-lat2</identifier>
                <relatedItem type="constituent" otherType="structure">
                    <part type="volume">
                        <detail>
                            <caption>Volumen</caption>
                            <number>1</number>
                        </detail>
                    </part>
                </relatedItem>
                <relatedItem type="constituent" otherType="structure">
                    <part type="volume">
                        <detail>
                            <caption>Volumen</caption>
                            <number>2</number>
                        </detail>
                    </part>
                </relatedItem>
            </relatedItem>
        </relatedItem>

Thoughts?

AlisonBabeu commented 6 years ago

Hi @cwulfman. I was actually playing around using this type of structural format with the single work multi-volume records in the MODS singleton collection to encoded information. I think it has some definite potential.