Hi, First off, I'll admit, I'm not an OpenAIRE v4 expert. But, I think the info you might be missing is that DSpace does *not* store metadata in the exact same fields documented by OpenAIRE. One example is that, in DSpace, the title is stored in "dc.title", even if those OpenAIRE docs say that it expects a Title to be in "datacite:title".
However, when DSpace shares its data to OpenAIRE (via OAI-PMH), DSpace will translate those internal fields into the fields that OpenAIRE *expects* (when you use the OAI-PMH "OpenAIRE4" context). So, in OAI-PMH, the Title field is translated from "dc.title" (the internal field) into "datacite:title". You can see an example of this by looking at the "OpenAIRE4" context for the OAI-PMH server on our demo site at https://api7.dspace.org/server/oai/openaire4?verb=ListRecords&metadataPrefix=oai_openaire So, the behavior you are seeing in your DSpace is correct. DSpace will store metadata in it's own fields at times. However, those fields will be translated into OpenAIREv4 fields in the OAI-PMH context. Hopefully that helps, but let us know on this list if you have more questions. Tim On Thursday, January 5, 2023 at 10:16:25 AM UTC-6 [email protected] wrote: > hello ? > > El martes, 3 de enero de 2023 a las 8:57:59 UTC-6, Jorge Alberto Bonilla > Castaneda escribió: > >> Hello, I had some doubts about what I have to do so that my repository >> complies with the guidelines defined in OpenAIRE >> >> Following the documentation I wrote on my server: >> >> [/dspace]/bin/dspace initialize-entities -f >> [/dspace]/config/entities/openaire4-relationships.xml >> [/dspace]/bin/dspace registry-loader-metadata >> [/dspace]/config/registries/openaire4-types.xml >> >> and it did not return any error, it seemed that it had worked and that I >> already had the metadata to adapt my submission-forms.xml , but when I saw >> the list of metadata I noticed that I was missing some, >> >> for example in the list defined in >> >> https://openaire-guidelines-for-literature-repository-managers.readthedocs.io/en/latest/application_profile.html >> >> there are many that use datacite , but looking at my list I only have >> these: >> [image: Captura de pantalla 2023-01-03 085609.png] >> >> >> Only those 2, is there any step that I am missing? or have I >> misunderstood how OpenAire is implemented? Thank you very much for your >> help in advance >> > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/c094a25a-f204-4cd9-ad14-645b5ca28227n%40googlegroups.com.
