Project:Profile types/CommunityProfile: Difference between revisions

From MaRDI portal
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 47: Line 47:
** List 1: https://mathplus.de/research-2/application-areas/
** List 1: https://mathplus.de/research-2/application-areas/
** List 2: https://mathplus.de/research-2/emerging-fields/
** List 2: https://mathplus.de/research-2/emerging-fields/
* Maybe a good strategy is to first create the item and import its meta-data with the project code (e.g. AA1-6) as a string. And then in a second step add the property "Internal Project ID" that is the link to the project.
* Maybe a good strategy is to  
** Read the Zenodo item meta-data, including its project code (e.g. AA1-6)
** Check whether the MaRDI knowledge graph contains a project item with that label
** If yes: get its ID
** If not: create it and get its ID
* Create the item
* Add the property "Internal Project ID" with that ID

Latest revision as of 22:10, 7 May 2024


IMPORTANT

  • This is a DRAFT VERSION as of 07.05.2024
  • This is for now only valid for the Math+ Community


How To Create a Community with Projects and Research Outcome Items

  • The idea is that we have many research outcome items (publication, dataset, software, ...) in the knowledge graph.
  • Some of these items are assigned to a community (e.g. the Math+ Center of Excellence)
  • We want to offer a community-centric view, where all community items are listed
  • To model this internally, we have the concepts of communities and projects.
  • The difference between these two needs to be described better in the future. For now: accept it =)


Using this idea needs the following three steps:

1) Create Community

  1. Create a new item for the XYZ community
  2. Add these properties:
    1. instance of = community
    2. MaRDI profile type = MaRDI community profile
  3. See this example: https://portal.mardi4nfdi.de/wiki/Item:Q6038427


2) Create Project

  1. Create a new item for a project within the community
  2. Add these properties:
    1. community = COMMUNITY_FROM_PREVIOUS_STEP
    2. instance of = scientific project
  3. See this example: https://portal.mardi4nfdi.de/wiki/Item:Q6205092


3) Create Research Outcome (or link existing)

  1. Create a new item for a research outcome
  2. Add these properties:
    1. Community = COMMUNITY_FROM_PREVIOUS_STEP
    2. Internal Project ID = PROJECT_FROM_PREVIOUS_STEP
  3. See this example: https://portal.mardi4nfdi.de/wiki/Item:Q6038430

HINTS FOR IMPORTING MATH+ COMMUNITY (ITEMS) FROM ZENODO

  • Every project (e.g. AA1-6 or EF1-24) has to be created first, before an item (paper, software, dataset) can be linked to it
  • Maybe a good strategy is to
    • Read the Zenodo item meta-data, including its project code (e.g. AA1-6)
    • Check whether the MaRDI knowledge graph contains a project item with that label
    • If yes: get its ID
    • If not: create it and get its ID
  • Create the item
  • Add the property "Internal Project ID" with that ID