AgriculturalSemantics / cg-core

CG Core Metadata Reference Guide
https://agriculturalsemantics.github.io/cg-core/cgcore.html
Creative Commons Attribution 4.0 International
7 stars 5 forks source link

Country, region, and subregion in DSpace #8

Closed alanorth closed 2 years ago

alanorth commented 4 years ago

Looking at the current CG Core v2 spec I see that country and region coverage are implemented as a class. For example:

    <dct:coverage>
        <dct:spatial>
            <type>Country</type>
            <dct:identifier>http://sws.geonames.org/192950</dct:identifier>
            <rdfs:label>Kenya</rdfs:label>
        </dct:spatial>
    </dct:coverage>

DSpace repositories use a flat schema so we are currently doing:

cg.coverage.country: Kenya
cg.coverage.region: Central Africa
cg.coverage.subregion: Kwalei Catchment

Unfortunately there is nothing we can do about this for now, so this is just an FYI for implementers.