Metal Additive Manufacturing

Kristen J. Hernandez, Hein Htet Aung, Roger H. French, Laura S. Bruckman

2023-01-10

Metal AM JSON-LD Description

In Metal AM JSON-LD template, the sample information (sample id) is related to printing paramters configure to produce the part, the build geometry of the part, material properties of the part and the characterization techniques (in-situ and ex-situ) performed on the part. More detailed structure is shown in the schema diagram below. The purpose of using this JSON-LD template is to create a serialized and searchable template for all Metal AM experimental parameters and conditions that may be searched for and utilized in large scale data analytics.

Creating JSON-LD for Metal AM

library(FAIRmaterials)

# An example data frame for polymer AM
metalAM_data <- data.frame(
  'sampleID' = c('sa12345', 'sa24682'),
  'printMethod' = c('multi', 'single'),
  'manufacturer' = c('A', 'B'),
  'material' = c('316L', '718Inconel'),
  'laserSpeed' = c(50, 10)
)

# This will generate json-ld files for the example data
metal_output <- fairify_data(metalAM_data, domain = '')

Metal AM schema diagram

Metal AM schema diagram

Metal AM schema diagram

Acknowledgment

This material is based upon work supported by the Department of Energy (National Nuclear Security Administration) under Award Number(s) DE-NA0004104.