This json-ld template is used to store metadata information commonly used to describe photovoltaic (PV) cell. There is information included on the PV module, cell position, dimension, cell cut type and cell technology type. Note that a lot of the material included in this json pulls from the OrangeButton Taxonomy.
library(FAIRmaterials)
# An example data frame for PV Cells
<- data.frame('CellCutType' = 'Full',
cell_example 'CellTechnologyType' = 'MonoSi')
# This will generate JSON-LD file for the example data
<- fairify_data(cell_example, domain = 'PVCell', saveLocal = TRUE) output
from fairmaterials.fairify_data import *
import pandas as pd
# An example data frame for PV Inverters
= {'CellCutType' : 'Full',
inverter_example 'CellTechnologyType' : 'MonoSi'}
= pd.DataFrame(cell_example)
cell_example
# This will generate JSON-LD file for the example data
<- fairify_data(cell_example, domain = 'PVCell') output
PV Cell schema diagram
This material is based upon work supported by