This PowerPlant https://www.datacommons.org/browser/eia/pp/2322 has link isPartOf being string "eia/u/13407",
rather than a thing: the corresponding PublicUtility https://www.datacommons.org/browser/eia/u/13407 .
Consequently, the section "In Arcs" of the utility doesn't show its power plants.
Maybe the bug is at https://github.com/datacommonsorg/data/blob/master/scripts/us_eia/eia_860/2_plant.tmcf#L12 .
It calls a function isPartOf: C:EIA_860_Schedule_2->UtilityDcid
but it seems to me the output is formatted like a string (just like the prev line eiaPlantCode: C:EIA_860_Schedule_2->PlantCode) ?
This
PowerPlanthttps://www.datacommons.org/browser/eia/pp/2322 has linkisPartOfbeing string "eia/u/13407",rather than a thing: the corresponding
PublicUtilityhttps://www.datacommons.org/browser/eia/u/13407 .Consequently, the section "In Arcs" of the utility doesn't show its power plants.
Maybe the bug is at https://github.com/datacommonsorg/data/blob/master/scripts/us_eia/eia_860/2_plant.tmcf#L12 .
It calls a function
isPartOf: C:EIA_860_Schedule_2->UtilityDcidbut it seems to me the output is formatted like a string (just like the prev line
eiaPlantCode: C:EIA_860_Schedule_2->PlantCode) ?