Skip to content

JSON-LD broken by GRIDs that aren't URLs #6519

@rdmpage

Description

@rdmpage

The JSON-LD for https://orcid.org/0000-0003-4998-3266 is broken (e.g., RDFs parsers attempting to convert this other formats fail to read it).

The full JSON-LD is at the end of this message. The problem is the line

    "@id" : "grid.79011.3e",

grid.79011.3e should be a URL, for example https://www.grid.ac/institutes/grid.79011.3e. Not sure how common GRIDs are in ORCID, but it would be great if they were properly output in the JSON-LD.

{
  "@context" : "http://schema.org",
  "@type" : "Person",
  "@id" : "https://orcid.org/0000-0003-4998-3266",
  "mainEntityOfPage" : "https://orcid.org/0000-0003-4998-3266",
  "givenName" : "Tatyana",
  "familyName" : "Trofimova",
  "affiliation" : {
    "@type" : "Organization",
    "@id" : "grid.79011.3e",
    "name" : "Samara State Aerospace University",
    "alternateName" : "Biological Faculty"
  },
  "@reverse" : {
    "creator" : {
      "@type" : "CreativeWork",
      "@id" : "https://doi.org/10.3897/nl.45.73925",
      "name" : "Redescription of Apomyelois cognata (Staudinger, 1871) (Lepidoptera, Pyralidae, Phycitinae) with first record from the South Urals",
      "identifier" : {
        "@type" : "PropertyValue",
        "propertyID" : "doi",
        "value" : "10.3897/nl.45.73925"
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions