From the hackathon, we can easily generate nodes and edges for the KG like so
- id: matkg:ThinFilmPreparation
name: Thin Film Preparation
description: "Fabrication of thin films for transmission X-ray experiments"
method_type: "sample preparation"
process_parameters: "Film thickness 50-100 nm for soft X-ray transmission"
type: matkg:ProcessingMethod
provided_by: "doi:10.1002/cphc.200901023"
I think ideally we'd want the IDs to be CURIEs from mat sci ontologies, if they exist. Do we have a good way to do this? I've added OAK as a dependency, so we can just do a look around in our favorite ontologies and use CURIEs if they exist
From the hackathon, we can easily generate nodes and edges for the KG like so
I think ideally we'd want the IDs to be CURIEs from mat sci ontologies, if they exist. Do we have a good way to do this? I've added OAK as a dependency, so we can just do a look around in our favorite ontologies and use CURIEs if they exist