-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
linkmluser
committed
Jun 14, 2024
1 parent
8f3835e
commit 5ba789c
Showing
26 changed files
with
11,275 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
members: | ||
- id: example:Person001 | ||
name: foo bar | ||
type: Person | ||
primary_email: [email protected] | ||
age_in_years: 33 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
members: | ||
- id: example:INV001 | ||
name: investigation 1 | ||
type: Investigation | ||
- id: example:S001 | ||
name: sample 1 | ||
type: SampleMaterial | ||
- id: example:COL001 | ||
name: collection 1 | ||
type: SampleCollectionProcess | ||
material_collected: example:S001 | ||
part_of: example:INV001 | ||
uses_physical_device: example:DEV001 | ||
ends_at: | ||
description: break of dawn | ||
date_value: "2020-01-01" | ||
- id: example:DEV001 | ||
name: shovel | ||
type: PhysicalDevice |
92 changes: 92 additions & 0 deletions
92
src/data/examples/valid/EntitySet-ExtractiveIndustries-001.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
members: | ||
- id: XF001 | ||
name: Example Coal Mine | ||
type: MiningFacility | ||
facility_type: MINING_FACILITY | ||
mining_method: UNDERGROUND | ||
operator: ORG001 | ||
products: | ||
- id: PROD001 | ||
type: ExtractiveIndustryProduct | ||
product_type: COAL | ||
grade: | ||
value: 0.7 | ||
unit: PERCENT | ||
processing_method: PM001 | ||
production_capacity: | ||
value: 5000000 | ||
unit: TONS_PER_YEAR | ||
annual_production: | ||
value: 4500000 | ||
unit: TONS | ||
reserves: | ||
value: 500000000 | ||
unit: TONS | ||
depth: | ||
value: 500 | ||
unit: METERS | ||
area: | ||
value: 10000 | ||
unit: SQUARE_METERS | ||
located_at_place: LOC001 | ||
|
||
- id: XF002 | ||
name: Example Oil Well | ||
type: WellFacility | ||
facility_type: WELL_FACILITY | ||
well_type: OIL | ||
operator: ORG002 | ||
products: | ||
- id: PROD002 | ||
type: ExtractiveIndustryProduct | ||
product_type: OIL | ||
grade: | ||
value: 0.85 | ||
unit: SPECIFIC_GRAVITY | ||
processing_method: PM002 | ||
production_capacity: | ||
value: 100000 | ||
unit: BARRELS_PER_DAY | ||
annual_production: | ||
value: 30000000 | ||
unit: BARRELS | ||
reserves: | ||
value: 1000000000 | ||
unit: BARRELS | ||
depth: | ||
value: 2000 | ||
unit: METERS | ||
located_at_place: LOC002 | ||
|
||
- id: LOC001 | ||
name: Example Location | ||
type: Place | ||
geolocation: | ||
latitude: 37.7749 | ||
longitude: -122.4194 | ||
|
||
- id: LOC002 | ||
name: Example Location | ||
type: Place | ||
geolocation: | ||
latitude: 31.9686 | ||
longitude: -99.9018 | ||
|
||
- id: LOC003 | ||
name: Example Location | ||
type: Place | ||
geolocation: | ||
latitude: 33.7490 | ||
longitude: -84.3880 | ||
|
||
- id: ORG001 | ||
name: Example Mining Company | ||
type: Organization | ||
|
||
- id: ORG002 | ||
name: Example Oil Company | ||
type: Organization | ||
|
||
- id: ORG003 | ||
name: Example Aggregates Company | ||
type: Organization |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
members: | ||
- id: ppl:LocationA | ||
name: Location A | ||
type: Place | ||
geolocation: | ||
latitude: 40.7128 | ||
longitude: -74.0060 | ||
- id: ppl:PlantA | ||
name: Power Plant A | ||
type: FossilFuelPlant | ||
plant_type: COAL | ||
location: ppl:LocationA | ||
operator: ppl:OperatorX | ||
capacity: | ||
value: 500 | ||
unit: MW | ||
commissioning_date: '1980-01-01' | ||
capex: | ||
value: 1000000000 | ||
unit: USD | ||
opex: | ||
value: 50000000 | ||
unit: USD | ||
|
||
- id: ppl:LocationB | ||
name: Location B | ||
type: Place | ||
geolocation: | ||
latitude: 35.6762 | ||
longitude: 139.6503 | ||
- id: ppl:PlantB | ||
name: Power Plant B | ||
type: FossilFuelPlant | ||
plant_type: NATURAL_GAS | ||
location: ppl:LocationB | ||
operator: ppl:OperatorY | ||
capacity: | ||
value: 750 | ||
unit: MW | ||
commissioning_date: '1995-06-15' | ||
capex: | ||
value: 1500000000 | ||
unit: USD | ||
opex: | ||
value: 60000000 | ||
unit: USD | ||
|
||
- id: ppl:LocationC | ||
name: Location C | ||
type: Place | ||
geolocation: | ||
latitude: 48.8566 | ||
longitude: 2.3522 | ||
- id: ppl:PlantC | ||
name: Power Plant C | ||
type: NuclearPlant | ||
plant_type: NUCLEAR | ||
location: ppl:LocationC | ||
operator: ppl:OperatorZ | ||
capacity: | ||
value: 1000 | ||
unit: MW | ||
commissioning_date: '2010-12-01' | ||
capex: | ||
value: 5000000000 | ||
unit: USD | ||
opex: | ||
value: 100000000 | ||
unit: USD | ||
|
||
- id: ppl:LocationD | ||
name: Location D | ||
type: Place | ||
geolocation: | ||
latitude: 47.3769 | ||
longitude: 8.5417 | ||
- id: ppl:DamD | ||
name: Dam D | ||
type: Landform | ||
- id: ppl:PlantD | ||
name: Power Plant D | ||
type: HydroelectricPlant | ||
plant_type: HYDROELECTRIC | ||
dam: ppl:DamD | ||
location: ppl:LocationD | ||
operator: ppl:OperatorW | ||
capacity: | ||
value: 200 | ||
unit: MW | ||
commissioning_date: '2005-03-20' | ||
capex: | ||
value: 800000000 | ||
unit: USD | ||
opex: | ||
value: 20000000 | ||
unit: USD | ||
|
||
- id: ppl:OperatorX | ||
name: Operator X | ||
type: Organization | ||
- id: ppl:OperatorY | ||
name: Operator Y | ||
type: Organization | ||
- id: ppl:OperatorZ | ||
name: Operator Z | ||
type: Organization | ||
- id: ppl:OperatorW | ||
name: Operator W | ||
type: Organization | ||
|
||
- id: ppl:GridA | ||
name: Electrical Grid A | ||
type: ElectricalGrid | ||
plants: | ||
- ppl:PlantA | ||
- ppl:PlantB | ||
- ppl:PlantC | ||
- ppl:PlantD |
Oops, something went wrong.