Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Extraction : Harvest the Dspace repository to extract  resources metadata 

  2. Transformation : The extracted data is mapped to a vocabulary compatible with the VIVO ontological model

  3. Insertion: Insert the data as triples in the VIVO repository through its sparql API 


...















Extraction Phase

This phase begins the data migration process from Dspace to the VIVO platform. Make sure you have an instance of Dspace and VIVO runningTo successfully complete this phase follow these steps :

  1. Download the .jar file from the following link http:link_demo

  2. Generate a config file  with source dspace params:
    1. type : Type of API used for data extraction. Enable for now ( OAI, RESTv7 )
    2. endpoint :  API url direction.  If the OAI type was selected, place the route of the OAI endpoint. On the other hand, if RESTv7 was selected, the rest API address.
    3. uriPrefix: The prefix of the link to the repository.  Used to generate valid links to the source repository.
    4. username : User of the dspace platform with permissions to use the rest API.   (RESTv7 Only).
    5. password: Password of the user (RESTv7 Only).


Start the migration from DSPace to VIVO

...