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

Not latest Bioschemas profile URL (DDE) #637

Open
thomasrosnet opened this issue Feb 17, 2023 · 1 comment
Open

Not latest Bioschemas profile URL (DDE) #637

thomasrosnet opened this issue Feb 17, 2023 · 1 comment
Assignees

Comments

@thomasrosnet
Copy link

Hello,

Some profiles in the DDE JSONLD specs, have the [schema:schemaVersion] property not properly pointing to the corresponding Bioschemas profile webpage.
As follows, Dataset, Course, ChemicalSubstance, MolecularEntity profiles references in DDE are invalid (http 404 not found errors):

In the Bioschemas website we can find the following releases:

Or drafts:

Is it an error at pointing to the latest version of the profile ?

@albangaignard

@gtsueng gtsueng self-assigned this Feb 17, 2023
@gtsueng
Copy link
Contributor

gtsueng commented Feb 17, 2023

Thanks for finding these issues.

The MolecularEntity profile above version 0.5 has rendering issues on the website due to the JSON-LD having a required optional (i.e. - at least one of these properties are required, but not all). It's something that can be expressed in JSON-LD, but MolecularEntity version 0.6 seems to be the first time we're actually using it. Thus, the website rendering software (and even the DDE's JSON viewer) doesn't really know how to render it, and is not rendering it properly. While v0.6 is available on the website, further discussion is needed for how the proper display should look. Feel free to chime in on this issue here: BioSchemas/bioschemas.github.io#727

The ChemicalSubstance profile version 0.5 -- The JSON-LD exists and was generated as part of Biohackathon. It should also have been tested at the time. I'm not sure what happened to the auto-generated profile for rendering to the website.

The Dataset Draft 1.1 profile: As with all draft profiles, it will be in a different namespace for the DDE (as the DDE only allows 1 version of each class name per namespace). Thus, you can find it in this file: https://github.com/BioSchemas/bioschemas-dde/blob/main/bioschemasdrafts.json

The Dataset 1.0 Release: It may have gotten reverted by accident on the DDE's side. It's an easy fix, so thanks for bring it to my attention.

The Course v0.10-DRAFT: Appears to be an issue with the version name that was manually entered into the DDE's draft profile list--also an easy fix, so thanks for bringing it

Hopefully moving forward, we'll see less of these filename issues as more of the info gets auto-generated.

gtsueng added a commit to gtsueng/bioschemas-dde that referenced this issue Feb 17, 2023
gtsueng added a commit that referenced this issue Feb 17, 2023
Changed a space in the description to trigger the auto-profile generation script since this draft is missing from the Bioschemas website. Should help to address: #637
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants