Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Country, region, and subregion in DSpace #8

Closed
alanorth opened this issue Jul 22, 2019 · 0 comments
Closed

Country, region, and subregion in DSpace #8

alanorth opened this issue Jul 22, 2019 · 0 comments

Comments

@alanorth
Copy link
Collaborator

alanorth commented Jul 22, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant