Skip to content

Instantly share code, notes, and snippets.

@kcmcleod
Created March 3, 2018 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kcmcleod/bf09c3ce3d6916dea793d6c4e7a1087c to your computer and use it in GitHub Desktop.
Save kcmcleod/bf09c3ce3d6916dea793d6c4e7a1087c to your computer and use it in GitHub Desktop.
Bioschema's Sample profile example
{
"@context": "http://schema.org",
"@type": ["BioChemEntity", "Sample"],
"identifier": "biosample:SAMEA104383111",
"name": "HPSI0617pf-tuji",
"description": "Fibroblast cell line ...",
"url": "http://www.ebi.ac.uk/biosamples/samples/SAMEA104383111",
"dataset": [...],
"additionalProperty": [{
"@type": "PropertyValue",
"name": "cellType",
"value": "fibroblast from the user",
"valueReference": {
"@type": "CatagoryCode",
"name": "fibroblast",
"url": "http://purl.obolibrary.org/obo/CL_0000057",
"codeValue": "CL:0000057"
}
}]
}
@justinccdev
Copy link

mistake: CatagoryCode -> CategoryCode in valueReference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment