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

Resources appear to be contained in multiple (duplicate) venues #30

Open
eliarizzetto opened this issue Sep 23, 2024 · 0 comments
Open
Labels
bug Something isn't working

Comments

@eliarizzetto
Copy link
Collaborator

We have noticed that some containment relations are incorrectly represented in OpenCitations Meta. Specifically, some bibliographic resources are represented as if they were part of more than one venue. For example, the journal article br/0603904064 is linked by the frbr:partOf property to two separate journals, https://w3id.org/oc/meta/br/062103753019 and https://w3id.org/oc/meta/br/06304192935, which should actually be represented as a single entity, corresponding to the “Journal Of Clinical And Diagnostic Research”. This is probably due to the fact that the venue entity itself is duplicate (see e.g. issue #28): the duplication of the venue is reflected also in the containment relation.

This duplication of the venue causes, among other things, multiple records being displayed via the API. For br/0603904064, in fact, the call https://test.opencitations.net/meta/api/v1/metadata/omid:br/0603904064 returns the following JSON, in which all metadata are identical for the two entities, except for the OMID of the journal containing the article:

[
    {
        "id": "doi:10.7860/jcdr/2014/5444.5011 openalex:W2056041161 pmid:25478422 omid:br/0603904064",
        "title": "Ellis Van Creveld Syndrome (EVCS) In An Iranian, Three-Year-old Girl: A Case Report.",
        "author": "Alaee, Ehsan [orcid:0000-0002-6505-4451 omid:ra/0618083828]; Alireza Kia [omid:ra/06011067492]; Hasheminejad Reihane [omid:ra/06011067490]; Shirafkan Ali [omid:ra/06011067489]; Tourisa Deilami [omid:ra/06011067491]",
        "pub_date": "2014",
        "issue": "",
        "volume": "",
        "venue": "Journal Of Clinical And Diagnostic Research : JCDR [issn:0973-709X issn:2249-782X omid:br/06304192935]",
        "type": "journal article",
        "page": "",
        "publisher": "Jcdr Research And Publications [omid:ra/06011067493]",
        "editor": ""
    },
    {
        "id": "doi:10.7860/jcdr/2014/5444.5011 openalex:W2056041161 pmid:25478422 omid:br/0603904064",
        "title": "Ellis Van Creveld Syndrome (EVCS) In An Iranian, Three-Year-old Girl: A Case Report.",
        "author": "Alaee, Ehsan [orcid:0000-0002-6505-4451 omid:ra/0618083828]; Alireza Kia [omid:ra/06011067492]; Hasheminejad Reihane [omid:ra/06011067490]; Shirafkan Ali [omid:ra/06011067489]; Tourisa Deilami [omid:ra/06011067491]",
        "pub_date": "2014",
        "issue": "",
        "volume": "",
        "venue": "Journal Of Clinical And Diagnostic Research : JCDR [issn:0973-709X issn:2249-782X omid:br/062103753019]",
        "type": "journal article",
        "page": "",
        "publisher": "Jcdr Research And Publications [omid:ra/06011067493]",
        "editor": ""
    }
]
@eliarizzetto eliarizzetto added the bug Something isn't working label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant