Standard Properties
Published: 01 November 2021
A standard set of properties have been added to all Bioschemas profiles. These properties allow consumers of markup to more easily understand the markup, and to validate it against the relevant profile. Essentially the properties form a boilerplate for any markup, see following code snippet for an example protein taken from DisProt.
{
"@context": "https://schema.org/",
"@type": "Protein",
"@id": "https://disprot.org/DP00003",
"http://purl.org/dc/terms/conformsTo": {
"@id": "https://bioschemas.org/profiles/Protein/0.11-RELEASE",
"@type": "CreativeWork"
},
...
}
Note that while the properties are stated in the JSON-LD form, there are equivalents for RDFa.
News
SIB TRaining Portal Deployment of the CourseInstance Profile
17 November 2022 - Deployment CourseInstance
Steering Council Update
10 November 2022 - Community
Course and CourseInstance Profile 1.0-RELEASE Published
Read more news on our news page.
13 September 2022 - Profile Course CourseInstance