You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"@graph": [
{
"@id": "bioschemasdrafts:LabProtocol",
"@type": "rdfs:Class",
"rdfs:comment": "Bioschemas profile describing a LabProtocol in Life Sciences. An experimental LabProtocol is a sequence of tasks and operations executed to perform experimental research in biological and biomedical areas. This LabProtocol profile specification presents the markup for describing a LabProtocol type according to Bioschemas. An experimental LabProtocol is a sequence of tasks and operations executed to perform experimental research in biological and biomedical areas. Version 0.8-DRAFT.\n\n<h3>Summary of changes</h3>\nChanges since previous draft 0.7 of the LabProtocols profile:\n<ul>\n<li>Uses LabProtocol draft type 0.4</li>\n<li>Uses name for the name/title of the protocol rather than headline</li>\n<li>Uses intendedUse for the purpose of the protocol</li>\n<li>Moves isPartOf to optional as it is rather generic</li>\n<li>Uses computationalTool rather than sotwareUsed</li>\n</ul>",
"rdfs:label": "LabProtocol",
"rdfs:subClassOf": {
"@id": "bioschemastypesdrafts:LabProtocol"
},
In the following json-ld for LabProtocol:
https://github.com/BioSchemas/specifications/blob/master/LabProtocol/jsonld/LabProtocol_v0.8-DRAFT.json
We have the following:
In particular we have:
This would suggest that the class LabProtocol is a child class of LabProtocol (which doesn't seem to make sense to me).
In the online documentation:
https://bioschemas.org/profiles/LabProtocol/0.8-DRAFT
The documentation suggests that the class hierarchy should be:
Thing > CreativeWork > HowTo > LabProtocol
Which would suggest that the LabProtocol JSON should be corrected to:
Please have a look and see if my interpretation is correct, if so, this should be a relative easy fix I would imagine.
The text was updated successfully, but these errors were encountered: