Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions samples/OECD_wage_data/average_annual_wage.mcf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Node: dcid:OECDWages
typeOf: dcid:Provenance
name: "OECD Average Annual Wages"
source: dcid:dc/s/OrganisationForEconomicCo-operationAndDevelopmentOecd
url: "https://www.oecd.org/en/data/indicators/average-annual-wages.html"

Node: dcid:average_annual_wage
typeOf: dcid:StatisticalVariable
name: "Average annual wage"
description: "Annual rates paid per employee in full-time equivalent unit in the total economy."
populationType: dcid:Person
measuredProperty: dcid:wagesAnnual
statType: dcid:medianValue
memberOf: dcid:OECDGroup
4 changes: 2 additions & 2 deletions samples/OECD_wage_data/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"inputFiles": [
{
"pattern": "{gender_wage_gap.csv,schema.mcf}",
"pattern": "gender_wage_gap.*",
Comment thread
kmoscoe marked this conversation as resolved.
"provenance": "dcid:OECDGenderWageGap",
"columnMappings": {
"dcid:observationAbout": "entity",
Expand All @@ -12,7 +12,7 @@
}
},
{
"pattern": "{average_annual_wage.csv,schema.mcf}",
"pattern": "average_annual_wage.*",
Comment thread
kmoscoe marked this conversation as resolved.
"provenance": "dcid:OECDWages",
"columnMappings": {
"dcid:observationAbout": "entity",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,6 @@ typeOf: dcid:StatVarGroup
name: "OECD"
specializationOf: dcid:dc/g/Root

Node: dcid:OECDWages
typeOf: dcid:Provenance
name: "OECD Average Annual Wages"
source: dcid:dc/s/OrganisationForEconomicCo-operationAndDevelopmentOecd
url: "https://www.oecd.org/en/data/indicators/average-annual-wages.html"

Node: dcid:average_annual_wage
typeOf: dcid:StatisticalVariable
name: "Average annual wage"
description: "Annual rates paid per employee in full-time equivalent unit in the total economy."
populationType: dcid:Person
measuredProperty: dcid:wagesAnnual
statType: dcid:medianValue
memberOf: dcid:OECDGroup

Node: dcid:OECDGenderWageGap
typeOf: dcid:Provenance
name: "OECD Gender Wage Gap"
Expand Down
Loading