Skip to content

Conversation

@stuzart
Copy link
Member

@stuzart stuzart commented Oct 30, 2025

added ROR to institution, and extended the DOI beyond just DataFiles and all assets that support them. Both as identifier

Also use the short title, but include the department as a separate attribute, and fixed the address.

e.g.


{

    "@context": "https://schema.org",
    "@type": "ResearchOrganization",
    "conformsTo": "https://schema.org/ResearchOrganization",
    "@id": "http://localhost:3000/institutions/2",
    "name": "Manchester College",
    "url": "http://www.themanchestercollege.ac.uk/",
    "address": {
        "@type": "PostalAddress",
        "addressCountry": "GB",
        "addressLocality": "Manchester",
        "streetAddress": "10 School Lane"
    },
    "identifier": "https://ror.org/03mf1cy35",
    "department": {
        "@type": "Organization",
        "name": "Drama"
    }
}
{
    "@context": "https://schema.org",
    "@type": "DigitalDocument",
    "dct:conformsTo": "https://schema.org/DigitalDocument",
    "@id": "http://localhost:3000/documents/1?version=1",
    "description": "",
    "name": "Document with a DOI",
    "url": "http://localhost:3000/documents/1?version=1",
    "keywords": "",
    "version": 1,
    "license": "https://spdx.org/licenses/CC-BY-4.0",
    "creator": [
        {
        "@type": "Person",
        "@id": "http://localhost:3000/people/1",
        "name": "Stu Owen"
        }
    ],
    "producer": [
        {
        "@type": [
        "Project",
        "Organization"
        ],
        "@id": "http://localhost:3000/projects/3",
        "name": "another project"
        }
    ],
    "dateCreated": "2025-10-30T14:13:21Z",
    "dateModified": "2025-10-30T14:13:21Z",
    "encodingFormat": "application/pdf",
    "subjectOf": [
     
    ],
    "isPartOf": [
     
    ],
    "identifier": "https://doi.org/10.10.10.10/test.1"
}

@stuzart stuzart added this to the 1.17.2 milestone Oct 30, 2025
@stuzart stuzart marked this pull request as draft October 30, 2025 14:27
@stuzart stuzart marked this pull request as ready for review October 30, 2025 16:02
@stuzart stuzart moved this to In review in SEEK 1.17.x Oct 31, 2025
@stuzart stuzart merged commit c5b9316 into seek-1.17 Nov 4, 2025
35 of 37 checks passed
@github-project-automation github-project-automation bot moved this from In review to Done in SEEK 1.17.x Nov 4, 2025
@stuzart stuzart deleted the bioschema-ror-doi-2379 branch November 4, 2025 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants