Incorporating links, identifiers, semantic info #5

Open
opened 2025-11-18 09:39:37 +00:00 by jsheunis · 0 comments
Member

Authors

The catalog schema allows them to have identifiers, e.g.:

        {
            "name": "Forschungszentrum J\u00fclich",
            "identifiers": [
                {
                    "type": "fundref",
                    "identifier": "501100003163"
                },
                {
                    "type": "grid",
                    "identifier": "grid.8385.6"
                },
                {
                    "type": "isni",
                    "identifier": "0000 0001 2297 375X"
                },
                {
                    "type": "wikidata",
                    "identifier": "Q697111"
                },
                {
                    "type": "ROR",
                    "identifier": "ror.org/02nv7yv05"
                }
            ]
        },
        {
            "givenName": "Michael",
            "familyName": "Hanke",
            "identifiers": [
                {
                    "type": "ORCID",
                    "identifier": "0000-0001-6398-6370"
                }
            ]
        }

These can pretty easily be used by showing the associated icon next to the author, where the icon will link out to the relevant identifier.

What we can also support is a TRR379 identifier type, if we can and want to link directly to that entity's resolved page in the TRR379 website (if that exists)

To support this, the config can receive a new property prefixes.

Additional display

This component already supports displaying semantic info and links, see the ABCD-J or SFB1451 tabs in the respective data catalogs: https://data.abcd-j.de/ and https://data.sfb1451.de/. However, that functionality is not yet generalized. I can see what it would take to generalize it.

### Authors The catalog schema allows them to have identifiers, e.g.: ```json { "name": "Forschungszentrum J\u00fclich", "identifiers": [ { "type": "fundref", "identifier": "501100003163" }, { "type": "grid", "identifier": "grid.8385.6" }, { "type": "isni", "identifier": "0000 0001 2297 375X" }, { "type": "wikidata", "identifier": "Q697111" }, { "type": "ROR", "identifier": "ror.org/02nv7yv05" } ] }, { "givenName": "Michael", "familyName": "Hanke", "identifiers": [ { "type": "ORCID", "identifier": "0000-0001-6398-6370" } ] } ``` These can pretty easily be used by showing the associated icon next to the author, where the icon will link out to the relevant identifier. What we can also support is a `TRR379` identifier type, if we can and want to link directly to that entity's resolved page in the TRR379 website (if that exists) To support this, the config can receive a new property `prefixes`. ### Additional display This component already supports displaying semantic info and links, see the ABCD-J or SFB1451 tabs in the respective data catalogs: https://data.abcd-j.de/ and https://data.sfb1451.de/. However, that functionality is not yet generalized. I can see what it would take to generalize it.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
q04/data.trr379.de#5
No description provided.