This json-ld template is used to store metadata information commonly used to describe photovoltaic (PV) inverters There is information included on the PV system, PV module, inverter manufacturer, DC input, AC output and inverter efficiency. Note that a lot of the material included in this json pulls from the OrangeButton Taxonomy.
library(FAIRmaterials)
# An example data frame for PV Inverters
<- data.frame('InverterStyle' = 'Central',
inverter_example 'ProdMfr' = 'CSI')
# This will generate JSON-LD file for the example data
<- fairify_data(inverter_example, domain = 'PVInverter', saveLocal = TRUE) output
from fairmaterials.fairify_data import *
import pandas as pd
# An example data frame for PV Inverters
= {'InverterStyle' : 'Central',
inverter_example 'ProdMfr' : 'CSI'}
= pd.DataFrame(inverter_example)
inverter_example
# This will generate JSON-LD file for the example data
<- fairify_data(inverter_example, domain = 'PVInverter') output
PV Inverter schema diagram
This material is based upon work supported by