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

Add funding award subjects in records #403

Comments

@0einstein0
Copy link
Member

0einstein0 commented Sep 18, 2024

{
                "award": {
                    "id": "00k4n6c32::101149256",
                    ....
                    ....
                    "program": "EC::HE::HORIZON-TMA-MSCA-PF-EF",
                    "subjects": [
                        {
                            "id": "euroscivoc:611",
                            "subject": "Archaeology",
                            "scheme": "EuroSciVoc",
                            "props": {
                                "parents": "euroscivoc:31,euroscivoc:113"
                            },
                            "identifiers": [
                                {
                                    "identifier": "http://data.europa.eu/8mn/euroscivoc/76da466d-e78f-44b0-990a-db42f87b9454",
                                    "scheme": "url"
                                }
                            ]
                        }
                    ],
                    "identifiers": [
                        {
                            "identifier": "https://cordis.europa.eu/projects/101149256",
                            "scheme": "url"
                        }
                    ],
                    "organizations": [
                        {
                            "id": "996333755",
                            "organization": "THE GENERAL HOSPITAL CORPORATION",
                            "scheme": "pic"
                        },
                        {
                            "id": "999823912",
                            "organization": "OESTERREICHISCHE AKADEMIE DER WISSENSCHAFTEN",
                            "scheme": "pic"
                        }
                    ]
                },
                ....
                ....
            }

os

             "subjects" : [
              {
                "id" : "euroscivoc:313",
                "subject" : "Cell biology",
                "scheme" : "EuroSciVoc",
                "identifiers" : [
                  {
                    "scheme" : "url",
                    "identifier" : "http://data.europa.eu/8mn/euroscivoc/a9aa37ce-d8d5-4d68-9123-ffbced0aed12"
                  }
                ],
                "props" : {
                  "parents" : "euroscivoc:23,euroscivoc:49",
                  "hierarchy" : [
                    "euroscivoc:23",
                    "euroscivoc:23,euroscivoc:49",
                    "euroscivoc:23,euroscivoc:49,euroscivoc313"
                  ]
                },
                "@v" : "8b174b2c-c38a-4257-ae47-5f420bd4f533::1"
              },
              {
                "id" : "euroscivoc:155",
                "subject" : "Immunology",
                "scheme" : "EuroSciVoc",
                "identifiers" : [
                  {
                    "scheme" : "url",
                    "identifier" : "http://data.europa.eu/8mn/euroscivoc/7a3cf568-46ba-4840-be8f-f22fc030139f"
                  }
                ],
                "props" : {
                  "parents" : "euroscivoc:21,euroscivoc:35",
                  "hierarchy" : [
                    "euroscivoc:21",
                    "euroscivoc:21,euroscivoc:35",
                    "euroscivoc:21,euroscivoc:35,euroscivoc:155"
                  ]
                },
                "@v" : "53cb8719-492e-46ea-941a-3dc6d0b9c9cc::1"
              }
            ],
@0einstein0 0einstein0 self-assigned this Sep 18, 2024
@0einstein0 0einstein0 changed the title Index metadata.funding.award subjects in records Add funding award subjects in records Sep 18, 2024
@0einstein0 0einstein0 removed their assignment Sep 26, 2024
@0einstein0 0einstein0 removed their assignment Oct 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment