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

List values for resourceType #24

Open
mhvezina opened this issue Nov 12, 2020 · 2 comments
Open

List values for resourceType #24

mhvezina opened this issue Nov 12, 2020 · 2 comments
Labels
v4.1 candidate for v4.1

Comments

@mhvezina
Copy link

Working with the Dspace OpenAIRE crosswalk, I stumbled on this:

Actually, in the crosswalk, the dc.type "journal" and "periodical" respectively resolve to resourceType "periodical" with attribute uri "http://purl.org/coar/resource_type/c_0640" and resourceType "periodical" with attribute uri "http://purl.org/coar/resource_type/c_2659" :

https://github.com/DSpace/DSpace/blob/6ac06c8a23b2d2abbaf5ac3dd0bd780395a414da/dspace/config/crosswalks/oai/metadataFormats/oai_openaire.xsl#L1306

https://github.com/DSpace/DSpace/blob/6ac06c8a23b2d2abbaf5ac3dd0bd780395a414da/dspace/config/crosswalks/oai/metadataFormats/oai_openaire.xsl#L1378

However I wonder if they should instead resolve to resourceType "other" with attribute uri "http://purl.org/coar/resource_type/c_1843" as both types (i.e. periodical and journal) are not in the controlled list values found here: https://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/v4.0.0/field_publicationtype.html#attribute-uri-m ?

More over those types are present in the schema : e.g. :

<xs:enumeration value="http://purl.org/coar/resource_type/c_0640"/><!--journal-->

Can someone tell me about the primacy of the controlled list of values in the docs vs the schema?

@joschirr
Copy link
Member

Thank you for pointing out the inconsistency in the documentation of the OpenAIRE Guidelines.
We'll fix it in the next release.

Please do not resolve the concepts "journal" or "periodical" to the concept "other".

@mhvezina
Copy link
Author

Thank you @joschirr ; will then resolve to the appropriate COAR values as you instructed.

@ACz-UniBi ACz-UniBi added the v4.1 candidate for v4.1 label Feb 16, 2021
ACz-UniBi added a commit that referenced this issue Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v4.1 candidate for v4.1
Projects
None yet
Development

No branches or pull requests

3 participants