-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for main dc schema.mcf. (#275)
- Loading branch information
Showing
11 changed files
with
186 additions
and
10 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 |
---|---|---|
|
@@ -129,6 +129,7 @@ function run_main_dc_sample { | |
|
||
function run_all_samples { | ||
run_sample | ||
cd .. | ||
run_main_dc_sample | ||
} | ||
|
||
|
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,56 @@ | ||
Node: dcid:custom/g/group_1 | ||
typeOf: StatVarGroup | ||
name: "Parent Group" | ||
specializationOf: dc/g/Root | ||
|
||
Node: dcid:custom/g/group_2 | ||
typeOf: StatVarGroup | ||
name: "Child Group 1" | ||
specializationOf: custom/g/group_1 | ||
|
||
Node: dcid:custom/g/group_3 | ||
typeOf: StatVarGroup | ||
name: "Child Group 2" | ||
specializationOf: custom/g/group_1 | ||
|
||
Node: dcid:custom/g/Root | ||
typeOf: StatVarGroup | ||
name: "Custom Variables" | ||
specializationOf: dc/g/Root | ||
|
||
Node: dcid:var1 | ||
typeOf: StatisticalVariable | ||
name: "Good var1 name" | ||
description: "Good var1 description" | ||
memberOf: custom/g/group_2 | ||
populationType: schema:Thing | ||
measuredProperty: var1 | ||
|
||
Node: dcid:var2 | ||
typeOf: StatisticalVariable | ||
name: "Good var2 name" | ||
memberOf: custom/g/group_3 | ||
populationType: schema:Thing | ||
measuredProperty: var2 | ||
|
||
Node: dcid:Variable_1 | ||
typeOf: StatisticalVariable | ||
name: "Variable 1" | ||
memberOf: custom/g/group_1 | ||
populationType: schema:Thing | ||
measuredProperty: Variable_1 | ||
|
||
Node: dcid:Variable_2 | ||
typeOf: StatisticalVariable | ||
name: "Variable 2" | ||
memberOf: custom/g/Root | ||
populationType: schema:Thing | ||
measuredProperty: Variable_2 | ||
|
||
Node: dcid:Crime_Count | ||
typeOf: StatisticalVariable | ||
name: "Crime Count" | ||
description: "Number of crimes" | ||
memberOf: custom/g/Root | ||
populationType: schema:Thing | ||
measuredProperty: Crime_Count |
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
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
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
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
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
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,3 @@ | ||
Node: dcid:sub1 | ||
typeOf: StatisticalVariable | ||
pred1: "objval1" |
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
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
Oops, something went wrong.