hiscom / hispid

HISPID Terms
6 stars 1 forks source link

subtype (MediaItem) which Audubon Core field (and vocabulary) #60

Closed AaronWilton closed 8 years ago

AaronWilton commented 9 years ago

Audubon core has two fields: ac:subtypeLiteral and ac:subtype

The latter is restricted to URI reference for a vocabulary defined by a community.

There example vocabulary is:

Drawing, Painting, Logo, Icon, Illustration, Graphic, Photograph, Animation, Film, SlideShow, DesignPlan, Diagram, Map, MusicalNotation, IdentificationKey, ScannedText, RecordedText, RecordedOrganism, TaxonPage, MultimediaLearningObject, VirtualRealityEnvironment, GlossaryPage.

Proposal: use ac:subtype (and define vocabulary)

AaronWilton commented 8 years ago

draft vocab - noting this is a specialisation of dc:type in the context of images...

<concept dc:identifier="drawing" dc:URI="http://hiscom.chah.org.au/hispid/vocabulary/subtype/drawing" dc:description="drawing" dc:issued="2015-10-23">
        <preferred>
            <term dc:title="drawing"/>
        </preferred>
    </concept>
    <concept dc:identifier="painting" dc:URI="http://hiscom.chah.org.au/hispid/vocabulary/subtype/painting" dc:description="painting" dc:issued="2015-10-23">
        <preferred>
            <term dc:title="painting"/>
        </preferred>
    </concept>
    <concept dc:identifier="illustration" dc:URI="http://hiscom.chah.org.au/hispid/vocabulary/subtype/illustration" dc:description="illustration" dc:issued="2015-10-23">
        <preferred>
            <term dc:title="illustration"/>
        </preferred>
    </concept>
    <concept dc:identifier="photograph" dc:URI="http://hiscom.chah.org.au/hispid/vocabulary/subtype/in-situ" dc:description="photograph" dc:issued="2015-10-23">
        <preferred>
            <term dc:title="photograph"/>
        </preferred>
    </concept>
AaronWilton commented 8 years ago

no additional comments received - close this issue - vocab can be updated as part of next review if required.