diff --git a/CareTogether.Report/definition.pbir b/CareTogether.Report/definition.pbir index 0e8d623..d16739a 100644 --- a/CareTogether.Report/definition.pbir +++ b/CareTogether.Report/definition.pbir @@ -1,5 +1,5 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definitionProperties/1.0.0/schema.json", + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definitionProperties/2.0.0/schema.json", "version": "4.0", "datasetReference": { "byPath": { diff --git a/CareTogether.Report/definition/bookmarks/Bookmark2245b7caee2e5edb8d04.bookmark.json b/CareTogether.Report/definition/bookmarks/Bookmark2245b7caee2e5edb8d04.bookmark.json index aaafa3c..bdacee8 100644 --- a/CareTogether.Report/definition/bookmarks/Bookmark2245b7caee2e5edb8d04.bookmark.json +++ b/CareTogether.Report/definition/bookmarks/Bookmark2245b7caee2e5edb8d04.bookmark.json @@ -19,7 +19,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" diff --git a/CareTogether.Report/definition/pages/03622d788c359b5e7432/page.json b/CareTogether.Report/definition/pages/03622d788c359b5e7432/page.json index 4941e9e..6f3f024 100644 --- a/CareTogether.Report/definition/pages/03622d788c359b5e7432/page.json +++ b/CareTogether.Report/definition/pages/03622d788c359b5e7432/page.json @@ -23,15 +23,69 @@ "howCreated": "User" }, { - "name": "bc5998523a3db1e0e048", + "name": "f53472caea5175b4405f", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Approval Type" } }, - "Property": "Entity Name" + "Property": "Approval Type" + } + }, + "type": "Categorical", + "filter": { + "Version": 2, + "From": [ + { + "Name": "a", + "Entity": "Approval Type", + "Type": 0 + } + ], + "Where": [ + { + "Condition": { + "In": { + "Expressions": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Source": "a" + } + }, + "Property": "Approval Type" + } + } + ], + "Values": [ + [ + { + "Literal": { + "Value": "'Direct'" + } + } + ] + ] + } + } + } + ] + }, + "howCreated": "User" + }, + { + "name": "f12e517f8e953c8b03fe", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location" + } + }, + "Property": "Location" } }, "type": "Categorical", diff --git a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/182d15740e12f9e58d94/visual.json b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/182d15740e12f9e58d94/visual.json index da534b2..0713abb 100644 --- a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/182d15740e12f9e58d94/visual.json +++ b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/182d15740e12f9e58d94/visual.json @@ -5,8 +5,9 @@ "x": 0, "y": 0, "z": 0, - "height": 720, - "width": 1280.2730375426622 + "height": 360, + "width": 1280, + "tabOrder": 1000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/5a83d3c493a76c3c13ab/visual.json b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/5a83d3c493a76c3c13ab/visual.json new file mode 100644 index 0000000..fe8d6d6 --- /dev/null +++ b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/5a83d3c493a76c3c13ab/visual.json @@ -0,0 +1,152 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "5a83d3c493a76c3c13ab", + "position": { + "x": 0, + "y": 360, + "z": 1500, + "height": 360, + "width": 1280, + "tabOrder": 3000 + }, + "visual": { + "visualType": "shape", + "objects": { + "shape": [ + { + "properties": { + "tileShape": { + "expr": { + "Literal": { + "Value": "'rectangle'" + } + } + }, + "roundEdge": { + "expr": { + "Literal": { + "Value": "10L" + } + } + } + } + } + ], + "rotation": [ + { + "properties": { + "shapeAngle": { + "expr": { + "Literal": { + "Value": "0L" + } + } + } + } + } + ], + "fill": [ + { + "properties": { + "fillColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + } + }, + "selector": { + "id": "default" + } + }, + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ], + "outline": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "padding": [ + { + "properties": { + "left": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "top": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "10D" + } + } + } + } + } + ], + "title": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "''" + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + }, + "howCreated": "InsertVisualButton" +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/bb53773b627777712a28/visual.json b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/bb53773b627777712a28/visual.json new file mode 100644 index 0000000..f5bfa9c --- /dev/null +++ b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/bb53773b627777712a28/visual.json @@ -0,0 +1,874 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "bb53773b627777712a28", + "position": { + "x": 11, + "y": 369, + "z": 2000, + "height": 341, + "width": 1259 + }, + "visual": { + "visualType": "pivotTable", + "query": { + "queryState": { + "Columns": { + "projections": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "Status" + } + }, + "queryRef": "Approval Status.Status", + "nativeQueryRef": "Status", + "active": true + } + ] + }, + "Rows": { + "projections": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Role" + } + }, + "Property": "Role Name" + } + }, + "queryRef": "Role.Role Name", + "nativeQueryRef": "Role Name1", + "active": true + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Individual Role Approvals" + } + }, + "Property": "Person Name" + } + }, + "queryRef": "Individual Role Approvals.Person Name", + "nativeQueryRef": "Person Name", + "active": true + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Type" + } + }, + "Property": "Approval Type" + } + }, + "queryRef": "Approval Type.Approval Type", + "nativeQueryRef": "Approval Type1", + "active": true + } + ] + }, + "Values": { + "projections": [ + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Individual Role Approvals" + } + }, + "Property": "Individual Approval Tracker" + } + }, + "queryRef": "Individual Role Approvals.individual Approvals Tracker", + "nativeQueryRef": "Individual Approval Tracker" + } + ] + } + } + }, + "expansionStates": [ + { + "roles": [ + "Rows" + ], + "levels": [ + { + "queryRefs": [ + "Role.Role Name" + ], + "identityKeys": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Role" + } + }, + "Property": "Role Name" + } + } + ], + "isPinned": true + }, + { + "queryRefs": [ + "Individual Role Approvals.Person Name" + ], + "identityKeys": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Individual Role Approvals" + } + }, + "Property": "Person Name" + } + } + ], + "isPinned": true + }, + { + "queryRefs": [ + "Approval Type.Approval Type" + ], + "isCollapsed": true, + "isPinned": true + } + ], + "root": {} + } + ], + "objects": { + "values": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "fontColorPrimary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "fontColorSecondary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "wordWrap": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "columnWidth": [ + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "106D" + } + } + } + }, + "selector": { + "metadata": "ChildLocationExpanded.ChildcarePlan" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "84.2507653468177D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Expired'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "87.10239171877734D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Inactive'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "105.57336063904248D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Prospective'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "82.74403344644631D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Approved'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "93.97269522195228D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Onboarded'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "73.88731421844402D" + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "RoleApprovalStatus" + } + }, + "Right": { + "Literal": { + "Value": "'Denied'" + } + } + } + } + } + ] + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "148.44269419584808D" + } + } + } + }, + "selector": { + "metadata": "Role.Role Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "308.40599053461733D" + } + } + } + }, + "selector": { + "metadata": "Individual Role Approvals.Person Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "328.2152499313862D" + } + } + } + }, + "selector": { + "metadata": "Approval Type.Approval Type" + } + } + ], + "total": [ + { + "properties": {} + } + ], + "grid": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "outlineColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#EFEFEF'" + } + } + } + } + }, + "gridHorizontal": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowPadding": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + } + } + ], + "rowHeaders": [ + { + "properties": { + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#666666'" + } + } + } + } + } + } + } + ], + "general": [ + { + "properties": { + "layout": { + "expr": { + "Literal": { + "Value": "'Tabular'" + } + } + } + } + } + ], + "subTotals": [ + { + "properties": { + "columnSubtotals": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowSubtotals": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "columnHeaders": [ + { + "properties": { + "alignment": { + "expr": { + "Literal": { + "Value": "'Center'" + } + } + }, + "titleAlignment": { + "expr": { + "Literal": { + "Value": "'Left'" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "title": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "titleWrap": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#212121'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "'Individual Approvals Tracker'" + } + } + } + } + } + ], + "subTitle": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#9A9A9A'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "'\"Expand the levels to view more details. At the ''Role Name'' level, the number of individuals that had a status change during the selected period is counted. At the ''Person Name'' level, the date on which the status change occurred is displayed.\"'" + } + } + }, + "titleWrap": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ], + "spacing": [ + { + "properties": { + "customizeSpacing": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "verticalSpacing": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "spaceBelowTitle": { + "expr": { + "Literal": { + "Value": "5D" + } + } + } + } + } + ], + "background": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "color": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + }, + "transparency": { + "expr": { + "Literal": { + "Value": "100D" + } + } + } + } + } + ], + "padding": [ + { + "properties": { + "top": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "left": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "20D" + } + } + } + } + } + ], + "border": [ + { + "properties": { + "width": { + "expr": { + "Literal": { + "Value": "1D" + } + } + } + } + } + ], + "stylePreset": [ + { + "properties": { + "name": { + "expr": { + "Literal": { + "Value": "'None'" + } + } + } + } + } + ], + "visualHeader": [ + { + "properties": { + "background": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "border": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "foreground": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#26A3AB'" + } + } + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + } +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/d6084660d102c3617329/visual.json b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/d6084660d102c3617329/visual.json index 63e6c7b..e6484b3 100644 --- a/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/d6084660d102c3617329/visual.json +++ b/CareTogether.Report/definition/pages/03622d788c359b5e7432/visuals/d6084660d102c3617329/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "d6084660d102c3617329", "position": { - "x": 10.443686006825939, - "y": 10.443686006825939, + "x": 10.571791613722999, + "y": 9.7585768742058452, "z": 1000, - "height": 700.34129692832767, - "width": 1260, - "tabOrder": 1000 + "height": 339.11054637865311, + "width": 1258.856416772554, + "tabOrder": 2000 }, "visual": { "visualType": "pivotTable", @@ -39,14 +39,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Role" } }, "Property": "Role Name" } }, - "queryRef": "Role Approval.Role Name", - "nativeQueryRef": "Role Name", + "queryRef": "Role.Role Name", + "nativeQueryRef": "Role Name1", "active": true }, { @@ -54,30 +54,31 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family Role Approvals" } }, - "Property": "Entity Type" + "Property": "Family Name" } }, - "queryRef": "Role Approval.Entity Type", - "nativeQueryRef": "Entity Type", - "active": true + "queryRef": "Family Role Approvals.Entity Name", + "nativeQueryRef": "Family Name", + "active": true, + "displayName": "Family Name" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Approval Type" } }, - "Property": "Entity Name" + "Property": "Approval Type" } }, - "queryRef": "Role Approval.Entity Name", - "nativeQueryRef": "Entity Name", - "active": false + "queryRef": "Approval Type.Approval Type", + "nativeQueryRef": "Approval Type1", + "active": true } ] }, @@ -88,14 +89,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family Role Approvals" } }, - "Property": "# Approval Tracker" + "Property": "Family Approval Tracker" } }, - "queryRef": "Role Approval.# Approval Tracker", - "nativeQueryRef": "# Approval Tracker" + "queryRef": "Family Role Approvals.Family Approval Tracker", + "nativeQueryRef": "Family Approval Tracker" } ] } @@ -126,15 +127,14 @@ "levels": [ { "queryRefs": [ - "Role Approval.Role Name" + "Role.Role Name" ], - "isCollapsed": true, "identityKeys": [ { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Role" } }, "Property": "Role Name" @@ -145,26 +145,13 @@ }, { "queryRefs": [ - "Role Approval.Entity Type" - ], - "isCollapsed": true, - "identityKeys": [ - { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Role Approval" - } - }, - "Property": "Entity Type" - } - } + "Family Role Approvals.Entity Name" ], "isPinned": true }, { "queryRefs": [ - "Role Approval.Entity Name" + "Approval Type.Approval Type" ], "isCollapsed": true, "identityKeys": [ @@ -346,20 +333,6 @@ ] } }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "212.45930140778864D" - } - } - } - }, - "selector": { - "metadata": "Role Approval.Role Name" - } - }, { "properties": { "value": { @@ -513,13 +486,41 @@ "value": { "expr": { "Literal": { - "Value": "368.262863054316D" + "Value": "152.1093974739058D" + } + } + } + }, + "selector": { + "metadata": "Role.Role Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "309.2513800761568D" + } + } + } + }, + "selector": { + "metadata": "Family Role Approvals.Entity Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "331.75819122450423D" } } } }, "selector": { - "metadata": "Role Approval.Entity Name" + "metadata": "Approval Type.Approval Type" } } ], @@ -690,7 +691,7 @@ "text": { "expr": { "Literal": { - "Value": "'Approvals Tracker'" + "Value": "'Family Approvals Tracker'" } } } @@ -728,7 +729,7 @@ "text": { "expr": { "Literal": { - "Value": "'\"Expand the levels to view more details. At the ''Entity Type'' and ''Role Name'' levels, the number of families that had a status change during the selected period is counted. At the ''Entity Name'' level, the date on which the status change occurred is displayed.\"'" + "Value": "'\"Expand the levels to view more details. At the ''Role Name'' level, the number of families that had a status change during the selected period is counted. At the ''Family Name'' level, the date on which the status change occurred is displayed.\"'" } } }, @@ -905,7 +906,7 @@ "filterConfig": { "filters": [ { - "name": "d5cc457d931685967877", + "name": "75e07629fa391086d7b0", "field": { "Column": { "Expression": { @@ -919,12 +920,12 @@ "type": "Categorical" }, { - "name": "40bdb127b593b16ae80e", + "name": "f5d07b2e2838d828a4cb", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Role" } }, "Property": "Role Name" @@ -933,43 +934,43 @@ "type": "Categorical" }, { - "name": "4bdc536ba026360c0856", + "name": "edd4f3c48b75de26d40e", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family Role Approvals" } }, - "Property": "Entity Type" + "Property": "Family Name" } }, "type": "Categorical" }, { - "name": "98237feb5dc58c05ce4d", + "name": "5454a515ba402e2d9c48", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Approval Type" } }, - "Property": "Entity Name" + "Property": "Approval Type" } }, "type": "Categorical" }, { - "name": "cff85d29358cd430061a", + "name": "19b5f7ff94ba3220b409", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family Role Approvals" } }, - "Property": "# Approval Tracker" + "Property": "Family Approval Tracker" } }, "type": "Advanced" diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/page.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/page.json index df323d0..fdc6882 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/page.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/page.json @@ -24,13 +24,13 @@ "howCreated": "User" }, { - "name": "0beb5c9eece1b46584ed", + "name": "45edb04b560c666550b2", "ordinal": 1, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Participation Type" @@ -41,8 +41,8 @@ "Version": 2, "From": [ { - "Name": "e", - "Entity": "Entity", + "Name": "f", + "Entity": "Family", "Type": 0 } ], @@ -57,7 +57,7 @@ "Column": { "Expression": { "SourceRef": { - "Source": "e" + "Source": "f" } }, "Property": "Participation Type" @@ -96,6 +96,37 @@ } ] } + }, + { + "name": "b309867d98ef7e83d21d", + "ordinal": 2, + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": { + "isInvertedSelectionMode": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ] + } } ], "filterSortOrder": "Custom" diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/aa9a662d4d1104019500/visual.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/0e0f5f07a55029a7559c/visual.json similarity index 77% rename from CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/aa9a662d4d1104019500/visual.json rename to CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/0e0f5f07a55029a7559c/visual.json index 1c185b3..fd005c5 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/aa9a662d4d1104019500/visual.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/0e0f5f07a55029a7559c/visual.json @@ -1,13 +1,13 @@ { "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", - "name": "aa9a662d4d1104019500", + "name": "0e0f5f07a55029a7559c", "position": { "x": 8.6006825938566553, "y": 8.6006825938566553, - "z": 1000, + "z": 5000, "height": 702.79863481228665, "width": 721.22866894197955, - "tabOrder": 1000 + "tabOrder": 2000 }, "visual": { "visualType": "tableEx", @@ -20,28 +20,28 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Family Name" } }, - "queryRef": "Entity.Family Name", - "nativeQueryRef": "Family Name" + "queryRef": "Family.Family Name", + "nativeQueryRef": "Family Name1" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "HomeChurch" + "Property": "Home Church" } }, - "queryRef": "Entity.HomeChurch", - "nativeQueryRef": "HomeChurch" + "queryRef": "Family.Home Church", + "nativeQueryRef": "Home Church" }, { "field": { @@ -62,28 +62,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Community Membership Count" } }, - "queryRef": "Entity.Community Membership Count (Measure)", - "nativeQueryRef": "Community Membership Count" - }, - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Location" - } - }, - "Property": "Location" - } - }, - "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "queryRef": "Family.Community Membership Count", + "nativeQueryRef": "Community Membership Count1" } ] } @@ -95,7 +81,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Family Name" @@ -182,7 +168,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Community Membership Count" @@ -202,7 +188,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Community Membership Count" @@ -231,7 +217,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Community Membership Count" @@ -289,35 +275,7 @@ "value": { "expr": { "Literal": { - "Value": "168.58702944373206D" - } - } - } - }, - "selector": { - "metadata": "Entity.Family Name" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "97.9863481228669D" - } - } - } - }, - "selector": { - "metadata": "Entity.HomeChurch" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "196.6723538973542D" + "Value": "191.66401208678136D" } } } @@ -331,13 +289,13 @@ "value": { "expr": { "Literal": { - "Value": "4D" + "Value": "124.5000064276943D" } } } }, "selector": { - "metadata": "Location.Location" + "metadata": "Family.Home Church" } } ], @@ -660,113 +618,60 @@ "filterConfig": { "filters": [ { - "name": "da9f846150cb1f625a15", + "name": "32000aaed5d672de1b6a", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "FamilyId" + "Property": "Family Name" } }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Column": { - "Expression": { - "SourceRef": { - "Source": "e" - } - }, - "Property": "FamilyId" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } + "type": "Categorical" + }, + { + "name": "51b68762f3197abce3f7", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" } - } - ] + }, + "Property": "Home Church" + } }, - "howCreated": "User", - "isLockedInViewMode": true + "type": "Categorical" }, { - "name": "a57b757b6837fc48cf0c", + "name": "3afb64dacc3ec292f713", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Community" } }, - "Property": "RLS Key Selected" + "Property": "First Community Membership" } }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Measure": { - "Expression": { - "SourceRef": { - "Source": "e" - } - }, - "Property": "RLS Key Selected" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } + "type": "Advanced" + }, + { + "name": "8d16ef87719c0236acb4", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Family" } - } - ] + }, + "Property": "Community Membership Count" + } }, - "howCreated": "User", - "isHiddenInViewMode": true, - "isLockedInViewMode": true + "type": "Advanced" } ] } diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/22d342824000e3cbc7cd/visual.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/22d342824000e3cbc7cd/visual.json index 80c48a6..92266b5 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/22d342824000e3cbc7cd/visual.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/22d342824000e3cbc7cd/visual.json @@ -4,10 +4,10 @@ "position": { "x": 729.82935153583617, "y": 0, - "z": 2000, + "z": 1000, "height": 233.4470989761092, "width": 550.44368600682594, - "tabOrder": 2000 + "tabOrder": 1000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/4e529ad821c493623ca9/visual.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/4e529ad821c493623ca9/visual.json index ec67a11..6d911d6 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/4e529ad821c493623ca9/visual.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/4e529ad821c493623ca9/visual.json @@ -4,7 +4,7 @@ "position": { "x": 740.27303754266211, "y": 233.4470989761092, - "z": 4000, + "z": 3000, "height": 477.95221843003412, "width": 531.39931740614338, "tabOrder": 4000 diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/6981b709222874e107d0/visual.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/6981b709222874e107d0/visual.json index f619079..34e0b96 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/6981b709222874e107d0/visual.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/6981b709222874e107d0/visual.json @@ -4,7 +4,7 @@ "position": { "x": 740.27303754266211, "y": 8.6006825938566553, - "z": 5000, + "z": 4000, "height": 213.78839590443687, "width": 531.39931740614338, "tabOrder": 5000 diff --git a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/791f97066de925631b0b/visual.json b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/791f97066de925631b0b/visual.json index 347ff7f..ca23b5d 100644 --- a/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/791f97066de925631b0b/visual.json +++ b/CareTogether.Report/definition/pages/101a4b085e432a0c869a/visuals/791f97066de925631b0b/visual.json @@ -4,7 +4,7 @@ "position": { "x": 729.82935153583617, "y": 233.4470989761092, - "z": 3000, + "z": 2000, "height": 486.5529010238908, "width": 550.44368600682594, "tabOrder": 3000 diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/page.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/page.json index 43fcfe9..96492ae 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/page.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/page.json @@ -40,13 +40,13 @@ "howCreated": "User" }, { - "name": "90e461b713706da434e9", + "name": "ac659d1db1fce478b8cb", "ordinal": 2, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "Reason" @@ -54,6 +54,29 @@ }, "type": "Categorical", "howCreated": "User" + }, + { + "name": "a823e47da6823b7c1c0a", + "ordinal": 3, + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": {} + } + ] + } } ], "filterSortOrder": "Custom" diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/348461fc80aca2a3719b/visual.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/348461fc80aca2a3719b/visual.json index 12909ed..36b969f 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/348461fc80aca2a3719b/visual.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/348461fc80aca2a3719b/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 720, "width": 905.33333333333337, - "tabOrder": 4000 + "tabOrder": 3000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/42366fa6261927642ada/visual.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/42366fa6261927642ada/visual.json index 331d0c5..bf5dc19 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/42366fa6261927642ada/visual.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/42366fa6261927642ada/visual.json @@ -6,8 +6,7 @@ "y": 9.2150170648464158, "z": 1000, "height": 555.9726962457338, - "width": 364.91467576791808, - "tabOrder": 1000 + "width": 364.91467576791808 }, "visual": { "visualType": "clusteredBarChart", @@ -42,11 +41,12 @@ "Entity": "Child Location Record" } }, - "Property": "Days of Care" + "Property": "# of Days of Care" } }, - "queryRef": "Child Location Record.Days of Care", - "nativeQueryRef": "Days of Care" + "queryRef": "Child Location Record.# of Days of Care", + "nativeQueryRef": "Days of Care", + "displayName": "Days of Care" }, { "field": { @@ -56,25 +56,27 @@ "Entity": "Child Location Record" } }, - "Property": "Nights of Care" + "Property": "# of Nights of Care" } }, - "queryRef": "Child Location Record.Nights of Care", - "nativeQueryRef": "Nights of Care" + "queryRef": "Child Location Record.# of Nights of Care", + "nativeQueryRef": "Nights of Care", + "displayName": "Nights of Care" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# of Children Cared For" + "Property": "# of Children Cared For (Client)" } }, - "queryRef": "Entity.# of Children Cared For", - "nativeQueryRef": "# of Children Cared For" + "queryRef": "Client Person.# of Children Cared For (Client)", + "nativeQueryRef": "Children Cared For1", + "displayName": "Children Cared For" } ] } @@ -89,7 +91,7 @@ "Entity": "Child Location Record" } }, - "Property": "Days of Care" + "Property": "# of Days of Care" } }, "direction": "Descending" @@ -169,7 +171,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -210,7 +212,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -242,24 +244,6 @@ } } }, - { - "properties": { - "fill": { - "solid": { - "color": { - "expr": { - "Literal": { - "Value": "'#80C9D5'" - } - } - } - } - } - }, - "selector": { - "metadata": "Child Location Record.Days of Care" - } - }, { "properties": { "fill": { @@ -275,25 +259,7 @@ } }, "selector": { - "metadata": "Child Location Record.Nights of Care" - } - }, - { - "properties": { - "fill": { - "solid": { - "color": { - "expr": { - "Literal": { - "Value": "'#0E4F52'" - } - } - } - } - } - }, - "selector": { - "metadata": "Entity.# of Children Cared For" + "metadata": "Child Location Record.# of Nights of Care" } } ], diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/91a1cbf0411a520a7dea/visual.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/91a1cbf0411a520a7dea/visual.json index 460ce62..535ee17 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/91a1cbf0411a520a7dea/visual.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/91a1cbf0411a520a7dea/visual.json @@ -3,11 +3,11 @@ "name": "91a1cbf0411a520a7dea", "position": { "x": 10, - "y": 550.58823529411768, + "y": 544, "z": 2000, - "height": 158.8235294117647, - "width": 364.70588235294116, - "tabOrder": 2000 + "height": 165, + "width": 365, + "tabOrder": 1000 }, "visual": { "visualType": "textbox", diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/947097fbcadeb40770c0/visual.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/947097fbcadeb40770c0/visual.json index c90f705..f7edf36 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/947097fbcadeb40770c0/visual.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/947097fbcadeb40770c0/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 720, - "width": 374.74402730375425 + "width": 374.74402730375425, + "tabOrder": 4000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/cec66ef7e524732b0413/visual.json b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/cec66ef7e524732b0413/visual.json index 70e727f..a2e6f3b 100644 --- a/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/cec66ef7e524732b0413/visual.json +++ b/CareTogether.Report/definition/pages/148b7f02dc4c0dd0b432/visuals/cec66ef7e524732b0413/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 700.34129692832767, "width": 886.4846416382253, - "tabOrder": 3000 + "tabOrder": 2000 }, "visual": { "visualType": "tableEx", @@ -20,13 +20,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, "Property": "Full Name" } }, - "queryRef": "Entity.Full Name", + "queryRef": "Client Person.Full Name", "nativeQueryRef": "Child", "displayName": "Child" }, @@ -79,14 +79,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "Reason" } }, - "queryRef": "Arrangement.Reason", - "nativeQueryRef": "Reason" + "queryRef": "Arrangements.Reason", + "nativeQueryRef": "Reason1" }, { "field": { @@ -156,13 +156,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "ChildLocationExpanded" + "Entity": "Client Person" } }, - "Property": "ChildcarePlan" + "Property": "Full Name" } }, - "direction": "Descending" + "direction": "Ascending" } ] } diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/page.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/page.json index 92c0882..d4366b8 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/page.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/page.json @@ -21,6 +21,28 @@ }, "type": "RelativeDate", "howCreated": "User" + }, + { + "name": "7d839484bb5fa075647d", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": {} + } + ] + } } ] }, diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/0fd45c9be3deb6542a51/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/0fd45c9be3deb6542a51/visual.json index d83bbf4..e89f8c9 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/0fd45c9be3deb6542a51/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/0fd45c9be3deb6542a51/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 269.07849829351534, "width": 620.47781569965866, - "tabOrder": 3000 + "tabOrder": 8000 }, "visual": { "visualType": "tableEx", @@ -20,13 +20,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, "Property": "Full Name" } }, - "queryRef": "Entity.Full Name", + "queryRef": "Client Person.Full Name", "nativeQueryRef": "Full Name" }, { @@ -48,41 +48,41 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "Started" } }, - "queryRef": "Arrangement.Started", - "nativeQueryRef": "Started" + "queryRef": "Arrangements.Started", + "nativeQueryRef": "Started1" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "Ended" } }, - "queryRef": "Arrangement.Ended", - "nativeQueryRef": "Ended" + "queryRef": "Arrangements.Ended", + "nativeQueryRef": "Ended1" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements" } }, - "queryRef": "Arrangement.# of Arrangements", + "queryRef": "Arrangements.# of Arrangements", "nativeQueryRef": " ", "displayName": " " }, @@ -91,13 +91,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, - "Property": "Id" + "Property": "Arrangement ID" } }, - "queryRef": "Arrangement.Id", + "queryRef": "Arrangements.Arrangement ID", "nativeQueryRef": " 1", "displayName": " " } @@ -111,13 +111,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, - "Property": "Ended" + "Property": "Started" } }, - "direction": "Descending" + "direction": "Ascending" } ] } @@ -201,13 +201,13 @@ "value": { "expr": { "Literal": { - "Value": "4D" + "Value": "157.47439492404249D" } } } }, "selector": { - "metadata": "Arrangement.Id" + "metadata": "Arrangement Type.Arrangement Type" } }, { @@ -221,21 +221,7 @@ } }, "selector": { - "metadata": "Arrangement.# of Arrangements" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "158.19567342277128D" - } - } - } - }, - "selector": { - "metadata": "Entity.Full Name" + "metadata": "Arrangements.# of Arrangements" } }, { @@ -243,13 +229,13 @@ "value": { "expr": { "Literal": { - "Value": "157.47439492404249D" + "Value": "4D" } } } }, "selector": { - "metadata": "Arrangement Type.Arrangement Type" + "metadata": "Arrangements.Arrangement ID" } } ], diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/109d2aa6c6b3fcb3e93b/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/109d2aa6c6b3fcb3e93b/visual.json index 8b0e106..331d902 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/109d2aa6c6b3fcb3e93b/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/109d2aa6c6b3fcb3e93b/visual.json @@ -7,7 +7,7 @@ "z": 9000, "height": 269.07849829351534, "width": 629.07849829351539, - "tabOrder": 10000 + "tabOrder": 4000 }, "visual": { "visualType": "azureMap", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "PostalCode" + "Property": "Postal Code" } }, - "queryRef": "Entity.PostalCode", - "nativeQueryRef": "PostalCode", + "queryRef": "Family.Postal Code", + "nativeQueryRef": "Postal Code", "active": true }, { @@ -35,14 +35,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "State" } }, - "queryRef": "Entity.State", - "nativeQueryRef": "State", + "queryRef": "Family.State", + "nativeQueryRef": "State1", "active": false } ] @@ -54,13 +54,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements" } }, - "queryRef": "Arrangement.# of Arrangements", + "queryRef": "Arrangements.# of Arrangements", "nativeQueryRef": "# of Arrangements" } ] @@ -234,7 +234,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -275,7 +275,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/4d23a7c0fe63b235bc2f/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/4d23a7c0fe63b235bc2f/visual.json index 4aa7dcd..74ff151 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/4d23a7c0fe63b235bc2f/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/4d23a7c0fe63b235bc2f/visual.json @@ -7,7 +7,7 @@ "z": 5000, "height": 423.27645051194537, "width": 859.45392491467578, - "tabOrder": 4000 + "tabOrder": 9000 }, "visual": { "visualType": "columnChart", @@ -72,13 +72,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements" } }, - "queryRef": "Arrangement.# of Arrangements", + "queryRef": "Arrangements.# of Arrangements", "nativeQueryRef": "# of Arrangements" } ] @@ -247,7 +247,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -288,7 +288,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/6ae8b2cbe9a0da1ff832/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/6ae8b2cbe9a0da1ff832/visual.json index 49d8a43..145fc33 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/6ae8b2cbe9a0da1ff832/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/6ae8b2cbe9a0da1ff832/visual.json @@ -7,7 +7,7 @@ "z": 7000, "height": 286.89419795221841, "width": 640.13651877133111, - "tabOrder": 8000 + "tabOrder": 2000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/79a9c339aadd59d38bdf/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/79a9c339aadd59d38bdf/visual.json index 0acd5d2..e8be38c 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/79a9c339aadd59d38bdf/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/79a9c339aadd59d38bdf/visual.json @@ -7,7 +7,7 @@ "z": 2000, "height": 96.450511945392492, "width": 391.33105802047783, - "tabOrder": 2000 + "tabOrder": 7000 }, "visual": { "visualType": "slicer", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangements by Entity" + "Entity": "Arrangements Group" } }, "Property": "Situation" } }, - "queryRef": "Arrangements by Entity.Situation", - "nativeQueryRef": "Situation", + "queryRef": "Arrangements Group.Situation", + "nativeQueryRef": "Situation1", "active": true } ] @@ -84,7 +84,7 @@ "From": [ { "Name": "a", - "Entity": "Arrangements by Entity", + "Entity": "Arrangements Group", "Type": 0 } ], diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/a16f9f0815079463602f/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/a16f9f0815079463602f/visual.json index 5764b94..7a69564 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/a16f9f0815079463602f/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/a16f9f0815079463602f/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 433.10580204778159, "width": 877.88395904436857, - "tabOrder": 5000 + "tabOrder": 10000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ae2c44aec4ea25b3e446/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ae2c44aec4ea25b3e446/visual.json index 6d29fb6..0e41a5c 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ae2c44aec4ea25b3e446/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ae2c44aec4ea25b3e446/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 170.78498293515358, "width": 402.38907849829354, - "tabOrder": 1000 + "tabOrder": 6000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/c06f577cd3e33ba28778/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/c06f577cd3e33ba28778/visual.json index e087b5b..6bd2e26 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/c06f577cd3e33ba28778/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/c06f577cd3e33ba28778/visual.json @@ -7,7 +7,7 @@ "z": 10000, "height": 64.50511945392492, "width": 391.33105802047783, - "tabOrder": 9000 + "tabOrder": 3000 }, "visual": { "visualType": "textbox", diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e2a0619cd95abc946ed7/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e2a0619cd95abc946ed7/visual.json index 16cd0e2..7b64f17 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e2a0619cd95abc946ed7/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e2a0619cd95abc946ed7/visual.json @@ -7,7 +7,7 @@ "z": 8000, "height": 252.49146757679182, "width": 391.33105802047783, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "clusteredBarChart", @@ -39,14 +39,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements" } }, - "queryRef": "Arrangement.# of Arrangements", - "nativeQueryRef": "# of Arrangements" + "queryRef": "Arrangements.# of Arrangements", + "nativeQueryRef": "# of Arrangements1" } ] } @@ -58,7 +58,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements" @@ -141,7 +141,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -182,7 +182,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -579,5 +579,37 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "f4a8860e0b2cf53ea82b", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Arrangement Type" + } + }, + "Property": "Arrangement Type" + } + }, + "type": "Categorical" + }, + { + "name": "63e92aa48bd47a119575", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Arrangements" + } + }, + "Property": "# of Arrangements" + } + }, + "type": "Advanced" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e42565cd0c3354b70766/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e42565cd0c3354b70766/visual.json index 51feca6..d3c0fc0 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e42565cd0c3354b70766/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/e42565cd0c3354b70766/visual.json @@ -6,7 +6,8 @@ "y": 433.10580204778159, "z": 0, "height": 286.89419795221841, - "width": 640.13651877133111 + "width": 640.13651877133111, + "tabOrder": 5000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ef67809e67292fd68f81/visual.json b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ef67809e67292fd68f81/visual.json index bfcb892..0c697e6 100644 --- a/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ef67809e67292fd68f81/visual.json +++ b/CareTogether.Report/definition/pages/37baafef208e0e3d0ee7/visuals/ef67809e67292fd68f81/visual.json @@ -6,8 +6,7 @@ "y": 170.78498293515358, "z": 6000, "height": 262.320819112628, - "width": 402.38907849829354, - "tabOrder": 6000 + "width": 402.38907849829354 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/page.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/page.json index 90e7a66..ff59814 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/page.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/page.json @@ -21,6 +21,28 @@ }, "type": "RelativeDate", "howCreated": "User" + }, + { + "name": "0bcec68f0e2e532b6ffe", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": {} + } + ] + } } ] }, diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/02e88b37c5d5e53e909e/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/02e88b37c5d5e53e909e/visual.json index 897b76d..1d3cb37 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/02e88b37c5d5e53e909e/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/02e88b37c5d5e53e909e/visual.json @@ -7,7 +7,7 @@ "z": 7000, "height": 341.33333333333331, "width": 885.33333333333337, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "tableEx", @@ -20,13 +20,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Family" } }, "Property": "Family Name" } }, - "queryRef": "Entity.Family Name", + "queryRef": "Client Family.Family Name", "nativeQueryRef": "Family Name" }, { @@ -34,42 +34,42 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "Referral Source" } }, - "queryRef": "Referral.Referral Source", - "nativeQueryRef": "Referral Source" + "queryRef": "Referrals.Referral Source", + "nativeQueryRef": "Referral Source1" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "Opened" } }, - "queryRef": "Referral.Opened", - "nativeQueryRef": "Opened" + "queryRef": "Referrals.Opened", + "nativeQueryRef": "Opened1" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "Closed" } }, - "queryRef": "Referral.Closed", - "nativeQueryRef": "Closed" + "queryRef": "Referrals.Closed", + "nativeQueryRef": "Closed1" }, { "field": { @@ -90,13 +90,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" } }, - "queryRef": "Referral.# of Referrals Opened", + "queryRef": "Referrals.# of Referrals Opened", "nativeQueryRef": " ", "displayName": " " } @@ -110,7 +110,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "Opened" @@ -217,13 +217,13 @@ "value": { "expr": { "Literal": { - "Value": "267.6856391934623D" + "Value": "121.75088240018746D" } } } }, "selector": { - "metadata": "Entity.Family Name" + "metadata": "Close Reason.Reason" } }, { @@ -231,13 +231,13 @@ "value": { "expr": { "Literal": { - "Value": "156D" + "Value": "79.52213257028777D" } } } }, "selector": { - "metadata": "Referral.Referral Source" + "metadata": "Referrals.Opened" } }, { @@ -245,13 +245,13 @@ "value": { "expr": { "Literal": { - "Value": "135.33333333333334D" + "Value": "85.75141945589483D" } } } }, "selector": { - "metadata": "Referral.Opened" + "metadata": "Referrals.Closed" } }, { @@ -259,13 +259,13 @@ "value": { "expr": { "Literal": { - "Value": "116.66666666666666D" + "Value": "178.2582159624413D" } } } }, "selector": { - "metadata": "Referral.Closed" + "metadata": "Referrals.Referral Source" } }, { @@ -273,13 +273,13 @@ "value": { "expr": { "Literal": { - "Value": "149.33333333333334D" + "Value": "4D" } } } }, "selector": { - "metadata": "Close Reason.Reason" + "metadata": "Referrals.# of Referrals Opened" } }, { @@ -287,13 +287,13 @@ "value": { "expr": { "Literal": { - "Value": "4D" + "Value": "353.68069404619666D" } } } }, "selector": { - "metadata": "Referral.# of Referrals Opened" + "metadata": "Client Family.Family Name" } } ], diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3841f32c6923a53d5ab6/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3841f32c6923a53d5ab6/visual.json index c65abd5..d178107 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3841f32c6923a53d5ab6/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3841f32c6923a53d5ab6/visual.json @@ -6,8 +6,7 @@ "y": 360, "z": 6000, "height": 360, - "width": 905.33333333333337, - "tabOrder": 6000 + "width": 905.33333333333337 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3ef6a6b372000a93260a/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3ef6a6b372000a93260a/visual.json index 1199dc2..a0741af 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3ef6a6b372000a93260a/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/3ef6a6b372000a93260a/visual.json @@ -7,7 +7,7 @@ "z": 2000, "height": 360, "width": 374.74402730375425, - "tabOrder": 2000 + "tabOrder": 4000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/42969c1470d00de21b32/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/42969c1470d00de21b32/visual.json index 7a06a47..6d012e6 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/42969c1470d00de21b32/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/42969c1470d00de21b32/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 360, "width": 905.33333333333337, - "tabOrder": 4000 + "tabOrder": 6000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/90a5a7f11907add9925a/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/90a5a7f11907add9925a/visual.json index 0636636..dfbe037 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/90a5a7f11907add9925a/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/90a5a7f11907add9925a/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 341.56996587030716, "width": 364.91467576791808, - "tabOrder": 3000 + "tabOrder": 5000 }, "visual": { "visualType": "clusteredBarChart", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "Referral Source" } }, - "queryRef": "Referral.Referral Source", - "nativeQueryRef": "Referral Source", + "queryRef": "Referrals.Referral Source", + "nativeQueryRef": "Referral Source1", "active": true } ] @@ -39,28 +39,30 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Families Referred" } }, - "queryRef": "Referral.# of Families Referred", - "nativeQueryRef": "# of Families Referred" + "queryRef": "Referrals.# of Families Referred", + "nativeQueryRef": "Families Referred", + "displayName": "Families Referred" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" } }, - "queryRef": "Referral.# of Referrals Opened", - "nativeQueryRef": "# of Referrals Opened" + "queryRef": "Referrals.# of Referrals Opened", + "nativeQueryRef": "Referrals Opened", + "displayName": "Referrals Opened" } ] } @@ -72,15 +74,16 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, - "Property": "# of Referrals Opened" + "Property": "# of Families Referred" } }, "direction": "Descending" } - ] + ], + "isDefaultSort": true } }, "objects": { @@ -154,7 +157,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -195,7 +198,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -218,9 +221,8 @@ "solid": { "color": { "expr": { - "ThemeDataColor": { - "ColorId": 5, - "Percent": 0.2 + "Literal": { + "Value": "'#51B5BC'" } } } @@ -228,7 +230,7 @@ } }, "selector": { - "metadata": "Referral.# of Families Referred" + "metadata": "Referrals.# of Families Referred" } }, { @@ -237,24 +239,16 @@ "solid": { "color": { "expr": { - "ThemeDataColor": { - "ColorId": 5, - "Percent": -0.5 + "Literal": { + "Value": "'#135256'" } } } } - }, - "borderShow": { - "expr": { - "Literal": { - "Value": "false" - } - } } }, "selector": { - "metadata": "Referral.# of Referrals Opened" + "metadata": "Referrals.# of Referrals Opened" } } ], diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/97eef52545600b557893/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/97eef52545600b557893/visual.json index 3b7c036..5bf423e 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/97eef52545600b557893/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/97eef52545600b557893/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 360, - "width": 374.74402730375425 + "width": 374.74402730375425, + "tabOrder": 2000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/c9bce1a7c4a078922d76/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/c9bce1a7c4a078922d76/visual.json index d3a8a6e..bbf1042 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/c9bce1a7c4a078922d76/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/c9bce1a7c4a078922d76/visual.json @@ -7,7 +7,7 @@ "z": 5000, "height": 351.33333333333331, "width": 885.33333333333337, - "tabOrder": 5000 + "tabOrder": 7000 }, "visual": { "visualType": "lineChart", @@ -54,14 +54,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" } }, - "queryRef": "Referral.# of Referrals Opened", - "nativeQueryRef": "# of Referrals Opened" + "queryRef": "Referrals.# of Referrals Opened", + "nativeQueryRef": "# of Referrals Opened1" } ] } @@ -138,7 +138,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -179,7 +179,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -224,9 +224,8 @@ "solid": { "color": { "expr": { - "ThemeDataColor": { - "ColorId": 5, - "Percent": 0.2 + "Literal": { + "Value": "'#51B5BC'" } } } @@ -234,7 +233,7 @@ } }, "selector": { - "metadata": "Referral.# of Referrals Opened" + "metadata": "Referrals.# of Referrals Opened" } } ], @@ -287,31 +286,31 @@ } } }, - "minimumOffset": { + "optimizeLabelDisplay": { "expr": { "Literal": { - "Value": "20D" + "Value": "true" } } }, - "maximumOffset": { + "labelContainerMaxWidth": { "expr": { "Literal": { - "Value": "0D" + "Value": "200D" } } }, - "optimizeLabelDisplay": { + "minimumOffset": { "expr": { "Literal": { - "Value": "true" + "Value": "20D" } } }, - "labelContainerMaxWidth": { + "maximumOffset": { "expr": { "Literal": { - "Value": "200D" + "Value": "20D" } } } @@ -373,6 +372,13 @@ } } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -445,6 +451,13 @@ "Value": "'smooth'" } } + }, + "showMarker": { + "expr": { + "Literal": { + "Value": "false" + } + } } } } diff --git a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/cfcd19cbd020ce5267a3/visual.json b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/cfcd19cbd020ce5267a3/visual.json index 6d6614b..c987038 100644 --- a/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/cfcd19cbd020ce5267a3/visual.json +++ b/CareTogether.Report/definition/pages/3998b4c8362c11ddd270/visuals/cfcd19cbd020ce5267a3/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 351.39931740614333, "width": 364.91467576791808, - "tabOrder": 1000 + "tabOrder": 3000 }, "visual": { "visualType": "clusteredBarChart", @@ -39,14 +39,15 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" } }, - "queryRef": "Referral.# of Referrals Opened", - "nativeQueryRef": "# of Referrals Opened" + "queryRef": "Referrals.# of Referrals Opened", + "nativeQueryRef": "Referrals Opened", + "displayName": "Referrals Opened" } ] } @@ -58,7 +59,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" @@ -66,7 +67,8 @@ }, "direction": "Descending" } - ] + ], + "isDefaultSort": true } }, "objects": { @@ -140,7 +142,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -181,7 +183,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -204,9 +206,8 @@ "solid": { "color": { "expr": { - "ThemeDataColor": { - "ColorId": 5, - "Percent": 0.2 + "Literal": { + "Value": "'#51B5BC'" } } } diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/page.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/page.json index 52260eb..bb5f073 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/page.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/page.json @@ -58,7 +58,7 @@ "Source": "a" } }, - "Property": "RoleApprovalStatus" + "Property": "Status" } } ], @@ -66,88 +66,31 @@ [ { "Literal": { - "Value": "'Onboarded'" + "Value": "'Approved'" } } ], [ { "Literal": { - "Value": "'Approved'" - } - } - ] - ] - } - }, - "Annotations": { - "filterExpressionMetadata": { - "expressions": [ - { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Approval Status" - } - }, - "Property": "Status" - } - } - ], - "decomposedIdentities": { - "values": [ - [ - { - "0": [ - { - "Literal": { - "Value": "'Approved'" - } - } - ] - } - ], - [ - { - "0": [ - { - "Literal": { - "Value": "'Onboarded'" - } - } - ] - } - ] - ], - "columns": [ - { - "value": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Approval Status" - } - }, - "Property": "RoleApprovalStatus" - } + "Value": "'Onboarded'" } } ] - }, - "valueMap": [ - { - "0": "Approved" - }, - { - "0": "Onboarded" - } ] } } } ] }, - "howCreated": "User" + "howCreated": "User", + "objects": { + "general": [ + { + "properties": {} + } + ] + } }, { "name": "7e70b6586aee7625d416", @@ -179,6 +122,22 @@ } ] } + }, + { + "name": "24ce0921c16858fc0462", + "ordinal": 3, + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User" } ], "filterSortOrder": "Custom" diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/06ec0951a4a50e37927b/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/06ec0951a4a50e37927b/visual.json index 1ca0df9..1d9f12f 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/06ec0951a4a50e37927b/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/06ec0951a4a50e37927b/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 106.27986348122867, - "width": 364.91467576791808 + "width": 364.91467576791808, + "tabOrder": 4000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/0fb93472e9aaa29ee2f9/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/0fb93472e9aaa29ee2f9/visual.json new file mode 100644 index 0000000..b468f04 --- /dev/null +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/0fb93472e9aaa29ee2f9/visual.json @@ -0,0 +1,132 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "0fb93472e9aaa29ee2f9", + "position": { + "x": 0, + "y": 502.85714285714283, + "z": 3000, + "height": 217.74436090225564, + "width": 1280, + "tabOrder": 9000 + }, + "visual": { + "visualType": "shape", + "objects": { + "shape": [ + { + "properties": { + "tileShape": { + "expr": { + "Literal": { + "Value": "'rectangle'" + } + } + }, + "roundEdge": { + "expr": { + "Literal": { + "Value": "10L" + } + } + } + } + } + ], + "rotation": [ + { + "properties": { + "shapeAngle": { + "expr": { + "Literal": { + "Value": "0L" + } + } + } + } + } + ], + "fill": [ + { + "properties": { + "fillColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + } + }, + "selector": { + "id": "default" + } + }, + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ], + "outline": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "padding": [ + { + "properties": { + "left": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "top": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "10D" + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + }, + "howCreated": "InsertVisualButton" +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1f7e7b39a13ca321db2a/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1f7e7b39a13ca321db2a/visual.json new file mode 100644 index 0000000..143f914 --- /dev/null +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1f7e7b39a13ca321db2a/visual.json @@ -0,0 +1,489 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "1f7e7b39a13ca321db2a", + "position": { + "x": 11.333333333333334, + "y": 512, + "z": 11000, + "height": 198.66666666666666, + "width": 628.66666666666663, + "tabOrder": 11000 + }, + "visual": { + "visualType": "tableEx", + "query": { + "queryState": { + "Values": { + "projections": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Full Name" + } + }, + "queryRef": "Person.Full Name", + "nativeQueryRef": "Full Name" + }, + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Individual Engagement Level" + } + }, + "queryRef": "Person.Individual Engagement Level", + "nativeQueryRef": "# of Assigments", + "displayName": "# of Assigments" + }, + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Individual Last Engagement Date" + } + }, + "queryRef": "Person.Individual Last Engagement Date", + "nativeQueryRef": "Last Assignment Date", + "displayName": "Last Assignment Date" + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Participation Type" + } + }, + "queryRef": "Family.Participation Type", + "nativeQueryRef": "Participation Type" + } + ] + } + }, + "sortDefinition": { + "sort": [ + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Individual Engagement Level" + } + }, + "direction": "Descending" + } + ] + } + }, + "objects": { + "values": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "fontColorPrimary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "fontColorSecondary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "wordWrap": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "columnWidth": [ + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "106D" + } + } + } + }, + "selector": { + "metadata": "ChildLocationExpanded.ChildcarePlan" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "151D" + } + } + } + }, + "selector": { + "metadata": "Person.Full Name" + } + } + ], + "total": [ + { + "properties": { + "totals": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "grid": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "outlineColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#EFEFEF'" + } + } + } + } + }, + "gridHorizontal": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowPadding": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "title": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "titleWrap": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#212121'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "'Individual Arrangement Details'" + } + } + } + } + } + ], + "subTitle": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#9A9A9A'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "'TIP: Click on the rows of the table on the left to view the details of the arrangements in the table on the right.'" + } + } + } + } + } + ], + "spacing": [ + { + "properties": { + "customizeSpacing": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "verticalSpacing": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "spaceBelowTitle": { + "expr": { + "Literal": { + "Value": "5D" + } + } + } + } + } + ], + "background": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "color": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + }, + "transparency": { + "expr": { + "Literal": { + "Value": "100D" + } + } + } + } + } + ], + "padding": [ + { + "properties": { + "top": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "left": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "20D" + } + } + } + } + } + ], + "border": [ + { + "properties": { + "width": { + "expr": { + "Literal": { + "Value": "1D" + } + } + } + } + } + ], + "stylePreset": [ + { + "properties": { + "name": { + "expr": { + "Literal": { + "Value": "'None'" + } + } + } + } + } + ], + "visualHeader": [ + { + "properties": { + "background": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "border": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "foreground": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#26A3AB'" + } + } + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + } +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1fba175e004611a9b13a/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1fba175e004611a9b13a/visual.json index 06bd473..7287c3f 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1fba175e004611a9b13a/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/1fba175e004611a9b13a/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "1fba175e004611a9b13a", "position": { - "x": 640.13651877133111, - "y": 294.88054607508531, - "z": 9000, - "height": 415.29010238907853, - "width": 631.53583617747438, - "tabOrder": 9000 + "x": 640, + "y": 295, + "z": 10000, + "height": 198, + "width": 632, + "tabOrder": 3000 }, "visual": { "visualType": "tableEx", @@ -20,28 +20,30 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Family" } }, "Property": "Family Name" } }, - "queryRef": "Entity.Family Name", - "nativeQueryRef": "Family Name" + "queryRef": "Client Family.Family Name", + "nativeQueryRef": "Client Family", + "displayName": "Client Family" }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Client Person" } }, "Property": "Full Name" } }, - "queryRef": "Arrangement.Full Name", - "nativeQueryRef": "Full Name" + "queryRef": "Client Person.Full Name", + "nativeQueryRef": "Client", + "displayName": "Client" }, { "field": { @@ -59,36 +61,53 @@ }, { "field": { - "Measure": { + "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Arrangements" } }, - "Property": "Entity Engagement Level" + "Property": "Arrangement ID" } }, - "queryRef": "Entity.Entity Engagement Level", + "queryRef": "Arrangements.Arrangement ID", "nativeQueryRef": " ", "displayName": " " }, { "field": { - "Column": { + "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Family" } }, - "Property": "Id" + "Property": "Family Engagement Level" } }, - "queryRef": "Arrangement.Id", + "queryRef": "Family.Family Engagement Level", "nativeQueryRef": " 1", "displayName": " " } ] } + }, + "sortDefinition": { + "sort": [ + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Family Engagement Level" + } + }, + "direction": "Descending" + } + ] } }, "objects": { @@ -176,7 +195,7 @@ } }, "selector": { - "metadata": "Entity.Entity Engagement Level" + "metadata": "Arrangements.Arrangement ID" } }, { @@ -190,7 +209,7 @@ } }, "selector": { - "metadata": "Arrangement.Id" + "metadata": "Family.Family Engagement Level" } }, { @@ -198,13 +217,13 @@ "value": { "expr": { "Literal": { - "Value": "203.62118261774708D" + "Value": "218D" } } } }, "selector": { - "metadata": "Arrangement.Full Name" + "metadata": "Client Family.Family Name" } }, { @@ -212,13 +231,13 @@ "value": { "expr": { "Literal": { - "Value": "202.29619781320372D" + "Value": "223D" } } } }, "selector": { - "metadata": "Entity.Family Name" + "metadata": "Client Person.Full Name" } } ], @@ -524,61 +543,5 @@ ] }, "drillFilterOtherVisuals": true - }, - "filterConfig": { - "filters": [ - { - "name": "763e8a830eb54b507631", - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "Entity Engagement Level" - } - }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e1", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Measure": { - "Expression": { - "SourceRef": { - "Source": "e1" - } - }, - "Property": "Entity Engagement Level" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } - } - } - ] - } - } - ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/22e924eae97330d6bc7f/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/22e924eae97330d6bc7f/visual.json new file mode 100644 index 0000000..c9987ab --- /dev/null +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/22e924eae97330d6bc7f/visual.json @@ -0,0 +1,547 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "22e924eae97330d6bc7f", + "position": { + "x": 640, + "y": 512, + "z": 12000, + "height": 199, + "width": 632, + "tabOrder": 12000 + }, + "visual": { + "visualType": "tableEx", + "query": { + "queryState": { + "Values": { + "projections": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Client Family" + } + }, + "Property": "Family Name" + } + }, + "queryRef": "Client Family.Family Name", + "nativeQueryRef": "Client Family", + "displayName": "Client Family" + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Client Person" + } + }, + "Property": "Full Name" + } + }, + "queryRef": "Client Person.Full Name", + "nativeQueryRef": "Client", + "displayName": "Client" + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Arrangement Type" + } + }, + "Property": "Arrangement Type" + } + }, + "queryRef": "Arrangement Type.Arrangement Type", + "nativeQueryRef": "Arrangement Type" + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Arrangements" + } + }, + "Property": "Arrangement ID" + } + }, + "queryRef": "Arrangements.Arrangement ID", + "nativeQueryRef": " ", + "displayName": " " + }, + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Individual Engagement Level" + } + }, + "queryRef": "Person.Individual Engagement Level", + "nativeQueryRef": " 1", + "displayName": " " + } + ] + } + }, + "sortDefinition": { + "sort": [ + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Individual Engagement Level" + } + }, + "direction": "Descending" + } + ] + } + }, + "objects": { + "values": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "fontColorPrimary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "fontColorSecondary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "wordWrap": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "columnWidth": [ + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "106D" + } + } + } + }, + "selector": { + "metadata": "ChildLocationExpanded.ChildcarePlan" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + }, + "selector": { + "metadata": "Arrangements.Arrangement ID" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "218D" + } + } + } + }, + "selector": { + "metadata": "Client Family.Family Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "223D" + } + } + } + }, + "selector": { + "metadata": "Client Person.Full Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + }, + "selector": { + "metadata": "Person.Individual Engagement Level" + } + } + ], + "total": [ + { + "properties": { + "totals": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "grid": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "outlineColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#EFEFEF'" + } + } + } + } + }, + "gridHorizontal": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowPadding": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "title": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "titleWrap": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#212121'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "' '" + } + } + } + } + } + ], + "subTitle": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#9A9A9A'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "' '" + } + } + } + } + } + ], + "spacing": [ + { + "properties": { + "customizeSpacing": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "verticalSpacing": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "spaceBelowTitle": { + "expr": { + "Literal": { + "Value": "5D" + } + } + } + } + } + ], + "background": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "color": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + }, + "transparency": { + "expr": { + "Literal": { + "Value": "100D" + } + } + } + } + } + ], + "padding": [ + { + "properties": { + "top": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "left": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "20D" + } + } + } + } + } + ], + "border": [ + { + "properties": { + "width": { + "expr": { + "Literal": { + "Value": "1D" + } + } + } + } + } + ], + "stylePreset": [ + { + "properties": { + "name": { + "expr": { + "Literal": { + "Value": "'None'" + } + } + } + } + } + ], + "visualHeader": [ + { + "properties": { + "background": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "border": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "foreground": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#26A3AB'" + } + } + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + } +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/586be121e29e55589a30/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/586be121e29e55589a30/visual.json index ca59b67..336428f 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/586be121e29e55589a30/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/586be121e29e55589a30/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "586be121e29e55589a30", "position": { - "x": 11.058020477815699, - "y": 294.88054607508531, - "z": 2000, - "height": 415.29010238907853, - "width": 629.07849829351539, - "tabOrder": 2000 + "x": 10.909090909090908, + "y": 294.5454545454545, + "z": 5000, + "height": 198.18181818181816, + "width": 629.090909090909, + "tabOrder": 6000 }, "visual": { "visualType": "tableEx", @@ -20,58 +20,42 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Function Assignments" + "Entity": "Family" } }, - "Property": "EntityId" + "Property": "Family Name" } }, - "queryRef": "Function Assignments.EntityId", - "nativeQueryRef": " ", - "displayName": " " + "queryRef": "Family.Family Name", + "nativeQueryRef": "Family Name" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Engagement by Entity" + "Entity": "Family" } }, - "Property": "Dynamic Entity Name (Engagement)" + "Property": "Family Engagement Level" } }, - "queryRef": "Engagement by Entity.Dynamic Entity Name", - "nativeQueryRef": "Name", - "displayName": "Name" + "queryRef": "Family.Family Engagement Level", + "nativeQueryRef": "# of Assigments", + "displayName": "# of Assigments" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Entity Engagement Level" + "Property": "Family Last Assignment Date" } }, - "queryRef": "Entity.Engagement Level", - "nativeQueryRef": "# of Assignments", - "displayName": "# of Assignments" - }, - { - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "Entity Last Assignment Date" - } - }, - "queryRef": "Entity.Entity Last Assignment Date", + "queryRef": "Family.Family Last Assignment Date", "nativeQueryRef": "Last Assignment Date", "displayName": "Last Assignment Date" }, @@ -80,13 +64,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Participation Type" } }, - "queryRef": "Entity.Participation Type", + "queryRef": "Family.Participation Type", "nativeQueryRef": "Participation Type" } ] @@ -99,10 +83,10 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Entity Engagement Level" + "Property": "Family Engagement Level" } }, "direction": "Descending" @@ -183,62 +167,6 @@ "selector": { "metadata": "ChildLocationExpanded.ChildcarePlan" } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "4D" - } - } - } - }, - "selector": { - "metadata": "Function Assignments.EntityId" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "167.81159590050513D" - } - } - } - }, - "selector": { - "metadata": "Engagement by Entity.Dynamic Entity Name" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "170.48806297202424D" - } - } - } - }, - "selector": { - "metadata": "Entity.Entity Last Assignment Date" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "117.85658382386374D" - } - } - } - }, - "selector": { - "metadata": "Entity.Engagement Level" - } } ], "total": [ @@ -291,43 +219,6 @@ } } } - ], - "columnFormatting": [ - { - "properties": { - "styleTotal": { - "expr": { - "Literal": { - "Value": "true" - } - } - }, - "styleHeader": { - "expr": { - "Literal": { - "Value": "true" - } - } - } - }, - "selector": { - "metadata": "Function Assignments.EntityId" - } - }, - { - "properties": { - "alignment": { - "expr": { - "Literal": { - "Value": "'Left'" - } - } - } - }, - "selector": { - "metadata": "Entity.Entity Last Assignment Date" - } - } ] }, "visualContainerObjects": { @@ -376,7 +267,7 @@ "text": { "expr": { "Literal": { - "Value": "'Arrangement Details'" + "Value": "'Family Arrangement Details'" } } } @@ -584,56 +475,60 @@ "filterConfig": { "filters": [ { - "name": "763e8a830eb54b507631", + "name": "b8f41b30461572418ba7", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Family Name" + } + }, + "type": "Categorical" + }, + { + "name": "d6a7ce4c3492f12a971a", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Entity Engagement Level" + "Property": "Family Engagement Level" } }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e1", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Measure": { - "Expression": { - "SourceRef": { - "Source": "e1" - } - }, - "Property": "Entity Engagement Level" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } + "type": "Advanced" + }, + { + "name": "026088a9e1e67a04b9fb", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Family" } - } - ] - } + }, + "Property": "Family Last Assignment Date" + } + }, + "type": "Advanced" + }, + { + "name": "71994fd053e74ded41bb", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Participation Type" + } + }, + "type": "Categorical" } ] } diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5a601801c61809915dd9/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5a601801c61809915dd9/visual.json index a828d33..322fcf7 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5a601801c61809915dd9/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5a601801c61809915dd9/visual.json @@ -4,10 +4,10 @@ "position": { "x": 0, "y": 106.27986348122867, - "z": 3000, + "z": 2000, "height": 178.1569965870307, "width": 364.91467576791808, - "tabOrder": 3000 + "tabOrder": 7000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5bbba6e903b286db133d/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5bbba6e903b286db133d/visual.json index 96555d4..ee4492c 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5bbba6e903b286db133d/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/5bbba6e903b286db133d/visual.json @@ -4,10 +4,10 @@ "position": { "x": 10.443686006825939, "y": 195.35836177474403, - "z": 7000, + "z": 8000, "height": 89.078498293515352, "width": 354.47098976109214, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "card", @@ -20,13 +20,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Approved Entities" } }, - "queryRef": "Entity.# of Approved Entities", + "queryRef": "Engagement Group.# of Approved Entities", "nativeQueryRef": "# of Approved Entities" } ] @@ -39,7 +39,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Approved Entities" @@ -187,5 +187,23 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "a286074e50e778773f42", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Engagement Group" + } + }, + "Property": "# of Approved Entities" + } + }, + "type": "Advanced" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6e43ba7c4e3980530203/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6e43ba7c4e3980530203/visual.json index e46402f..0210e50 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6e43ba7c4e3980530203/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6e43ba7c4e3980530203/visual.json @@ -3,11 +3,11 @@ "name": "6e43ba7c4e3980530203", "position": { "x": 0, - "y": 284.43686006825936, + "y": 283.90977443609023, "z": 1000, - "height": 435.56313993174064, - "width": 1280.2730375426622, - "tabOrder": 1000 + "height": 217.74436090225564, + "width": 1280, + "tabOrder": 5000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6f6302f57c257020062a/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6f6302f57c257020062a/visual.json index f7d3312..1acddc1 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6f6302f57c257020062a/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/6f6302f57c257020062a/visual.json @@ -4,10 +4,10 @@ "position": { "x": 11.058020477815699, "y": 9.829351535836178, - "z": 4000, + "z": 6000, "height": 96.450511945392492, "width": 354.47098976109214, - "tabOrder": 4000 + "tabOrder": 8000 }, "visual": { "visualType": "slicer", @@ -20,13 +20,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Engagement by Entity" + "Entity": "Engagement Group" } }, "Property": "Entity Type" } }, - "queryRef": "Engagement by Entity.Entity Type", + "queryRef": "Engagement Group.Entity Type", "nativeQueryRef": "Entity Type", "active": true } @@ -84,7 +84,7 @@ "From": [ { "Name": "e", - "Entity": "Engagement by Entity", + "Entity": "Engagement Group", "Type": 0 } ], @@ -377,5 +377,23 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "9734dc6968b463ad39e1", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Engagement Group" + } + }, + "Property": "Entity Type" + } + }, + "type": "Categorical" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/84c6b3651bbe74067bc4/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/84c6b3651bbe74067bc4/visual.json index 26abcb2..78d9de7 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/84c6b3651bbe74067bc4/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/84c6b3651bbe74067bc4/visual.json @@ -4,10 +4,10 @@ "position": { "x": 364.91467576791808, "y": 0, - "z": 5000, + "z": 4000, "height": 284.43686006825936, "width": 915.358361774744, - "tabOrder": 5000 + "tabOrder": 10000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/bc13df403a5b7c10b485/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/bc13df403a5b7c10b485/visual.json index 01406bc..2d4022c 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/bc13df403a5b7c10b485/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/bc13df403a5b7c10b485/visual.json @@ -4,10 +4,10 @@ "position": { "x": 374.74402730375425, "y": 9.829351535836178, - "z": 8000, + "z": 9000, "height": 274.6075085324232, "width": 896.92832764505124, - "tabOrder": 8000 + "tabOrder": 2000 }, "visual": { "visualType": "clusteredColumnChart", @@ -54,13 +54,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Approved Entities" } }, - "queryRef": "Entity.# of Approved Entities", + "queryRef": "Engagement Group.# of Approved Entities", "nativeQueryRef": "# of Approved Entities" }, { @@ -68,13 +68,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Engaged Entities" } }, - "queryRef": "Entity.# of Engaged Entities", + "queryRef": "Engagement Group.# of Engaged Entities", "nativeQueryRef": "# of Engaged Entities" } ] @@ -87,7 +87,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Approved Entities" @@ -294,7 +294,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -336,7 +336,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -387,7 +387,7 @@ } }, "selector": { - "metadata": "Entity.# of Approved Entities" + "metadata": "Engagement Group.# of Approved Entities" } }, { @@ -424,7 +424,7 @@ } }, "selector": { - "metadata": "Entity.# of Engaged Entities" + "metadata": "Engagement Group.# of Engaged Entities" } } ], diff --git a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/f0e43f9fd05668cac760/visual.json b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/f0e43f9fd05668cac760/visual.json index cb99683..0f2872c 100644 --- a/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/f0e43f9fd05668cac760/visual.json +++ b/CareTogether.Report/definition/pages/7ff2cfc14b864ab32dab/visuals/f0e43f9fd05668cac760/visual.json @@ -4,10 +4,9 @@ "position": { "x": 10.443686006825939, "y": 116.10921501706484, - "z": 6000, + "z": 7000, "height": 79.249146757679185, - "width": 354.47098976109214, - "tabOrder": 6000 + "width": 354.47098976109214 }, "visual": { "visualType": "card", @@ -20,13 +19,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Engaged Entities" } }, - "queryRef": "Entity.# of Engaged Entities", + "queryRef": "Engagement Group.# of Engaged Entities", "nativeQueryRef": "# of Engaged Entities" } ] @@ -39,7 +38,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Engagement Group" } }, "Property": "# of Engaged Entities" diff --git a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/page.json b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/page.json index 0542975..de9130d 100644 --- a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/page.json +++ b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/page.json @@ -5,6 +5,40 @@ "displayOption": "FitToPage", "height": 720, "width": 1280, + "filterConfig": { + "filters": [ + { + "name": "d9aee8ea273e46d508c5", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": { + "isInvertedSelectionMode": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ] + } + } + ] + }, "objects": { "outspace": [ { diff --git a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/515532404829503c7299/visual.json b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/515532404829503c7299/visual.json index 4c66b92..9625fe5 100644 --- a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/515532404829503c7299/visual.json +++ b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/515532404829503c7299/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 720, - "width": 1280.2730375426622 + "width": 1280.2730375426622, + "tabOrder": 2000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/9b68b6ad157412dbb610/visual.json b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/9b68b6ad157412dbb610/visual.json index ff7074a..c02458d 100644 --- a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/9b68b6ad157412dbb610/visual.json +++ b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/9b68b6ad157412dbb610/visual.json @@ -2,12 +2,11 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "9b68b6ad157412dbb610", "position": { - "x": 10.443686006825939, - "y": 99.5221843003413, + "x": 9.98439937597504, + "y": 98.8455538221529, "z": 2000, - "height": 608.80546075085329, - "width": 1260, - "tabOrder": 2000 + "height": 613.04212168486742, + "width": 1260.0312012480501 }, "visual": { "visualType": "tableEx", @@ -20,27 +19,27 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Family Name" } }, - "queryRef": "Entity.Family Name", - "nativeQueryRef": "Family Name" + "queryRef": "Family.Family Name", + "nativeQueryRef": "Family Name1" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family Role Approvals" } }, - "Property": "Volunteer Family Status Flag" + "Property": "Volunteer Family Status" } }, - "queryRef": "Role Approval.Volunteer Family Status Flag", + "queryRef": "Family Role Approvals.Volunteer Family Status", "nativeQueryRef": "Family Status", "displayName": "Family Status" }, @@ -49,13 +48,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, "Property": "Full Name" } }, - "queryRef": "Entity.Full Name", + "queryRef": "Person.Full Name", "nativeQueryRef": "Person Name", "displayName": "Person Name" }, @@ -64,13 +63,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Individual Role Approvals" } }, - "Property": "Volunteer Individual Status Flag" + "Property": "Volunteer Individual Status" } }, - "queryRef": "Role Approval.Volunteer Individual Status Flag", + "queryRef": "Individual Role Approvals.Volunteer Individual Status", "nativeQueryRef": "Person Status", "displayName": "Person Status" }, @@ -79,13 +78,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, "Property": "Age" } }, - "queryRef": "Entity.Age", + "queryRef": "Person.Age", "nativeQueryRef": "Age" }, { @@ -93,13 +92,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, "Property": "Gender" } }, - "queryRef": "Entity.Gender", + "queryRef": "Person.Gender", "nativeQueryRef": "Gender" }, { @@ -107,13 +106,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Email" } }, - "queryRef": "Entity.Email", + "queryRef": "Family.Email", "nativeQueryRef": "Email" }, { @@ -121,13 +120,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Phone Number" } }, - "queryRef": "Entity.Phone Number", + "queryRef": "Family.Phone Number", "nativeQueryRef": "Phone Number" }, { @@ -135,13 +134,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Address Line 1" } }, - "queryRef": "Entity.Address Line 1", + "queryRef": "Family.Address Line 1", "nativeQueryRef": "Address Line 1" }, { @@ -149,13 +148,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "Address Line 2" } }, - "queryRef": "Entity.Address Line 2", + "queryRef": "Family.Address Line 2", "nativeQueryRef": "Address Line 2" }, { @@ -163,13 +162,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "City" } }, - "queryRef": "Entity.City", + "queryRef": "Family.City", "nativeQueryRef": "City" }, { @@ -177,13 +176,13 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "County" } }, - "queryRef": "Entity.County", + "queryRef": "Family.County", "nativeQueryRef": "County" }, { @@ -191,34 +190,17 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "PostalCode" + "Property": "Postal Code" } }, - "queryRef": "Entity.PostalCode", - "nativeQueryRef": "PostalCode" + "queryRef": "Family.Postal Code", + "nativeQueryRef": "Postal Code" } ] } - }, - "sortDefinition": { - "sort": [ - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "Family Name" - } - }, - "direction": "Ascending" - } - ] } }, "objects": { @@ -338,13 +320,41 @@ "value": { "expr": { "Literal": { - "Value": "144.68612033644854D" + "Value": "115.96568432326183D" + } + } + } + }, + "selector": { + "metadata": "Family Role Approvals.Volunteer Family Status" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "166.0639661739217D" + } + } + } + }, + "selector": { + "metadata": "Family.Family Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "124.98127795888982D" } } } }, "selector": { - "metadata": "Entity.Full Name" + "metadata": "Person.Full Name" } }, { @@ -352,13 +362,13 @@ "value": { "expr": { "Literal": { - "Value": "137.61774821355488D" + "Value": "114.96879234722924D" } } } }, "selector": { - "metadata": "Role Approval.Volunteer Family Status Flag" + "metadata": "Individual Role Approvals.Volunteer Individual Status" } }, { @@ -366,13 +376,41 @@ "value": { "expr": { "Literal": { - "Value": "93.77688556962005D" + "Value": "48.97815912636506D" } } } }, "selector": { - "metadata": "Role Approval.Volunteer Individual Status Flag" + "metadata": "Person.Age" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "74.96879875195008D" + } + } + } + }, + "selector": { + "metadata": "Person.Gender" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "127.07643289386165D" + } + } + } + }, + "selector": { + "metadata": "Family.Address Line 1" } } ], @@ -635,43 +673,43 @@ "filterConfig": { "filters": [ { - "name": "f99a5827ac2405aab80b", + "name": "7f0a19d50751522d2211", "ordinal": 0, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Address Line 1" + "Property": "Family Name" } }, "type": "Categorical" }, { - "name": "f9595f50402a33842bed", + "name": "e3e5d692e0d39808b590", "ordinal": 1, "field": { - "Column": { + "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family Role Approvals" } }, - "Property": "Address Line 2" + "Property": "Volunteer Family Status" } }, - "type": "Categorical" + "type": "Advanced" }, { - "name": "0877463cd61a00ca087b", + "name": "e49e4028471b3d067be4", "ordinal": 2, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, "Property": "City" @@ -680,250 +718,151 @@ "type": "Categorical" }, { - "name": "6bee80ccc1ae4a035646", + "name": "9f31cc14a2ded6a9e89c", "ordinal": 3, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, - "Property": "County" + "Property": "Full Name" } }, "type": "Categorical" }, { - "name": "4a816c80b883e0006b28", + "name": "a2c7e670db071058d930", "ordinal": 4, "field": { - "Column": { + "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Individual Role Approvals" } }, - "Property": "Email" + "Property": "Volunteer Individual Status" } }, - "type": "Categorical" + "type": "Advanced" }, { - "name": "c1907b530500447ba701", + "name": "96ff5123e6d47e2c93a0", "ordinal": 5, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, - "Property": "Family Name" + "Property": "Age" } }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Column": { - "Expression": { - "SourceRef": { - "Source": "e" - } - }, - "Property": "Family Name" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } - } - } - ] - }, - "objects": { - "general": [ - { - "properties": {} - } - ] - } + "type": "Advanced" }, { - "name": "d74e135dda07d1238a4b", + "name": "212be1633e68adecd18a", "ordinal": 6, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, - "Property": "Full Name" + "Property": "Gender" } }, "type": "Categorical" }, { - "name": "c129bfdb2949b473ee09", + "name": "5ae951bae82908811bca", "ordinal": 7, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Phone Number" + "Property": "Email" } }, "type": "Categorical" }, { - "name": "c8894cb0dd5505e07825", + "name": "e8e5c8222e6110e37001", "ordinal": 8, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "PostalCode" + "Property": "Phone Number" } }, "type": "Categorical" }, { - "name": "d44446935aa3ee16a464", + "name": "b05152100d0ab0208258", "ordinal": 9, "field": { - "Measure": { + "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family" } }, - "Property": "Volunteer Family Status Flag" + "Property": "Address Line 1" } }, - "type": "Advanced" + "type": "Categorical" }, { - "name": "7384fde40366b1a17057", + "name": "6a0ff5001dc0608a0c51", "ordinal": 10, "field": { - "Measure": { + "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Family" } }, - "Property": "Volunteer Individual Status Flag" + "Property": "Address Line 2" } }, - "type": "Advanced" + "type": "Categorical" }, { - "name": "2dab7609b64d602e1ed0", + "name": "faf33b7109780c9ab5d5", "ordinal": 11, - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "RLS Key Selected" - } - }, - "type": "Advanced", - "filter": { - "Version": 2, - "From": [ - { - "Name": "e", - "Entity": "Entity", - "Type": 0 - } - ], - "Where": [ - { - "Condition": { - "Not": { - "Expression": { - "Comparison": { - "ComparisonKind": 0, - "Left": { - "Measure": { - "Expression": { - "SourceRef": { - "Source": "e" - } - }, - "Property": "RLS Key Selected" - } - }, - "Right": { - "Literal": { - "Value": "null" - } - } - } - } - } - } - } - ] - }, - "howCreated": "User", - "isHiddenInViewMode": true, - "isLockedInViewMode": true - }, - { - "name": "8c064333caa252e5bd47", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Age" + "Property": "County" } }, - "type": "Advanced" + "type": "Categorical" }, { - "name": "6978d73b650dc6187aaa", + "name": "3cad2b6a28eedc05461d", + "ordinal": 12, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Family" } }, - "Property": "Gender" + "Property": "Postal Code" } }, "type": "Categorical" diff --git a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/ef156f87dcc71228668b/visual.json b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/ef156f87dcc71228668b/visual.json index cd3bc2e..8195369 100644 --- a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/ef156f87dcc71228668b/visual.json +++ b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/ef156f87dcc71228668b/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 92.150170648464169, "width": 969.41979522184306, - "tabOrder": 3000 + "tabOrder": 1000 }, "visual": { "visualType": "textbox", diff --git a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/faf83fa7b33a5b1006b3/visual.json b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/faf83fa7b33a5b1006b3/visual.json index 5916f1d..42b69b6 100644 --- a/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/faf83fa7b33a5b1006b3/visual.json +++ b/CareTogether.Report/definition/pages/96791911d9aa80a413e8/visuals/faf83fa7b33a5b1006b3/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 92.150170648464169, "width": 630.30716723549483, - "tabOrder": 1000 + "tabOrder": 3000 }, "visual": { "visualType": "textbox", diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/page.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/page.json index a4b0289..bcf4cfc 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/page.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/page.json @@ -59,6 +59,29 @@ ] }, "howCreated": "User" + }, + { + "name": "82a99b99537b381e2650", + "ordinal": 1, + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location" + } + }, + "Property": "Location" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": {} + } + ] + } } ], "filterSortOrder": "Custom" diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/1e2a99279bb0b89ed0b0/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/1e2a99279bb0b89ed0b0/visual.json index 9d8815b..421bbfb 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/1e2a99279bb0b89ed0b0/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/1e2a99279bb0b89ed0b0/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 106.27986348122867, "width": 719.38566552901023, - "tabOrder": 4000 + "tabOrder": 11000 }, "visual": { "visualType": "card", @@ -20,13 +20,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" } }, - "queryRef": "Entity.# of Entities in Role", + "queryRef": "Approvals Group.# of Entities in Role", "nativeQueryRef": "# of Entities in Role" } ] @@ -39,7 +39,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" @@ -182,23 +182,5 @@ ] }, "drillFilterOtherVisuals": true - }, - "filterConfig": { - "filters": [ - { - "name": "c4536a5f20aa5f18701f", - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "# of Entities in Role" - } - }, - "type": "Advanced" - } - ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/22e8ef871416b0b7010b/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/22e8ef871416b0b7010b/visual.json index 48b0a6f..6068673 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/22e8ef871416b0b7010b/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/22e8ef871416b0b7010b/visual.json @@ -7,7 +7,7 @@ "z": 9000, "height": 479.79522184300339, "width": 359.38566552901023, - "tabOrder": 8000 + "tabOrder": 2000 }, "visual": { "visualType": "funnel", @@ -39,17 +39,34 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" } }, - "queryRef": "Entity.# of Entities in Role", + "queryRef": "Approvals Group.# of Entities in Role", "nativeQueryRef": "# of Entities in Role" } ] } + }, + "sortDefinition": { + "sort": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "Status" + } + }, + "direction": "Ascending" + } + ] } }, "objects": { @@ -184,5 +201,71 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "2a517fb62e7009bb2968", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Approvals Group" + } + }, + "Property": "# of Entities in Role" + } + }, + "type": "Advanced", + "filter": { + "Version": 2, + "From": [ + { + "Name": "a1", + "Entity": "Approvals Group", + "Type": 0 + } + ], + "Where": [ + { + "Condition": { + "Comparison": { + "ComparisonKind": 1, + "Left": { + "Measure": { + "Expression": { + "SourceRef": { + "Source": "a1" + } + }, + "Property": "# of Entities in Role" + } + }, + "Right": { + "Literal": { + "Value": "0L" + } + } + } + } + } + ] + } + }, + { + "name": "724095f38d855b43d594", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "Status" + } + }, + "type": "Categorical" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/24c9e617e3e12e2c9e96/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/24c9e617e3e12e2c9e96/visual.json index cdfa2f2..be095d9 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/24c9e617e3e12e2c9e96/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/24c9e617e3e12e2c9e96/visual.json @@ -7,7 +7,7 @@ "z": 5000, "height": 383.34470989761093, "width": 550.44368600682594, - "tabOrder": 5000 + "tabOrder": 12000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/2f134ae1940c41b403b9/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/2f134ae1940c41b403b9/visual.json index b6332fe..09fa9a2 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/2f134ae1940c41b403b9/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/2f134ae1940c41b403b9/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "2f134ae1940c41b403b9", "position": { - "x": 739.65870307167233, - "y": 392.55972696245732, + "x": 740.86303939962477, + "y": 393.84615384615387, "z": 11000, - "height": 318.839590443686, - "width": 530.78498293515361, - "tabOrder": 11000 + "height": 318.19887429643529, + "width": 529.53095684803009, + "tabOrder": 5000 }, "visual": { "visualType": "tableEx", @@ -15,113 +15,36 @@ "queryState": { "Values": { "projections": [ - { - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Approvals by Entity" - } - }, - "Property": "Dynamic Entity Name (Approvals)" - } - }, - "queryRef": "Approvals by Entity.Dynamic Entity Name (Approvals)", - "nativeQueryRef": "Name", - "displayName": "Name" - }, - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Role" - } - }, - "Property": "Role Name" - } - }, - "queryRef": "Role.Role Name", - "nativeQueryRef": "Role Name" - }, - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Approval Status" - } - }, - "Property": "Status" - } - }, - "queryRef": "Approval Status.Status", - "nativeQueryRef": "Status" - }, { "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Role Approval" + "Entity": "Person" } }, - "Property": "Approval Type" + "Property": "Person ID" } }, - "queryRef": "Role Approval.Approval Type", - "nativeQueryRef": "Approval Type", - "displayName": "Approval Type" - }, - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Role Approval" - } - }, - "Property": "Entity Id" - } - }, - "queryRef": "Role Approval.Entity Id", - "nativeQueryRef": " ", - "displayName": " " + "queryRef": "Person.Person ID", + "nativeQueryRef": "Person ID" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" } }, - "queryRef": "Entity.# of Entities in Role", - "nativeQueryRef": " 1", - "displayName": " " + "queryRef": "Approvals Group.# of Entities in Role", + "nativeQueryRef": "# of Entities in Role" } ] } - }, - "sortDefinition": { - "sort": [ - { - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Approval Status" - } - }, - "Property": "Status" - } - }, - "direction": "Descending" - } - ] } }, "objects": { @@ -197,76 +120,6 @@ "selector": { "metadata": "ChildLocationExpanded.ChildcarePlan" } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "4D" - } - } - } - }, - "selector": { - "metadata": "Role Approval.Entity Id" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "4D" - } - } - } - }, - "selector": { - "metadata": "Entity.# of Entities in Role" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "160.65832990452273D" - } - } - } - }, - "selector": { - "metadata": "Approvals by Entity.Dynamic Entity Name (Approvals)" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "128.82716059062042D" - } - } - } - }, - "selector": { - "metadata": "Role.Role Name" - } - }, - { - "properties": { - "value": { - "expr": { - "Literal": { - "Value": "86.65867275556003D" - } - } - } - }, - "selector": { - "metadata": "Approval Status.Status" - } } ], "total": [ @@ -319,22 +172,6 @@ } } } - ], - "columnFormatting": [ - { - "properties": { - "styleHeader": { - "expr": { - "Literal": { - "Value": "false" - } - } - } - }, - "selector": { - "metadata": "Approvals by Entity.Dynamic Entity Name (Approvals)" - } - } ] }, "visualContainerObjects": { @@ -383,7 +220,7 @@ "text": { "expr": { "Literal": { - "Value": "'Approvals Details'" + "Value": "'Approvals Details - Person'" } } } @@ -580,5 +417,6 @@ ] }, "drillFilterOtherVisuals": true - } + }, + "isHidden": true } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/35827769b103ba2481c0/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/35827769b103ba2481c0/visual.json index 54b8a7f..7d4976d 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/35827769b103ba2481c0/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/35827769b103ba2481c0/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 116.10921501706484, "width": 739.65870307167233, - "tabOrder": 3000 + "tabOrder": 10000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/3fdcbe5517eb24280a1c/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/3fdcbe5517eb24280a1c/visual.json index 6cc5c77..4dea6d4 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/3fdcbe5517eb24280a1c/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/3fdcbe5517eb24280a1c/visual.json @@ -7,7 +7,7 @@ "z": 10000, "height": 479.79522184300339, "width": 359.38566552901023, - "tabOrder": 10000 + "tabOrder": 4000 }, "visual": { "visualType": "barChart", @@ -39,14 +39,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" } }, - "queryRef": "Entity.# of Entities in Role", - "nativeQueryRef": "# of Entities in Role" + "queryRef": "Approvals Group.# of Entities in Role", + "nativeQueryRef": "# of Entities in Role1" } ] } @@ -58,7 +58,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" @@ -303,7 +303,7 @@ "text": { "expr": { "Literal": { - "Value": "''" + "Value": "'(Blank) represents families not associated with any community'" } } }, @@ -337,5 +337,52 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "9f652c9a0441b93f8e7f", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Community" + } + }, + "Property": "Community Name" + } + }, + "type": "Categorical", + "objects": { + "general": [ + { + "properties": { + "isInvertedSelectionMode": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ] + } + }, + { + "name": "2248287c1e1f1ef9b3f8", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Approvals Group" + } + }, + "Property": "# of Entities in Role" + } + }, + "type": "Advanced" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/64387f4f4302e0c790e3/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/64387f4f4302e0c790e3/visual.json index b897dfa..5bdaf87 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/64387f4f4302e0c790e3/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/64387f4f4302e0c790e3/visual.json @@ -7,7 +7,7 @@ "z": 8000, "height": 498, "width": 739.33333333333337, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/6f553af3a957ccbdda56/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/6f553af3a957ccbdda56/visual.json new file mode 100644 index 0000000..a48e6d8 --- /dev/null +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/6f553af3a957ccbdda56/visual.json @@ -0,0 +1,769 @@ +{ + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", + "name": "6f553af3a957ccbdda56", + "position": { + "x": 739.84962406015029, + "y": 394.58646616541353, + "z": 12000, + "height": 317.593984962406, + "width": 530.52631578947364, + "tabOrder": 9000 + }, + "visual": { + "visualType": "pivotTable", + "query": { + "queryState": { + "Rows": { + "projections": [ + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Family Name" + } + }, + "queryRef": "Family.Family Name", + "nativeQueryRef": "Family Name", + "active": true + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Full Name" + } + }, + "queryRef": "Person.Full Name", + "nativeQueryRef": "Full Name", + "active": true + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Role" + } + }, + "Property": "Role Name" + } + }, + "queryRef": "Role.Role Name", + "nativeQueryRef": "Role Name", + "active": true + }, + { + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "Status" + } + }, + "queryRef": "Approval Status.Status", + "nativeQueryRef": "Status", + "active": true + } + ] + }, + "Values": { + "projections": [ + { + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Approvals Group" + } + }, + "Property": "# of Entities in Role" + } + }, + "queryRef": "Approvals Group.# of Entities in Role", + "nativeQueryRef": " ", + "displayName": " " + } + ] + } + } + }, + "expansionStates": [ + { + "roles": [ + "Rows" + ], + "levels": [ + { + "queryRefs": [ + "Family.Family Name" + ], + "identityKeys": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Family Name" + } + } + ], + "isPinned": true + }, + { + "queryRefs": [ + "Person.Full Name" + ], + "identityKeys": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Full Name" + } + } + ], + "isPinned": true + }, + { + "queryRefs": [ + "Role.Role Name" + ], + "identityKeys": [ + { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Role" + } + }, + "Property": "Role Name" + } + } + ], + "isPinned": true + }, + { + "queryRefs": [ + "Approval Status.Status" + ], + "isCollapsed": true, + "isPinned": true + } + ], + "root": {} + } + ], + "objects": { + "values": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "fontColorPrimary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "fontColorSecondary": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.6 + } + } + } + } + }, + "wordWrap": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "columnWidth": [ + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "106D" + } + } + } + }, + "selector": { + "metadata": "ChildLocationExpanded.ChildcarePlan" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "132.02904913344594D" + } + } + } + }, + "selector": { + "metadata": "Family.Family Name" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "4D" + } + } + } + }, + "selector": { + "metadata": "Approvals Group.# of Entities in Role" + } + }, + { + "properties": { + "value": { + "expr": { + "Literal": { + "Value": "146.51879965723714D" + } + } + } + }, + "selector": { + "metadata": "Role.Role Name" + } + } + ], + "total": [ + { + "properties": {} + } + ], + "grid": [ + { + "properties": { + "outlineStyle": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "outlineColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#EFEFEF'" + } + } + } + } + }, + "gridHorizontal": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowPadding": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "textSize": { + "expr": { + "Literal": { + "Value": "10D" + } + } + } + } + } + ], + "general": [ + { + "properties": { + "layout": { + "expr": { + "Literal": { + "Value": "'Tabular'" + } + } + } + } + } + ], + "columnHeaders": [ + { + "properties": { + "alignment": { + "expr": { + "Literal": { + "Value": "'Left'" + } + } + }, + "wordWrap": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ], + "rowHeaders": [ + { + "properties": { + "fontColor": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 0, + "Percent": -0.5 + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "repeatRowHeaders": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "expandCollapseButtonsColor": { + "solid": { + "color": { + "expr": { + "ThemeDataColor": { + "ColorId": 7, + "Percent": 0.2 + } + } + } + } + }, + "expandCollapseButtonsSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + }, + "alignment": { + "expr": { + "Literal": { + "Value": "'Left'" + } + } + } + } + } + ], + "subTotals": [ + { + "properties": { + "columnSubtotals": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "rowSubtotals": { + "expr": { + "Literal": { + "Value": "false" + } + } + } + } + } + ] + }, + "visualContainerObjects": { + "title": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "titleWrap": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#212121'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "bold": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "text": { + "expr": { + "Literal": { + "Value": "'Approvals Details'" + } + } + } + } + } + ], + "subTitle": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "fontColor": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#9A9A9A'" + } + } + } + } + }, + "fontSize": { + "expr": { + "Literal": { + "Value": "8D" + } + } + } + } + } + ], + "spacing": [ + { + "properties": { + "customizeSpacing": { + "expr": { + "Literal": { + "Value": "true" + } + } + }, + "verticalSpacing": { + "expr": { + "Literal": { + "Value": "10D" + } + } + }, + "spaceBelowTitle": { + "expr": { + "Literal": { + "Value": "5D" + } + } + } + } + } + ], + "background": [ + { + "properties": { + "show": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "color": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#FFFFFF'" + } + } + } + } + }, + "transparency": { + "expr": { + "Literal": { + "Value": "100D" + } + } + } + } + } + ], + "padding": [ + { + "properties": { + "top": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "bottom": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "left": { + "expr": { + "Literal": { + "Value": "20D" + } + } + }, + "right": { + "expr": { + "Literal": { + "Value": "20D" + } + } + } + } + } + ], + "border": [ + { + "properties": { + "width": { + "expr": { + "Literal": { + "Value": "1D" + } + } + } + } + } + ], + "stylePreset": [ + { + "properties": { + "name": { + "expr": { + "Literal": { + "Value": "'None'" + } + } + } + } + } + ], + "visualHeader": [ + { + "properties": { + "background": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "border": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#F6FCFC'" + } + } + } + } + }, + "foreground": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#26A3AB'" + } + } + } + } + } + } + } + ] + }, + "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "2e86beb9879deca3007b", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Family" + } + }, + "Property": "Family Name" + } + }, + "type": "Categorical" + }, + { + "name": "91394ca8cb60c597f3d8", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Person" + } + }, + "Property": "Full Name" + } + }, + "type": "Categorical" + }, + { + "name": "0b6ba42c4a7b0d263ce8", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Role" + } + }, + "Property": "Role Name" + } + }, + "type": "Categorical" + }, + { + "name": "617d419bfa78a2368b41", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Approval Status" + } + }, + "Property": "Status" + } + }, + "type": "Categorical" + }, + { + "name": "257fb8b2e24edd3ecb27", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Approvals Group" + } + }, + "Property": "# of Entities in Role" + } + }, + "type": "Advanced" + } + ] + } +} \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/da5bce60a42d0b920e30/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/da5bce60a42d0b920e30/visual.json index 2a4f6c4..d3c9714 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/da5bce60a42d0b920e30/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/da5bce60a42d0b920e30/visual.json @@ -6,8 +6,7 @@ "y": 9.829351535836178, "z": 6000, "height": 373.51535836177476, - "width": 530.78498293515361, - "tabOrder": 6000 + "width": 530.78498293515361 }, "visual": { "visualType": "barChart", @@ -57,13 +56,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Approvals Group" } }, "Property": "# of Entities in Role" } }, - "queryRef": "Entity.# of Entities in Role", + "queryRef": "Approvals Group.# of Entities in Role", "nativeQueryRef": "# of Entities in Role" } ] @@ -310,51 +309,5 @@ ] }, "drillFilterOtherVisuals": true - }, - "filterConfig": { - "filters": [ - { - "name": "afe229f675408851be21", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Role" - } - }, - "Property": "Role Name" - } - }, - "type": "Categorical" - }, - { - "name": "5724bf58b405e361daee", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Approval Status" - } - }, - "Property": "Status" - } - }, - "type": "Categorical" - }, - { - "name": "a9baa468730bfe1a8006", - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "# of Entities in Role" - } - }, - "type": "Advanced" - } - ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/db179545061c8d04967d/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/db179545061c8d04967d/visual.json index fef4e0c..eb35600 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/db179545061c8d04967d/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/db179545061c8d04967d/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 96.450511945392492, "width": 354.47098976109214, - "tabOrder": 1000 + "tabOrder": 7000 }, "visual": { "visualType": "slicer", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Approvals by Entity" + "Entity": "Approvals Group" } }, "Property": "Entity Type" } }, - "queryRef": "Approvals by Entity.Entity Type", - "nativeQueryRef": "Entity Type", + "queryRef": "Approvals Group.Entity Type", + "nativeQueryRef": "Entity Type1", "active": true } ] @@ -84,7 +84,7 @@ "From": [ { "Name": "a", - "Entity": "Approvals by Entity", + "Entity": "Approvals Group", "Type": 0 } ], @@ -386,12 +386,12 @@ "filterConfig": { "filters": [ { - "name": "509be7d03f1519aa6c69", + "name": "373036d983a1eaba017d", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Approvals by Entity" + "Entity": "Approvals Group" } }, "Property": "Entity Type" diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/e9bea440c0490c607761/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/e9bea440c0490c607761/visual.json index 15d4c12..3c0eaec 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/e9bea440c0490c607761/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/e9bea440c0490c607761/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "e9bea440c0490c607761", "position": { - "x": 729.33333333333337, - "y": 383.33333333333331, + "x": 729.54344624447708, + "y": 383.62297496318109, "z": 7000, - "height": 336.66666666666669, - "width": 551, - "tabOrder": 9000 + "height": 336.49484536082474, + "width": 550.4565537555228, + "tabOrder": 3000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f34af2cd1d505c780ad0/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f34af2cd1d505c780ad0/visual.json index 9be296e..573a0d0 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f34af2cd1d505c780ad0/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f34af2cd1d505c780ad0/visual.json @@ -7,7 +7,7 @@ "z": 2000, "height": 96.450511945392492, "width": 364.91467576791808, - "tabOrder": 2000 + "tabOrder": 8000 }, "visual": { "visualType": "slicer", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, - "Property": "PersonType" + "Property": "Person Type" } }, - "queryRef": "Entity.PersonType", - "nativeQueryRef": "PersonType", + "queryRef": "Person.Person Type", + "nativeQueryRef": "Person Type", "active": true } ] @@ -345,16 +345,16 @@ "filterConfig": { "filters": [ { - "name": "f201bcbc02013038ea08", + "name": "65d060c31024af896a2a", "ordinal": 0, "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Approvals by Entity" + "Entity": "Approvals Group" } }, - "Property": "Visibility Management (Approvals)" + "Property": "Person Type Visibility Flag" } }, "type": "Advanced", @@ -363,7 +363,7 @@ "From": [ { "Name": "a", - "Entity": "Approvals by Entity", + "Entity": "Approvals Group", "Type": 0 } ], @@ -381,7 +381,7 @@ "Source": "a" } }, - "Property": "Visibility Management (Approvals)" + "Property": "Person Type Visibility Flag" } }, "Right": { @@ -396,19 +396,21 @@ } ] }, - "howCreated": "User" + "howCreated": "User", + "isHiddenInViewMode": true, + "isLockedInViewMode": true }, { - "name": "71ddce6386e5c3014262", + "name": "40f266190f854e5b6f74", "ordinal": 1, "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Person" } }, - "Property": "PersonType" + "Property": "Person Type" } }, "type": "Categorical", @@ -416,8 +418,8 @@ "Version": 2, "From": [ { - "Name": "e", - "Entity": "Entity", + "Name": "p", + "Entity": "Person", "Type": 0 } ], @@ -430,10 +432,10 @@ "Column": { "Expression": { "SourceRef": { - "Source": "e" + "Source": "p" } }, - "Property": "PersonType" + "Property": "Person Type" } } ], @@ -458,6 +460,7 @@ } ] }, + "isHiddenInViewMode": true, "isLockedInViewMode": true } ], diff --git a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f3ff926f810aa40a71b7/visual.json b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f3ff926f810aa40a71b7/visual.json index 89b89ce..ad12db8 100644 --- a/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f3ff926f810aa40a71b7/visual.json +++ b/CareTogether.Report/definition/pages/b86606d8cc618ca89105/visuals/f3ff926f810aa40a71b7/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 106.27986348122867, - "width": 730 + "width": 730, + "tabOrder": 6000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/page.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/page.json index b11fe19..9162688 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/page.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/page.json @@ -8,7 +8,37 @@ "filterConfig": { "filters": [ { - "name": "dc875673d2060c2b8c2b", + "name": "16c9176aacd331a7ed5e", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Arrangement Type" + } + }, + "Property": "Arrangement Type" + } + }, + "type": "Categorical", + "howCreated": "User", + "objects": { + "general": [ + { + "properties": { + "isInvertedSelectionMode": { + "expr": { + "Literal": { + "Value": "true" + } + } + } + } + } + ] + } + }, + { + "name": "4f6dfccf8ee9bb727d90", "field": { "Column": { "Expression": { @@ -23,15 +53,15 @@ "howCreated": "User" }, { - "name": "b70484c6dd7ba1006d15", + "name": "2eb9f29800f9914b9eb1", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangement Type" + "Entity": "Location Client" } }, - "Property": "Arrangement Type" + "Property": "Location" } }, "type": "Categorical", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/177d33ba163573002323/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/177d33ba163573002323/visual.json index 9a149be..65f25b5 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/177d33ba163573002323/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/177d33ba163573002323/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "177d33ba163573002323", "position": { - "x": 837.14285714285722, - "y": 240.71428571428572, + "x": 837.29323308270671, + "y": 240.6015037593985, "z": 14000, - "height": 230.00000000000003, - "width": 434.28571428571433, - "tabOrder": 14000 + "height": 229.77443609022555, + "width": 434.28571428571428, + "tabOrder": 8000 }, "visual": { "visualType": "stackedAreaChart", @@ -54,14 +54,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "nativeQueryRef": "Location1" } ] }, @@ -75,11 +75,12 @@ "Entity": "Child Location Record" } }, - "Property": "Days of Care" + "Property": "# of Days of Care" } }, - "queryRef": "Child Location Record.Days of Care", - "nativeQueryRef": "Days of Care" + "queryRef": "Child Location Record.# of Days of Care", + "nativeQueryRef": "Ddddddays of Care", + "displayName": "Ddddddays of Care" } ] } @@ -131,7 +132,7 @@ "show": { "expr": { "Literal": { - "Value": "false" + "Value": "true" } } } @@ -243,6 +244,13 @@ "Value": "true" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -273,7 +281,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -315,7 +323,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -367,7 +375,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -408,7 +416,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -447,7 +455,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -509,7 +517,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -733,65 +741,5 @@ ] }, "drillFilterOtherVisuals": true - }, - "filterConfig": { - "filters": [ - { - "name": "c150471057b9458e21a8", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Date" - } - }, - "Property": "Year" - } - }, - "type": "Advanced" - }, - { - "name": "0d8050a50efb7599ca0c", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Date" - } - }, - "Property": "Month Name Short" - } - }, - "type": "Categorical" - }, - { - "name": "2810060fca2e4f60699a", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Location" - } - }, - "Property": "Location" - } - }, - "type": "Categorical" - }, - { - "name": "58a487407235c9ea2d0e", - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Child Location Record" - } - }, - "Property": "Days of Care" - } - }, - "type": "Advanced" - } - ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/197c3aad6a9c6e7ca65b/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/197c3aad6a9c6e7ca65b/visual.json index d166a16..20416bf 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/197c3aad6a9c6e7ca65b/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/197c3aad6a9c6e7ca65b/visual.json @@ -7,7 +7,7 @@ "z": 5000, "height": 221.42857142857144, "width": 445.71428571428572, - "tabOrder": 4000 + "tabOrder": 15000 }, "visual": { "visualType": "stackedAreaChart", @@ -54,14 +54,15 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, - "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "queryRef": "Location.Location Name", + "nativeQueryRef": "Location", + "displayName": "Location" } ] }, @@ -72,14 +73,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Family" } }, - "Property": "# of Families Supported" + "Property": "# of Client Families Supported" } }, - "queryRef": "Entity.# of Families Supported", - "nativeQueryRef": "# of Families Supported" + "queryRef": "Client Family.# of Client Families Supported", + "nativeQueryRef": "# of Client Families Supported" } ] } @@ -235,6 +236,13 @@ "Value": "false" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -265,7 +273,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -307,7 +315,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -359,7 +367,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -400,7 +408,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -439,7 +447,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -515,7 +523,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -739,5 +747,65 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "87a03405a1b978beda83", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Date" + } + }, + "Property": "Year" + } + }, + "type": "Advanced" + }, + { + "name": "ea495f8ee68a2b7f70d9", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Date" + } + }, + "Property": "Month Name Short" + } + }, + "type": "Categorical" + }, + { + "name": "bf0e0052530bff7a3213", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "type": "Categorical" + }, + { + "name": "2699390dfc6097b1c8ce", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Client Family" + } + }, + "Property": "# of Client Families Supported" + } + }, + "type": "Advanced" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/30fe6cf32cbc267e34a6/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/30fe6cf32cbc267e34a6/visual.json index 037e11d..bee065a 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/30fe6cf32cbc267e34a6/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/30fe6cf32cbc267e34a6/visual.json @@ -6,8 +6,7 @@ "y": 229.76109215017064, "z": 6000, "height": 240.81911262798636, - "width": 461.97952218430032, - "tabOrder": 6000 + "width": 461.97952218430032 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/4736b559dc9108b497b9/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/4736b559dc9108b497b9/visual.json index fa085e5..154278b 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/4736b559dc9108b497b9/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/4736b559dc9108b497b9/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 468.57142857142861, "width": 365, - "tabOrder": 3000 + "tabOrder": 14000 }, "visual": { "visualType": "multiRowCard", @@ -20,27 +20,28 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, - "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "queryRef": "Location.Location Name", + "nativeQueryRef": "Location", + "displayName": "Location" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Families Referred" } }, - "queryRef": "Referral.# of Families Referred", + "queryRef": "Referrals.# of Families Referred", "nativeQueryRef": "Families Referred", "displayName": "Families Referred" }, @@ -49,14 +50,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Family" } }, - "Property": "# of Families Supported" + "Property": "# of Client Families Supported" } }, - "queryRef": "Entity.# of Families Supported", - "nativeQueryRef": "Families Supported", + "queryRef": "Client Family.# of Client Families Supported", + "nativeQueryRef": "Families Supported1", "displayName": "Families Supported" }, { @@ -64,13 +65,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# of Children Cared For" + "Property": "# of Children Cared For (Client)" } }, - "queryRef": "Entity.# of Children Cared For", + "queryRef": "Client Person.# of Children Cared For (Client)", "nativeQueryRef": "Children Cared For", "displayName": "Children Cared For" }, @@ -79,13 +80,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements Started" } }, - "queryRef": "Arrangement.# of Arrangements Started", + "queryRef": "Arrangements.# of Arrangements Started", "nativeQueryRef": "Arrangements Started", "displayName": "Arrangements Started" }, @@ -97,11 +98,12 @@ "Entity": "Child Location Record" } }, - "Property": "Days of Care" + "Property": "# of Days of Care" } }, - "queryRef": "Child Location Record.Days of Care", - "nativeQueryRef": "Days of Care" + "queryRef": "Child Location Record.# of Days of Care", + "nativeQueryRef": "Days of Care", + "displayName": "Days of Care" }, { "field": { @@ -111,24 +113,25 @@ "Entity": "Child Location Record" } }, - "Property": "Nights of Care" + "Property": "# of Nights of Care" } }, - "queryRef": "Child Location Record.Nights of Care", - "nativeQueryRef": "Nights of Care" + "queryRef": "Child Location Record.# of Nights of Care", + "nativeQueryRef": "Nights of Care", + "displayName": "Nights of Care" }, { "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# Impacted Adults" + "Property": "# of Impacted Adults (Client)" } }, - "queryRef": "Entity.# Impacted Adults", + "queryRef": "Client Person.# of Impacted Adults (Client)", "nativeQueryRef": "Impacted Adults", "displayName": "Impacted Adults" }, @@ -137,13 +140,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# Impacted Children" + "Property": "# of Impacted Children (Client)" } }, - "queryRef": "Entity.# Impacted Children", + "queryRef": "Client Person.# of Impacted Children (Client)", "nativeQueryRef": "Impacted Children", "displayName": "Impacted Children" } @@ -157,7 +160,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -239,12 +242,20 @@ "solid": { "color": { "expr": { - "Literal": { - "Value": "'#9A9A9A'" + "ThemeDataColor": { + "ColorId": 6, + "Percent": 0 } } } } + }, + "bold": { + "expr": { + "Literal": { + "Value": "true" + } + } } } } @@ -485,12 +496,12 @@ "filterConfig": { "filters": [ { - "name": "c95c69fa10c06b6deed0", + "name": "3b00b963d4d2a9b70695", "field": { "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -499,12 +510,12 @@ "type": "Categorical" }, { - "name": "d209572f6aa31d8693e1", + "name": "8d4f8f1aa806644a5214", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Families Referred" @@ -513,40 +524,40 @@ "type": "Advanced" }, { - "name": "a24293084d20049decb1", + "name": "513917d84848a6037b78", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Family" } }, - "Property": "# of Families Supported" + "Property": "# of Client Families Supported" } }, "type": "Advanced" }, { - "name": "3e49ed49ae4e023c415f", + "name": "832232f6f8375e7cefd3", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# of Children Cared For" + "Property": "# of Children Cared For (Client)" } }, "type": "Advanced" }, { - "name": "cbf0214be538e7eff490", + "name": "d27c4d69fd1891ebb317", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, "Property": "# of Arrangements Started" @@ -555,7 +566,7 @@ "type": "Advanced" }, { - "name": "50e527fa2123b423e251", + "name": "e947571007bb856df152", "field": { "Measure": { "Expression": { @@ -563,13 +574,13 @@ "Entity": "Child Location Record" } }, - "Property": "Days of Care" + "Property": "# of Days of Care" } }, "type": "Advanced" }, { - "name": "29447961d7dc4ce7e9ce", + "name": "7a177a2fcaf2d295743f", "field": { "Measure": { "Expression": { @@ -577,35 +588,35 @@ "Entity": "Child Location Record" } }, - "Property": "Nights of Care" + "Property": "# of Nights of Care" } }, "type": "Advanced" }, { - "name": "f7bc66bad845c7f2ba4d", + "name": "c7f38b292fd3904e6cc0", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# Impacted Adults" + "Property": "# of Impacted Adults (Client)" } }, "type": "Advanced" }, { - "name": "e1a6888589920fd4d179", + "name": "3063cbcd6ecf8da977c4", "field": { "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# Impacted Children" + "Property": "# of Impacted Children (Client)" } }, "type": "Advanced" diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/5ff6a927d2b0b7645496/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/5ff6a927d2b0b7645496/visual.json index 69ed027..cc4ee77 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/5ff6a927d2b0b7645496/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/5ff6a927d2b0b7645496/visual.json @@ -7,7 +7,7 @@ "z": 2000, "height": 490.00000000000006, "width": 375, - "tabOrder": 2000 + "tabOrder": 13000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/669f4ccc6ce3c31d589a/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/669f4ccc6ce3c31d589a/visual.json index 1093096..baa52c1 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/669f4ccc6ce3c31d589a/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/669f4ccc6ce3c31d589a/visual.json @@ -7,7 +7,7 @@ "z": 7000, "height": 249.28571428571431, "width": 462.14285714285717, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/793b3f7e0027ae3c6647/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/793b3f7e0027ae3c6647/visual.json index 63ab75f..34d36d9 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/793b3f7e0027ae3c6647/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/793b3f7e0027ae3c6647/visual.json @@ -7,7 +7,7 @@ "z": 10000, "height": 249.28571428571431, "width": 442.85714285714289, - "tabOrder": 10000 + "tabOrder": 4000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/828858e1023d822a737d/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/828858e1023d822a737d/visual.json index 7fb5b52..720cf4f 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/828858e1023d822a737d/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/828858e1023d822a737d/visual.json @@ -7,7 +7,7 @@ "z": 12000, "height": 228.57142857142858, "width": 445.71428571428572, - "tabOrder": 12000 + "tabOrder": 6000 }, "visual": { "visualType": "stackedAreaChart", @@ -54,14 +54,15 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, - "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "queryRef": "Location.Location Name", + "nativeQueryRef": "Location", + "displayName": "Location" } ] }, @@ -72,14 +73,15 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Entity" + "Entity": "Client Person" } }, - "Property": "# of Children Cared For" + "Property": "# of Children Cared For (Client)" } }, - "queryRef": "Entity.# of Children Cared For", - "nativeQueryRef": "# of Children Cared For" + "queryRef": "Client Person.# of Children Cared For (Client)", + "nativeQueryRef": "Children Cared For", + "displayName": "Children Cared For" } ] } @@ -236,6 +238,13 @@ "Value": "false" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -266,7 +275,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -308,7 +317,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -360,7 +369,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -401,7 +410,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -440,7 +449,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -502,7 +511,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/93f18b71a0447bbd9018/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/93f18b71a0447bbd9018/visual.json index 44fe4c9..585daa8 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/93f18b71a0447bbd9018/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/93f18b71a0447bbd9018/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 230.00000000000003, - "width": 375 + "width": 375, + "tabOrder": 11000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9c4ee39ac067a0ed9785/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9c4ee39ac067a0ed9785/visual.json index a70037f..8bdb41e 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9c4ee39ac067a0ed9785/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9c4ee39ac067a0ed9785/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 230.00000000000003, "width": 462.14285714285717, - "tabOrder": 5000 + "tabOrder": 16000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9f8fd0b22c3917eaa741/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9f8fd0b22c3917eaa741/visual.json index 5e32a6d..e87003d 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9f8fd0b22c3917eaa741/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/9f8fd0b22c3917eaa741/visual.json @@ -7,7 +7,7 @@ "z": 11000, "height": 229.76109215017064, "width": 446.00682593856658, - "tabOrder": 11000 + "tabOrder": 5000 }, "visual": { "visualType": "columnChart", @@ -54,14 +54,15 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, - "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "queryRef": "Location.Location Name", + "nativeQueryRef": "Location", + "displayName": "Location" } ] }, @@ -72,13 +73,13 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Families Referred" } }, - "queryRef": "Referral.# of Families Referred", + "queryRef": "Referrals.# of Families Referred", "nativeQueryRef": "# of Families Referred" } ] @@ -250,6 +251,13 @@ "Value": "false" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -280,7 +288,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -322,7 +330,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -363,7 +371,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -404,7 +412,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a20737a507bae877b71b/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a20737a507bae877b71b/visual.json index 0a11735..99df0b5 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a20737a507bae877b71b/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a20737a507bae877b71b/visual.json @@ -7,7 +7,7 @@ "z": 15000, "height": 227.91808873720137, "width": 434.94880546075086, - "tabOrder": 15000 + "tabOrder": 9000 }, "visual": { "visualType": "stackedAreaChart", @@ -54,14 +54,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "nativeQueryRef": "Location1" } ] }, @@ -75,11 +75,12 @@ "Entity": "Child Location Record" } }, - "Property": "Nights of Care" + "Property": "# of Nights of Care" } }, - "queryRef": "Child Location Record.Nights of Care", - "nativeQueryRef": "Nights of Care" + "queryRef": "Child Location Record.# of Nights of Care", + "nativeQueryRef": "Nights of Care", + "displayName": "Nights of Care" } ] } @@ -243,6 +244,34 @@ "Value": "false" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } + }, + "switchAxisPosition": { + "expr": { + "Literal": { + "Value": "false" + } + } + }, + "labelDisplayUnits": { + "expr": { + "Literal": { + "Value": "1D" + } + } + }, + "invertAxis": { + "expr": { + "Literal": { + "Value": "false" + } + } } } } @@ -273,7 +302,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -315,7 +344,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -367,7 +396,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -408,7 +437,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -447,7 +476,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -509,7 +538,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -726,65 +755,5 @@ ] }, "drillFilterOtherVisuals": true - }, - "filterConfig": { - "filters": [ - { - "name": "154e9ca8a52baaba983a", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Date" - } - }, - "Property": "Year" - } - }, - "type": "Advanced" - }, - { - "name": "4affa7689cb1ee865bf6", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Date" - } - }, - "Property": "Month Name Short" - } - }, - "type": "Categorical" - }, - { - "name": "610c7e1033b1c4aabbcf", - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Location" - } - }, - "Property": "Location" - } - }, - "type": "Categorical" - }, - { - "name": "6cd9856982b82178c0ee", - "field": { - "Measure": { - "Expression": { - "SourceRef": { - "Entity": "Child Location Record" - } - }, - "Property": "Nights of Care" - } - }, - "type": "Advanced" - } - ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a410384e950ea6b12edb/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a410384e950ea6b12edb/visual.json index 987a57e..5532c19 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a410384e950ea6b12edb/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/a410384e950ea6b12edb/visual.json @@ -7,7 +7,7 @@ "z": 8000, "height": 230.00000000000003, "width": 442.85714285714289, - "tabOrder": 8000 + "tabOrder": 2000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/ad9d5cba41e396de2df0/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/ad9d5cba41e396de2df0/visual.json index fc8a386..8d7d53a 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/ad9d5cba41e396de2df0/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/ad9d5cba41e396de2df0/visual.json @@ -7,7 +7,7 @@ "z": 16000, "height": 79.249146757679185, "width": 434.33447098976109, - "tabOrder": 16000 + "tabOrder": 10000 }, "visual": { "visualType": "slicer", @@ -20,14 +20,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Arrangements by Entity" + "Entity": "Arrangements Group" } }, "Property": "Situation" } }, - "queryRef": "Arrangements by Entity.Situation", - "nativeQueryRef": "Situation", + "queryRef": "Arrangements Group.Situation", + "nativeQueryRef": "Situation1", "active": true } ] @@ -71,7 +71,7 @@ "From": [ { "Name": "a", - "Entity": "Arrangements by Entity", + "Entity": "Arrangements Group", "Type": 0 } ], diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/b0ecd5ecc59902ac0600/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/b0ecd5ecc59902ac0600/visual.json index 9330e52..7aefb1f 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/b0ecd5ecc59902ac0600/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/b0ecd5ecc59902ac0600/visual.json @@ -2,12 +2,12 @@ "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/visualContainer/2.1.0/schema.json", "name": "b0ecd5ecc59902ac0600", "position": { - "x": 837.33788395904435, - "y": 87.849829351535831, + "x": 836.5, + "y": 87.5, "z": 13000, - "height": 141.91126279863482, - "width": 434.33447098976109, - "tabOrder": 13000 + "height": 142, + "width": 435, + "tabOrder": 7000 }, "visual": { "visualType": "lineChart", @@ -54,14 +54,14 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, "queryRef": "Location.Location", - "nativeQueryRef": "Location" + "nativeQueryRef": "Location1" } ] }, @@ -72,14 +72,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Arrangement" + "Entity": "Arrangements" } }, - "Property": "# of Arrangements Active" + "Property": "# of Arrangements" } }, - "queryRef": "Arrangement.# of Arrangements Active", - "nativeQueryRef": "# of Arrangements Active" + "queryRef": "Arrangements.# of Arrangements", + "nativeQueryRef": "# of Arrangements" } ] } @@ -250,6 +250,13 @@ "Value": "false" } } + }, + "start": { + "expr": { + "Literal": { + "Value": "0D" + } + } } } } @@ -280,7 +287,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -322,7 +329,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -363,7 +370,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -404,7 +411,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -454,7 +461,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -530,7 +537,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/bd5ed31c96451c589453/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/bd5ed31c96451c589453/visual.json index 08b0033..13151ee 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/bd5ed31c96451c589453/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/bd5ed31c96451c589453/visual.json @@ -7,7 +7,7 @@ "z": 9000, "height": 240.71428571428572, "width": 442.85714285714289, - "tabOrder": 9000 + "tabOrder": 3000 }, "visual": { "visualType": "shape", diff --git a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/c723db5a181300c28a00/visual.json b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/c723db5a181300c28a00/visual.json index fb21f97..e941a55 100644 --- a/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/c723db5a181300c28a00/visual.json +++ b/CareTogether.Report/definition/pages/d08ff20b71001be16c90/visuals/c723db5a181300c28a00/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 221.42857142857144, "width": 365, - "tabOrder": 1000 + "tabOrder": 12000 }, "visual": { "visualType": "donutChart", @@ -20,15 +20,16 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" } }, - "queryRef": "Location.Location", + "queryRef": "Location.Location Name", "nativeQueryRef": "Location", - "active": true + "active": true, + "displayName": "Location" } ] }, @@ -39,14 +40,14 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" } }, - "queryRef": "Referral.# of Referrals Opened", - "nativeQueryRef": "# of Referrals Opened" + "queryRef": "Referrals.# of Referrals Opened", + "nativeQueryRef": "# of Referrals Opened1" } ] } @@ -58,7 +59,7 @@ "Measure": { "Expression": { "SourceRef": { - "Entity": "Referral" + "Entity": "Referrals" } }, "Property": "# of Referrals Opened" @@ -142,7 +143,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -183,7 +184,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Id" @@ -224,7 +225,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -265,7 +266,7 @@ "Column": { "Expression": { "SourceRef": { - "Entity": "Location" + "Entity": "Location Client" } }, "Property": "Location" @@ -281,6 +282,47 @@ } ] } + }, + { + "properties": { + "fill": { + "solid": { + "color": { + "expr": { + "Literal": { + "Value": "'#A7E4E7'" + } + } + } + } + } + }, + "selector": { + "data": [ + { + "scopeId": { + "Comparison": { + "ComparisonKind": 0, + "Left": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "Right": { + "Literal": { + "Value": "'Location 2'" + } + } + } + } + } + ] + } } ], "labels": [ @@ -515,5 +557,37 @@ ] }, "drillFilterOtherVisuals": true + }, + "filterConfig": { + "filters": [ + { + "name": "30506b33c5ee36bbd6a2", + "field": { + "Column": { + "Expression": { + "SourceRef": { + "Entity": "Location Client" + } + }, + "Property": "Location" + } + }, + "type": "Categorical" + }, + { + "name": "3f6f617006f10aff35e1", + "field": { + "Measure": { + "Expression": { + "SourceRef": { + "Entity": "Referrals" + } + }, + "Property": "# of Referrals Opened" + } + }, + "type": "Advanced" + } + ] } } \ No newline at end of file diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/102e5fff60027558bb9c/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/102e5fff60027558bb9c/visual.json index 503e91f..eaa89c0 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/102e5fff60027558bb9c/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/102e5fff60027558bb9c/visual.json @@ -7,7 +7,7 @@ "z": 7000, "height": 284.01215805471128, "width": 313.19148936170217, - "tabOrder": 7000 + "tabOrder": 1000 }, "visual": { "visualType": "clusteredBarChart", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/39c7019c3964ad96b2eb/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/39c7019c3964ad96b2eb/visual.json index acf22d0..a908a29 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/39c7019c3964ad96b2eb/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/39c7019c3964ad96b2eb/visual.json @@ -7,7 +7,7 @@ "z": 1000, "height": 133.25227963525836, "width": 320, - "tabOrder": 1000 + "tabOrder": 3000 }, "visual": { "visualType": "card", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/5c93a7d12c48300d37ba/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/5c93a7d12c48300d37ba/visual.json index 2b08cdd..f6fa353 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/5c93a7d12c48300d37ba/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/5c93a7d12c48300d37ba/visual.json @@ -7,7 +7,7 @@ "z": 3000, "height": 133.25227963525836, "width": 320, - "tabOrder": 3000 + "tabOrder": 5000 }, "visual": { "visualType": "card", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/7f06a782a84c34eb06ed/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/7f06a782a84c34eb06ed/visual.json index 3bdbd4e..2be0752 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/7f06a782a84c34eb06ed/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/7f06a782a84c34eb06ed/visual.json @@ -6,7 +6,8 @@ "y": 0, "z": 0, "height": 133.25227963525836, - "width": 320 + "width": 320, + "tabOrder": 2000 }, "visual": { "visualType": "card", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/d13a15afde956a6c22d2/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/d13a15afde956a6c22d2/visual.json index 23839b5..846bdec 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/d13a15afde956a6c22d2/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/d13a15afde956a6c22d2/visual.json @@ -7,7 +7,7 @@ "z": 5000, "height": 284.01215805471128, "width": 966.80851063829789, - "tabOrder": 5000 + "tabOrder": 7000 }, "visual": { "visualType": "clusteredColumnChart", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/de1ebc4171633c7d2500/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/de1ebc4171633c7d2500/visual.json index 4a95898..750bf71 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/de1ebc4171633c7d2500/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/de1ebc4171633c7d2500/visual.json @@ -6,8 +6,7 @@ "y": 133.25227963525836, "z": 6000, "height": 302.4924012158055, - "width": 313.19148936170217, - "tabOrder": 6000 + "width": 313.19148936170217 }, "visual": { "visualType": "clusteredBarChart", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/dfadc8622ed69eb9d508/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/dfadc8622ed69eb9d508/visual.json index 6bf3849..7b5fa71 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/dfadc8622ed69eb9d508/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/dfadc8622ed69eb9d508/visual.json @@ -7,7 +7,7 @@ "z": 2000, "height": 133.25227963525836, "width": 320, - "tabOrder": 2000 + "tabOrder": 4000 }, "visual": { "visualType": "card", diff --git a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/f65bc58f36a37cc2c796/visual.json b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/f65bc58f36a37cc2c796/visual.json index ec762fc..7fe2d49 100644 --- a/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/f65bc58f36a37cc2c796/visual.json +++ b/CareTogether.Report/definition/pages/e3e436ecd75be754ee24/visuals/f65bc58f36a37cc2c796/visual.json @@ -7,7 +7,7 @@ "z": 4000, "height": 302.4924012158055, "width": 966.80851063829789, - "tabOrder": 4000 + "tabOrder": 6000 }, "visual": { "visualType": "lineClusteredColumnComboChart", diff --git a/CareTogether.Report/definition/report.json b/CareTogether.Report/definition/report.json index 6cfa064..8a43553 100644 --- a/CareTogether.Report/definition/report.json +++ b/CareTogether.Report/definition/report.json @@ -1,21 +1,29 @@ { - "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/report/2.1.0/schema.json", + "$schema": "https://developer.microsoft.com/json-schemas/fabric/item/report/definition/report/3.0.0/schema.json", "themeCollection": { "baseTheme": { "name": "CY24SU10", - "reportVersionAtImport": "5.61", + "reportVersionAtImport": { + "visual": "1.8.97", + "report": "2.0.97", + "page": "1.3.97" + }, "type": "SharedResources" }, "customTheme": { "name": "Care_Together5543764606031234.json", - "reportVersionAtImport": "5.61", + "reportVersionAtImport": { + "visual": "1.8.97", + "report": "2.0.97", + "page": "1.3.97" + }, "type": "RegisteredResources" } }, "filterConfig": { "filters": [ { - "name": "837e9567fc9ca18ecf4e", + "name": "ef19b2b00fa6797c5510", "ordinal": 0, "field": { "Column": { @@ -66,37 +74,6 @@ ] }, "howCreated": "User" - }, - { - "name": "c043e3c3f8b1773d0da4", - "ordinal": 1, - "field": { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Location" - } - }, - "Property": "Location" - } - }, - "type": "Categorical", - "howCreated": "User", - "objects": { - "general": [ - { - "properties": { - "isInvertedSelectionMode": { - "expr": { - "Literal": { - "Value": "true" - } - } - } - } - } - ] - } } ], "filterSortOrder": "Custom" diff --git a/CareTogether.SemanticModel/definition/cultures/en-US.tmdl b/CareTogether.SemanticModel/definition/cultures/en-US.tmdl index c9ce91b..69627ff 100644 --- a/CareTogether.SemanticModel/definition/cultures/en-US.tmdl +++ b/CareTogether.SemanticModel/definition/cultures/en-US.tmdl @@ -5,172 +5,128 @@ cultureInfo en-US "Version": "4.1.0", "Language": "en-US", "Entities": { - "approval_status": { + "date": { "Definition": { "Binding": { - "ConceptualEntity": "Approval Status" + "ConceptualEntity": "Date" } }, "State": "Generated", "Terms": [ { - "approval status": { - "State": "Generated" - } - }, - { - "approval category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "approval importance": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "approval prestige": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "date": { + "State": "Generated", + "Weight": 0.87 } }, { - "approval prominence": { + "moment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.736 } }, { - "approval condition": { + "period": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.714 } - }, + } + ] + }, + "date.YYYYMMdd": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "YYYY-MM-dd" + } + }, + "State": "Generated", + "Terms": [ { - "approval class": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "YYYY-MM-dd": { + "State": "Generated" } }, { - "approval grade": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "YYYY MM dd": { + "State": "Generated", + "Weight": 0.97 } }, { - "approval level": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "dd": { + "State": "Generated", + "Weight": 0.97 } }, { - "approval position": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "MM dd": { + "State": "Generated", + "Weight": 0.97 } }, { - "approval rank": { - "Type": "Noun", + "Date": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.727 + "Weight": 0.9 } } ] }, - "approval_status.of_member_families": { + "date.date": { "Definition": { "Binding": { - "ConceptualEntity": "Approval Status", - "ConceptualProperty": "# of Member Families" + "ConceptualEntity": "Date", + "ConceptualProperty": "Date" } }, "State": "Generated", "Terms": [ { - "# of member families": { + "date": { "State": "Generated" } }, { - "no of member family": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - }, - { - "num of member family": { + "moment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.736 } }, { - "number of member family": { + "period": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.714 } } - ] + ], + "SemanticType": "Time" }, - "approval_status.order": { + "date.date_integer": { "Definition": { "Binding": { - "ConceptualEntity": "Approval Status", - "ConceptualProperty": "Order" + "ConceptualEntity": "Date", + "ConceptualProperty": "Date Integer" } }, "State": "Generated", @@ -179,379 +135,324 @@ cultureInfo en-US }, "Terms": [ { - "order": { + "date integer": { "State": "Generated" } }, { - "instruction": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "integer": { + "State": "Generated", + "Weight": 0.97 } }, { - "direction": { + "moment integer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.6 } }, { - "edict": { + "period integer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.582 } }, { - "command": { + "date digit": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.5 } }, { - "directive": { + "digit": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "demand": { + "date number": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.485 } }, { - "mandate": { + "date numeral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.485 } }, { - "imperative": { + "date figure": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.485 } }, { - "stability": { + "numeral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } }, { - "harmony": { + "figure": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } } ] }, - "approval_status.role_approval_status": { + "date.day_in_month": { "Definition": { "Binding": { - "ConceptualEntity": "Approval Status", - "ConceptualProperty": "RoleApprovalStatus" + "ConceptualEntity": "Date", + "ConceptualProperty": "Days in Month" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "role approval status": { + "day in month": { "State": "Generated" } }, { - "RoleApprovalStatus": { - "Type": "Noun", + "in month": { "State": "Generated", - "Weight": 0.99 - } - }, - { - "role approval category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 + "Weight": 0.97 } }, { - "role approval importance": { + "in mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.75 } }, { - "role approval prestige": { + "day in mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.609 } - }, + } + ] + }, + "date.day_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "Day Name" + } + }, + "State": "Generated", + "Terms": [ { - "role approval prominence": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 + "day name": { + "State": "Generated" } }, { - "role approval condition": { + "day nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.727 } }, { - "role approval class": { + "day title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.727 } }, { - "role approval grade": { + "day label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.727 } }, { - "role approval level": { + "day tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 - } - }, - { - "role approval position": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 - } - }, - { - "role approval rank": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 + "Weight": 0.727 } } ] }, - "approval_status.status": { + "date.day_name_short": { "Definition": { "Binding": { - "ConceptualEntity": "Approval Status", - "ConceptualProperty": "Status" + "ConceptualEntity": "Date", + "ConceptualProperty": "Day Name Short" } }, "State": "Generated", "Terms": [ { - "status": { + "day name short": { "State": "Generated" } }, { - "category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "short": { + "State": "Generated", + "Weight": 0.97 } }, { - "importance": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "name short": { + "State": "Generated", + "Weight": 0.97 } }, { - "prestige": { + "day nickname short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.591 } }, { - "prominence": { + "day title short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.591 } }, { - "condition": { + "day label short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.591 } }, { - "class": { + "day tag short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.591 } }, { - "grade": { + "nickname short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.582 } }, { - "position": { + "title short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ] - }, - "arrangement": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement" - } - }, - "State": "Generated", - "Terms": [ - { - "arrangement": { - "State": "Generated" + "Weight": 0.582 } }, { - "preparation": { + "label short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.582 } }, { - "procedure": { + "tag short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.582 } }, { - "prearrangement": { + "small": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "planning": { + "little": { "Type": "Noun", "State": "Suggested", "Source": { @@ -559,651 +460,456 @@ cultureInfo en-US }, "Weight": 0.476 } - }, + } + ] + }, + "date.day_of_month_number": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "Day of Month Number" + } + }, + "State": "Generated", + "Terms": [ { - "agreement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 + "day of month number": { + "State": "Generated" } }, { - "pact": { + "day of mth number": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.617 } }, { - "understanding": { + "day of month no": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.599 } - }, + } + ] + }, + "date.day_of_week_number": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "Day of Week Number" + } + }, + "State": "Generated", + "Terms": [ { - "bargain": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 + "day of week number": { + "State": "Generated" } }, { - "deal": { + "day of week no": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.599 } } ] }, - "arrangement.average_arrangement_duration": { + "date.end_of_month": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Average Arrangements Duration" + "ConceptualEntity": "Date", + "ConceptualProperty": "End of Month" } }, "State": "Generated", "Terms": [ { - "average arrangements duration": { + "end of month": { "State": "Generated" } }, { - "duration": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "arrangements duration": { + "end": { "State": "Generated", "Weight": 0.97 } }, { - "average arrangement length": { + "completion of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.762 } }, { - "average arrangement extent": { + "conclusion of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.762 } }, { - "average arrangement interval": { + "expiration of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.762 } }, { - "arrangement length": { + "close of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.739 } }, { - "arrangement extent": { + "finish of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.739 } }, { - "arrangement interval": { + "last of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.739 } }, { - "average arrangement period": { + "stop of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.739 } }, { - "average arrangement spell": { + "closing of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.739 } }, { - "length": { + "ending of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.739 } }, { - "extent": { + "completion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 - } - }, - { - "Average Arrangement Duration (days)": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "arrangement.day_in_setup": { + "date.month_name": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Days in Setup" + "ConceptualEntity": "Date", + "ConceptualProperty": "Month Name" } }, "State": "Generated", "Terms": [ { - "day in setup": { + "month name": { "State": "Generated" } }, { - "setup": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "in setup": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "in arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "in system": { + "month nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "in situation": { + "month title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "in operation": { + "month label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "in framework": { + "month tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "in organization": { + "mth name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 - } - }, - { - "system": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "operation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "framework": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "in format": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "Weight": 0.6 } } ] }, - "arrangement.days_active": { + "date.month_name_default": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Days Active" + "ConceptualEntity": "Date", + "ConceptualProperty": "Month Name Default" } }, "State": "Generated", "Terms": [ { - "days active": { + "month name default": { "State": "Generated" } }, { - "day active": { - "Type": "Noun", + "default": { "State": "Generated", - "Weight": 0.78 + "Weight": 0.97 } }, { - "active": { + "name default": { "State": "Generated", "Weight": 0.97 } }, { - "dynamic": { + "mth name default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.609 } }, { - "functioning": { + "month nickname default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.591 } }, { - "effective": { + "month title default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.591 } }, { - "operating": { + "month label default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.591 } }, { - "working": { + "month tag default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 - } - } - ] - }, - "arrangement.ended.variation.date_hierarchy": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" - } - }, - "State": "Generated", - "Terms": [ - { - "ended date hierarchy": { - "State": "Generated" - } - }, - { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.ended.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ - { - "ended day": { - "State": "Generated" - } - }, - { - "day": { - "State": "Generated" - } - } - ], - "SemanticType": "Time" - }, - "arrangement.ended.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ - { - "ended month": { - "State": "Generated" - } - }, - { - "month": { - "State": "Generated" + "Weight": 0.591 } }, { - "ended mth": { + "nickname default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.582 } }, { - "mth": { + "title default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.ended.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ - { - "ended quarter": { - "State": "Generated" - } - }, - { - "quarter": { - "State": "Generated" + "Weight": 0.582 } }, { - "ended qtr": { + "label default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.582 } }, { - "qtr": { + "tag default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 + "Weight": 0.582 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.ended.variation.date_hierarchy.year": { + "date.month_name_short": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" + "ConceptualEntity": "Date", + "ConceptualProperty": "Month Name Short" } }, "State": "Generated", "Terms": [ { - "ended year": { + "month name short": { "State": "Generated" } }, { - "year": { - "State": "Generated" + "short": { + "State": "Generated", + "Weight": 0.97 } }, { - "ended yr": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "name short": { + "State": "Generated", + "Weight": 0.97 } }, { - "yr": { + "mth name short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.full_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Full Name" - } - }, - "State": "Generated", - "Terms": [ - { - "full name": { - "State": "Generated" + "Weight": 0.609 } }, { - "full nickname": { + "month nickname short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.591 } }, { - "full title": { + "month title short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.591 } }, { - "full label": { + "month label short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.591 } }, { - "full tag": { + "month tag short": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.591 } }, { - "full surname": { + "nickname short": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1213,7 +919,7 @@ cultureInfo en-US } }, { - "complete name": { + "title short": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1223,7 +929,7 @@ cultureInfo en-US } }, { - "entire name": { + "label short": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1233,7 +939,7 @@ cultureInfo en-US } }, { - "whole name": { + "tag short": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1243,309 +949,252 @@ cultureInfo en-US } }, { - "full given name": { + "small": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } } ] }, - "arrangement.id": { + "date.month_of_year": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Id" - } + "ConceptualEntity": "Date", + "ConceptualProperty": "Month Of Year" + } }, "State": "Generated", "Terms": [ { - "id": { + "month of year": { "State": "Generated" } }, { - "identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "identity": { + "mth of year": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.762 } }, { - "credential": { + "month of yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.609 } } - ], - "NameType": "Identifier" + ] }, - "arrangement.of_arrangements": { + "date.monthyear": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Arrangements" + "ConceptualEntity": "Date", + "ConceptualProperty": "Month-Year" } }, "State": "Generated", "Terms": [ { - "# of arrangements": { + "month-year": { "State": "Generated" } }, { - "no of arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 - } - }, - { - "num of arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 + "month year": { + "State": "Generated", + "Weight": 0.97 } }, { - "number of arrangement": { + "month-yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 - } - } - ] - }, - "arrangement.of_arrangements_active": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Arrangements Active" - } - }, - "State": "Generated", - "Terms": [ - { - "# of arrangements active": { - "State": "Generated" + "Weight": 0.762 } }, { - "no of arrangement active": { + "month yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.75 } }, { - "num of arrangement active": { + "mth -year": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.609 } }, { - "number of arrangement active": { + "mth year": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.6 } } ] }, - "arrangement.of_arrangements_ended": { + "date.selected_timeframe_end": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Arrangements Ended" + "ConceptualEntity": "Date", + "ConceptualProperty": "Selected Timeframe End" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "# of arrangements ended": { + "selected timeframe end": { "State": "Generated" } }, { - "no of arrangement ended": { + "end": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "timeframe end": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "selected timeframe completion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.762 } }, { - "num of arrangement ended": { + "selected timeframe conclusion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.762 } }, { - "number of arrangement ended": { + "selected timeframe expiration": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 - } - } - ] - }, - "arrangement.of_arrangements_requested_in_period": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Arrangements Requested" - } - }, - "State": "Generated", - "Terms": [ - { - "# of arrangements requested": { - "State": "Generated" + "Weight": 0.762 } }, { - "no of arrangement requested": { + "timeframe completion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.75 } }, { - "num of arrangement requested": { + "timeframe conclusion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.75 } }, { - "number of arrangement requested": { + "timeframe expiration": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 - } - } - ] - }, - "arrangement.of_arrangements_started": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Arrangements Started" - } - }, - "State": "Generated", - "Terms": [ - { - "# of arrangements started": { - "State": "Generated" + "Weight": 0.75 } }, { - "no of arrangement started": { + "selected timeframe close": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.739 } }, { - "num of arrangement started": { + "selected timeframe finish": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.739 } }, { - "number of arrangement started": { + "selected timeframe last": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.739 } }, { - "Arrangements Started": { + "selected timeframe stop": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.739 } } - ] + ], + "SemanticType": "Time" }, - "arrangement.of_days_active_in_period": { + "date.selected_timeframe_start": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "# of Days Active in Period" + "ConceptualEntity": "Date", + "ConceptualProperty": "Selected Timeframe Start" } }, "State": "Generated", @@ -1554,94 +1203,84 @@ cultureInfo en-US }, "Terms": [ { - "# of days active in period": { + "selected timeframe start": { "State": "Generated" } - } - ] - }, - "arrangement.person_age_at_start": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Person Age at Start" - } - }, - "State": "Generated", - "Terms": [ + }, { - "person age at start": { - "State": "Generated" + "start": { + "State": "Generated", + "Weight": 0.97 } }, { - "person age": { + "timeframe start": { "State": "Generated", "Weight": 0.97 } }, { - "person oldness at start": { + "selected timeframe twitch": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.514 + "Weight": 0.492 } }, { - "person oldness": { + "selected timeframe jump": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.492 } }, { - "person stage at start": { + "selected timeframe jerk": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.492 } }, { - "person phase at start": { + "selected timeframe flinch": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.492 } }, { - "person era at start": { + "selected timeframe jolt": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.489 + "Weight": 0.492 } }, { - "person epoch at start": { + "timeframe twitch": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.489 + "Weight": 0.485 } }, { - "person stage": { + "timeframe jump": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1651,7 +1290,7 @@ cultureInfo en-US } }, { - "person phase": { + "timeframe jerk": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1661,119 +1300,110 @@ cultureInfo en-US } }, { - "person era": { + "timeframe flinch": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.475 + "Weight": 0.485 } }, { - "person epoch": { + "timeframe jolt": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.475 + "Weight": 0.485 } } - ] + ], + "SemanticType": "Time" }, - "arrangement.person_id": { + "date.start_of_month": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "PersonId" + "ConceptualEntity": "Date", + "ConceptualProperty": "Start of Month" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "person id": { + "start of month": { "State": "Generated" } }, { - "PersonId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "person": { + "start": { "State": "Generated", "Weight": 0.97 } }, { - "person identification": { + "start of mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.609 } }, { - "person identity": { + "twitch of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.492 } }, { - "person identifier": { + "jump of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.492 } }, { - "person credential": { + "jerk of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.492 } }, { - "creature": { + "flinch of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.492 } }, { - "being": { + "jolt of month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.492 } }, { - "individual": { + "twitch": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1783,7 +1413,7 @@ cultureInfo en-US } }, { - "soul": { + "jump": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1793,7 +1423,7 @@ cultureInfo en-US } }, { - "party": { + "jerk": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1803,7 +1433,7 @@ cultureInfo en-US } }, { - "human": { + "flinch": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1812,133 +1442,272 @@ cultureInfo en-US "Weight": 0.476 } } - ] - }, - "arrangement.phase": { + ], + "SemanticType": "Time" + }, + "date.year": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Phase" + "ConceptualEntity": "Date", + "ConceptualProperty": "Year" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" + "Terms": [ + { + "year": { + "State": "Generated" + } + }, + { + "yr": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 + } + } + ], + "SemanticType": "Time" + }, + "date.year_default": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "Year Default" + } }, + "State": "Generated", "Terms": [ { - "phase": { + "year default": { "State": "Generated" } }, { - "stage": { + "default": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "yr default": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 + } + } + ] + }, + "date.yyyymm": { + "Definition": { + "Binding": { + "ConceptualEntity": "Date", + "ConceptualProperty": "YYYY-MM" + } + }, + "State": "Generated", + "Terms": [ + { + "yyyy-mm": { + "State": "Generated" } }, { - "point": { + "yyyy mm": { + "State": "Generated", + "Weight": 0.97 + } + } + ] + }, + "location.location_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Location Client", + "ConceptualProperty": "Location" + } + }, + "State": "Generated", + "Terms": [ + { + "location name": { + "State": "Generated" + } + }, + { + "name": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "location nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "chapter": { + "location title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "segment": { + "location label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "part": { + "location tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "period": { + "locality name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 } }, { - "rung": { + "placement name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 + } + }, + { + "scene name": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.6 + } + }, + { + "venue name": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.6 + } + }, + { + "address name": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.582 + } + }, + { + "place name": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.582 + } + }, + { + "Location": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } - ] + ], + "NameType": "Name" }, - "arrangement.reason": { + "location.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Reason" + "ConceptualEntity": "Location Client", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "reason": { + "RLS key": { "State": "Generated" } }, { - "motivation": { + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "intention": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "aim": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1948,7 +1717,7 @@ cultureInfo en-US } }, { - "motive": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1958,7 +1727,7 @@ cultureInfo en-US } }, { - "cause": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1968,7 +1737,7 @@ cultureInfo en-US } }, { - "goal": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1978,7 +1747,7 @@ cultureInfo en-US } }, { - "purpose": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -1988,487 +1757,466 @@ cultureInfo en-US } }, { - "object": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "intelligence": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } }, { - "judgement": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } } ] }, - "arrangement.referral_id": { + "location": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "ReferralId" + "ConceptualEntity": "Location Client" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "referral id": { + "location": { "State": "Generated" } }, { - "ReferralId": { + "locality": { "Type": "Noun", - "State": "Generated", - "Weight": 0.99 + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "referral identification": { + "placement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.736 } }, { - "referral identity": { + "scene": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.736 } }, { - "referral identifier": { + "venue": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.736 } }, { - "referral credential": { + "address": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.714 } - } - ] - }, - "arrangement.requested": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Requested" - } - }, - "State": "Generated", - "Terms": [ + }, { - "requested": { - "State": "Generated" + "place": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "date": { - "State": "Generated", - "Weight": 0.7 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.requested.variation.date_hierarchy": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Requested", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" - } - }, - "State": "Generated", - "Terms": [ + "position": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 + } + }, { - "requested date hierarchy": { - "State": "Generated" + "setting": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 + "site": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 + "spot": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.requested.variation.date_hierarchy.day": { + "family.state": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Requested", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" + "ConceptualEntity": "Family", + "ConceptualProperty": "State" } }, "State": "Generated", "Terms": [ { - "requested day": { - "State": "Generated" - } + "": {} }, { - "day": { - "State": "Generated" + "province": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } - } - ], - "SemanticType": "Time" - }, - "arrangement.requested.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Requested", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ + }, { - "requested month": { - "State": "Generated" + "territory": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "month": { - "State": "Generated" + "nation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "requested mth": { + "condition": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.714 } }, { - "mth": { + "country": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.714 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.requested.variation.date_hierarchy.quarter": { + "family.county": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Requested", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" + "ConceptualEntity": "Family", + "ConceptualProperty": "County" } }, "State": "Generated", "Terms": [ { - "requested quarter": { + "county": { "State": "Generated" } }, { - "quarter": { - "State": "Generated" + "region": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.491 } }, { - "requested qtr": { + "province": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.491 } }, { - "qtr": { + "shire": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.requested.variation.date_hierarchy.year": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Requested", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" - } - }, - "State": "Generated", - "Terms": [ - { - "requested year": { - "State": "Generated" + "Weight": 0.491 } }, { - "year": { - "State": "Generated" + "section": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "requested yr": { + "district": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "yr": { + "canton": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.started.variation.date_hierarchy": { + "family.city": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" + "ConceptualEntity": "Family", + "ConceptualProperty": "City" } }, "State": "Generated", "Terms": [ { - "started date hierarchy": { + "city": { "State": "Generated" } }, { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 + "metropolis": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 + "municipality": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } - } - ], - "SemanticType": "Time" - }, - "arrangement.started.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ + }, { - "started day": { - "State": "Generated" + "town": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "day": { - "State": "Generated" + "metropolitan": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.started.variation.date_hierarchy.month": { + "family.home_church": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" + "ConceptualEntity": "Family", + "ConceptualProperty": "Home Church" } }, "State": "Generated", "Terms": [ { - "started month": { + "home church": { "State": "Generated" } }, { - "month": { - "State": "Generated" + "church": { + "State": "Generated", + "Weight": 0.97 } }, { - "started mth": { + "clerical": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "mth": { + "religious": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } - } - ], - "SemanticType": "Time" - }, - "arrangement.started.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ + }, { - "started quarter": { - "State": "Generated" + "home minster": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 } }, { - "quarter": { - "State": "Generated" + "home basilica": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 } }, { - "started qtr": { + "minster": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.466 } }, { - "qtr": { + "basilica": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 + "Weight": 0.466 + } + }, + { + "home cathedral": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.461 + } + }, + { + "cathedral": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.452 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.started.variation.date_hierarchy.year": { + "family.postal_code": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" + "ConceptualEntity": "Family", + "ConceptualProperty": "Postal Code" } }, "State": "Generated", "Terms": [ { - "started year": { - "State": "Generated" - } - }, - { - "year": { + "postal code": { "State": "Generated" } }, { - "started yr": { + "postal id": { "Type": "Noun", "State": "Suggested", "Source": { @@ -2478,248 +2226,255 @@ cultureInfo en-US } }, { - "yr": { + "postal key": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } } - ], - "SemanticType": "Time" + ] }, - "arrangement.total_arrangement_duration": { + "family.address_line_2": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Total Arrangements Duration" + "ConceptualEntity": "Family", + "ConceptualProperty": "Address Line 2" } }, "State": "Generated", "Terms": [ { - "total arrangements duration": { + "address line 2": { "State": "Generated" } }, { - "duration": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "arrangements duration": { + "line 2": { "State": "Generated", "Weight": 0.97 } }, { - "aggregate arrangement duration": { + "location line 2": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.609 } }, { - "overall arrangement duration": { + "direction line 2": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.609 } }, { - "total arrangement length": { + "residence line 2": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.609 } }, { - "total arrangement extent": { + "contact line 2": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.591 } }, { - "total arrangement interval": { + "place line 2": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.591 + } + } + ] + }, + "family.address_line_1": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Address Line 1" + } + }, + "State": "Generated", + "Terms": [ + { + "address line 1": { + "State": "Generated" } }, { - "arrangement length": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "line 1": { + "State": "Generated", + "Weight": 0.97 } }, { - "arrangement extent": { + "location line 1": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.609 } }, { - "arrangement interval": { + "direction line 1": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.609 } }, { - "total arrangement period": { + "residence line 1": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.609 } }, { - "total arrangement spell": { + "contact line 1": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.591 } }, { - "Total Arrangements Duration (days)": { + "place line 1": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.591 } } ] }, - "arrangement.type_name": { + "family.phone_number": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "TypeName" + "ConceptualEntity": "Family", + "ConceptualProperty": "Phone Number" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "type name": { + "phone number": { "State": "Generated" } }, { - "TypeName": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "type": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "category": { + "phone no": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } - }, + } + ] + }, + "family.email": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Email" + } + }, + "State": "Generated", + "Terms": [ { - "genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "email": { + "State": "Generated" } }, { - "manner": { + "correspondence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "variety": { + "message": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.452 } }, { - "type nickname": { + "communication": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.452 + } + } + ] + }, + "family.family_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Family Name" + } + }, + "State": "Generated", + "Terms": [ + { + "family name": { + "State": "Generated" } }, { - "type title": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "name": { + "State": "Generated", + "Weight": 0.97 } }, { - "type label": { + "family nickname": { "Type": "Noun", "State": "Suggested", "Source": { @@ -2729,7 +2484,7 @@ cultureInfo en-US } }, { - "type tag": { + "family title": { "Type": "Noun", "State": "Suggested", "Source": { @@ -2739,233 +2494,184 @@ cultureInfo en-US } }, { - "brand": { + "family label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.727 } }, { - "class": { + "family tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.727 } } - ] + ], + "NameType": "Name" }, - "arrangement_phase": { + "family.family_id": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Phase" + "ConceptualEntity": "Family", + "ConceptualProperty": "Family Id" } }, "State": "Generated", "Terms": [ { - "arrangement phase": { + "family id": { "State": "Generated" } }, { - "arrangement stage": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "arrangement point": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "arrangement chapter": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "arrangement segment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "id": { + "State": "Generated", + "Weight": 0.97 } }, { - "arrangement part": { + "family identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "arrangement period": { + "family identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "arrangement level": { + "family identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "arrangement rung": { + "family credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } } - ] + ], + "NameType": "Identifier" }, - "arrangement_phase.arrangement_phase": { + "child_location_record.childcare_family_name": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Phase", - "ConceptualProperty": "ArrangementPhase" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Childcare Family Name" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "arrangement phase": { + "childcare family name": { "State": "Generated" } }, { - "ArrangementPhase": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "arrangement stage": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "arrangement point": { + "childcare family nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.739 } }, { - "arrangement chapter": { + "childcare family title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.739 } }, { - "arrangement segment": { + "childcare family label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.739 } }, { - "arrangement part": { + "childcare family tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.739 } }, { - "arrangement period": { - "Type": "Noun", + "Childcare Family": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.485 + "Weight": 0.9 } - }, + } + ] + }, + "family.family_UID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Family UID" + } + }, + "State": "Generated", + "Terms": [ { - "arrangement level": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "family UID": { + "State": "Generated" } }, { - "arrangement rung": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "UID": { + "State": "Generated", + "Weight": 0.97 } } ] }, - "arrangement_phase.order": { + "family.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Phase", - "ConceptualProperty": "Order" + "ConceptualEntity": "Family", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", @@ -2974,42 +2680,55 @@ cultureInfo en-US }, "Terms": [ { - "order": { + "RLS key": { "State": "Generated" } }, { - "instruction": { + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "direction": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "edict": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "command": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3019,7 +2738,7 @@ cultureInfo en-US } }, { - "directive": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3029,7 +2748,7 @@ cultureInfo en-US } }, { - "demand": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3039,7 +2758,7 @@ cultureInfo en-US } }, { - "mandate": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3049,53 +2768,52 @@ cultureInfo en-US } }, { - "imperative": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "stability": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } }, { - "harmony": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } } ] }, - "arrangement_phase.phase": { + "family": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Phase", - "ConceptualProperty": "Phase" + "ConceptualEntity": "Family" } }, "State": "Generated", "Terms": [ { - "phase": { + "family": { "State": "Generated" } }, { - "stage": { + "domestic": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3105,7 +2823,7 @@ cultureInfo en-US } }, { - "point": { + "household": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3115,7 +2833,7 @@ cultureInfo en-US } }, { - "chapter": { + "personal": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3125,7 +2843,7 @@ cultureInfo en-US } }, { - "segment": { + "intimate": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3135,7 +2853,7 @@ cultureInfo en-US } }, { - "part": { + "private": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3145,48 +2863,56 @@ cultureInfo en-US } }, { - "period": { + "clan": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.466 } }, { - "rung": { + "kinfolk": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.466 } } ] }, - "arrangement_type": { + "rl.user_id": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Type" + "ConceptualEntity": "RLS", + "ConceptualProperty": "UserId" } }, "State": "Generated", "Terms": [ { - "arrangement type": { + "user id": { "State": "Generated" } }, { - "type": { + "UserId": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.99 + } + }, + { + "user": { "State": "Generated", "Weight": 0.97 } }, { - "arrangement category": { + "user identification": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3196,7 +2922,7 @@ cultureInfo en-US } }, { - "arrangement genre": { + "user identity": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3206,7 +2932,7 @@ cultureInfo en-US } }, { - "arrangement manner": { + "user identifier": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3216,520 +2942,458 @@ cultureInfo en-US } }, { - "arrangement variety": { + "user credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "category": { + "operator": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "genre": { + "worker": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "manner": { + "employer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "variety": { + "manipulator": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "arrangement brand": { + "handler": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } }, { - "arrangement class": { + "manager": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } } ] }, - "arrangement_type.child_involvement": { + "community.community_name": { "Definition": { "Binding": { - "ConceptualEntity": "Arrangement Type", - "ConceptualProperty": "ChildInvolvement" + "ConceptualEntity": "Community", + "ConceptualProperty": "Community Name" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "child involvement": { + "community name": { "State": "Generated" } }, { - "ChildInvolvement": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "involvement": { + "name": { "State": "Generated", "Weight": 0.97 } }, { - "child participation": { + "community nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "child connection": { + "community title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 - } - }, - { - "child contribution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "child engrossment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "child immersion": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "child envelopment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "child association": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "Weight": 0.727 } }, { - "participation": { + "community label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.727 } }, { - "connection": { + "community tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.727 } }, { - "contribution": { - "Type": "Noun", + "Communities for the selected family": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.491 + "Weight": 0.9 } } - ] + ], + "NameType": "Name" }, - "child_location_expanded": { + "rl.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "RLS", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "child location expanded": { + "RLS key": { "State": "Generated" } }, { - "ChildLocationExpanded": { + "RL key": { "Type": "Noun", "State": "Generated", - "Weight": 0.99 + "Weight": 0.78 } }, { - "child locality expanded": { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "child placement expanded": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "child scene expanded": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "child venue expanded": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "child address expanded": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "child place expanded": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "child position expanded": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "child setting expanded": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.475 } }, { - "child site expanded": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.475 } }, { - "child spot expanded": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.475 } } ] }, - "child_location_expanded.childcare_plan": { + "rl": { "Definition": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded", - "ConceptualProperty": "ChildcarePlan" + "ConceptualEntity": "RLS" } }, "State": "Generated", "Terms": [ { - "childcare plan": { + "rl": { "State": "Generated" } - }, + } + ] + }, + "person": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person" + } + }, + "State": "Generated", + "Terms": [ { - "ChildcarePlan": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 + "person": { + "State": "Generated" } }, { - "childcare proposal": { + "creature": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.491 } }, { - "childcare strategy": { + "being": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare agenda": { + "individual": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare arrangement": { + "soul": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare idea": { + "party": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare layout": { + "human": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare policy": { + "self": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare preparation": { + "body": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.452 } }, { - "childcare blueprint": { + "form": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.452 } }, { - "childcare initiative": { + "frame": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 - } - }, - { - "Plan for Care": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 + "Weight": 0.452 } } ] }, - "child_location_expanded.date": { + "person.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded", - "ConceptualProperty": "Date" + "ConceptualEntity": "Person", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "date": { + "RLS key": { "State": "Generated" } }, { - "moment": { + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "period": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ], - "SemanticType": "Time" - }, - "child_location_expanded.index": { - "Definition": { - "Binding": { - "ConceptualEntity": "ChildLocationExpanded", - "ConceptualProperty": "Index" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "index": { - "State": "Generated" + "Weight": 0.476 } }, { - "directory": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3739,7 +3403,7 @@ cultureInfo en-US } }, { - "catalogue": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3749,7 +3413,7 @@ cultureInfo en-US } }, { - "catalog": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3759,7 +3423,7 @@ cultureInfo en-US } }, { - "guide": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3769,7 +3433,7 @@ cultureInfo en-US } }, { - "file": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -3779,379 +3443,385 @@ cultureInfo en-US } }, { - "manifestation": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } }, { - "pointer": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } }, { - "indication": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } - }, + } + ] + }, + "person.family_UID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Family UID" + } + }, + "State": "Generated", + "Terms": [ { - "indicator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 + "family UID": { + "State": "Generated" } }, { - "symbol": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 + "UID": { + "State": "Generated", + "Weight": 0.97 } } ] }, - "child_location_expanded.overnight_stay": { + "person.person_UID": { "Definition": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded", - "ConceptualProperty": "OvernightStay" + "ConceptualEntity": "Person", + "ConceptualProperty": "Person UID" } }, "State": "Generated", "Terms": [ { - "overnight stay": { + "person UID": { "State": "Generated" } }, { - "OvernightStay": { - "Type": "Noun", + "UID": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 + } + } + ] + }, + "person.person_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Person ID" + } + }, + "State": "Generated", + "Terms": [ + { + "person ID": { + "State": "Generated" } }, { - "stay": { + "ID": { "State": "Generated", "Weight": 0.97 } }, { - "overnight stopover": { + "person identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "stopover": { + "person identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "overnight break": { + "person identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "overnight vacation": { + "person credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } - }, + } + ], + "NameType": "Identifier" + }, + "person.first_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "First Name" + } + }, + "State": "Generated", + "Terms": [ { - "overnight sojourn": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "first name": { + "State": "Generated" } }, { - "overnight holiday": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "name": { + "State": "Generated", + "Weight": 0.97 } }, { - "overnight visit": { + "first nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } }, { - "break": { + "first title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "vacation": { + "first label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "sojourn": { + "first tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "Overnight ?": { + "1st name": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.582 } } - ] + ], + "NameType": "Name" }, - "child_location_record": { + "person.last_name": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Person", + "ConceptualProperty": "Last Name" } }, "State": "Generated", "Terms": [ { - "child location record": { + "last name": { "State": "Generated" } }, { - "record": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location record": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "child locality record": { + "last nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.727 } }, { - "child placement record": { + "last title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.727 } }, { - "child scene record": { + "last label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.727 } }, { - "child venue record": { + "last tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.727 } }, { - "locality record": { + "end name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.582 } }, { - "placement record": { + "final name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.582 } }, { - "scene record": { + "closing name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.582 } }, { - "venue record": { + "concluding name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.582 } }, { - "child address record": { + "finishing name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.582 } }, { - "child place record": { + "former name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.582 } } ] }, - "child_location_record.arrangement_id": { + "person.full_name": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "ArrangementId" + "ConceptualEntity": "Person", + "ConceptualProperty": "Full Name" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "arrangement id": { + "full name": { "State": "Generated" } }, { - "ArrangementId": { - "Type": "Noun", + "name": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } }, { - "arrangement identification": { + "full nickname": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "arrangement identity": { + "full title": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "arrangement identifier": { + "full label": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "arrangement credential": { + "full tag": { "Type": "Noun", "State": "Suggested", "Source": { @@ -4159,239 +3829,238 @@ cultureInfo en-US }, "Weight": 0.727 } - } - ] - }, - "child_location_record.child_person_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "ChildPersonId" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "child person id": { - "State": "Generated" - } }, { - "ChildPersonId": { + "full surname": { "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "person": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "child person": { - "State": "Generated", - "Weight": 0.97 + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.582 } }, { - "child person identification": { + "complete name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.582 } }, { - "child person identity": { + "entire name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.582 } }, { - "child person identifier": { + "whole name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.582 } }, { - "child person credential": { + "full given name": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.466 } }, { - "child creature": { - "Type": "Noun", + "Person Name": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.5 + "Weight": 0.9 + } + } + ], + "NameType": "Name" + }, + "person.person_type": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Person Type" + } + }, + "State": "Generated", + "Terms": [ + { + "person type": { + "State": "Generated" } }, { - "creature": { + "type": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "person category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "child being": { + "person genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "child individual": { + "person manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "child one": { + "person variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "child soul": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 - } - } - ] - }, - "child_location_record.childcare_family_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Childcare Family Name" - } - }, - "State": "Generated", - "Terms": [ - { - "childcare family name": { - "State": "Generated" + "Weight": 0.736 } }, { - "family": { - "State": "Generated", - "Weight": 0.97 + "genre": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "childcare family nickname": { + "manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.736 } }, { - "childcare family title": { + "variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.736 } }, { - "childcare family label": { + "person brand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.727 } }, { - "childcare family tag": { + "person class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.727 + } + } + ] + }, + "person.ethnicity": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Ethnicity" + } + }, + "State": "Generated", + "Terms": [ + { + "ethnicity": { + "State": "Generated" } }, { - "domestic": { + "civilization": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "household": { + "society": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "personal": { + "origin": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "intimate": { + "background": { "Type": "Noun", "State": "Suggested", "Source": { @@ -4401,7 +4070,7 @@ cultureInfo en-US } }, { - "private": { + "culture": { "Type": "Noun", "State": "Suggested", "Source": { @@ -4409,356 +4078,358 @@ cultureInfo en-US }, "Weight": 0.476 } + } + ] + }, + "person.gender": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Gender" + } + }, + "State": "Generated", + "Terms": [ + { + "gender": { + "State": "Generated" + } }, { - "clan": { + "sexuality": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.736 } }, { - "Childcare Family": { + "sex": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.714 } } ] }, - "child_location_record.childcare_plan": { + "person.date_of_birth": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "ChildcarePlan" + "ConceptualEntity": "Person", + "ConceptualProperty": "Date of Birth" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "childcare plan": { + "date of birth": { "State": "Generated" } }, { - "ChildcarePlan": { - "Type": "Noun", + "date": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.7 } }, { - "childcare proposal": { + "moment of birth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "childcare strategy": { + "period of birth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.739 + } + } + ], + "SemanticType": "Time" + }, + "person.date_of_birth.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "VariationSource": "Date of Birth", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ + { + "date hierarchy of birth": { + "State": "Generated" } }, { - "childcare agenda": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 + } + } + ], + "SemanticType": "Time" + }, + "person.date_of_birth.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "VariationSource": "Date of Birth", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "year of birth": { + "State": "Generated" } }, { - "childcare arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "year": { + "State": "Generated" } }, { - "childcare idea": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "date of birth year": { + "State": "Generated" } }, { - "childcare layout": { + "moment of birth year": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.771 } }, { - "childcare policy": { + "yr of birth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "childcare preparation": { + "period of birth year": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.748 } }, { - "childcare blueprint": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.736 } }, { - "childcare initiative": { + "date of birth yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.617 } } - ] + ], + "SemanticType": "Time" }, - "child_location_record.days_of_care": { + "person.date_of_birth.quarter": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Days of Care" + "ConceptualEntity": "Person", + "VariationSource": "Date of Birth", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" } }, "State": "Generated", "Terms": [ { - "days of care": { + "quarter of birth": { "State": "Generated" } }, { - "existence of care": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "being of care": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 + "quarter": { + "State": "Generated" } }, { - "living of care": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 + "date of birth quarter": { + "State": "Generated" } }, { - "eras of care": { + "qtr of birth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.846 } }, { - "generation of care": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.818 } }, { - "epoch of care": { + "moment of birth quarter": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.771 } }, { - "period of care": { + "period of birth quarter": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.468 + "Weight": 0.748 } }, { - "age of care": { + "date of birth qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.468 + "Weight": 0.686 } } - ] + ], + "SemanticType": "Time" }, - "child_location_record.duration": { + "person.date_of_birth.month": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Duration" + "ConceptualEntity": "Person", + "VariationSource": "Date of Birth", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "duration": { + "month of birth": { "State": "Generated" } }, { - "length": { + "month": { + "State": "Generated" + } + }, + { + "date of birth month": { + "State": "Generated" + } + }, + { + "moment of birth month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.771 } }, { - "extent": { + "mth of birth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.762 } }, { - "interval": { + "period of birth month": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.748 } }, { - "period": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } }, { - "spell": { + "date of birth mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 - } - } - ] - }, - "child_location_record.ended.variation.date_hierarchy": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" - } - }, - "State": "Generated", - "Terms": [ - { - "ended date hierarchy": { - "State": "Generated" - } - }, - { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.617 } } ], "SemanticType": "Time" }, - "child_location_record.ended.variation.date_hierarchy.day": { + "person.date_of_birth.day": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Ended", + "ConceptualEntity": "Person", + "VariationSource": "Date of Birth", "VariationSet": "Variation", "Hierarchy": "Date Hierarchy", "HierarchyLevel": "Day" @@ -4767,7 +4438,7 @@ cultureInfo en-US "State": "Generated", "Terms": [ { - "ended day": { + "day of birth": { "State": "Generated" } }, @@ -4775,238 +4446,180 @@ cultureInfo en-US "day": { "State": "Generated" } - } - ], - "SemanticType": "Time" - }, - "child_location_record.ended.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ - { - "ended month": { - "State": "Generated" - } }, { - "month": { + "date of birth day": { "State": "Generated" } }, { - "ended mth": { + "moment of birth day": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.771 } }, { - "mth": { + "period of birth day": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.748 } } ], "SemanticType": "Time" }, - "child_location_record.ended.variation.date_hierarchy.quarter": { + "arrangement": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" + "ConceptualEntity": "Arrangements" } }, "State": "Generated", "Terms": [ { - "ended quarter": { - "State": "Generated" - } - }, - { - "quarter": { + "arrangement": { "State": "Generated" } }, { - "ended qtr": { + "preparation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.491 } }, { - "qtr": { + "procedure": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 - } - } - ], - "SemanticType": "Time" - }, - "child_location_record.ended.variation.date_hierarchy.year": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Ended", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" - } - }, - "State": "Generated", - "Terms": [ - { - "ended year": { - "State": "Generated" - } - }, - { - "year": { - "State": "Generated" + "Weight": 0.491 } }, { - "ended yr": { + "prearrangement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.491 } }, { - "yr": { + "organization": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "child_location_record.family_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "FamilyId" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "family id": { - "State": "Generated" - } - }, - { - "FamilyId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "family": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.491 } }, { - "family identification": { + "planning": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "family identity": { + "agreement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.466 } }, { - "family identifier": { + "pact": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.466 } }, { - "family credential": { + "understanding": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.452 } }, { - "domestic": { + "bargain": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.452 } }, { - "household": { + "deal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.452 } - }, - { - "personal": { - "Type": "Noun", + } + ] + }, + "arrangement.RLS_key": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "RLS Key" + } + }, + "State": "Generated", + "Terms": [ + { + "RLS key": { + "State": "Generated" + } + }, + { + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { + "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" @@ -5015,7 +4628,7 @@ cultureInfo en-US } }, { - "intimate": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5025,7 +4638,7 @@ cultureInfo en-US } }, { - "private": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5035,36 +4648,17 @@ cultureInfo en-US } }, { - "clan": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 - } - } - ] - }, - "child_location_record.index": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Index" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "index": { - "State": "Generated" + "Weight": 0.476 } }, { - "directory": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5074,7 +4668,7 @@ cultureInfo en-US } }, { - "catalogue": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5084,7 +4678,7 @@ cultureInfo en-US } }, { - "catalog": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5094,345 +4688,283 @@ cultureInfo en-US } }, { - "guide": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "file": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "manifestation": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 + } + } + ] + }, + "arrangement.arrangement_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Arrangement ID" + } + }, + "State": "Generated", + "Terms": [ + { + "arrangement ID": { + "State": "Generated" } }, { - "pointer": { + "ID": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "arrangement identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.75 } }, { - "indication": { + "arrangement identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.75 } }, { - "indicator": { + "arrangement identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.75 } }, { - "symbol": { + "arrangement credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.727 } } - ] + ], + "NameType": "Identifier" }, - "child_location_record.nights_of_care": { + "arrangement.arrangement_type_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Nights of Care" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Arrangement Type UID" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "nights of care": { + "arrangement type UID": { "State": "Generated" } }, { - "nights": { + "UID": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "type UID": { "State": "Generated", "Weight": 0.97 } }, { - "dark of care": { + "arrangement category uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.609 } }, { - "dusk of care": { + "arrangement genre uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.609 } }, { - "dark": { + "arrangement manner uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.609 } }, { - "dusk": { + "arrangement variety uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.609 } }, { - "evening of care": { + "category uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.468 + "Weight": 0.6 } }, { - "evening": { + "genre uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 - } - } - ] - }, - "child_location_record.of_days_of_care_in_period": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "# of Days of Care in Period" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "# of days of care in period": { - "State": "Generated" - } - } - ] - }, - "child_location_record.of_hours_of_care": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "# of Hours of Care" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "# of hours of care": { - "State": "Generated" + "Weight": 0.6 } }, { - "no of hour of care": { + "manner uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.6 } }, { - "num of hour of care": { + "variety uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.6 } }, { - "number of hour of care": { + "arrangement brand uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 - } - } - ] - }, - "child_location_record.of_nights_of_care_in_period": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "# of Nights of Care in Period" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "# of nights of care in period": { - "State": "Generated" + "Weight": 0.591 } - } - ] - }, - "child_location_record.of_times_care_provided_in_period": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "# of Times Care Provided in Period" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ + }, { - "# of times care provided in period": { - "State": "Generated" + "arrangement class uid": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.591 } } ] }, - "child_location_record.started.variation.date_hierarchy": { + "arrangement.arrangement_type": { "Definition": { "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Arrangement Type" } }, "State": "Generated", "Terms": [ { - "started date hierarchy": { + "arrangement type": { "State": "Generated" } }, { - "date hierarchy": { + "type": { "State": "Generated", "Weight": 0.97 } }, { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 + "arrangement category": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } - } - ], - "SemanticType": "Time" - }, - "child_location_record.started.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ + }, { - "started day": { - "State": "Generated" + "arrangement genre": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "day": { - "State": "Generated" - } - } - ], - "SemanticType": "Time" - }, - "child_location_record.started.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ - { - "started month": { - "State": "Generated" - } - }, - { - "month": { - "State": "Generated" + "arrangement manner": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "started mth": { + "arrangement variety": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5442,7 +4974,7 @@ cultureInfo en-US } }, { - "mth": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5450,267 +4982,281 @@ cultureInfo en-US }, "Weight": 0.736 } - } - ], - "SemanticType": "Time" - }, - "child_location_record.started.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ - { - "started quarter": { - "State": "Generated" - } - }, - { - "quarter": { - "State": "Generated" - } }, { - "started qtr": { + "genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.736 } }, { - "qtr": { + "manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 - } - } - ], - "SemanticType": "Time" - }, - "child_location_record.started.variation.date_hierarchy.year": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "VariationSource": "Started", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" - } - }, - "State": "Generated", - "Terms": [ - { - "started year": { - "State": "Generated" + "Weight": 0.736 } }, { - "year": { - "State": "Generated" + "variety": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "started yr": { + "arrangement brand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "yr": { + "arrangement class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } } - ], - "SemanticType": "Time" + ] }, - "childcare": { + "arrangement.referral_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Referral ID" } }, "State": "Generated", "Terms": [ { - "childcare": { + "referral ID": { "State": "Generated" } }, { - "daycare": { + "referral identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "playgroup": { + "referral identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "supervision": { + "referral identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "crèche": { + "referral credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.727 + } + } + ] + }, + "arrangement.person_UID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Person UID" + } + }, + "State": "Generated", + "Terms": [ + { + "person UID": { + "State": "Generated" } }, { - "care": { + "UID": { + "State": "Generated", + "Weight": 0.97 + } + } + ] + }, + "arrangement.person_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Person ID" + } + }, + "State": "Generated", + "Terms": [ + { + "person ID": { + "State": "Generated" + } + }, + { + "person identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "day-care": { + "person identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "baby-sitting": { + "person identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "babysitting": { + "person credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } } ] }, - "childcare.care_type": { + "arrangement.requested": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare", - "ConceptualProperty": "Care Type" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Requested" } }, "State": "Generated", "Terms": [ { - "care type": { + "requested": { "State": "Generated" } }, { - "type": { + "date": { "State": "Generated", - "Weight": 0.97 + "Weight": 0.7 } - }, + } + ], + "SemanticType": "Time" + }, + "arrangement.requested.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Requested", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ { - "care category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "requested date hierarchy": { + "State": "Generated" } }, { - "care genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 } }, { - "care manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.requested.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Requested", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "requested year": { + "State": "Generated" } }, { - "care variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "year": { + "State": "Generated" } }, { - "category": { + "requested yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.75 } }, { - "genre": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { @@ -5718,596 +5264,709 @@ cultureInfo en-US }, "Weight": 0.736 } - }, - { - "manner": { - "Type": "Noun", + } + ], + "SemanticType": "Time" + }, + "arrangement.requested.quarter": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Requested", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" + } + }, + "State": "Generated", + "Terms": [ + { + "requested quarter": { + "State": "Generated" + } + }, + { + "quarter": { + "State": "Generated" + } + }, + { + "requested qtr": { + "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.833 } }, { - "variety": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.818 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.requested.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Requested", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ + { + "requested month": { + "State": "Generated" } }, { - "care brand": { + "month": { + "State": "Generated" + } + }, + { + "requested mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.75 } }, { - "care class": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "childcare.child_involvement": { + "arrangement.requested.day": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare", - "ConceptualProperty": "ChildInvolvement" + "ConceptualEntity": "Arrangements", + "VariationSource": "Requested", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "child involvement": { + "requested day": { "State": "Generated" } }, { - "ChildInvolvement": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 + "day": { + "State": "Generated" + } + } + ], + "SemanticType": "Time" + }, + "arrangement.started": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Started" + } + }, + "State": "Generated", + "Terms": [ + { + "started": { + "State": "Generated" } }, { - "involvement": { + "date": { "State": "Generated", - "Weight": 0.97 + "Weight": 0.7 } }, { - "child participation": { + "ongoing": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "child connection": { + "happening": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "child contribution": { + "underway": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.started.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ + { + "started date hierarchy": { + "State": "Generated" } }, { - "child engrossment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 } }, { - "child immersion": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.started.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "started year": { + "State": "Generated" } }, { - "child envelopment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "year": { + "State": "Generated" } }, { - "child association": { + "started yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "participation": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.736 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.started.quarter": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" + } + }, + "State": "Generated", + "Terms": [ + { + "started quarter": { + "State": "Generated" } }, { - "connection": { + "quarter": { + "State": "Generated" + } + }, + { + "started qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.833 } }, { - "contribution": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.818 } } - ] + ], + "SemanticType": "Time" }, - "childcare.order": { + "arrangement.started.month": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare", - "ConceptualProperty": "Order" + "ConceptualEntity": "Arrangements", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "order": { + "started month": { "State": "Generated" } }, { - "instruction": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "month": { + "State": "Generated" } }, { - "direction": { + "started mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "edict": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.736 } - }, - { - "command": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "directive": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "demand": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "mandate": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "imperative": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, + } + ], + "SemanticType": "Time" + }, + "arrangement.started.day": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" + } + }, + "State": "Generated", + "Terms": [ { - "stability": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 + "started day": { + "State": "Generated" } }, { - "harmony": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 + "day": { + "State": "Generated" } } - ] + ], + "SemanticType": "Time" }, - "childcare_plan": { + "arrangement.ended": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare Plan" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Ended" } }, "State": "Generated", "Terms": [ { - "childcare plan": { + "ended": { "State": "Generated" } }, { - "childcare proposal": { + "date": { + "State": "Generated", + "Weight": 0.7 + } + }, + { + "finished": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare strategy": { + "done": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare agenda": { + "completed": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare arrangement": { + "concluded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare idea": { + "terminated": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "childcare layout": { + "broken": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.452 } }, { - "childcare policy": { + "ruined": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.452 } }, { - "childcare preparation": { + "wrecked": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.452 } }, { - "childcare blueprint": { + "useless": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.452 } }, { - "childcare initiative": { + "defunct": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.452 } } - ] + ], + "SemanticType": "Time" }, - "childcare_plan.child_location_plan": { + "arrangement.ended.date_hierarchy": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare Plan", - "ConceptualProperty": "ChildLocationPlan" + "ConceptualEntity": "Arrangements", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "child location plan": { + "ended date hierarchy": { "State": "Generated" } }, { - "ChildLocationPlan": { - "Type": "Noun", + "date hierarchy": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } }, { - "location plan": { + "hierarchy": { "State": "Generated", "Weight": 0.97 } + } + ], + "SemanticType": "Time" + }, + "arrangement.ended.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "ended year": { + "State": "Generated" + } }, { - "child location proposal": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 + "year": { + "State": "Generated" } }, { - "child location strategy": { + "ended yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.75 } }, { - "child location agenda": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.736 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.ended.quarter": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" + } + }, + "State": "Generated", + "Terms": [ + { + "ended quarter": { + "State": "Generated" } }, { - "child location arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 + "quarter": { + "State": "Generated" } }, { - "child location idea": { + "ended qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.833 } }, { - "child location layout": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.818 + } + } + ], + "SemanticType": "Time" + }, + "arrangement.ended.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ + { + "ended month": { + "State": "Generated" } }, { - "child location policy": { + "month": { + "State": "Generated" + } + }, + { + "ended mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.75 } }, { - "child location preparation": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 - } - }, - { - "location proposal": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location strategy": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "childcare_plan.order": { + "arrangement.ended.day": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare Plan", - "ConceptualProperty": "Order" + "ConceptualEntity": "Arrangements", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "order": { + "ended day": { "State": "Generated" } }, { - "instruction": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "day": { + "State": "Generated" } - }, + } + ], + "SemanticType": "Time" + }, + "arrangement.phase": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Phase" + } + }, + "State": "Generated", + "Terms": [ { - "direction": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "phase": { + "State": "Generated" } }, { - "edict": { + "stage": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "command": { + "point": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6317,7 +5976,7 @@ cultureInfo en-US } }, { - "directive": { + "chapter": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6327,7 +5986,7 @@ cultureInfo en-US } }, { - "demand": { + "segment": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6337,7 +5996,7 @@ cultureInfo en-US } }, { - "mandate": { + "part": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6347,7 +6006,7 @@ cultureInfo en-US } }, { - "imperative": { + "period": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6357,297 +6016,323 @@ cultureInfo en-US } }, { - "stability": { + "level": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } }, { - "harmony": { + "rung": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } } ] }, - "childcare_plan.plan": { + "arrangement.reason": { "Definition": { "Binding": { - "ConceptualEntity": "Childcare Plan", - "ConceptualProperty": "Plan" + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "Reason" } }, "State": "Generated", "Terms": [ { - "plan": { + "reason": { "State": "Generated" } }, { - "proposal": { + "motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "strategy": { + "intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "agenda": { + "aim": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "idea": { + "motive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "layout": { + "cause": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "policy": { + "goal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "preparation": { + "purpose": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "blueprint": { + "object": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.476 } }, { - "initiative": { + "intelligence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.466 + } + }, + { + "judgement": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.466 } } ] }, - "close_reason": { + "arrangement_type": { "Definition": { "Binding": { - "ConceptualEntity": "Close Reason" + "ConceptualEntity": "Arrangement Type" } }, "State": "Generated", "Terms": [ { - "close reason": { + "arrangement type": { "State": "Generated" } }, { - "close motivation": { + "type": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "arrangement category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "close intention": { + "arrangement genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "close aim": { + "arrangement manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "close motive": { + "arrangement variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "close cause": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.736 } }, { - "close goal": { + "genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.736 } }, { - "close purpose": { + "manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.736 } }, { - "close object": { + "variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.736 } }, { - "close end": { + "arrangement brand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } }, { - "close intelligence": { + "arrangement class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.475 + "Weight": 0.727 } } ] }, - "close_reason.order": { + "arrangement_type.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Close Reason", - "ConceptualProperty": "Order" + "ConceptualEntity": "Arrangement Type", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "order": { + "RLS key": { "State": "Generated" } }, { - "instruction": { + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "direction": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "edict": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "command": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6657,7 +6342,7 @@ cultureInfo en-US } }, { - "directive": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6667,7 +6352,7 @@ cultureInfo en-US } }, { - "demand": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6677,7 +6362,7 @@ cultureInfo en-US } }, { - "mandate": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -6687,834 +6372,780 @@ cultureInfo en-US } }, { - "imperative": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "stability": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } }, { - "harmony": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.475 } } ] }, - "close_reason.reason": { + "arrangement_type.arrangement_type_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Close Reason", - "ConceptualProperty": "Reason" + "ConceptualEntity": "Arrangement Type", + "ConceptualProperty": "Arrangement Type UID" } }, "State": "Generated", "Terms": [ { - "reason": { + "arrangement type UID": { "State": "Generated" } }, { - "motivation": { - "Type": "Noun", + "UID": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "type UID": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "arrangement category uid": { + "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.609 } }, { - "intention": { + "arrangement genre uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.609 } }, { - "aim": { + "arrangement manner uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.609 } }, { - "motive": { + "arrangement variety uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.609 } }, { - "cause": { + "category uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 } }, { - "goal": { + "genre uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 } }, { - "purpose": { + "manner uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 } }, { - "object": { + "variety uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.6 } }, { - "intelligence": { + "arrangement brand uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.591 } }, { - "judgement": { + "arrangement class uid": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.591 } } ] }, - "close_reason.referral_close_reason": { + "arrangement_type.arrangement_type": { "Definition": { "Binding": { - "ConceptualEntity": "Close Reason", - "ConceptualProperty": "ReferralCloseReason" + "ConceptualEntity": "Arrangement Type", + "ConceptualProperty": "Arrangement Type" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "referral close reason": { + "arrangement type": { "State": "Generated" } }, { - "ReferralCloseReason": { - "Type": "Noun", + "arrangement type name": { + "State": "Generated" + } + }, + { + "type": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } }, { - "referral close motivation": { + "arrangement category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.75 } }, { - "referral close intention": { + "arrangement genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.75 } }, { - "referral close aim": { + "arrangement manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.75 } }, { - "referral close motive": { + "arrangement variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.75 } }, { - "referral close cause": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.736 } }, { - "referral close goal": { + "genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.736 } }, { - "referral close purpose": { + "manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.736 } }, { - "referral close object": { + "variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.736 } }, { - "referral close end": { + "arrangement brand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.727 } }, { - "referral close intelligence": { + "arrangement class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.727 } } - ] + ], + "NameType": "Name" }, - "community": { + "arrangement_type.child_involvement": { "Definition": { "Binding": { - "ConceptualEntity": "Community" + "ConceptualEntity": "Arrangement Type", + "ConceptualProperty": "Child Involvement" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "community": { + "child involvement": { "State": "Generated" } }, { - "public": { + "involvement": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "child participation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.5 } }, { - "municipal": { + "child connection": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.5 } }, { - "open": { + "child contribution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.5 } }, { - "society": { + "child engrossment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.5 } }, { - "population": { + "child immersion": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 - } - } - ] - }, - "community.community_membership_count": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "Community Membership Count" - } - }, - "State": "Generated", - "Terms": [ - { - "community membership count": { - "State": "Generated" - } - }, - { - "membership count": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.5 } }, { - "community membership amount": { + "child envelopment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.5 } }, { - "membership amount": { + "child association": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 - } - } - ] - }, - "community.first_community_membership": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "First Community Membership" - } - }, - "State": "Generated", - "Terms": [ - { - "first community membership": { - "State": "Generated" - } - }, - { - "membership": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.5 } }, { - "community membership": { - "State": "Generated", - "Weight": 0.97 + "participation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.491 } }, { - "first community association": { + "connection": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "first community affiliation": { + "contribution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 + } + } + ] + }, + "childcare": { + "Definition": { + "Binding": { + "ConceptualEntity": "Childcare" + } + }, + "State": "Generated", + "Terms": [ + { + "childcare": { + "State": "Generated" } }, { - "first community involvement": { + "daycare": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "first community connection": { + "playgroup": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "first community relationship": { + "supervision": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "first community attachment": { + "crèche": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "first community participation": { + "care": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.476 } }, { - "first community inclusion": { + "day-care": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.476 } }, { - "first community admission": { + "baby-sitting": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.476 } }, { - "community association": { + "babysitting": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } } ] }, - "community.id": { + "childcare.child_involvement": { "Definition": { "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "Id" + "ConceptualEntity": "Childcare", + "ConceptualProperty": "ChildInvolvement" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "id": { + "child involvement": { "State": "Generated" } }, { - "identification": { + "ChildInvolvement": { "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "State": "Generated", + "Weight": 0.99 } }, { - "identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "involvement": { + "State": "Generated", + "Weight": 0.97 } }, { - "credential": { + "child participation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ] - }, - "community.of_communities": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "# of Communities" - } - }, - "State": "Generated", - "Terms": [ - { - "# of communities": { - "State": "Generated" + "Weight": 0.5 } }, { - "no of community": { + "child connection": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.5 } }, { - "num of community": { + "child contribution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.5 } }, { - "number of community": { + "child engrossment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 - } - } - ] - }, - "community_member_family": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community Member Families" - } - }, - "State": "Generated", - "Terms": [ - { - "community member family": { - "State": "Generated" - } - }, - { - "family": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.5 } }, { - "member family": { - "State": "Generated", - "Weight": 0.97 + "child immersion": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.5 } }, { - "community member clan": { + "child envelopment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.5 } }, { - "community member person": { + "child association": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.5 } }, { - "community member kinfolk": { + "participation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.491 } }, { - "domestic": { + "connection": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "household": { + "contribution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 + } + } + ] + }, + "childcare.order": { + "Definition": { + "Binding": { + "ConceptualEntity": "Childcare", + "ConceptualProperty": "Order" + } + }, + "State": "Generated", + "Terms": [ + { + "order": { + "State": "Generated" } }, { - "personal": { + "instruction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "intimate": { + "direction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "private": { + "edict": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.491 } }, { - "member clan": { + "command": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.475 + "Weight": 0.476 } }, { - "member person": { + "directive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.475 - } - } - ] - }, - "community_member_family.community_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community Member Families", - "ConceptualProperty": "CommunityId" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "community id": { - "State": "Generated" + "Weight": 0.476 } }, { - "CommunityId": { + "demand": { "Type": "Noun", - "State": "Generated", - "Weight": 0.99 + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "community identification": { + "mandate": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "community identity": { + "imperative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "community identifier": { + "stability": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.466 } }, { - "community credential": { + "harmony": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.466 } } ] }, - "community_member_family.family_id": { + "childcare.care_type": { "Definition": { "Binding": { - "ConceptualEntity": "Community Member Families", - "ConceptualProperty": "FamilyId" + "ConceptualEntity": "Childcare", + "ConceptualProperty": "Care Type" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "family id": { + "care type": { "State": "Generated" } }, { - "FamilyId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "family": { + "type": { "State": "Generated", "Weight": 0.97 } }, { - "family identification": { + "care category": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7524,7 +7155,7 @@ cultureInfo en-US } }, { - "family identity": { + "care genre": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7534,7 +7165,7 @@ cultureInfo en-US } }, { - "family identifier": { + "care manner": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7544,230 +7175,273 @@ cultureInfo en-US } }, { - "family credential": { + "care variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.75 } }, { - "domestic": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } }, { - "household": { + "genre": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } }, { - "personal": { + "manner": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } }, { - "intimate": { + "variety": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } }, { - "private": { + "care brand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } }, { - "clan": { + "care class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.727 } } ] }, - "community_role_assignment": { + "referral": { "Definition": { "Binding": { - "ConceptualEntity": "Community Role Assignments" + "ConceptualEntity": "Referrals" } }, "State": "Generated", "Terms": [ { - "community role assignment": { + "referral": { "State": "Generated" } }, { - "assignment": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "role assignment": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "community role duty": { + "recommendation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "community role obligation": { + "appointment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.491 } }, { - "role duty": { + "transfer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 + } + } + ] + }, + "referral.RLS_key": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "RLS Key" + } + }, + "State": "Generated", + "Terms": [ + { + "RLS key": { + "State": "Generated" } }, { - "role obligation": { + "RL key": { "Type": "Noun", - "State": "Suggested", + "State": "Generated", + "Weight": 0.78 + } + }, + { + "key": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "main": { + "Type": "Noun", + "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "community role task": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "community role job": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "community role project": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "community role mission": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "duty": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "obligation": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 + } + }, + { + "rl solution": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 + } + }, + { + "rl explanation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 + } + }, + { + "rl basis": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 } } ] }, - "community_role_assignment.community_id": { + "referral.referral_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Community Role Assignments", - "ConceptualProperty": "CommunityId" + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Referral ID" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "community id": { + "referral ID": { "State": "Generated" } }, { - "CommunityId": { - "Type": "Noun", + "ID": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } }, { - "community identification": { + "referral identification": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7777,7 +7451,7 @@ cultureInfo en-US } }, { - "community identity": { + "referral identity": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7787,7 +7461,7 @@ cultureInfo en-US } }, { - "community identifier": { + "referral identifier": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7797,7 +7471,7 @@ cultureInfo en-US } }, { - "community credential": { + "referral credential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7806,13 +7480,14 @@ cultureInfo en-US "Weight": 0.727 } } - ] + ], + "NameType": "Identifier" }, - "community_role_assignment.person_id": { + "referral.family_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Community Role Assignments", - "ConceptualProperty": "PersonId" + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Family UID" } }, "State": "Generated", @@ -7821,25 +7496,34 @@ cultureInfo en-US }, "Terms": [ { - "person id": { + "family UID": { "State": "Generated" } }, { - "PersonId": { - "Type": "Noun", + "UID": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } - }, + } + ] + }, + "referral.family_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Family ID" + } + }, + "State": "Generated", + "Terms": [ { - "person": { - "State": "Generated", - "Weight": 0.97 + "family ID": { + "State": "Generated" } }, { - "person identification": { + "family identification": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7849,7 +7533,7 @@ cultureInfo en-US } }, { - "person identity": { + "family identity": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7859,7 +7543,7 @@ cultureInfo en-US } }, { - "person identifier": { + "family identifier": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7869,7 +7553,7 @@ cultureInfo en-US } }, { - "person credential": { + "family credential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -7877,429 +7561,401 @@ cultureInfo en-US }, "Weight": 0.727 } + } + ] + }, + "referral.opened": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Opened" + } + }, + "State": "Generated", + "Terms": [ + { + "opened": { + "State": "Generated" + } }, { - "creature": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "date": { + "State": "Generated", + "Weight": 0.7 + } + } + ], + "SemanticType": "Time" + }, + "referral.opened.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "VariationSource": "Opened", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ + { + "opened date hierarchy": { + "State": "Generated" } }, { - "being": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 } }, { - "individual": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 + } + } + ], + "SemanticType": "Time" + }, + "referral.opened.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "VariationSource": "Opened", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "opened year": { + "State": "Generated" } }, { - "soul": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "year": { + "State": "Generated" } }, { - "party": { + "opened yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "human": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "community_role_assignment.role": { + "referral.opened.quarter": { "Definition": { "Binding": { - "ConceptualEntity": "Community Role Assignments", - "ConceptualProperty": "Role" + "ConceptualEntity": "Referrals", + "VariationSource": "Opened", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" } }, "State": "Generated", "Terms": [ { - "role": { + "opened quarter": { "State": "Generated" } }, { - "hero": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "quarter": { + "State": "Generated" } }, { - "heroine": { + "opened qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.833 } }, { - "protagonist": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.818 } - }, + } + ], + "SemanticType": "Time" + }, + "referral.opened.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "VariationSource": "Opened", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ { - "part": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "character": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "responsibility": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 + "opened month": { + "State": "Generated" } }, { - "position": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 + "month": { + "State": "Generated" } }, { - "job": { + "opened mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.75 } }, { - "task": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "date": { + "referral.opened.day": { "Definition": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Referrals", + "VariationSource": "Opened", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" } }, "State": "Generated", "Terms": [ { - "date": { - "State": "Generated", - "Weight": 0.87 - } - }, - { - "moment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "opened day": { + "State": "Generated" } }, { - "period": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 + "day": { + "State": "Generated" } } - ] + ], + "SemanticType": "Time" }, - "date.YYYYMMdd": { + "referral.closed": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "YYYY-MM-dd" + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Closed" } }, "State": "Generated", "Terms": [ { - "YYYY-MM-dd": { + "closed": { "State": "Generated" } }, { - "YYYY MM dd": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "dd": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "MM dd": { + "date": { "State": "Generated", - "Weight": 0.97 + "Weight": 0.7 } }, { - "Date": { + "shut": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 - } - } - ] - }, - "date.date": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Date" - } - }, - "State": "Generated", - "Terms": [ - { - "date": { - "State": "Generated" + "Weight": 0.476 } }, { - "moment": { + "locked": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "period": { + "bolted": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ], - "SemanticType": "Time" - }, - "date.date_integer": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Date Integer" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "date integer": { - "State": "Generated" - } - }, - { - "integer": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.476 } }, { - "moment integer": { + "padlocked": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.476 } }, { - "period integer": { + "fastened": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "date digit": { + "barred": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "digit": { + "sealed": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "date number": { + "secure": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.476 } }, { - "date numeral": { + "impassable": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.452 } }, { - "date figure": { + "inaccessible": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.452 + } + } + ], + "SemanticType": "Time" + }, + "referral.closed.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "VariationSource": "Closed", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ + { + "closed date hierarchy": { + "State": "Generated" } }, { - "numeral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 } }, { - "figure": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 } } - ] + ], + "SemanticType": "Time" }, - "date.day_in_month": { + "referral.closed.year": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Days in Month" + "ConceptualEntity": "Referrals", + "VariationSource": "Closed", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" } }, "State": "Generated", "Terms": [ { - "day in month": { + "closed year": { "State": "Generated" } }, { - "in month": { - "State": "Generated", - "Weight": 0.97 + "year": { + "State": "Generated" } }, { - "in mth": { + "closed yr": { "Type": "Noun", "State": "Suggested", "Source": { @@ -8309,1309 +7965,1278 @@ cultureInfo en-US } }, { - "day in mth": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "date.day_name": { + "referral.closed.quarter": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Day Name" + "ConceptualEntity": "Referrals", + "VariationSource": "Closed", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" } }, "State": "Generated", "Terms": [ { - "day name": { + "closed quarter": { "State": "Generated" } }, { - "day nickname": { + "quarter": { + "State": "Generated" + } + }, + { + "closed qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.833 } }, { - "day title": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.818 + } + } + ], + "SemanticType": "Time" + }, + "referral.closed.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "VariationSource": "Closed", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ + { + "closed month": { + "State": "Generated" } }, { - "day label": { + "month": { + "State": "Generated" + } + }, + { + "closed mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.75 } }, { - "day tag": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "date.day_name_short": { + "referral.closed.day": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Day Name Short" + "ConceptualEntity": "Referrals", + "VariationSource": "Closed", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" } }, "State": "Generated", "Terms": [ { - "day name short": { + "closed day": { "State": "Generated" } }, { - "short": { - "State": "Generated", - "Weight": 0.97 + "day": { + "State": "Generated" + } + } + ], + "SemanticType": "Time" + }, + "referral.referral_source": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Referral Source" + } + }, + "State": "Generated", + "Terms": [ + { + "referral source": { + "State": "Generated" } }, { - "name short": { + "source": { "State": "Generated", "Weight": 0.97 } }, { - "day nickname short": { + "referral basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.5 } }, { - "day title short": { + "referral font": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.5 } }, { - "day label short": { + "referral birthplace": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.5 } }, { - "day tag short": { + "basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.491 } }, { - "nickname short": { + "font": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.491 } }, { - "title short": { + "birthplace": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.491 } }, { - "label short": { + "referral foundation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "tag short": { + "referral cause": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "small": { + "referral spring": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.485 } }, { - "little": { + "referral cradle": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.485 } } ] }, - "date.day_of_month_number": { + "referral.close_reason": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Day of Month Number" + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Close Reason" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "day of month number": { + "close reason": { "State": "Generated" } }, { - "day of mth number": { + "close motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.617 + "Weight": 0.5 } }, { - "day of month no": { + "close intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 - } - } - ] - }, - "date.day_of_week_number": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Day of Week Number" - } - }, - "State": "Generated", - "Terms": [ - { - "day of week number": { - "State": "Generated" + "Weight": 0.5 } }, { - "day of week no": { + "close aim": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.485 } - } - ] - }, - "date.end_of_month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "End of Month" - } - }, - "State": "Generated", - "Terms": [ + }, { - "end of month": { - "State": "Generated" + "close motive": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.485 } }, { - "end": { - "State": "Generated", - "Weight": 0.97 + "close cause": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.485 } }, { - "completion of month": { + "close goal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.485 } }, { - "conclusion of month": { + "close purpose": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.485 } }, { - "expiration of month": { + "close object": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.485 } }, { - "close of month": { + "close end": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.485 } }, { - "finish of month": { + "close intelligence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.475 + } + } + ] + }, + "referral.primary_reason_for_referral": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "Primary Reason for Referral" + } + }, + "State": "Generated", + "Terms": [ + { + "primary reason for referral": { + "State": "Generated" } }, { - "last of month": { + "primary reason": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "primary motivation for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.514 } }, { - "stop of month": { + "primary intention for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.514 } }, { - "closing of month": { + "primary motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.5 } }, { - "ending of month": { + "primary intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.5 } }, { - "completion": { + "primary aim for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "date.month_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Month Name" - } - }, - "State": "Generated", - "Terms": [ - { - "month name": { - "State": "Generated" + "Weight": 0.499 } }, { - "month nickname": { + "primary motive for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.499 } }, { - "month title": { + "primary cause for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.499 } }, { - "month label": { + "primary goal for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.499 } }, { - "month tag": { + "primary purpose for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.499 } }, { - "mth name": { + "primary object for referral": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.499 } } ] }, - "date.month_name_default": { + "referral.of_referrals_opened": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Month Name Default" + "ConceptualEntity": "Referrals", + "ConceptualProperty": "# of Referrals Opened" } }, "State": "Generated", "Terms": [ { - "month name default": { + "# of referrals opened": { "State": "Generated" } }, { - "default": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "name default": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "mth name default": { + "no of referral opened": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.748 } }, { - "month nickname default": { + "num of referral opened": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.748 } }, { - "month title default": { + "number of referral opened": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.748 } }, { - "month label default": { - "Type": "Noun", + "Referrals Opened": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.591 + "Weight": 0.9 } - }, + } + ] + }, + "referral.of_families_referred": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referrals", + "ConceptualProperty": "# of Families Referred" + } + }, + "State": "Generated", + "Terms": [ { - "month tag default": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 + "# of families referred": { + "State": "Generated" } }, { - "nickname default": { + "no of family referred": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.748 } }, { - "title default": { + "num of family referred": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.748 } }, { - "label default": { + "number of family referred": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.748 } }, { - "tag default": { - "Type": "Noun", + "Families Referred": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.582 + "Weight": 0.9 } } ] }, - "date.month_name_short": { + "close_reason": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Month Name Short" + "ConceptualEntity": "Close Reason" } }, "State": "Generated", "Terms": [ { - "month name short": { + "close reason": { "State": "Generated" } }, { - "short": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "name short": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "mth name short": { + "close motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.5 } }, { - "month nickname short": { + "close intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.5 } }, { - "month title short": { + "close aim": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.485 } }, { - "month label short": { + "close motive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.485 } }, { - "month tag short": { + "close cause": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.485 } }, { - "nickname short": { + "close goal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "title short": { + "close purpose": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "label short": { + "close object": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "tag short": { + "close end": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.485 } }, { - "small": { + "close intelligence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } } ] }, - "date.month_of_year": { + "close_reason.referral_close_reason": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Month Of Year" + "ConceptualEntity": "Close Reason", + "ConceptualProperty": "ReferralCloseReason" } }, "State": "Generated", "Terms": [ { - "month of year": { + "referral close reason": { "State": "Generated" } }, { - "mth of year": { + "ReferralCloseReason": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.99 + } + }, + { + "referral close motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.508 } }, { - "month of yr": { + "referral close intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.508 } - } - ] - }, - "date.monthyear": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Month-Year" - } - }, - "State": "Generated", - "Terms": [ + }, { - "month-year": { - "State": "Generated" + "referral close aim": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.492 } }, { - "month year": { - "State": "Generated", - "Weight": 0.97 + "referral close motive": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.492 } }, { - "month-yr": { + "referral close cause": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.492 } }, { - "month yr": { + "referral close goal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.492 } }, { - "mth -year": { + "referral close purpose": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.492 } }, { - "mth year": { + "referral close object": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.492 } - } - ] - }, - "date.selected_timeframe_end": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Selected Timeframe End" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ + }, { - "selected timeframe end": { - "State": "Generated" + "referral close end": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.492 } }, { - "end": { - "State": "Generated", - "Weight": 0.97 + "referral close intelligence": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.482 } - }, + } + ] + }, + "close_reason.order": { + "Definition": { + "Binding": { + "ConceptualEntity": "Close Reason", + "ConceptualProperty": "Order" + } + }, + "State": "Generated", + "Terms": [ { - "timeframe end": { - "State": "Generated", - "Weight": 0.97 + "order": { + "State": "Generated" } }, { - "selected timeframe completion": { + "instruction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.491 } }, { - "selected timeframe conclusion": { + "direction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.491 } }, { - "selected timeframe expiration": { + "edict": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.491 } }, { - "timeframe completion": { + "command": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "timeframe conclusion": { + "directive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "timeframe expiration": { + "demand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "selected timeframe close": { + "mandate": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "selected timeframe finish": { + "imperative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "selected timeframe last": { + "stability": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.466 } }, { - "selected timeframe stop": { + "harmony": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.466 } } - ], - "SemanticType": "Time" + ] }, - "date.selected_timeframe_start": { + "close_reason.reason": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Selected Timeframe Start" + "ConceptualEntity": "Close Reason", + "ConceptualProperty": "Reason" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "selected timeframe start": { + "reason": { "State": "Generated" } }, { - "start": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "timeframe start": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "selected timeframe twitch": { + "motivation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.491 } }, { - "selected timeframe jump": { + "intention": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.491 } }, { - "selected timeframe jerk": { + "aim": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "selected timeframe flinch": { + "motive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "selected timeframe jolt": { + "cause": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.476 } }, { - "timeframe twitch": { + "goal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.476 } }, { - "timeframe jump": { + "purpose": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.476 } }, { - "timeframe jerk": { + "object": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.476 } }, { - "timeframe flinch": { + "intelligence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.466 } }, { - "timeframe jolt": { + "judgement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.466 } } - ], - "SemanticType": "Time" + ] }, - "date.start_of_month": { + "community_member_family": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Start of Month" + "ConceptualEntity": "Community Member Families" } }, "State": "Generated", "Terms": [ { - "start of month": { + "community member family": { "State": "Generated" } }, { - "start": { + "member family": { "State": "Generated", "Weight": 0.97 } }, { - "start of mth": { + "community member clan": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.609 + "Weight": 0.482 } }, { - "twitch of month": { + "community member person": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.482 } }, { - "jump of month": { + "community member kinfolk": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.482 } }, { - "jerk of month": { + "member clan": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.475 } }, { - "flinch of month": { + "member person": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.475 } }, { - "jolt of month": { + "member kinfolk": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.475 } }, { - "twitch": { + "community member dynasty": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.458 } }, { - "jump": { + "community member lineage": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.458 } }, { - "jerk": { + "member dynasty": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.451 } }, { - "flinch": { + "member lineage": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.451 } } - ], - "SemanticType": "Time" + ] }, - "date.year": { + "community_member_family.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Year" + "ConceptualEntity": "Community Member Families", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "year": { + "RLS key": { "State": "Generated" } }, { - "yr": { + "RL key": { "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "date.year_default": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "Year Default" - } - }, - "State": "Generated", - "Terms": [ - { - "year default": { - "State": "Generated" + "State": "Generated", + "Weight": 0.78 } }, { - "default": { + "key": { "State": "Generated", "Weight": 0.97 } }, { - "yr default": { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.6 + "Weight": 0.476 } - } - ] - }, - "date.yyyymm": { - "Definition": { - "Binding": { - "ConceptualEntity": "Date", - "ConceptualProperty": "YYYY-MM" - } - }, - "State": "Generated", - "Terms": [ + }, { - "yyyy-mm": { - "State": "Generated" + "basic": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "yyyy mm": { - "State": "Generated", - "Weight": 0.97 - } - } - ] - }, - "entity": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity" - } - }, - "State": "Generated", - "Terms": [ - { - "entity": { - "State": "Generated" - } - }, - { - "unit": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "thing": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "creature": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "object": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { @@ -9621,7 +9246,7 @@ cultureInfo en-US } }, { - "article": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -9631,191 +9256,199 @@ cultureInfo en-US } }, { - "being": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "individual": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "body": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } } ] }, - "entity.adult_or_child": { + "community_member_family.family_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Adult or Child" + "ConceptualEntity": "Community Member Families", + "ConceptualProperty": "Family UID" } }, "State": "Generated", "Terms": [ { - "adult or child": { + "family UID": { "State": "Generated" } }, { - "adult": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "adult child": { + "UID": { "State": "Generated", "Weight": 0.97 } - }, + } + ] + }, + "community_member_family.family_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Community Member Families", + "ConceptualProperty": "Family ID" + } + }, + "State": "Generated", + "Terms": [ { - "adult youngster": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 + "family ID": { + "State": "Generated" } }, { - "adult teenager": { + "family identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "adult nipper": { + "family identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "adult kid": { + "family identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "adult teen-ager": { + "family credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } - }, + } + ] + }, + "community_member_family.community_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Community Member Families", + "ConceptualProperty": "Community ID" + } + }, + "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, + "Terms": [ { - "adult teen": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 + "community ID": { + "State": "Generated" } }, { - "adult adolescent": { + "community identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "adult youth": { + "community identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "adult juvenile": { + "community identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "grownup": { + "community credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.727 } } ] }, - "entity.age": { + "community": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Age" + "ConceptualEntity": "Community" } }, "State": "Generated", "Terms": [ { - "age": { + "community": { "State": "Generated" } }, { - "oldness": { + "public": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "stage": { + "municipal": { "Type": "Noun", "State": "Suggested", "Source": { @@ -9825,17 +9458,17 @@ cultureInfo en-US } }, { - "era": { + "open": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.476 } }, { - "epoch": { + "society": { "Type": "Noun", "State": "Suggested", "Source": { @@ -9845,548 +9478,484 @@ cultureInfo en-US } }, { - "period": { + "population": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.466 } } ] }, - "entity.age_bins": { + "community.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Age (bins)" + "ConceptualEntity": "Community", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "age (bins)": { + "RLS key": { "State": "Generated" } }, { - "age (bin)": { + "RL key": { "Type": "Noun", "State": "Generated", "Weight": 0.78 } }, { - "age": { + "key": { "State": "Generated", - "Weight": 0.75 + "Weight": 0.97 } - } - ] - }, - "entity.community_membership_count": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Community Membership Count" - } - }, - "State": "Generated", - "Terms": [ + }, { - "community membership count": { - "State": "Generated" + "main": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "membership count": { - "State": "Generated", - "Weight": 0.97 + "basic": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "community membership amount": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.476 } }, { - "membership amount": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } - } - ] - }, - "entity.date_of_birth": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "DateOfBirth" - } - }, - "State": "Generated", - "Terms": [ + }, { - "date of birth": { - "State": "Generated" + "major": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "DateOfBirth": { + "keynote": { "Type": "Noun", - "State": "Generated", - "Weight": 0.99 + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "date": { - "State": "Generated", - "Weight": 0.7 + "essential": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "moment of birth": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.475 } }, { - "period of birth": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.475 + } + }, + { + "rl basis": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.475 } } - ], - "SemanticType": "Time" + ] }, - "entity.date_of_birth.variation.date_hierarchy": { + "community.community_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "VariationSource": "DateOfBirth", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" + "ConceptualEntity": "Community", + "ConceptualProperty": "Community ID" } }, "State": "Generated", "Terms": [ { - "date hierarchy of birth": { + "community ID": { "State": "Generated" } }, { - "date hierarchy": { + "ID": { "State": "Generated", "Weight": 0.97 } - } - ], - "SemanticType": "Time" - }, - "entity.date_of_birth.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "VariationSource": "DateOfBirth", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ - { - "day of birth": { - "State": "Generated" - } }, { - "day": { - "State": "Generated" + "community identification": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "date of birth day": { - "State": "Generated" + "community identity": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "moment of birth day": { + "community identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.771 + "Weight": 0.75 } }, { - "period of birth day": { + "community credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.727 } } ], - "SemanticType": "Time" + "NameType": "Identifier" }, - "entity.date_of_birth.variation.date_hierarchy.month": { + "community_role_assignment": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "VariationSource": "DateOfBirth", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" + "ConceptualEntity": "Community Role Assignments" } }, "State": "Generated", "Terms": [ { - "month of birth": { + "community role assignment": { "State": "Generated" } }, { - "month": { - "State": "Generated" + "assignment": { + "State": "Generated", + "Weight": 0.97 } }, { - "date of birth month": { - "State": "Generated" + "role assignment": { + "State": "Generated", + "Weight": 0.97 } }, { - "moment of birth month": { + "community role duty": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.771 + "Weight": 0.508 } }, { - "mth of birth": { + "community role obligation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.508 } }, { - "period of birth month": { + "role duty": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.5 } }, { - "mth": { + "role obligation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.5 } }, { - "date of birth mth": { + "community role task": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.617 - } - } - ], - "SemanticType": "Time" - }, - "entity.date_of_birth.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "VariationSource": "DateOfBirth", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ - { - "quarter of birth": { - "State": "Generated" - } - }, - { - "quarter": { - "State": "Generated" - } - }, - { - "date of birth quarter": { - "State": "Generated" + "Weight": 0.492 } }, { - "qtr of birth": { + "community role job": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.846 + "Weight": 0.492 } }, { - "qtr": { + "community role project": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 + "Weight": 0.492 } }, { - "moment of birth quarter": { + "community role mission": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.771 + "Weight": 0.492 } }, { - "period of birth quarter": { + "duty": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.491 } }, { - "date of birth qtr": { + "obligation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.686 + "Weight": 0.491 } } - ], - "SemanticType": "Time" + ] }, - "entity.date_of_birth.variation.date_hierarchy.year": { + "community_role_assignment.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "VariationSource": "DateOfBirth", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" + "ConceptualEntity": "Community Role Assignments", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "year of birth": { + "RLS key": { "State": "Generated" } }, { - "year": { - "State": "Generated" + "RL key": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.78 } }, { - "date of birth year": { - "State": "Generated" + "key": { + "State": "Generated", + "Weight": 0.97 } }, { - "moment of birth year": { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.771 + "Weight": 0.476 } }, { - "yr of birth": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "period of birth year": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.476 } }, { - "yr": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "date of birth yr": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.617 - } - } - ], - "SemanticType": "Time" - }, - "entity.ethnicity": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Ethnicity" - } - }, - "State": "Generated", - "Terms": [ - { - "ethnicity": { - "State": "Generated" + "Weight": 0.476 } }, { - "civilization": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "society": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "origin": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.475 } }, { - "background": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } }, { - "culture": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.475 } } ] }, - "entity.family_id": { + "community_role_assignment.community_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "FamilyId" + "ConceptualEntity": "Community Role Assignments", + "ConceptualProperty": "Community ID" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "family id": { + "community ID": { "State": "Generated" } }, { - "FamilyId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "family": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "family identification": { + "community identification": { "Type": "Noun", "State": "Suggested", "Source": { @@ -10396,7 +9965,7 @@ cultureInfo en-US } }, { - "family identity": { + "community identity": { "Type": "Noun", "State": "Suggested", "Source": { @@ -10406,7 +9975,7 @@ cultureInfo en-US } }, { - "family identifier": { + "community identifier": { "Type": "Noun", "State": "Suggested", "Source": { @@ -10416,7 +9985,7 @@ cultureInfo en-US } }, { - "family credential": { + "community credential": { "Type": "Noun", "State": "Suggested", "Source": { @@ -10424,575 +9993,532 @@ cultureInfo en-US }, "Weight": 0.727 } + } + ] + }, + "community_role_assignment.person_UID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Community Role Assignments", + "ConceptualProperty": "Person UID" + } + }, + "State": "Generated", + "Terms": [ + { + "person UID": { + "State": "Generated" + } }, { - "domestic": { + "UID": { + "State": "Generated", + "Weight": 0.97 + } + } + ] + }, + "community_role_assignment.person_ID": { + "Definition": { + "Binding": { + "ConceptualEntity": "Community Role Assignments", + "ConceptualProperty": "Person ID" + } + }, + "State": "Generated", + "Terms": [ + { + "person ID": { + "State": "Generated" + } + }, + { + "person identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "household": { + "person identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 - } - }, - { - "personal": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "intimate": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "private": { + "person identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "clan": { + "person credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.727 } } ] }, - "entity.first_name": { + "community_role_assignment.role": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "First Name" + "ConceptualEntity": "Community Role Assignments", + "ConceptualProperty": "Role" } }, "State": "Generated", "Terms": [ { - "first name": { + "role": { "State": "Generated" } }, { - "first nickname": { + "hero": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } }, { - "first title": { + "heroine": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } }, { - "first label": { + "protagonist": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } }, { - "first tag": { + "part": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "1st name": { + "character": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 - } - } - ] - }, - "entity.impacted_adults_new": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# Impacted Adults" - } - }, - "State": "Generated", - "Terms": [ - { - "# impacted adults": { - "State": "Generated" + "Weight": 0.476 } }, { - "no impacted adult": { + "responsibility": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.466 } }, { - "num impacted adult": { + "position": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.452 } }, { - "number impacted adult": { + "job": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.452 } }, { - "# impacted grownup": { + "task": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 - } - }, - { - "Impacted Adults": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 + "Weight": 0.452 } } ] }, - "entity.impacted_children_new": { + "child_location_record": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# Impacted Children" + "ConceptualEntity": "Child Location Record" } }, "State": "Generated", "Terms": [ { - "# impacted children": { + "child location record": { "State": "Generated" } }, { - "no impacted child": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 + "record": { + "State": "Generated", + "Weight": 0.97 + } + }, + { + "location record": { + "State": "Generated", + "Weight": 0.97 } }, { - "num impacted child": { + "child locality record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.609 } }, { - "number impacted child": { + "child placement record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.591 + "Weight": 0.609 } }, { - "# impacted offspring": { + "child scene record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.609 } }, { - "# impacted progeny": { + "child venue record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.508 + "Weight": 0.609 } }, { - "# impacted brood": { + "locality record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.6 } }, { - "# impacted family": { + "placement record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.6 } }, { - "# impacted kid": { + "scene record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.492 + "Weight": 0.6 } }, { - "# impacted youngster": { + "venue record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.6 } }, { - "# impacted teenager": { + "child address record": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.482 + "Weight": 0.591 } }, { - "Impacted Children": { + "child place record": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.591 } } ] }, - "entity.last_name": { + "child_location_record.RLS_key": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Last Name" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "RLS Key" } }, "State": "Generated", "Terms": [ { - "last name": { + "RLS key": { "State": "Generated" } }, { - "last nickname": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "last title": { + "RL key": { "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "State": "Generated", + "Weight": 0.78 } }, { - "last label": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "key": { + "State": "Generated", + "Weight": 0.97 } }, { - "last tag": { + "main": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "end name": { + "basic": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "final name": { + "fundamental": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "closing name": { + "central": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "concluding name": { + "major": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "finishing name": { + "keynote": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 + "Weight": 0.476 } }, { - "former name": { + "essential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 - } - } - ] - }, - "entity.of_approval_statuses_NEW": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Approval Statuses" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "# of approval statuses": { - "State": "Generated" + "Weight": 0.476 } }, { - "no of approval status": { + "rl solution": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.475 } }, { - "num of approval status": { + "rl explanation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.475 } }, { - "number of approval status": { + "rl basis": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.475 } } ] }, - "entity.of_approved_people_NEW": { + "child_location_record.family_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of People in Role (Direct Only)" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Family UID" } }, "State": "Generated", "Terms": [ { - "# of people in role (direct only)": { + "family UID": { "State": "Generated" } }, { - "# of people in role": { + "UID": { "State": "Generated", - "Weight": 0.75 + "Weight": 0.97 } } ] }, - "entity.of_children_served_new": { + "child_location_record.family_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Children Cared For" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Family ID" } }, "State": "Generated", "Terms": [ { - "# of children cared for": { + "family ID": { "State": "Generated" } }, { - "no of child cared for": { + "family identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.75 } }, { - "num of child cared for": { + "family identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.75 } }, { - "number of child cared for": { + "family identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.75 } }, { - "Children Cared For": { + "family credential": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.727 } } ] }, - "entity.of_families_NEW": { + "child_location_record.arrangement_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Families" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Arrangement ID" } }, "State": "Generated", @@ -11001,474 +10527,404 @@ cultureInfo en-US }, "Terms": [ { - "# of families": { + "arrangement ID": { "State": "Generated" } }, { - "no of family": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 - } - }, - { - "num of family": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.739 - } - }, - { - "number of family": { + "arrangement identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 - } - } - ] - }, - "entity.of_families_supported_new": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Families Supported" - } - }, - "State": "Generated", - "Terms": [ - { - "# of families supported": { - "State": "Generated" + "Weight": 0.75 } }, { - "no of family supported": { + "arrangement identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.75 } }, { - "num of family supported": { + "arrangement identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.75 } }, { - "number of family supported": { + "arrangement credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 - } - }, - { - "Families Supported": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 + "Weight": 0.727 } } ] }, - "entity.of_people_in_role_NEW": { + "child_location_record.child_person_UID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of People in Role" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Child Person UID" } }, "State": "Generated", "Terms": [ { - "# of people in role": { + "child person UID": { "State": "Generated" } }, { - "no of person in role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 - } - }, - { - "num of person in role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 - } - }, - { - "number of person in role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 + "UID": { + "State": "Generated", + "Weight": 0.97 } } ] }, - "entity.participation_type": { + "child_location_record.child_person_ID": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Participation Type" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Child Person ID" } }, "State": "Generated", "Terms": [ { - "participation type": { + "child person ID": { "State": "Generated" } }, { - "type": { + "child person": { "State": "Generated", "Weight": 0.97 } }, { - "participation category": { + "child person identification": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "participation genre": { + "child person identity": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "participation manner": { + "child person identifier": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "participation variety": { + "child person credential": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.739 } }, { - "category": { + "child creature": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.5 } }, { - "genre": { + "child being": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "manner": { + "child individual": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "variety": { + "child one": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "participation brand": { + "child soul": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.485 } }, { - "participation class": { + "child somebody": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.485 } } ] }, - "entity.person_type": { + "child_location_record.started": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "PersonType" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Started" } }, "State": "Generated", "Terms": [ { - "person type": { + "started": { "State": "Generated" } }, { - "PersonType": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "type": { + "date": { "State": "Generated", - "Weight": 0.97 + "Weight": 0.7 } }, { - "person category": { + "ongoing": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "person genre": { + "happening": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "person manner": { + "underway": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.started.date_hierarchy": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" + } + }, + "State": "Generated", + "Terms": [ { - "person variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "started date hierarchy": { + "State": "Generated" } }, { - "category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "date hierarchy": { + "State": "Generated", + "Weight": 0.97 } }, { - "genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.started.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ { - "manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "started year": { + "State": "Generated" } }, { - "variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "year": { + "State": "Generated" } }, { - "person brand": { + "started yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.75 } }, { - "person class": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "referral.organization_id": { + "child_location_record.started.quarter": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "OrganizationId" + "ConceptualEntity": "Child Location Record", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" } }, "State": "Generated", "Terms": [ { - "organization id": { + "started quarter": { "State": "Generated" } }, { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 + "quarter": { + "State": "Generated" } }, { - "organization identification": { + "started qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.833 } }, { - "organization identity": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.818 } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.started.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "started month": { + "State": "Generated" } }, { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 + "month": { + "State": "Generated" } }, { - "institution": { + "started mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.75 } }, { - "org": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { @@ -11476,216 +10932,213 @@ cultureInfo en-US }, "Weight": 0.736 } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.started.day": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Started", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" + } + }, + "State": "Generated", + "Terms": [ { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 + "started day": { + "State": "Generated" } }, { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 + "day": { + "State": "Generated" } } - ] + ], + "SemanticType": "Time" }, - "function_assignment": { + "child_location_record.ended": { "Definition": { "Binding": { - "ConceptualEntity": "Function Assignments" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Ended" } }, "State": "Generated", "Terms": [ { - "function assignment": { + "ended": { "State": "Generated" } }, { - "assignment": { + "date": { "State": "Generated", - "Weight": 0.97 + "Weight": 0.7 } }, { - "function duty": { + "finished": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "function obligation": { + "done": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.476 } }, { - "duty": { + "completed": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "obligation": { + "concluded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "function task": { + "terminated": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.476 } }, { - "function job": { + "broken": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.452 } }, { - "function project": { + "ruined": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.452 } }, { - "function mission": { + "wrecked": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.452 } }, { - "task": { + "useless": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.452 } }, { - "job": { + "defunct": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.452 } } - ] + ], + "SemanticType": "Time" }, - "function_assignment.arrangement_id": { + "child_location_record.ended.date_hierarchy": { "Definition": { "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "ArrangementId" + "ConceptualEntity": "Child Location Record", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "arrangement id": { + "ended date hierarchy": { "State": "Generated" } }, { - "ArrangementId": { - "Type": "Noun", + "date hierarchy": { "State": "Generated", - "Weight": 0.99 + "Weight": 0.97 } }, { - "arrangement identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "hierarchy": { + "State": "Generated", + "Weight": 0.97 + } + } + ], + "SemanticType": "Time" + }, + "child_location_record.ended.year": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Year" + } + }, + "State": "Generated", + "Terms": [ + { + "ended year": { + "State": "Generated" } }, { - "arrangement identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "year": { + "State": "Generated" } }, { - "arrangement identifier": { + "ended yr": { "Type": "Noun", "State": "Suggested", "Source": { @@ -11695,444 +11148,469 @@ cultureInfo en-US } }, { - "arrangement credential": { + "yr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.736 } } - ] + ], + "SemanticType": "Time" }, - "function_assignment.function": { + "child_location_record.ended.quarter": { "Definition": { "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "Function" + "ConceptualEntity": "Child Location Record", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Quarter" } }, "State": "Generated", "Terms": [ { - "function": { + "ended quarter": { "State": "Generated" } }, { - "occupation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 + "quarter": { + "State": "Generated" } }, { - "purpose": { + "ended qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.833 } }, { - "meaning": { + "qtr": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.818 } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.ended.month": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Month" + } + }, + "State": "Generated", + "Terms": [ { - "job": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "ended month": { + "State": "Generated" } }, { - "task": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 + "month": { + "State": "Generated" } }, { - "utility": { + "ended mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "affair": { + "mth": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.736 } - }, + } + ], + "SemanticType": "Time" + }, + "child_location_record.ended.day": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "VariationSource": "Ended", + "VariationSet": "Variation", + "Hierarchy": "Date Hierarchy", + "HierarchyLevel": "Day" + } + }, + "State": "Generated", + "Terms": [ + { + "ended day": { + "State": "Generated" + } + }, + { + "day": { + "State": "Generated" + } + } + ], + "SemanticType": "Time" + }, + "child_location_record.duration": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Duration" + } + }, + "State": "Generated", + "Terms": [ + { + "duration": { + "State": "Generated" + } + }, { - "soiree": { + "length": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.491 } }, { - "soirée": { + "extent": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.491 } }, { - "gathering": { + "interval": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.491 + } + }, + { + "period": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 + } + }, + { + "spell": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } } ] }, - "role.role_name": { + "child_location_record.index": { "Definition": { "Binding": { - "ConceptualEntity": "Role", - "ConceptualProperty": "Role Name" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Index" } }, "State": "Generated", "Terms": [ { - "role name": { + "index": { "State": "Generated" } }, { - "name": { - "State": "Generated", - "Weight": 0.97 + "directory": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "role nickname": { + "catalogue": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "role title": { + "catalog": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "role label": { + "guide": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "role tag": { + "file": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } - } - ], - "NameType": "Name" - }, - "referral": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral" - } - }, - "State": "Generated", - "Terms": [ + }, { - "referral": { - "State": "Generated" + "manifestation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.466 } }, { - "recommendation": { + "pointer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.466 } }, { - "appointment": { + "indication": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.466 } }, { - "transfer": { + "indicator": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.452 + } + }, + { + "symbol": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.452 } } ] }, - "referral.closed": { + "child_location_record.childcare_plan": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "Closed" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "Childcare Plan" } }, "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, "Terms": [ { - "closed": { + "childcare plan": { "State": "Generated" } }, { - "date": { - "State": "Generated", - "Weight": 0.7 - } - }, - { - "shut": { + "childcare proposal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "locked": { + "childcare strategy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "bolted": { + "childcare agenda": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "padlocked": { + "childcare arrangement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "fastened": { + "childcare idea": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "barred": { + "childcare layout": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "sealed": { + "childcare policy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "secure": { + "childcare preparation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "impassable": { + "childcare blueprint": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.727 } }, { - "inaccessible": { + "childcare initiative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.727 } } - ], - "SemanticType": "Time" + ] }, - "referral.closed.variation.date_hierarchy": { + "childcare_plan": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Closed", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" + "ConceptualEntity": "Childcare Plan" } }, "State": "Generated", "Terms": [ { - "closed date hierarchy": { + "childcare plan": { "State": "Generated" } }, { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 + "childcare proposal": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - } - ], - "SemanticType": "Time" - }, - "referral.closed.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Closed", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ - { - "closed day": { - "State": "Generated" + "childcare strategy": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "day": { - "State": "Generated" - } - } - ], - "SemanticType": "Time" - }, - "referral.closed.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Closed", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ - { - "closed month": { - "State": "Generated" - } - }, - { - "month": { - "State": "Generated" - } - }, - { - "closed mth": { + "childcare agenda": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12142,504 +11620,358 @@ cultureInfo en-US } }, { - "mth": { + "childcare arrangement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 - } - } - ], - "SemanticType": "Time" - }, - "referral.closed.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Closed", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ - { - "closed quarter": { - "State": "Generated" + "Weight": 0.75 } }, { - "quarter": { - "State": "Generated" + "childcare idea": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "closed qtr": { + "childcare layout": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.75 } }, { - "qtr": { + "childcare policy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 - } - } - ], - "SemanticType": "Time" - }, - "referral.closed.variation.date_hierarchy.year": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Closed", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" - } - }, - "State": "Generated", - "Terms": [ - { - "closed year": { - "State": "Generated" + "Weight": 0.75 } }, { - "year": { - "State": "Generated" + "childcare preparation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.75 } }, { - "closed yr": { + "childcare blueprint": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.727 } }, { - "yr": { + "childcare initiative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } } - ], - "SemanticType": "Time" + ] }, - "referral.family_id": { + "childcare_plan.child_location_plan": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "FamilyId" + "ConceptualEntity": "Childcare Plan", + "ConceptualProperty": "ChildLocationPlan" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "family id": { + "child location plan": { "State": "Generated" } }, { - "FamilyId": { + "ChildLocationPlan": { "Type": "Noun", "State": "Generated", "Weight": 0.99 } }, { - "family": { + "location plan": { "State": "Generated", "Weight": 0.97 } }, { - "family identification": { + "child location proposal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "family identity": { + "child location strategy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "family identifier": { + "child location agenda": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.762 } }, { - "family credential": { + "child location arrangement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.762 } }, { - "domestic": { + "child location idea": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.762 } }, { - "household": { + "child location layout": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.762 } }, { - "personal": { + "child location policy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.762 } }, { - "intimate": { + "child location preparation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.762 } }, { - "private": { + "location proposal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.476 + "Weight": 0.75 } }, { - "clan": { + "location strategy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.466 + "Weight": 0.75 } } ] }, - "referral.id": { + "childcare_plan.order": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "Id" + "ConceptualEntity": "Childcare Plan", + "ConceptualProperty": "Order" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "id": { + "order": { "State": "Generated" } }, { - "identification": { + "instruction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "identity": { + "direction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.491 } }, { - "credential": { + "edict": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ] - }, - "referral.of_families_referred": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "# of Families Referred" - } - }, - "State": "Generated", - "Terms": [ - { - "# of families referred": { - "State": "Generated" + "Weight": 0.491 } }, { - "no of family referred": { + "command": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.476 } }, { - "num of family referred": { + "directive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.476 } }, { - "number of family referred": { + "demand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.476 } }, { - "Families Referred": { + "mandate": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 - } - } - ] - }, - "referral.of_referrals_opened": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "# of Referrals Opened" - } - }, - "State": "Generated", - "Terms": [ - { - "# of referrals opened": { - "State": "Generated" + "Weight": 0.476 } }, { - "no of referral opened": { + "imperative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.476 } }, { - "num of referral opened": { + "stability": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.466 } }, { - "number of referral opened": { + "harmony": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.466 } } ] }, - "referral.opened": { + "childcare_plan.plan": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "Opened" + "ConceptualEntity": "Childcare Plan", + "ConceptualProperty": "Plan" } }, "State": "Generated", "Terms": [ { - "opened": { + "plan": { "State": "Generated" } }, { - "date": { - "State": "Generated", - "Weight": 0.7 - } - } - ], - "SemanticType": "Time" - }, - "referral.opened.variation.date_hierarchy": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Opened", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy" - } - }, - "State": "Generated", - "Terms": [ - { - "opened date hierarchy": { - "State": "Generated" - } - }, - { - "date hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "hierarchy": { - "State": "Generated", - "Weight": 0.97 - } - } - ], - "SemanticType": "Time" - }, - "referral.opened.variation.date_hierarchy.day": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Opened", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Day" - } - }, - "State": "Generated", - "Terms": [ - { - "opened day": { - "State": "Generated" - } - }, - { - "day": { - "State": "Generated" - } - } - ], - "SemanticType": "Time" - }, - "referral.opened.variation.date_hierarchy.month": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Opened", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Month" - } - }, - "State": "Generated", - "Terms": [ - { - "opened month": { - "State": "Generated" - } - }, - { - "month": { - "State": "Generated" + "proposal": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "opened mth": { + "strategy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.736 } }, { - "mth": { + "agenda": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12647,274 +11979,257 @@ cultureInfo en-US }, "Weight": 0.736 } - } - ], - "SemanticType": "Time" - }, - "referral.opened.variation.date_hierarchy.quarter": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Opened", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Quarter" - } - }, - "State": "Generated", - "Terms": [ - { - "opened quarter": { - "State": "Generated" - } }, { - "quarter": { - "State": "Generated" + "idea": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "opened qtr": { + "layout": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.833 + "Weight": 0.736 } }, { - "qtr": { + "policy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.818 - } - } - ], - "SemanticType": "Time" - }, - "referral.opened.variation.date_hierarchy.year": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "VariationSource": "Opened", - "VariationSet": "Variation", - "Hierarchy": "Date Hierarchy", - "HierarchyLevel": "Year" - } - }, - "State": "Generated", - "Terms": [ - { - "opened year": { - "State": "Generated" + "Weight": 0.736 } }, { - "year": { - "State": "Generated" + "preparation": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.736 } }, { - "opened yr": { + "blueprint": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.714 } }, { - "yr": { + "initiative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.714 } } - ], - "SemanticType": "Time" + ] }, - "referral.primary_reason_for_referral": { + "child_location_expanded": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "PrimaryReasonForReferral" + "ConceptualEntity": "ChildLocationExpanded" } }, "State": "Generated", "Terms": [ { - "primary reason for referral": { + "child location expanded": { "State": "Generated" } }, { - "PrimaryReasonForReferral": { + "ChildLocationExpanded": { "Type": "Noun", "State": "Generated", "Weight": 0.99 } }, { - "primary reason": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "primary motivation for referral": { + "child locality expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.514 + "Weight": 0.762 } }, { - "primary intention for referral": { + "child placement expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.514 + "Weight": 0.762 } }, { - "primary motivation": { + "child scene expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.762 } }, { - "primary intention": { + "child venue expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.762 } }, { - "primary aim for referral": { + "child address expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } }, { - "primary motive for referral": { + "child place expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } }, { - "primary cause for referral": { + "child position expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } }, { - "primary goal for referral": { + "child setting expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } }, { - "primary purpose for referral": { + "child site expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } }, { - "primary object for referral": { + "child spot expanded": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.499 + "Weight": 0.739 } } ] }, - "role": { + "child_location_expanded.date": { "Definition": { "Binding": { - "ConceptualEntity": "Role" + "ConceptualEntity": "ChildLocationExpanded", + "ConceptualProperty": "Date" } }, "State": "Generated", "Terms": [ { - "role": { + "date": { "State": "Generated" } }, { - "hero": { + "moment": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.736 } }, { - "heroine": { + "period": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.714 + } + } + ], + "SemanticType": "Time" + }, + "child_location_expanded.index": { + "Definition": { + "Binding": { + "ConceptualEntity": "ChildLocationExpanded", + "ConceptualProperty": "Index" + } + }, + "State": "Generated", + "Visibility": { + "Value": "Hidden" + }, + "Terms": [ + { + "index": { + "State": "Generated" } }, { - "protagonist": { + "directory": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.476 } }, { - "part": { + "catalogue": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12924,7 +12239,7 @@ cultureInfo en-US } }, { - "character": { + "catalog": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12934,7 +12249,27 @@ cultureInfo en-US } }, { - "responsibility": { + "guide": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 + } + }, + { + "file": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 + } + }, + { + "manifestation": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12944,17 +12279,27 @@ cultureInfo en-US } }, { - "position": { + "pointer": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.452 + "Weight": 0.466 } }, { - "job": { + "indication": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.466 + } + }, + { + "indicator": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12964,7 +12309,7 @@ cultureInfo en-US } }, { - "task": { + "symbol": { "Type": "Noun", "State": "Suggested", "Source": { @@ -12975,308 +12320,293 @@ cultureInfo en-US } ] }, - "role_approval": { + "child_location_expanded.childcare_plan": { "Definition": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "ChildLocationExpanded", + "ConceptualProperty": "ChildcarePlan" } }, "State": "Generated", "Terms": [ { - "role approval": { + "childcare plan": { "State": "Generated" } }, { - "approval": { + "ChildcarePlan": { + "Type": "Noun", "State": "Generated", - "Weight": 0.97 + "Weight": 0.99 } }, { - "role endorsement": { + "childcare proposal": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "role agreement": { + "childcare strategy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "role authorization": { + "childcare agenda": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.5 + "Weight": 0.75 } }, { - "endorsement": { + "childcare arrangement": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "agreement": { + "childcare idea": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "authorization": { + "childcare layout": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.491 + "Weight": 0.75 } }, { - "role support": { + "childcare policy": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "role sanction": { + "childcare preparation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.75 } }, { - "role consent": { + "childcare blueprint": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 } }, { - "role say-so": { + "childcare initiative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.485 + "Weight": 0.727 + } + }, + { + "Plan for Care": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } ] }, - "role_approval.approval_type": { + "child_location_expanded.overnight_stay": { "Definition": { "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Approval Type" + "ConceptualEntity": "ChildLocationExpanded", + "ConceptualProperty": "OvernightStay" } }, "State": "Generated", "Terms": [ { - "approval type": { + "overnight stay": { "State": "Generated" } }, { - "type": { + "OvernightStay": { + "Type": "Noun", "State": "Generated", - "Weight": 0.97 + "Weight": 0.99 } }, { - "approval category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 + "stay": { + "State": "Generated", + "Weight": 0.97 } }, { - "approval genre": { + "overnight stopover": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.5 } }, { - "approval manner": { + "stopover": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.491 } }, { - "approval variety": { + "overnight break": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.485 } }, { - "category": { + "overnight vacation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "genre": { + "overnight sojourn": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "manner": { + "overnight holiday": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "variety": { + "overnight visit": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.485 } }, { - "approval brand": { + "break": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.476 } }, { - "approval class": { + "vacation": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 - } - } - ] - }, - "role_approval.date": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Date" - } - }, - "State": "Generated", - "Terms": [ - { - "date": { - "State": "Generated" + "Weight": 0.476 } }, { - "moment": { + "sojourn": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.476 } }, { - "period": { - "Type": "Noun", + "Overnight ?": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.714 + "Weight": 0.9 } } - ], - "SemanticType": "Time" + ] }, - "role_approval.entity_type": { + "approval_status": { "Definition": { "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Entity Type" + "ConceptualEntity": "Approval Status" } }, "State": "Generated", "Terms": [ { - "entity type": { + "approval status": { "State": "Generated" } }, { - "type": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "entity category": { + "approval category": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13286,7 +12616,7 @@ cultureInfo en-US } }, { - "entity genre": { + "approval importance": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13296,7 +12626,7 @@ cultureInfo en-US } }, { - "entity manner": { + "approval prestige": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13306,7 +12636,7 @@ cultureInfo en-US } }, { - "entity variety": { + "approval prominence": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13316,47 +12646,47 @@ cultureInfo en-US } }, { - "category": { + "approval condition": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } }, { - "genre": { + "approval class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } }, { - "manner": { + "approval grade": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } }, { - "variety": { + "approval level": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.727 } }, { - "entity brand": { + "approval position": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13366,7 +12696,7 @@ cultureInfo en-US } }, { - "entity class": { + "approval rank": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13377,321 +12707,291 @@ cultureInfo en-US } ] }, - "role_approval.status": { + "approval_status.role_approval_status": { "Definition": { "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Status" + "ConceptualEntity": "Approval Status", + "ConceptualProperty": "RoleApprovalStatus" } }, "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, "Terms": [ { - "status": { + "role approval status": { "State": "Generated" } }, { - "category": { + "RoleApprovalStatus": { + "Type": "Noun", + "State": "Generated", + "Weight": 0.99 + } + }, + { + "role approval category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.762 } }, { - "importance": { + "role approval importance": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.762 } }, { - "prestige": { + "role approval prestige": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.762 } }, { - "prominence": { + "role approval prominence": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.736 + "Weight": 0.762 } }, { - "condition": { + "role approval condition": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.739 } }, { - "class": { + "role approval class": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.739 } }, { - "grade": { + "role approval grade": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 + "Weight": 0.739 } }, { - "position": { + "role approval level": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.714 - } - } - ] - }, - "engagement_by_entity.dynamic_entity_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity", - "ConceptualProperty": "Dynamic Entity Name (Engagement)" - } - }, - "State": "Generated", - "Terms": [ - { - "dynamic entity name (engagement)": { - "State": "Generated" + "Weight": 0.739 } }, { - "Name": { + "role approval position": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 - } - } - ] - }, - "approvals_by_entity.dynamic_entity_name_approvals": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity", - "ConceptualProperty": "Dynamic Entity Name (Approvals)" - } - }, - "State": "Generated", - "Terms": [ - { - "dynamic entity name (approvals)": { - "State": "Generated" + "Weight": 0.739 } }, { - "Name": { + "role approval rank": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.739 } } ] }, - "entity.of_entities_in_role": { + "approval_status.order": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Entities in Role" + "ConceptualEntity": "Approval Status", + "ConceptualProperty": "Order" } }, "State": "Generated", "Terms": [ { - "# of entities in role": { + "order": { "State": "Generated" } }, { - "no of entity in role": { + "instruction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.491 } }, { - "num of entity in role": { + "direction": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 + "Weight": 0.491 } }, { - "number of entity in role": { + "edict": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.757 - } - } - ] - }, - "entity.engagement_level": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Entity Engagement Level" - } - }, - "State": "Generated", - "Terms": [ - { - "entity engagement level": { - "State": "Generated" - } - }, - { - "level": { - "State": "Generated", - "Weight": 0.97 + "Weight": 0.491 } }, { - "engagement level": { - "State": "Generated", - "Weight": 0.97 + "command": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.476 } }, { - "entity engagement quantity": { + "directive": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "entity engagement threshold": { + "demand": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.762 + "Weight": 0.476 } }, { - "engagement quantity": { + "mandate": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "engagement threshold": { + "imperative": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.476 } }, { - "entity engagement amount": { + "stability": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.466 } }, { - "entity engagement grade": { + "harmony": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.466 + } + } + ] + }, + "approval_status.status": { + "Definition": { + "Binding": { + "ConceptualEntity": "Approval Status", + "ConceptualProperty": "Status" + } + }, + "State": "Generated", + "Terms": [ + { + "status": { + "State": "Generated" } }, { - "entity engagement point": { + "category": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.736 } }, { - "entity engagement rank": { + "importance": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.736 } }, { - "entity engagement tier": { + "prestige": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.739 + "Weight": 0.736 } }, { - "threshold": { + "prominence": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13701,182 +13001,184 @@ cultureInfo en-US } }, { - "# of Assignments": { + "condition": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 - } - } - ] - }, - "entity.entity_last_assignment_date": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Entity Last Assignment Date" - } - }, - "State": "Generated", - "Terms": [ - { - "entity last assignment date": { - "State": "Generated" + "Weight": 0.714 } }, { - "date": { - "State": "Generated", - "Weight": 0.7 + "class": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "assignment date": { - "State": "Generated", - "Weight": 0.97 + "grade": { + "Type": "Noun", + "State": "Suggested", + "Source": { + "Agent": "Thesaurus" + }, + "Weight": 0.714 } }, { - "entity last assignment moment": { + "level": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.771 + "Weight": 0.714 } }, { - "assignment moment": { + "position": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.75 + "Weight": 0.714 + } + } + ] + }, + "role": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role" + } + }, + "State": "Generated", + "Terms": [ + { + "role": { + "State": "Generated" } }, { - "entity last assignment period": { + "hero": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.748 + "Weight": 0.491 } }, { - "assignment period": { + "heroine": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.727 + "Weight": 0.491 } }, { - "entity end assignment date": { + "protagonist": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.491 } }, { - "entity final assignment date": { + "part": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.476 } }, { - "entity closing assignment date": { + "character": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.476 } }, { - "entity concluding assignment date": { + "responsibility": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.466 } }, { - "entity finishing assignment date": { + "position": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.452 } }, { - "entity former assignment date": { + "job": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.599 + "Weight": 0.452 } }, { - "Last Assignment Date": { + "task": { + "Type": "Noun", "State": "Suggested", "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" + "Agent": "Thesaurus" }, - "Weight": 0.9 + "Weight": 0.452 } } - ], - "SemanticType": "Time" + ] }, - "entity.full_name": { + "role.role_name": { "Definition": { "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Full Name" + "ConceptualEntity": "Role", + "ConceptualProperty": "Role Name" } }, "State": "Generated", "Terms": [ { - "full name": { + "role name": { "State": "Generated" } }, { - "full nickname": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 + "name": { + "State": "Generated", + "Weight": 0.97 } }, { - "full title": { + "role nickname": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13886,7 +13188,7 @@ cultureInfo en-US } }, { - "full label": { + "role title": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13896,7 +13198,7 @@ cultureInfo en-US } }, { - "full tag": { + "role label": { "Type": "Noun", "State": "Suggested", "Source": { @@ -13906,57 +13208,56 @@ cultureInfo en-US } }, { - "full surname": { + "role tag": { "Type": "Noun", "State": "Suggested", "Source": { "Agent": "Thesaurus" }, - "Weight": 0.582 - } - }, - { - "complete name": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "entire name": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "whole name": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "full given name": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 + "Weight": 0.727 } - }, + } + ], + "NameType": "Name" + }, + "referral.of_referrals_opened1": { + "Definition": { + "Binding": { + "ConceptualEntity": "Referral", + "ConceptualProperty": "# of Referrals Opened" + } + }, + "State": "Generated" + }, + "arrangement.of_arrangements": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangement", + "ConceptualProperty": "# of Arrangements" + } + }, + "State": "Generated" + }, + "arrangement.id": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangement", + "ConceptualProperty": "Id" + } + }, + "State": "Generated" + }, + "arrangement.total_arrangements_duration": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangement", + "ConceptualProperty": "Total Arrangements Duration" + } + }, + "State": "Generated", + "Terms": [ { - "Child": { + "Total Arrangements Duration (days)": { "State": "Suggested", "Source": { "Type": "External", @@ -13964,9 +13265,20 @@ cultureInfo en-US }, "Weight": 0.9 } - }, + } + ] + }, + "arrangement.average_arrangements_duration": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangement", + "ConceptualProperty": "Average Arrangements Duration" + } + }, + "State": "Generated", + "Terms": [ { - "Person Name": { + "Average Arrangement Duration (days)": { "State": "Suggested", "Source": { "Type": "External", @@ -13975,65 +13287,73 @@ cultureInfo en-US "Weight": 0.9 } } - ], - "NameType": "Name" + ] }, - "community.community_name": { + "entity.full_name": { "Definition": { "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "Community Name" + "ConceptualEntity": "Entity", + "ConceptualProperty": "Full Name" + } + }, + "State": "Generated" + }, + "entity.of_entities_in_role": { + "Definition": { + "Binding": { + "ConceptualEntity": "Entity", + "ConceptualProperty": "# of Entities in Role" + } + }, + "State": "Generated" + }, + "entity.entity_engagement_level": { + "Definition": { + "Binding": { + "ConceptualEntity": "Entity", + "ConceptualProperty": "Entity Engagement Level" + } + }, + "State": "Generated" + }, + "entity.entity_last_assignment_date": { + "Definition": { + "Binding": { + "ConceptualEntity": "Entity", + "ConceptualProperty": "Entity Last Assignment Date" + } + }, + "State": "Generated" + }, + "approvals_by_entity.dynamic_entity_name_approvals": { + "Definition": { + "Binding": { + "ConceptualEntity": "Approvals by Entity", + "ConceptualProperty": "Dynamic Entity Name (Approvals)" + } + }, + "State": "Generated" + }, + "engagement_by_entity.dynamic_entity_name_engagement": { + "Definition": { + "Binding": { + "ConceptualEntity": "Engagement by Entity", + "ConceptualProperty": "Dynamic Entity Name (Engagement)" + } + }, + "State": "Generated" + }, + "arrangements.of_arrangements_started": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "# of Arrangements Started" } }, "State": "Generated", "Terms": [ { - "community name": { - "State": "Generated" - } - }, - { - "community nickname": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "community title": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "community label": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "community tag": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "Communities for the selected family": { + "Arrangements Started": { "State": "Suggested", "Source": { "Type": "External", @@ -14042,11659 +13362,431 @@ cultureInfo en-US "Weight": 0.9 } } - ], - "NameType": "Name" + ] }, - "function_assignments.entityid": { + "child_location_record.of_days_of_care": { "Definition": { "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "EntityId" + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "# of Days of Care" } }, "State": "Generated", "Terms": [ { - "entity id": { - "State": "Generated" - } - }, - { - "EntityId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "entity identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity identity": { - "Type": "Noun", + "Ddddddays of Care": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.75 + "Weight": 0.9 } }, { - "entity identifier": { - "Type": "Noun", + "Days of Care": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.75 + "Weight": 0.9 } - }, + } + ] + }, + "child_location_record.of_nights_of_care": { + "Definition": { + "Binding": { + "ConceptualEntity": "Child Location Record", + "ConceptualProperty": "# of Nights of Care" + } + }, + "State": "Generated", + "Terms": [ { - "entity credential": { - "Type": "Noun", + "Nights of Care": { "State": "Suggested", "Source": { - "Agent": "Thesaurus" + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Weight": 0.727 + "Weight": 0.9 } } ] }, - "referral.location_id": { + "person.of_impacted_children": { "Definition": { "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "LocationId" + "ConceptualEntity": "Person", + "ConceptualProperty": "# of Impacted Children" } }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "referral.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "referral.referral_source": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "Referral Source" - } - }, - "State": "Generated", - "Terms": [ - { - "referral source": { - "State": "Generated" - } - }, - { - "source": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "referral basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "referral font": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "referral birthplace": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "font": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "birthplace": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "referral foundation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "referral cause": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "referral spring": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "referral cradle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - } - ] - }, - "referral.close_reason": { - "Definition": { - "Binding": { - "ConceptualEntity": "Referral", - "ConceptualProperty": "Close Reason" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "close reason": { - "State": "Generated" - } - }, - { - "close motivation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "close intention": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.5 - } - }, - { - "close aim": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close motive": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close cause": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close goal": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close purpose": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close object": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close end": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.485 - } - }, - { - "close intelligence": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "arrangement.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "arrangement.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "arrangement.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "arrangement.started": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Started" - } - }, - "State": "Generated", - "Terms": [ - { - "started": { - "State": "Generated" - } - }, - { - "date": { - "State": "Generated", - "Weight": 0.7 - } - }, - { - "ongoing": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "happening": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "underway": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - } - ], - "SemanticType": "Time" - }, - "arrangement.ended": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement", - "ConceptualProperty": "Ended" - } - }, - "State": "Generated", - "Terms": [ - { - "ended": { - "State": "Generated" - } - }, - { - "date": { - "State": "Generated", - "Weight": 0.7 - } - }, - { - "finished": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "done": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "completed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "concluded": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "terminated": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "broken": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "ruined": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "wrecked": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "useless": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "defunct": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - } - ], - "SemanticType": "Time" - }, - "arrangement_type.arrangement_type": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement Type", - "ConceptualProperty": "Arrangement Type" - } - }, - "State": "Generated", - "Terms": [ - { - "arrangement type": { - "State": "Generated" - } - }, - { - "arrangement type name": { - "State": "Generated" - } - }, - { - "type": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "arrangement category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "arrangement genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "arrangement manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "arrangement variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "arrangement brand": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "arrangement class": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ], - "NameType": "Name" - }, - "arrangement_type.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangement Type", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "child_location_record.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "child_location_record.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "child_location_record.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "child_location_record.started": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Started" - } - }, - "State": "Generated", - "Terms": [ - { - "started": { - "State": "Generated" - } - }, - { - "date": { - "State": "Generated", - "Weight": 0.7 - } - }, - { - "ongoing": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "happening": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "underway": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - } - ], - "SemanticType": "Time" - }, - "child_location_record.ended": { - "Definition": { - "Binding": { - "ConceptualEntity": "Child Location Record", - "ConceptualProperty": "Ended" - } - }, - "State": "Generated", - "Terms": [ - { - "ended": { - "State": "Generated" - } - }, - { - "date": { - "State": "Generated", - "Weight": 0.7 - } - }, - { - "finished": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "done": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "completed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "concluded": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "terminated": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "broken": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "ruined": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "wrecked": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "useless": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "defunct": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - } - ], - "SemanticType": "Time" - }, - "community.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "community_member_family.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community Member Families", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "community_role_assignment.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Community Role Assignments", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "function_assignment.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "function_assignment.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "function_assignment.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Function Assignments", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "entity.person_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "PersonId" - } - }, - "State": "Generated", - "Terms": [ - { - "person id": { - "State": "Generated" - } - }, - { - "PersonId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "person": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "person identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "person identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "person identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "person credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "creature": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "being": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "individual": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "soul": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "party": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "human": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - } - ] - }, - "entity.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "entity.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "entity.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "entity.family_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Family Name" - } - }, - "State": "Generated", - "Terms": [ - { - "family name": { - "State": "Generated" - } - }, - { - "family": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "family nickname": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "family title": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "family label": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "family tag": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "domestic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "household": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "personal": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "intimate": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "private": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "clan": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 - } - } - ] - }, - "entity.email": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Email" - } - }, - "State": "Generated", - "Terms": [ - { - "email": { - "State": "Generated" - } - }, - { - "correspondence": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "message": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "communication": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - } - ] - }, - "entity.phone_number": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Phone Number" - } - }, - "State": "Generated", - "Terms": [ - { - "phone number": { - "State": "Generated" - } - }, - { - "phone no": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "entity.address_line_1": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Address Line 1" - } - }, - "State": "Generated", - "Terms": [ - { - "address line 1": { - "State": "Generated" - } - }, - { - "line 1": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location line 1": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "direction line 1": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "residence line 1": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "contact line 1": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - }, - { - "place line 1": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - } - ] - }, - "entity.address_line_2": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "Address Line 2" - } - }, - "State": "Generated", - "Terms": [ - { - "address line 2": { - "State": "Generated" - } - }, - { - "line 2": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location line 2": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "direction line 2": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "residence line 2": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "contact line 2": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - }, - { - "place line 2": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - } - ] - }, - "entity.city": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "City" - } - }, - "State": "Generated", - "Terms": [ - { - "city": { - "State": "Generated" - } - }, - { - "metropolis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "municipality": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "town": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "metropolitan": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - } - ] - }, - "entity.county": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "County" - } - }, - "State": "Generated", - "Terms": [ - { - "county": { - "State": "Generated" - } - }, - { - "region": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "province": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "shire": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "section": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "district": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "canton": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - } - ] - }, - "entity.state": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "State" - } - }, - "State": "Generated", - "Terms": [ - { - "": {} - }, - { - "province": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "territory": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "nation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "condition": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "country": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - } - ] - }, - "entity.postal_code": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "PostalCode" - } - }, - "State": "Generated", - "Terms": [ - { - "postal code": { - "State": "Generated" - } - }, - { - "PostalCode": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "postal id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "postal key": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "entity.home_church": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "HomeChurch" - } - }, - "State": "Generated", - "Terms": [ - { - "home church": { - "State": "Generated" - } - }, - { - "HomeChurch": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "church": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "clerical": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "religious": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "home minster": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "home basilica": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "minster": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 - } - }, - { - "basilica": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.466 - } - }, - { - "home cathedral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.461 - } - }, - { - "cathedral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - } - ] - }, - "entity.of_engaged_entities": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Engaged Entities" - } - }, - "State": "Generated", - "Terms": [ - { - "# of engaged entities": { - "State": "Generated" - } - }, - { - "no of engaged entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - }, - { - "num of engaged entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - }, - { - "number of engaged entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - } - ] - }, - "entity.of_approved_entities": { - "Definition": { - "Binding": { - "ConceptualEntity": "Entity", - "ConceptualProperty": "# of Approved Entities" - } - }, - "State": "Generated", - "Terms": [ - { - "# of approved entities": { - "State": "Generated" - } - }, - { - "no of approved entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - }, - { - "num of approved entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - }, - { - "number of approved entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.748 - } - } - ] - }, - "role_approval.status_changed": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "StatusChanged" - } - }, - "State": "Generated", - "Terms": [ - { - "status changed": { - "State": "Generated" - } - }, - { - "StatusChanged": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "category changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "importance changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "prestige changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "prominence changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "condition changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "class changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "grade changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "level changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "position changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "rank changed": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "role_approval.entity_name": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Entity Name" - } - }, - "State": "Generated", - "Terms": [ - { - "entity name": { - "State": "Generated" - } - }, - { - "entity nickname": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "entity title": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "entity label": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "entity tag": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "role_approval.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "role_approval.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "role_approval.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "role_approval.approval_tracker": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "# Approval Tracker" - } - }, - "State": "Generated", - "Terms": [ - { - "# approval tracker": { - "State": "Generated" - } - }, - { - "no approval tracker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - }, - { - "num approval tracker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - }, - { - "number approval tracker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.591 - } - }, - { - "# approval follower": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "# approval chaser": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "# approval hunter": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "# approval pursuer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "# approval trailer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "# approval shadow": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "# approval tail": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - } - ] - }, - "approval_by_entity": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity" - } - }, - "State": "Generated", - "Terms": [ - { - "approval by entity": { - "State": "Generated" - } - }, - { - "approval": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "endorsement by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "agreement by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "authorization by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "support by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "sanction by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "consent by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "say-so by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "endorsement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "agreement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "authorization": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "approval_by_entity.entity_type": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity", - "ConceptualProperty": "Entity Type" - } - }, - "State": "Generated", - "Terms": [ - { - "entity type": { - "State": "Generated" - } - }, - { - "type": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "entity category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "entity brand": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "entity class": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "approval_by_entity.ordinal": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity", - "ConceptualProperty": "Ordinal" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "ordinal": { - "State": "Generated" - } - } - ] - }, - "approval_by_entity.of_entities_by_role_and_approval_status_subtitle": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity", - "ConceptualProperty": "# of Entities by Role and Approval Status Subtitle" - } - }, - "State": "Generated", - "Terms": [ - { - "# of entities by role and approval status subtitle": { - "State": "Generated" - } - }, - { - "# of entities by role": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "# of entities by role approval status subtitle": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "approval status subtitle": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "subtitle": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "status subtitle": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "no of entity by role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 - } - }, - { - "num of entity by role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 - } - }, - { - "number of entity by role": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.757 - } - }, - { - "approval category subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "approval importance subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "approval prestige subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "approval prominence subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "category subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "importance subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "prestige subtitle": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "approval_by_entity.visibility_management_approvals": { - "Definition": { - "Binding": { - "ConceptualEntity": "Approvals by Entity", - "ConceptualProperty": "Visibility Management (Approvals)" - } - }, - "State": "Generated", - "Terms": [ - { - "visibility management (approvals)": { - "State": "Generated" - } - }, - { - "visibility management": { - "State": "Generated", - "Weight": 0.75 - } - } - ] - }, - "engagement_by_entity": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity" - } - }, - "State": "Generated", - "Terms": [ - { - "engagement by entity": { - "State": "Generated" - } - }, - { - "engagement": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "appointment by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "assignation by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "commitment by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "meeting by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "rendezvous by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "visit by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "tryst by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "appointment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "assignation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "commitment": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "engagement_by_entity.entity_type": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity", - "ConceptualProperty": "Entity Type" - } - }, - "State": "Generated", - "Terms": [ - { - "entity type": { - "State": "Generated" - } - }, - { - "type": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "entity category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "entity variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "category": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "genre": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "manner": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "variety": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "entity brand": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "entity class": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - } - ] - }, - "engagement_by_entity.ordinal": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity", - "ConceptualProperty": "Ordinal" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "ordinal": { - "State": "Generated" - } - } - ] - }, - "engagement_by_entity.engaged_entities_dynamic_title": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity", - "ConceptualProperty": "# Engaged Entities (Dynamic Title)" - } - }, - "State": "Generated", - "Terms": [ - { - "# engaged entities (dynamic title)": { - "State": "Generated" - } - }, - { - "# engaged entities": { - "State": "Generated", - "Weight": 0.75 - } - } - ] - }, - "engagement_by_entity.approved_entities_dynamic_title": { - "Definition": { - "Binding": { - "ConceptualEntity": "Engagement by Entity", - "ConceptualProperty": "# Approved Entities (Dynamic Title)" - } - }, - "State": "Generated", - "Terms": [ - { - "# approved entities (dynamic title)": { - "State": "Generated" - } - }, - { - "# approved entities": { - "State": "Generated", - "Weight": 0.75 - } - } - ] - }, - "arrangement_by_entity": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangements by Entity" - } - }, - "State": "Generated", - "Terms": [ - { - "arrangement by entity": { - "State": "Generated" - } - }, - { - "preparation by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "procedure by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "prearrangement by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "organization by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.508 - } - }, - { - "plan by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "planning by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.492 - } - }, - { - "agreement by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.482 - } - }, - { - "pact by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.482 - } - }, - { - "understanding by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.468 - } - }, - { - "bargain by entity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.468 - } - } - ] - }, - "arrangement_by_entity.situation": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangements by Entity", - "ConceptualProperty": "Situation" - } - }, - "State": "Generated", - "Terms": [ - { - "situation": { - "State": "Generated" - } - }, - { - "condition": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "position": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "site": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "place": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "setting": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - }, - { - "spot": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.452 - } - } - ] - }, - "arrangement_by_entity.ordinal": { - "Definition": { - "Binding": { - "ConceptualEntity": "Arrangements by Entity", - "ConceptualProperty": "Ordinal" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "ordinal": { - "State": "Generated" - } - } - ] - }, - "RLS_location_user__approval": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS location user - approval": { - "State": "Generated" - } - }, - { - "RL location user - approval": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "RLS location user approval": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "RL location user approval": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.7566 - } - }, - { - "approval": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user approval": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location user approval": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "rl locality user - approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl placement user - approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl scene user - approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl venue user - approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl locality user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl placement user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl scene user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl venue user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "locality user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "placement user approval": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - } - ] - }, - "RLS_location_user__approval.user_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Approvals", - "ConceptualProperty": "UserId" - } - }, - "State": "Generated", - "Terms": [ - { - "user id": { - "State": "Generated" - } - }, - { - "UserId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "user": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "operator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "worker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "employer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manipulator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "handler": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manager": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "RLS_location_user__approval.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Approvals", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "RLS_location_user__approval.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Approvals", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "RLS_location_user__approval.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Approvals", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "RLS_location_user__arrangement": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS location user - arrangement": { - "State": "Generated" - } - }, - { - "RL location user - arrangement": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "RLS location user arrangement": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "RL location user arrangement": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.7566 - } - }, - { - "user arrangement": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location user arrangement": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "rl locality user - arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl placement user - arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl scene user - arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl venue user - arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl locality user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl placement user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl scene user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl venue user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "locality user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "placement user arrangement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - } - ] - }, - "RLS_location_user__arrangement.user_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements", - "ConceptualProperty": "UserId" - } - }, - "State": "Generated", - "Terms": [ - { - "user id": { - "State": "Generated" - } - }, - { - "UserId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "user": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "operator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "worker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "employer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manipulator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "handler": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manager": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "RLS_location_user__arrangement.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "RLS_location_user__arrangement.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "RLS_location_user__arrangement.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "RLS_location_user__referral": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Referral" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS location user - referral": { - "State": "Generated" - } - }, - { - "RL location user - referral": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "RLS location user referral": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "RL location user referral": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.7566 - } - }, - { - "user referral": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location user referral": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "rl locality user - referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl placement user - referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl scene user - referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl venue user - referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl locality user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl placement user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl scene user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl venue user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "locality user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "placement user referral": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - } - ] - }, - "RLS_location_user__referral.user_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Referral", - "ConceptualProperty": "UserId" - } - }, - "State": "Generated", - "Terms": [ - { - "user id": { - "State": "Generated" - } - }, - { - "UserId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "user": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "operator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "worker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "employer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manipulator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "handler": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manager": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "RLS_location_user__referral.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Referral", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "RLS_location_user__referral.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Referral", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "RLS_location_user__referral.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Referral", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "RLS_location_user__location": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Locations" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS location user - location": { - "State": "Generated" - } - }, - { - "RL location user - location": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "RLS location user location": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "RL location user location": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.7566 - } - }, - { - "user location": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location user location": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "rl location user - locality": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.78 - } - }, - { - "rl location user - placement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.78 - } - }, - { - "rl location user - scene": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.78 - } - }, - { - "rl location user - venue": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.78 - } - }, - { - "rl location user locality": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.771 - } - }, - { - "rl location user placement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.771 - } - }, - { - "rl location user scene": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.771 - } - }, - { - "rl location user venue": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.771 - } - }, - { - "location user locality": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 - } - }, - { - "location user placement": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.762 - } - } - ] - }, - "RLS_location_user__location.user_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Locations", - "ConceptualProperty": "UserId" - } - }, - "State": "Generated", - "Terms": [ - { - "user id": { - "State": "Generated" - } - }, - { - "UserId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "user": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "operator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "worker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "employer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manipulator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "handler": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manager": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "RLS_location_user__location.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Locations", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "RLS_location_user__location.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Locations", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "RLS_location_user__location.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Locations", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "RLS_location_user__community": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Community" - } - }, - "State": "Generated", - "Terms": [ - { - "RLS location user - community": { - "State": "Generated" - } - }, - { - "RL location user - community": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "RLS location user community": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "RL location user community": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.7566 - } - }, - { - "user community": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "location user community": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "rl locality user - community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl placement user - community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl scene user - community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl venue user - community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.624 - } - }, - { - "rl locality user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl placement user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl scene user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "rl venue user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.617 - } - }, - { - "locality user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - }, - { - "placement user community": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.609 - } - } - ] - }, - "RLS_location_user__community.user_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Community", - "ConceptualProperty": "UserId" - } - }, - "State": "Generated", - "Terms": [ - { - "user id": { - "State": "Generated" - } - }, - { - "UserId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "user": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "user identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "user credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "operator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "worker": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "employer": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manipulator": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "handler": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - }, - { - "manager": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.491 - } - } - ] - }, - "RLS_location_user__community.organization_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Community", - "ConceptualProperty": "OrganizationId" - } - }, - "State": "Generated", - "Terms": [ - { - "organization id": { - "State": "Generated" - } - }, - { - "OrganizationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "organization": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "organization identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "organization identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "corporation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "institution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "org": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.736 - } - }, - { - "organization credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "business": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "company": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.714 - } - }, - { - "corporation id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - } - ] - }, - "RLS_location_user__community.location_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Community", - "ConceptualProperty": "LocationId" - } - }, - "State": "Generated", - "Terms": [ - { - "location id": { - "State": "Generated" - } - }, - { - "LocationId": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.99 - } - }, - { - "location identification": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identity": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location identifier": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.75 - } - }, - { - "location credential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.727 - } - }, - { - "locality id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "placement id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "scene id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "venue id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.6 - } - }, - { - "address id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - }, - { - "place id": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.582 - } - } - ] - }, - "RLS_location_user__community.RLS_key": { - "Definition": { - "Binding": { - "ConceptualEntity": "RLS Location User - Community", - "ConceptualProperty": "RLS Key" - } - }, - "State": "Generated", - "Visibility": { - "Value": "Hidden" - }, - "Terms": [ - { - "RLS key": { - "State": "Generated" - } - }, - { - "RL key": { - "Type": "Noun", - "State": "Generated", - "Weight": 0.78 - } - }, - { - "key": { - "State": "Generated", - "Weight": 0.97 - } - }, - { - "main": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "basic": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "fundamental": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "central": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "major": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "keynote": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "essential": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.476 - } - }, - { - "rl solution": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl explanation": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - }, - { - "rl basis": { - "Type": "Noun", - "State": "Suggested", - "Source": { - "Agent": "Thesaurus" - }, - "Weight": 0.475 - } - } - ] - }, - "role_approval.volunteer_family_status_flag": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Volunteer Family Status Flag" - } - }, - "State": "Generated", - "Terms": [ - { - "Family Status": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 - } - } - ] - }, - "role_approval.volunteer_individual_status_flag": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Volunteer Individual Status Flag" - } - }, - "State": "Generated", - "Terms": [ - { - "Person Status": { - "State": "Suggested", - "Source": { - "Type": "External", - "Agent": "PowerBI.VisualColumnRename" - }, - "Weight": 0.9 - } - } - ] - }, - "role_approval.entity_id": { - "Definition": { - "Binding": { - "ConceptualEntity": "Role Approval", - "ConceptualProperty": "Entity Id" - } - }, - "State": "Generated" - } - }, - "Relationships": { - "engagement_by_entity_has_approved_entities_dynamic_title": { - "Binding": { - "ConceptualEntity": "Engagement by Entity" - }, - "State": "Generated", - "Roles": { - "engagement_by_entity": { - "Target": { - "Entity": "engagement_by_entity" - } - }, - "engagement_by_entity.approved_entities_dynamic_title": { - "Target": { - "Entity": "engagement_by_entity.approved_entities_dynamic_title" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "engagement_by_entity" - }, - "Object": { - "Role": "engagement_by_entity.approved_entities_dynamic_title" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "engagement_by_entity_have__approved_entities_dynamic_title" - } - ] - }, - "engagement_by_entity_has_engaged_entities_dynamic_title": { - "Binding": { - "ConceptualEntity": "Engagement by Entity" - }, - "State": "Generated", - "Roles": { - "engagement_by_entity": { - "Target": { - "Entity": "engagement_by_entity" - } - }, - "engagement_by_entity.engaged_entities_dynamic_title": { - "Target": { - "Entity": "engagement_by_entity.engaged_entities_dynamic_title" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "engagement_by_entity" - }, - "Object": { - "Role": "engagement_by_entity.engaged_entities_dynamic_title" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "engagement_by_entity_have__engaged_entities_dynamic_title" - } - ] - }, - "engagement_by_entity_has_entity_type": { - "Binding": { - "ConceptualEntity": "Engagement by Entity" - }, - "State": "Generated", - "Roles": { - "engagement_by_entity": { - "Target": { - "Entity": "engagement_by_entity" - } - }, - "engagement_by_entity.entity_type": { - "Target": { - "Entity": "engagement_by_entity.entity_type" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "engagement_by_entity" - }, - "Object": { - "Role": "engagement_by_entity.entity_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "engagement_by_entity_have_entity_types" - } - ] - }, - "approval_by_entity_has_visibility_management_approvals": { - "Binding": { - "ConceptualEntity": "Approvals by Entity" - }, - "State": "Generated", - "Roles": { - "approval_by_entity": { - "Target": { - "Entity": "approval_by_entity" - } - }, - "approval_by_entity.visibility_management_approvals": { - "Target": { - "Entity": "approval_by_entity.visibility_management_approvals" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "approval_by_entity" - }, - "Object": { - "Role": "approval_by_entity.visibility_management_approvals" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_by_entity_have_visibility_management_approvals" - } - ] - }, - "approval_by_entity_has_of_entities_by_role_and_approval_status_subtitle": { - "Binding": { - "ConceptualEntity": "Approvals by Entity" - }, - "State": "Generated", - "Roles": { - "approval_by_entity": { - "Target": { - "Entity": "approval_by_entity" - } - }, - "approval_by_entity.of_entities_by_role_and_approval_status_subtitle": { - "Target": { - "Entity": "approval_by_entity.of_entities_by_role_and_approval_status_subtitle" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "approval_by_entity" - }, - "Object": { - "Role": "approval_by_entity.of_entities_by_role_and_approval_status_subtitle" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_by_entity_have__of_entities_by_role_and_approval_status_subtitle" - } - ] - }, - "approval_by_entity_has_entity_type": { - "Binding": { - "ConceptualEntity": "Approvals by Entity" - }, - "State": "Generated", - "Roles": { - "approval_by_entity": { - "Target": { - "Entity": "approval_by_entity" - } - }, - "approval_by_entity.entity_type": { - "Target": { - "Entity": "approval_by_entity.entity_type" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "approval_by_entity" - }, - "Object": { - "Role": "approval_by_entity.entity_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_by_entity_have_entity_types" - } - ] - }, - "role_approval_has_approval_tracker": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.approval_tracker": { - "Target": { - "Entity": "role_approval.approval_tracker" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.approval_tracker" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have__approval_tracker" - } - ] - }, - "role_approval_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.RLS_key": { - "Target": { - "Entity": "role_approval.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_RLS_keys" - } - ] - }, - "role_approval_has_location_id": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.location_id": { - "Target": { - "Entity": "role_approval.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_location_ids" - } - ] - }, - "role_approval_has_organization_id": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.organization_id": { - "Target": { - "Entity": "role_approval.organization_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_organization_ids" - } - ] - }, - "role_approval_has_entity_name": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.entity_name": { - "Target": { - "Entity": "role_approval.entity_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.entity_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_entity_names" - } - ] - }, - "role_approval_has_status_changed": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.status_changed": { - "Target": { - "Entity": "role_approval.status_changed" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.status_changed" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_status_changed" - } - ] - }, - "entity_has_of_approved_entities": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.of_approved_entities": { - "Target": { - "Entity": "entity.of_approved_entities" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.of_approved_entities" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__of_approved_entities" - } - ] - }, - "entity_has_of_engaged_entities": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.of_engaged_entities": { - "Target": { - "Entity": "entity.of_engaged_entities" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.of_engaged_entities" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__of_engaged_entities" - } - ] - }, - "entity_has_home_church": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.home_church": { - "Target": { - "Entity": "entity.home_church" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.home_church" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_home_churches" - } - ] - }, - "entity_has_postal_code": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.postal_code": { - "Target": { - "Entity": "entity.postal_code" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.postal_code" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_postal_codes" - } - ] - }, - "entity_has_state": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.state": { - "Target": { - "Entity": "entity.state" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.state" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_states" - } - ] - }, - "entity_has_county": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.county": { - "Target": { - "Entity": "entity.county" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.county" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_counties" - } - ] - }, - "entity_has_city": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.city": { - "Target": { - "Entity": "entity.city" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.city" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_cities" - } - ] - }, - "entity_has_address_line_2": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.address_line_2": { - "Target": { - "Entity": "entity.address_line_2" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.address_line_2" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_address_line_2" - } - ] - }, - "entity_has_address_line_1": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.address_line_1": { - "Target": { - "Entity": "entity.address_line_1" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.address_line_1" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_address_line_1" - } - ] - }, - "entity_has_phone_number": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.phone_number": { - "Target": { - "Entity": "entity.phone_number" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.phone_number" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_phone_numbers" - } - ] - }, - "entity_has_email": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.email": { - "Target": { - "Entity": "entity.email" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.email" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_emails" - } - ] - }, - "entity_has_family_name": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.family_name": { - "Target": { - "Entity": "entity.family_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.family_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_family_names" - } - ] - }, - "entity_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.RLS_key": { - "Target": { - "Entity": "entity.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_RLS_keys" - } - ] - }, - "entity_has_location_id": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.location_id": { - "Target": { - "Entity": "entity.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_location_ids" - } - ] - }, - "entity_has_organization_id": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.organization_id": { - "Target": { - "Entity": "entity.organization_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_organization_ids" - } - ] - }, - "entity_has_person_id": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.person_id": { - "Target": { - "Entity": "entity.person_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.person_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_person_ids" - } - ] - }, - "function_assignment_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Function Assignments" - }, - "State": "Generated", - "Roles": { - "function_assignment": { - "Target": { - "Entity": "function_assignment" - } - }, - "function_assignment.RLS_key": { - "Target": { - "Entity": "function_assignment.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "function_assignment" - }, - "Object": { - "Role": "function_assignment.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "function_assignments_have_RLS_keys" - } - ] - }, - "function_assignment_has_location_id": { - "Binding": { - "ConceptualEntity": "Function Assignments" - }, - "State": "Generated", - "Roles": { - "function_assignment": { - "Target": { - "Entity": "function_assignment" - } - }, - "function_assignment.location_id": { - "Target": { - "Entity": "function_assignment.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "function_assignment" - }, - "Object": { - "Role": "function_assignment.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "function_assignments_have_location_ids" - } - ] - }, - "function_assignment_has_organization_id": { - "Binding": { - "ConceptualEntity": "Function Assignments" - }, - "State": "Generated", - "Roles": { - "function_assignment": { - "Target": { - "Entity": "function_assignment" - } - }, - "function_assignment.organization_id": { - "Target": { - "Entity": "function_assignment.organization_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "function_assignment" - }, - "Object": { - "Role": "function_assignment.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "function_assignments_have_organization_ids" - } - ] - }, - "community_role_assignment_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Community Role Assignments" - }, - "State": "Generated", - "Roles": { - "community_role_assignment": { - "Target": { - "Entity": "community_role_assignment" - } - }, - "community_role_assignment.RLS_key": { - "Target": { - "Entity": "community_role_assignment.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "community_role_assignment" - }, - "Object": { - "Role": "community_role_assignment.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "community_role_assignments_have_RLS_keys" - } - ] - }, - "community_member_family_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Community Member Families" - }, - "State": "Generated", - "Roles": { - "community_member_family": { - "Target": { - "Entity": "community_member_family" - } - }, - "community_member_family.RLS_key": { - "Target": { - "Entity": "community_member_family.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "community_member_family" - }, - "Object": { - "Role": "community_member_family.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "community_member_families_have_RLS_keys" - } - ] - }, - "community_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Community" - }, - "State": "Generated", - "Roles": { - "community": { - "Target": { - "Entity": "community" - } - }, - "community.RLS_key": { - "Target": { - "Entity": "community.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "community" - }, - "Object": { - "Role": "community.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "communities_have_RLS_keys" - } - ] - }, - "child_location_record_has_ended": { - "Binding": { - "ConceptualEntity": "Child Location Record" - }, - "State": "Generated", - "Roles": { - "child_location_record": { - "Target": { - "Entity": "child_location_record" - } - }, - "child_location_record.ended": { - "Target": { - "Entity": "child_location_record.ended" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "child_location_record" - }, - "Object": { - "Role": "child_location_record.ended" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "child_location_records_have_ended" - } - ] - }, - "child_location_record_has_started": { - "Binding": { - "ConceptualEntity": "Child Location Record" - }, - "State": "Generated", - "Roles": { - "child_location_record": { - "Target": { - "Entity": "child_location_record" - } - }, - "child_location_record.started": { - "Target": { - "Entity": "child_location_record.started" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "child_location_record" - }, - "Object": { - "Role": "child_location_record.started" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "child_location_records_have_started" - } - ] - }, - "child_location_record_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Child Location Record" - }, - "State": "Generated", - "Roles": { - "child_location_record": { - "Target": { - "Entity": "child_location_record" - } - }, - "child_location_record.RLS_key": { - "Target": { - "Entity": "child_location_record.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "child_location_record" - }, - "Object": { - "Role": "child_location_record.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "child_location_records_have_RLS_keys" - } - ] - }, - "child_location_record_has_location_id": { - "Binding": { - "ConceptualEntity": "Child Location Record" - }, - "State": "Generated", - "Roles": { - "child_location_record": { - "Target": { - "Entity": "child_location_record" - } - }, - "child_location_record.location_id": { - "Target": { - "Entity": "child_location_record.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "child_location_record" - }, - "Object": { - "Role": "child_location_record.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "child_location_records_have_location_ids" - } - ] - }, - "child_location_record_has_organization_id": { - "Binding": { - "ConceptualEntity": "Child Location Record" - }, - "State": "Generated", - "Roles": { - "child_location_record": { - "Target": { - "Entity": "child_location_record" - } - }, - "child_location_record.organization_id": { - "Target": { - "Entity": "child_location_record.organization_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "child_location_record" - }, - "Object": { - "Role": "child_location_record.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "child_location_records_have_organization_ids" - } - ] - }, - "arrangement_type_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Arrangement Type" - }, - "State": "Generated", - "Roles": { - "arrangement_type": { - "Target": { - "Entity": "arrangement_type" - } - }, - "arrangement_type.RLS_key": { - "Target": { - "Entity": "arrangement_type.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement_type" - }, - "Object": { - "Role": "arrangement_type.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangement_types_have_RLS_keys" - } - ] - }, - "arrangement_type_has_arrangement_type": { - "Binding": { - "ConceptualEntity": "Arrangement Type" - }, - "State": "Generated", - "Roles": { - "arrangement_type": { - "Target": { - "Entity": "arrangement_type" - } - }, - "arrangement_type.arrangement_type": { - "Target": { - "Entity": "arrangement_type.arrangement_type" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement_type" - }, - "Object": { - "Role": "arrangement_type.arrangement_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangement_types_have_arrangement_types" - }, - { - "Name": { - "Subject": { - "Role": "arrangement_type" - }, - "Name": { - "Role": "arrangement_type.arrangement_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangement_types_are_names_IDs_of_arrangement_types" - } - ] - }, - "arrangement_has_ended": { - "Binding": { - "ConceptualEntity": "Arrangement" - }, - "State": "Generated", - "Roles": { - "arrangement": { - "Target": { - "Entity": "arrangement" - } - }, - "arrangement.ended": { - "Target": { - "Entity": "arrangement.ended" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement" - }, - "Object": { - "Role": "arrangement.ended" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_ended" - } - ] - }, - "arrangement_has_started": { - "Binding": { - "ConceptualEntity": "Arrangement" - }, - "State": "Generated", - "Roles": { - "arrangement": { - "Target": { - "Entity": "arrangement" - } - }, - "arrangement.started": { - "Target": { - "Entity": "arrangement.started" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement" - }, - "Object": { - "Role": "arrangement.started" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_started" - } - ] - }, - "arrangement_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Arrangement" - }, - "State": "Generated", - "Roles": { - "arrangement": { - "Target": { - "Entity": "arrangement" - } - }, - "arrangement.RLS_key": { - "Target": { - "Entity": "arrangement.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement" - }, - "Object": { - "Role": "arrangement.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_RLS_keys" - } - ] - }, - "arrangement_has_location_id": { - "Binding": { - "ConceptualEntity": "Arrangement" - }, - "State": "Generated", - "Roles": { - "arrangement": { - "Target": { - "Entity": "arrangement" - } - }, - "arrangement.location_id": { - "Target": { - "Entity": "arrangement.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement" - }, - "Object": { - "Role": "arrangement.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_location_ids" - } - ] - }, - "arrangement_has_organization_id": { - "Binding": { - "ConceptualEntity": "Arrangement" - }, - "State": "Generated", - "Roles": { - "arrangement": { - "Target": { - "Entity": "arrangement" - } - }, - "arrangement.organization_id": { - "Target": { - "Entity": "arrangement.organization_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "arrangement" - }, - "Object": { - "Role": "arrangement.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_organization_ids" - } - ] - }, - "referral_has_referral_source": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.referral_source": { - "Target": { - "Entity": "referral.referral_source" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.referral_source" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_referral_sources" - } - ] - }, - "referral_has_RLS_key": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.RLS_key": { - "Target": { - "Entity": "referral.RLS_key" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.RLS_key" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_RLS_keys" - } - ] - }, - "referral_has_location_id": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.location_id": { - "Target": { - "Entity": "referral.location_id" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.location_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_location_ids" - } - ] - }, - "function_assignment_has_function_assignments_entityid": { - "Binding": { - "ConceptualEntity": "Function Assignments" - }, - "State": "Generated", - "Roles": { - "function_assignment": { - "Target": { - "Entity": "function_assignment" - } - }, - "function_assignments.entityid": { - "Target": { - "Entity": "function_assignments.entityid" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "function_assignment" - }, - "Object": { - "Role": "function_assignments.entityid" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "function_assignments_have_entity_ids" - } - ] - }, - "community_has_community_name": { - "Binding": { - "ConceptualEntity": "Community" - }, - "State": "Generated", - "Roles": { - "community": { - "Target": { - "Entity": "community" - } - }, - "community.community_name": { - "Target": { - "Entity": "community.community_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "community" - }, - "Object": { - "Role": "community.community_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "communities_have_community_names" - }, - { - "Name": { - "Subject": { - "Role": "community" - }, - "Name": { - "Role": "community.community_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "community_names_are_names_IDs_of_communities" - } - ] - }, - "entity_has_full_name": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.full_name": { - "Target": { - "Entity": "entity.full_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.full_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_full_names" - }, - { - "Name": { - "Subject": { - "Role": "entity" - }, - "Name": { - "Role": "entity.full_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "full_names_are_names_IDs_of_entities" - } - ] - }, - "entity_has_entity_last_assignment_date": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.entity_last_assignment_date": { - "Target": { - "Entity": "entity.entity_last_assignment_date" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.entity_last_assignment_date" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_entity_last_assignment_date" - } - ] - }, - "entity_has_engagement_level": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.engagement_level": { - "Target": { - "Entity": "entity.engagement_level" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.engagement_level" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_entity_engagement_level" - } - ] - }, - "role_approval_has_entity_of_entities_in_role": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "entity.of_entities_in_role": { - "Target": { - "Entity": "entity.of_entities_in_role" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "entity.of_entities_in_role" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have__of_entities_in_role" - } - ] - }, - "approval_by_entity_has_approvals_by_entity_dynamic_entity_name_approvals": { - "Binding": { - "ConceptualEntity": "Approvals by Entity" - }, - "State": "Generated", - "Roles": { - "approval_by_entity": { - "Target": { - "Entity": "approval_by_entity" - } - }, - "approvals_by_entity.dynamic_entity_name_approvals": { - "Target": { - "Entity": "approvals_by_entity.dynamic_entity_name_approvals" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "approval_by_entity" - }, - "Object": { - "Role": "approvals_by_entity.dynamic_entity_name_approvals" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_by_entity_have_dynamic_entity_name_approvals" - } - ] - }, - "engagement_by_entity_has_dynamic_entity_name": { - "Binding": { - "ConceptualEntity": "Engagement by Entity" - }, - "State": "Generated", - "Roles": { - "engagement_by_entity": { - "Target": { - "Entity": "engagement_by_entity" - } - }, - "engagement_by_entity.dynamic_entity_name": { - "Target": { - "Entity": "engagement_by_entity.dynamic_entity_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "engagement_by_entity" - }, - "Object": { - "Role": "engagement_by_entity.dynamic_entity_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "engagement_by_entity_have_dynamic_entity_name_engagement" - } - ] - }, - "role_approval_has_entity_type": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.entity_type": { - "Target": { - "Entity": "role_approval.entity_type" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.entity_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_entity_types" - } - ] - }, - "role_approval_has_date": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.date": { - "Target": { - "Entity": "role_approval.date" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.date" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_dates" - } - ] - }, - "role_approval_has_approval_type": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "role_approval.approval_type": { - "Target": { - "Entity": "role_approval.approval_type" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role_approval" - }, - "Object": { - "Role": "role_approval.approval_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have_approval_types" - }, - { - "DynamicAdjective": { - "Subject": { - "Role": "role_approval" - }, - "Adjective": { - "Role": "role_approval.approval_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_types_describe_role_approvals" - } - ] - }, - "referral_has_primary_reason_for_referral": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.primary_reason_for_referral": { - "Target": { - "Entity": "referral.primary_reason_for_referral" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.primary_reason_for_referral" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_primary_reason_for_referral" - } - ] - }, - "referral_has_opened": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.opened": { - "Target": { - "Entity": "referral.opened" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.opened" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_opened" - } - ] - }, - "referral_has_of_referrals_opened": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.of_referrals_opened": { - "Target": { - "Entity": "referral.of_referrals_opened" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.of_referrals_opened" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have__of_referrals_opened" - } - ] - }, - "referral_has_of_families_referred": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.of_families_referred": { - "Target": { - "Entity": "referral.of_families_referred" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.of_families_referred" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have__of_families_referred" - } - ] - }, - "referral_has_closed": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.closed": { - "Target": { - "Entity": "referral.closed" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.closed" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_closed" - } - ] - }, - "role_has_role_name": { - "Binding": { - "ConceptualEntity": "Role" - }, - "State": "Generated", - "Roles": { - "role": { - "Target": { - "Entity": "role" - } - }, - "role.role_name": { - "Target": { - "Entity": "role.role_name" - } - } - }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "role" - }, - "Object": { - "Role": "role.role_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "roles_have_role_names" - }, - { - "Name": { - "Subject": { - "Role": "role" - }, - "Name": { - "Role": "role.role_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_names_are_names_IDs_of_roles" - } - ] - }, - "function_assignment_has_function": { - "Binding": { - "ConceptualEntity": "Function Assignments" - }, - "State": "Generated", - "Roles": { - "function_assignment": { - "Target": { - "Entity": "function_assignment" - } - }, - "function_assignment.function": { - "Target": { - "Entity": "function_assignment.function" - } + "State": "Generated" + }, + "arrangements.of_arrangements": { + "Definition": { + "Binding": { + "ConceptualEntity": "Arrangements", + "ConceptualProperty": "# of Arrangements" } }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "function_assignment" - }, - "Object": { - "Role": "function_assignment.function" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "function_assignments_have_functions" - } - ] + "State": "Generated" }, - "referral_has_organization_id": { - "Binding": { - "ConceptualEntity": "Referral" - }, - "State": "Generated", - "Roles": { - "referral": { - "Target": { - "Entity": "referral" - } - }, - "referral.organization_id": { - "Target": { - "Entity": "referral.organization_id" - } + "approvals_group.of_entities_in_role": { + "Definition": { + "Binding": { + "ConceptualEntity": "Approvals Group", + "ConceptualProperty": "# of Entities in Role" } }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "referral" - }, - "Object": { - "Role": "referral.organization_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "referrals_have_organization_ids" - } - ] + "State": "Generated" }, - "entity_has_person_type": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.person_type": { - "Target": { - "Entity": "entity.person_type" - } + "role_approval_bridge.volunteer_family_status_flag": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role Approval Bridge", + "ConceptualProperty": "Volunteer Family Status Flag" } }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.person_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_person_types" - } - ] + "State": "Generated" }, - "entity_has_participation_type": { - "Binding": { - "ConceptualEntity": "Entity" + "role_approval_bridge.volunteer_individual_status_flag": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role Approval Bridge", + "ConceptualProperty": "Volunteer Individual Status Flag" + } }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.participation_type": { - "Target": { - "Entity": "entity.participation_type" - } + "State": "Generated" + }, + "role_approval_bridge.entity_uid": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role Approval Bridge", + "ConceptualProperty": "Entity UID" } }, - "Phrasings": [ - { - "Attribute": { - "Subject": { - "Role": "entity" - }, - "Object": { - "Role": "entity.participation_type" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_participation_types" + "State": "Generated" + }, + "role_approval.approval_type": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role Approval", + "ConceptualProperty": "Approval Type" } - ] + }, + "State": "Generated" }, - "role_approval_has_entity_of_people_in_role_NEW": { - "Binding": { - "ConceptualEntity": "Role Approval" + "role_approval.entity_id": { + "Definition": { + "Binding": { + "ConceptualEntity": "Role Approval", + "ConceptualProperty": "Entity Id" + } }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "entity.of_people_in_role_NEW": { - "Target": { - "Entity": "entity.of_people_in_role_NEW" - } + "State": "Generated" + }, + "family_role_approvals.volunteer_family_status": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family Role Approvals", + "ConceptualProperty": "Volunteer Family Status" } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "role_approval" + "Family Status": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.of_people_in_role_NEW" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have__of_people_in_role" + "Weight": 0.9 + } } ] }, - "entity_has_of_families_supported_new": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.of_families_supported_new": { - "Target": { - "Entity": "entity.of_families_supported_new" - } + "individual_role_approvals.volunteer_individual_status": { + "Definition": { + "Binding": { + "ConceptualEntity": "Individual Role Approvals", + "ConceptualProperty": "Volunteer Individual Status" } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "Person Status": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.of_families_supported_new" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__of_families_supported" + "Weight": 0.9 + } } ] }, - "entity_has_of_children_served_new": { - "Binding": { - "ConceptualEntity": "Entity" - }, - "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.of_children_served_new": { - "Target": { - "Entity": "entity.of_children_served_new" - } + "family_role_approvals.entity_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family Role Approvals", + "ConceptualProperty": "Family Name" } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "Family Name": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.of_children_served_new" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__of_children_cared_for" + "Weight": 0.9 + } } ] }, - "role_approval_has_entity_of_approved_people_NEW": { - "Binding": { - "ConceptualEntity": "Role Approval" - }, - "State": "Generated", - "Roles": { - "role_approval": { - "Target": { - "Entity": "role_approval" - } - }, - "entity.of_approved_people_NEW": { - "Target": { - "Entity": "entity.of_approved_people_NEW" - } + "client_person.of_children_cared_for_client": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Person", + "ConceptualProperty": "# of Children Cared For (Client)" } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "role_approval" + "Children Cared For": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.of_approved_people_NEW" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "role_approvals_have__of_people_in_role_direct_only" + "Weight": 0.9 + } } ] }, - "entity_has_last_name": { - "Binding": { - "ConceptualEntity": "Entity" + "client_person.full_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Person", + "ConceptualProperty": "Full Name" + } }, "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" + "Terms": [ + { + "Child": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } }, - "entity.last_name": { - "Target": { - "Entity": "entity.last_name" - } - } - }, - "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "Client": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.last_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_last_names" + "Weight": 0.9 + } } ] }, - "entity_has_impacted_children_new": { - "Binding": { - "ConceptualEntity": "Entity" + "client_family.of_client_families_supported": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Family", + "ConceptualProperty": "# of Client Families Supported" + } }, "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.impacted_children_new": { - "Target": { - "Entity": "entity.impacted_children_new" + "Terms": [ + { + "Families Supported": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } + ] + }, + "client_person.of_impacted_adults_client": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Person", + "ConceptualProperty": "# of Impacted Adults (Client)" + } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "Impacted Adults": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.impacted_children_new" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__impacted_children" + "Weight": 0.9 + } } ] }, - "entity_has_impacted_adults_new": { - "Binding": { - "ConceptualEntity": "Entity" + "client_person.of_impacted_children_client": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Person", + "ConceptualProperty": "# of Impacted Children (Client)" + } }, "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.impacted_adults_new": { - "Target": { - "Entity": "entity.impacted_adults_new" + "Terms": [ + { + "Impacted Children": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } + ] + }, + "family.family_engagement_level": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Family Engagement Level" + } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "# of Assigments": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.impacted_adults_new" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have__impacted_adults" + "Weight": 0.9 + } } ] }, - "entity_has_first_name": { - "Binding": { - "ConceptualEntity": "Entity" + "family.family_last_assignment_date": { + "Definition": { + "Binding": { + "ConceptualEntity": "Family", + "ConceptualProperty": "Family Last Assignment Date" + } }, "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.first_name": { - "Target": { - "Entity": "entity.first_name" + "Terms": [ + { + "Last Assignment Date": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } + ] + }, + "person.individual_engagement_level": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Individual Engagement Level" + } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "# of Assigments": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.first_name" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_first_names" + "Weight": 0.9 + } } ] }, - "entity_has_family_id": { - "Binding": { - "ConceptualEntity": "Entity" + "person.individual_last_engagement_date": { + "Definition": { + "Binding": { + "ConceptualEntity": "Person", + "ConceptualProperty": "Individual Last Engagement Date" + } }, "State": "Generated", - "Roles": { - "entity": { - "Target": { - "Entity": "entity" - } - }, - "entity.family_id": { - "Target": { - "Entity": "entity.family_id" + "Terms": [ + { + "Last Assignment Date": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" + }, + "Weight": 0.9 } } + ] + }, + "client_family.family_name": { + "Definition": { + "Binding": { + "ConceptualEntity": "Client Family", + "ConceptualProperty": "Family Name" + } }, - "Phrasings": [ + "State": "Generated", + "Terms": [ { - "Attribute": { - "Subject": { - "Role": "entity" + "Client Family": { + "State": "Suggested", + "Source": { + "Type": "External", + "Agent": "PowerBI.VisualColumnRename" }, - "Object": { - "Role": "entity.family_id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_family_ids" + "Weight": 0.9 + } } ] - }, - "entity_has_ethnicity": { + } + }, + "Relationships": { + "referral_opened_date_hierarchy_has_referral_opened_day": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity": { + "referral.opened.date_hierarchy": { "Target": { - "Entity": "entity" + "Entity": "referral.opened.date_hierarchy" } }, - "entity.ethnicity": { + "referral.opened.day": { "Target": { - "Entity": "entity.ethnicity" + "Entity": "referral.opened.day" } } }, @@ -25702,32 +13794,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity" + "Role": "referral.opened.date_hierarchy" }, "Object": { - "Role": "entity.ethnicity" + "Role": "referral.opened.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_ethnicities" + "ID": "opened_date_hierarchies_have_opened_days" } ] }, - "entity_has_date_of_birth": { + "referral_opened_date_hierarchy_has_referral_opened_month": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity": { + "referral.opened.date_hierarchy": { "Target": { - "Entity": "entity" + "Entity": "referral.opened.date_hierarchy" } }, - "entity.date_of_birth": { + "referral.opened.month": { "Target": { - "Entity": "entity.date_of_birth" + "Entity": "referral.opened.month" } } }, @@ -25735,32 +13827,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity" + "Role": "referral.opened.date_hierarchy" }, "Object": { - "Role": "entity.date_of_birth" + "Role": "referral.opened.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_date_of_birth" + "ID": "opened_date_hierarchies_have_opened_months" } ] }, - "community_member_family_has_entity_community_membership_count": { + "referral_opened_date_hierarchy_has_referral_opened_quarter": { "Binding": { - "ConceptualEntity": "Community Member Families" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "community_member_family": { + "referral.opened.date_hierarchy": { "Target": { - "Entity": "community_member_family" + "Entity": "referral.opened.date_hierarchy" } }, - "entity.community_membership_count": { + "referral.opened.quarter": { "Target": { - "Entity": "entity.community_membership_count" + "Entity": "referral.opened.quarter" } } }, @@ -25768,32 +13860,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community_member_family" + "Role": "referral.opened.date_hierarchy" }, "Object": { - "Role": "entity.community_membership_count" + "Role": "referral.opened.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "community_member_families_have_community_membership_count" + "ID": "opened_date_hierarchies_have_opened_quarters" } ] }, - "entity_has_age_bins": { + "referral_opened_date_hierarchy_has_referral_opened_year": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity": { + "referral.opened.date_hierarchy": { "Target": { - "Entity": "entity" + "Entity": "referral.opened.date_hierarchy" } }, - "entity.age_bins": { + "referral.opened.year": { "Target": { - "Entity": "entity.age_bins" + "Entity": "referral.opened.year" } } }, @@ -25801,32 +13893,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity" + "Role": "referral.opened.date_hierarchy" }, "Object": { - "Role": "entity.age_bins" + "Role": "referral.opened.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_age_bins" + "ID": "opened_date_hierarchies_have_opened_years" } ] }, - "entity_has_age": { + "referral_opened_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity": { + "referral.opened": { "Target": { - "Entity": "entity" + "Entity": "referral.opened" } }, - "entity.age": { + "referral.opened.date_hierarchy": { "Target": { - "Entity": "entity.age" + "Entity": "referral.opened.date_hierarchy" } } }, @@ -25834,59 +13926,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity" + "Role": "referral.opened" }, "Object": { - "Role": "entity.age" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "entities_have_ages" - }, - { - "Adjective": { - "Subject": { - "Role": "entity" - }, - "Adjectives": [ - { - "old": { - "State": "Generated" - } - } - ], - "Antonyms": [ - { - "young": { - "State": "Generated" - } - } - ], - "Measurement": { - "Role": "entity.age" + "Role": "referral.opened.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "age_indicates_how_old_entities_are" + "ID": "opened_have_opened_date_hierarchies" } ] }, - "entity_has_adult_or_child": { + "arrangement_ended_date_hierarchy_has_arrangement_ended_day": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "entity": { + "arrangement.ended.date_hierarchy": { "Target": { - "Entity": "entity" + "Entity": "arrangement.ended.date_hierarchy" } }, - "entity.adult_or_child": { + "arrangement.ended.day": { "Target": { - "Entity": "entity.adult_or_child" + "Entity": "arrangement.ended.day" } } }, @@ -25894,32 +13959,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity" + "Role": "arrangement.ended.date_hierarchy" }, "Object": { - "Role": "entity.adult_or_child" + "Role": "arrangement.ended.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_adult_or_child" + "ID": "ended_date_hierarchies_have_ended_days" } ] }, - "date_has_yyyymm": { + "arrangement_ended_date_hierarchy_has_arrangement_ended_month": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.ended.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.ended.date_hierarchy" } }, - "date.yyyymm": { + "arrangement.ended.month": { "Target": { - "Entity": "date.yyyymm" + "Entity": "arrangement.ended.month" } } }, @@ -25927,32 +13992,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.ended.date_hierarchy" }, "Object": { - "Role": "date.yyyymm" + "Role": "arrangement.ended.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_yyyymms" + "ID": "ended_date_hierarchies_have_ended_months" } ] }, - "date_has_year_default": { + "arrangement_ended_date_hierarchy_has_arrangement_ended_quarter": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.ended.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.ended.date_hierarchy" } }, - "date.year_default": { + "arrangement.ended.quarter": { "Target": { - "Entity": "date.year_default" + "Entity": "arrangement.ended.quarter" } } }, @@ -25960,32 +14025,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.ended.date_hierarchy" }, "Object": { - "Role": "date.year_default" + "Role": "arrangement.ended.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_year_defaults" + "ID": "ended_date_hierarchies_have_ended_quarters" } ] }, - "date_has_year": { + "arrangement_ended_date_hierarchy_has_arrangement_ended_year": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.ended.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.ended.date_hierarchy" } }, - "date.year": { + "arrangement.ended.year": { "Target": { - "Entity": "date.year" + "Entity": "arrangement.ended.year" } } }, @@ -25993,32 +14058,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.ended.date_hierarchy" }, "Object": { - "Role": "date.year" + "Role": "arrangement.ended.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_years" + "ID": "ended_date_hierarchies_have_ended_years" } ] }, - "date_has_start_of_month": { + "arrangement_ended_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.ended": { "Target": { - "Entity": "date" + "Entity": "arrangement.ended" } }, - "date.start_of_month": { + "arrangement.ended.date_hierarchy": { "Target": { - "Entity": "date.start_of_month" + "Entity": "arrangement.ended.date_hierarchy" } } }, @@ -26026,32 +14091,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.ended" }, "Object": { - "Role": "date.start_of_month" + "Role": "arrangement.ended.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_start_of_month" + "ID": "ended_have_ended_date_hierarchies" } ] }, - "date_has_monthyear": { + "arrangement_started_date_hierarchy_has_arrangement_started_day": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.started.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.started.date_hierarchy" } }, - "date.monthyear": { + "arrangement.started.day": { "Target": { - "Entity": "date.monthyear" + "Entity": "arrangement.started.day" } } }, @@ -26059,32 +14124,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.started.date_hierarchy" }, "Object": { - "Role": "date.monthyear" + "Role": "arrangement.started.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_monthyears" + "ID": "started_date_hierarchies_have_started_days" } ] }, - "date_has_month_of_year": { + "arrangement_started_date_hierarchy_has_arrangement_started_month": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.started.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.started.date_hierarchy" } }, - "date.month_of_year": { + "arrangement.started.month": { "Target": { - "Entity": "date.month_of_year" + "Entity": "arrangement.started.month" } } }, @@ -26092,32 +14157,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.started.date_hierarchy" }, "Object": { - "Role": "date.month_of_year" + "Role": "arrangement.started.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_month_of_year" + "ID": "started_date_hierarchies_have_started_months" } ] }, - "date_has_month_name_short": { + "arrangement_started_date_hierarchy_has_arrangement_started_quarter": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.started.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.started.date_hierarchy" } }, - "date.month_name_short": { + "arrangement.started.quarter": { "Target": { - "Entity": "date.month_name_short" + "Entity": "arrangement.started.quarter" } } }, @@ -26125,32 +14190,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.started.date_hierarchy" }, "Object": { - "Role": "date.month_name_short" + "Role": "arrangement.started.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_month_name_shorts" + "ID": "started_date_hierarchies_have_started_quarters" } ] }, - "date_has_month_name_default": { + "arrangement_started_date_hierarchy_has_arrangement_started_year": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.started.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.started.date_hierarchy" } }, - "date.month_name_default": { + "arrangement.started.year": { "Target": { - "Entity": "date.month_name_default" + "Entity": "arrangement.started.year" } } }, @@ -26158,32 +14223,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.started.date_hierarchy" }, "Object": { - "Role": "date.month_name_default" + "Role": "arrangement.started.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_month_name_defaults" + "ID": "started_date_hierarchies_have_started_years" } ] }, - "date_has_month_name": { + "arrangement_started_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.started": { "Target": { - "Entity": "date" + "Entity": "arrangement.started" } }, - "date.month_name": { + "arrangement.started.date_hierarchy": { "Target": { - "Entity": "date.month_name" + "Entity": "arrangement.started.date_hierarchy" } } }, @@ -26191,32 +14256,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.started" }, "Object": { - "Role": "date.month_name" + "Role": "arrangement.started.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_month_names" + "ID": "started_have_started_date_hierarchies" } ] }, - "date_has_end_of_month": { + "arrangement_requested_date_hierarchy_has_arrangement_requested_day": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.requested.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.requested.date_hierarchy" } }, - "date.end_of_month": { + "arrangement.requested.day": { "Target": { - "Entity": "date.end_of_month" + "Entity": "arrangement.requested.day" } } }, @@ -26224,32 +14289,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.requested.date_hierarchy" }, "Object": { - "Role": "date.end_of_month" + "Role": "arrangement.requested.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_end_of_month" + "ID": "requested_date_hierarchies_have_requested_days" } ] }, - "date_has_day_of_week_number": { + "arrangement_requested_date_hierarchy_has_arrangement_requested_month": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.requested.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.requested.date_hierarchy" } }, - "date.day_of_week_number": { + "arrangement.requested.month": { "Target": { - "Entity": "date.day_of_week_number" + "Entity": "arrangement.requested.month" } } }, @@ -26257,32 +14322,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.requested.date_hierarchy" }, "Object": { - "Role": "date.day_of_week_number" + "Role": "arrangement.requested.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_day_of_week_number" + "ID": "requested_date_hierarchies_have_requested_months" } ] }, - "date_has_day_of_month_number": { + "arrangement_requested_date_hierarchy_has_arrangement_requested_quarter": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.requested.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.requested.date_hierarchy" } }, - "date.day_of_month_number": { + "arrangement.requested.quarter": { "Target": { - "Entity": "date.day_of_month_number" + "Entity": "arrangement.requested.quarter" } } }, @@ -26290,32 +14355,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.requested.date_hierarchy" }, "Object": { - "Role": "date.day_of_month_number" + "Role": "arrangement.requested.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_day_of_month_number" + "ID": "requested_date_hierarchies_have_requested_quarters" } ] }, - "date_has_day_name_short": { + "arrangement_requested_date_hierarchy_has_arrangement_requested_year": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.requested.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "arrangement.requested.date_hierarchy" } }, - "date.day_name_short": { + "arrangement.requested.year": { "Target": { - "Entity": "date.day_name_short" + "Entity": "arrangement.requested.year" } } }, @@ -26323,32 +14388,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.requested.date_hierarchy" }, "Object": { - "Role": "date.day_name_short" + "Role": "arrangement.requested.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_day_name_shorts" + "ID": "requested_date_hierarchies_have_requested_years" } ] }, - "date_has_day_name": { + "arrangement_requested_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "date": { + "arrangement.requested": { "Target": { - "Entity": "date" + "Entity": "arrangement.requested" } }, - "date.day_name": { + "arrangement.requested.date_hierarchy": { "Target": { - "Entity": "date.day_name" + "Entity": "arrangement.requested.date_hierarchy" } } }, @@ -26356,32 +14421,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "arrangement.requested" }, "Object": { - "Role": "date.day_name" + "Role": "arrangement.requested.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_day_names" + "ID": "requested_have_requested_date_hierarchies" } ] }, - "date_has_day_in_month": { + "person_date_of_birth_date_hierarchy_has_person_date_of_birth_day": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "date": { + "person.date_of_birth.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "person.date_of_birth.date_hierarchy" } }, - "date.day_in_month": { + "person.date_of_birth.day": { "Target": { - "Entity": "date.day_in_month" + "Entity": "person.date_of_birth.day" } } }, @@ -26389,32 +14454,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "person.date_of_birth.date_hierarchy" }, "Object": { - "Role": "date.day_in_month" + "Role": "person.date_of_birth.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_day_in_month" + "ID": "date_hierarchy_of_birth_have_day_of_birth" } ] }, - "date_has_date": { + "person_date_of_birth_date_hierarchy_has_person_date_of_birth_month": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "date": { + "person.date_of_birth.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "person.date_of_birth.date_hierarchy" } }, - "date.date": { + "person.date_of_birth.month": { "Target": { - "Entity": "date.date" + "Entity": "person.date_of_birth.month" } } }, @@ -26422,32 +14487,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "person.date_of_birth.date_hierarchy" }, "Object": { - "Role": "date.date" + "Role": "person.date_of_birth.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_dates" + "ID": "date_hierarchy_of_birth_have_month_of_birth" } ] }, - "date_has_YYYYMMdd": { + "person_date_of_birth_date_hierarchy_has_person_date_of_birth_quarter": { "Binding": { - "ConceptualEntity": "Date" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "date": { + "person.date_of_birth.date_hierarchy": { "Target": { - "Entity": "date" + "Entity": "person.date_of_birth.date_hierarchy" } }, - "date.YYYYMMdd": { + "person.date_of_birth.quarter": { "Target": { - "Entity": "date.YYYYMMdd" + "Entity": "person.date_of_birth.quarter" } } }, @@ -26455,32 +14520,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "date" + "Role": "person.date_of_birth.date_hierarchy" }, "Object": { - "Role": "date.YYYYMMdd" + "Role": "person.date_of_birth.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_YYYYMMdd" + "ID": "date_hierarchy_of_birth_have_quarter_of_birth" } ] }, - "community_role_assignment_has_role": { + "person_date_of_birth_date_hierarchy_has_person_date_of_birth_year": { "Binding": { - "ConceptualEntity": "Community Role Assignments" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "community_role_assignment": { + "person.date_of_birth.date_hierarchy": { "Target": { - "Entity": "community_role_assignment" + "Entity": "person.date_of_birth.date_hierarchy" } }, - "community_role_assignment.role": { + "person.date_of_birth.year": { "Target": { - "Entity": "community_role_assignment.role" + "Entity": "person.date_of_birth.year" } } }, @@ -26488,32 +14553,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community_role_assignment" + "Role": "person.date_of_birth.date_hierarchy" }, "Object": { - "Role": "community_role_assignment.role" + "Role": "person.date_of_birth.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "community_role_assignments_have_roles" + "ID": "date_hierarchy_of_birth_have_year_of_birth" } ] }, - "community_has_of_communities": { + "person_date_of_birth_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Community" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "community": { + "person.date_of_birth": { "Target": { - "Entity": "community" + "Entity": "person.date_of_birth" } }, - "community.of_communities": { + "person.date_of_birth.date_hierarchy": { "Target": { - "Entity": "community.of_communities" + "Entity": "person.date_of_birth.date_hierarchy" } } }, @@ -26521,32 +14586,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community" + "Role": "person.date_of_birth" }, "Object": { - "Role": "community.of_communities" + "Role": "person.date_of_birth.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "communities_have__of_communities" + "ID": "date_of_birth_have_date_hierarchy_of_birth" } ] }, - "community_has_first_community_membership": { + "child_location_expanded_has_date1": { "Binding": { - "ConceptualEntity": "Community" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "community": { + "child_location_expanded": { "Target": { - "Entity": "community" + "Entity": "child_location_expanded" } }, - "community.first_community_membership": { + "date": { "Target": { - "Entity": "community.first_community_membership" + "Entity": "date" } } }, @@ -26554,32 +14619,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community" + "Role": "child_location_expanded" + }, + "Object": { + "Role": "date" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "child_location_expanded_have_dates" + }, + { + "Attribute": { + "Subject": { + "Role": "date" }, "Object": { - "Role": "community.first_community_membership" + "Role": "child_location_expanded" } }, "State": "Generated", "Weight": 0.99, - "ID": "communities_have_first_community_membership" + "ID": "dates_have_child_location_expanded" } ] }, - "community_has_community_membership_count": { + "child_location_expanded_has_child_location_record": { "Binding": { - "ConceptualEntity": "Community" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "community": { + "child_location_expanded": { "Target": { - "Entity": "community" + "Entity": "child_location_expanded" } }, - "community.community_membership_count": { + "child_location_record": { "Target": { - "Entity": "community.community_membership_count" + "Entity": "child_location_record" } } }, @@ -26587,32 +14665,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community" + "Role": "child_location_expanded" + }, + "Object": { + "Role": "child_location_record" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "child_location_expanded_have_child_location_records" + }, + { + "Attribute": { + "Subject": { + "Role": "child_location_record" }, "Object": { - "Role": "community.community_membership_count" + "Role": "child_location_expanded" } }, "State": "Generated", "Weight": 0.99, - "ID": "communities_have_community_membership_counts" + "ID": "child_location_records_have_child_location_expanded" } ] }, - "close_reason_has_reason": { + "child_location_record_has_childcare_plan": { "Binding": { - "ConceptualEntity": "Close Reason" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "close_reason": { + "child_location_record": { "Target": { - "Entity": "close_reason" + "Entity": "child_location_record" } }, - "close_reason.reason": { + "childcare_plan": { "Target": { - "Entity": "close_reason.reason" + "Entity": "childcare_plan" } } }, @@ -26620,45 +14711,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "close_reason" + "Role": "child_location_record" }, "Object": { - "Role": "close_reason.reason" + "Role": "childcare_plan" } }, "State": "Generated", "Weight": 0.99, - "ID": "close_reasons_have_reasons" + "ID": "child_location_records_have_childcare_plans" }, { - "Name": { + "Attribute": { "Subject": { - "Role": "close_reason" + "Role": "childcare_plan" }, - "Name": { - "Role": "close_reason.reason" + "Object": { + "Role": "child_location_record" } }, "State": "Generated", "Weight": 0.99, - "ID": "reasons_are_names_IDs_of_close_reasons" + "ID": "childcare_plans_have_child_location_records" } ] }, - "childcare_plan_has_plan": { + "child_location_record_has_arrangement": { "Binding": { - "ConceptualEntity": "Childcare Plan" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "childcare_plan": { + "child_location_record": { "Target": { - "Entity": "childcare_plan" + "Entity": "child_location_record" } }, - "childcare_plan.plan": { + "arrangement": { "Target": { - "Entity": "childcare_plan.plan" + "Entity": "arrangement" } } }, @@ -26666,45 +14757,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "childcare_plan" + "Role": "child_location_record" }, "Object": { - "Role": "childcare_plan.plan" + "Role": "arrangement" } }, "State": "Generated", "Weight": 0.99, - "ID": "childcare_plans_have_plans" + "ID": "child_location_records_have_arrangements" }, { - "Name": { + "Attribute": { "Subject": { - "Role": "childcare_plan" + "Role": "arrangement" }, - "Name": { - "Role": "childcare_plan.plan" + "Object": { + "Role": "child_location_record" } }, "State": "Generated", "Weight": 0.99, - "ID": "plans_are_names_IDs_of_childcare_plans" + "ID": "arrangements_have_child_location_records" } ] }, - "childcare_has_care_type": { + "community_role_assignment_has_community": { "Binding": { - "ConceptualEntity": "Childcare" + "ConceptualEntity": "Community Role Assignments" }, "State": "Generated", "Roles": { - "childcare": { + "community_role_assignment": { "Target": { - "Entity": "childcare" + "Entity": "community_role_assignment" } }, - "childcare.care_type": { + "community": { "Target": { - "Entity": "childcare.care_type" + "Entity": "community" } } }, @@ -26712,45 +14803,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "childcare" + "Role": "community_role_assignment" }, "Object": { - "Role": "childcare.care_type" + "Role": "community" } }, "State": "Generated", "Weight": 0.99, - "ID": "childcares_have_care_types" + "ID": "community_role_assignments_have_communities" }, { - "Name": { + "Attribute": { "Subject": { - "Role": "childcare" + "Role": "community" }, - "Name": { - "Role": "childcare.care_type" + "Object": { + "Role": "community_role_assignment" } }, "State": "Generated", "Weight": 0.99, - "ID": "care_types_are_names_IDs_of_childcares" + "ID": "communities_have_community_role_assignments" } ] }, - "child_location_record_has_nights_of_care": { + "community_member_family_has_family": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Community Member Families" }, "State": "Generated", "Roles": { - "child_location_record": { + "community_member_family": { "Target": { - "Entity": "child_location_record" + "Entity": "community_member_family" } }, - "child_location_record.nights_of_care": { + "family": { "Target": { - "Entity": "child_location_record.nights_of_care" + "Entity": "family" } } }, @@ -26758,32 +14849,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "community_member_family" }, "Object": { - "Role": "child_location_record.nights_of_care" + "Role": "family" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_nights_of_care" + "ID": "community_member_families_have_families" } ] }, - "child_location_record_has_days_of_care": { + "community_member_family_has_community": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Community Member Families" }, "State": "Generated", "Roles": { - "child_location_record": { + "community_member_family": { "Target": { - "Entity": "child_location_record" + "Entity": "community_member_family" } }, - "child_location_record.days_of_care": { + "community": { "Target": { - "Entity": "child_location_record.days_of_care" + "Entity": "community" } } }, @@ -26791,32 +14882,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "community_member_family" + }, + "Object": { + "Role": "community" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "community_member_families_have_communities" + }, + { + "Attribute": { + "Subject": { + "Role": "community" }, "Object": { - "Role": "child_location_record.days_of_care" + "Role": "community_member_family" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_days_of_care" + "ID": "communities_have_community_member_families" } ] }, - "child_location_record_has_childcare_family_name": { + "referral_has_close_reason": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record": { + "referral": { "Target": { - "Entity": "child_location_record" + "Entity": "referral" } }, - "child_location_record.childcare_family_name": { + "close_reason": { "Target": { - "Entity": "child_location_record.childcare_family_name" + "Entity": "close_reason" } } }, @@ -26824,32 +14928,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "referral" }, "Object": { - "Role": "child_location_record.childcare_family_name" + "Role": "close_reason" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_childcare_family_names" + "ID": "referrals_have_close_reasons" + }, + { + "Attribute": { + "Subject": { + "Role": "close_reason" + }, + "Object": { + "Role": "referral" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "close_reasons_have_referrals" } ] }, - "child_location_expanded_has_overnight_stay": { + "referral_has_family": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "referral": { "Target": { - "Entity": "child_location_expanded" + "Entity": "referral" } }, - "child_location_expanded.overnight_stay": { + "family": { "Target": { - "Entity": "child_location_expanded.overnight_stay" + "Entity": "family" } } }, @@ -26857,65 +14974,103 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "referral" }, "Object": { - "Role": "child_location_expanded.overnight_stay" + "Role": "family" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_have_overnight_stays" + "ID": "referrals_have_families" + }, + { + "Attribute": { + "Subject": { + "Role": "family" + }, + "Object": { + "Role": "referral" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "families_have_referrals" } ] }, - "child_location_expanded_has_date": { + "arrangement_type_has_childcare": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "Arrangement Type" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "arrangement_type": { "Target": { - "Entity": "child_location_expanded" + "Entity": "arrangement_type" } }, - "child_location_expanded.date": { + "childcare": { "Target": { - "Entity": "child_location_expanded.date" - } + "Entity": "childcare" + }, + "Nouns": [ + { + "child involvement": { + "State": "Generated" + } + }, + { + "involvement": { + "State": "Generated" + } + } + ] } }, "Phrasings": [ { "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "arrangement_type" }, "Object": { - "Role": "child_location_expanded.date" + "Role": "childcare" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_have_dates" + "ID": "arrangement_types_have_childcares" + }, + { + "Attribute": { + "Subject": { + "Role": "childcare" + }, + "Object": { + "Role": "arrangement_type" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "childcares_have_arrangement_types" } ] }, - "child_location_expanded_has_childcare_plan": { + "arrangement_has_arrangement_type1": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "arrangement": { "Target": { - "Entity": "child_location_expanded" + "Entity": "arrangement" } }, - "child_location_expanded.childcare_plan": { + "arrangement_type": { "Target": { - "Entity": "child_location_expanded.childcare_plan" + "Entity": "arrangement_type" } } }, @@ -26923,63 +15078,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "arrangement" }, "Object": { - "Role": "child_location_expanded.childcare_plan" + "Role": "arrangement_type" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_have_childcare_plans" + "ID": "arrangements_have_arrangement_types" }, { - "Verb": { + "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "arrangement_type" }, - "Verbs": [ - { - "Plan": { - "State": "Generated" - } - } - ], - "PrepositionalPhrases": [ - { - "Prepositions": [ - { - "for": { - "State": "Generated" - } - } - ], - "Object": { - "Role": "child_location_expanded.childcare_plan" - } - } - ] + "Object": { + "Role": "arrangement" + } }, "State": "Generated", - "Weight": 0.95, - "ID": "child_location_expanded_Plan_for_childcare_plans" + "Weight": 0.99, + "ID": "arrangement_types_have_arrangements" } ] }, - "arrangement_phase_has_phase": { + "family_has_location": { "Binding": { - "ConceptualEntity": "Arrangement Phase" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement_phase": { + "family": { "Target": { - "Entity": "arrangement_phase" + "Entity": "family" } }, - "arrangement_phase.phase": { + "location": { "Target": { - "Entity": "arrangement_phase.phase" + "Entity": "location" } } }, @@ -26987,45 +15124,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement_phase" + "Role": "family" }, "Object": { - "Role": "arrangement_phase.phase" + "Role": "location" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangement_phases_have_phases" + "ID": "families_have_locations" }, { - "Name": { + "Attribute": { "Subject": { - "Role": "arrangement_phase" + "Role": "location" }, - "Name": { - "Role": "arrangement_phase.phase" + "Object": { + "Role": "family" } }, "State": "Generated", "Weight": 0.99, - "ID": "phases_are_names_IDs_of_arrangement_phases" + "ID": "locations_have_families" } ] }, - "arrangement_has_total_arrangement_duration": { + "family_has_community_member_family": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement": { + "family": { "Target": { - "Entity": "arrangement" + "Entity": "family" } }, - "arrangement.total_arrangement_duration": { + "community_member_family": { "Target": { - "Entity": "arrangement.total_arrangement_duration" + "Entity": "community_member_family" } } }, @@ -27033,32 +15170,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "family" }, "Object": { - "Role": "arrangement.total_arrangement_duration" + "Role": "community_member_family" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_total_arrangements_duration" + "ID": "families_have_community_member_families" } ] }, - "arrangement_has_requested": { + "role_has_role_name": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Role" }, "State": "Generated", "Roles": { - "arrangement": { + "role": { "Target": { - "Entity": "arrangement" + "Entity": "role" } }, - "arrangement.requested": { + "role.role_name": { "Target": { - "Entity": "arrangement.requested" + "Entity": "role.role_name" } } }, @@ -27066,32 +15203,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "role" }, "Object": { - "Role": "arrangement.requested" + "Role": "role.role_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_requested" + "ID": "roles_have_role_names" + }, + { + "Name": { + "Subject": { + "Role": "role" + }, + "Name": { + "Role": "role.role_name" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "role_names_are_names_IDs_of_roles" } ] }, - "arrangement_has_reason": { + "approval_status_has_status": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Approval Status" }, "State": "Generated", "Roles": { - "arrangement": { + "approval_status": { "Target": { - "Entity": "arrangement" + "Entity": "approval_status" } }, - "arrangement.reason": { + "approval_status.status": { "Target": { - "Entity": "arrangement.reason" + "Entity": "approval_status.status" } } }, @@ -27099,32 +15249,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "approval_status" }, "Object": { - "Role": "arrangement.reason" + "Role": "approval_status.status" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_reasons" + "ID": "approval_statuses_have_statuses" } ] }, - "arrangement_has_person_age_at_start": { + "approval_status_has_order": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Approval Status" }, "State": "Generated", "Roles": { - "arrangement": { + "approval_status": { "Target": { - "Entity": "arrangement" + "Entity": "approval_status" } }, - "arrangement.person_age_at_start": { + "approval_status.order": { "Target": { - "Entity": "arrangement.person_age_at_start" + "Entity": "approval_status.order" } } }, @@ -27132,32 +15282,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "approval_status" }, "Object": { - "Role": "arrangement.person_age_at_start" + "Role": "approval_status.order" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_person_age_at_start" + "ID": "approval_statuses_have_orders" } ] }, - "arrangement_has_of_arrangements_started": { + "approval_status_has_role_approval_status": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Approval Status" }, "State": "Generated", "Roles": { - "arrangement": { + "approval_status": { "Target": { - "Entity": "arrangement" + "Entity": "approval_status" } }, - "arrangement.of_arrangements_started": { + "approval_status.role_approval_status": { "Target": { - "Entity": "arrangement.of_arrangements_started" + "Entity": "approval_status.role_approval_status" } } }, @@ -27165,32 +15315,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "approval_status" }, "Object": { - "Role": "arrangement.of_arrangements_started" + "Role": "approval_status.role_approval_status" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have__of_arrangements_started" + "ID": "approval_statuses_have_role_approval_statuses" } ] }, - "arrangement_has_of_arrangements_requested_in_period": { + "child_location_expanded_has_overnight_stay": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_expanded": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_expanded" } }, - "arrangement.of_arrangements_requested_in_period": { + "child_location_expanded.overnight_stay": { "Target": { - "Entity": "arrangement.of_arrangements_requested_in_period" + "Entity": "child_location_expanded.overnight_stay" } } }, @@ -27198,32 +15348,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_expanded" }, "Object": { - "Role": "arrangement.of_arrangements_requested_in_period" + "Role": "child_location_expanded.overnight_stay" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have__of_arrangements_requested" + "ID": "child_location_expanded_have_overnight_stays" } ] }, - "arrangement_has_of_arrangements_ended": { + "child_location_expanded_has_childcare_plan": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_expanded": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_expanded" } }, - "arrangement.of_arrangements_ended": { + "child_location_expanded.childcare_plan": { "Target": { - "Entity": "arrangement.of_arrangements_ended" + "Entity": "child_location_expanded.childcare_plan" } } }, @@ -27231,32 +15381,63 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_expanded" }, "Object": { - "Role": "arrangement.of_arrangements_ended" + "Role": "child_location_expanded.childcare_plan" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have__of_arrangements_ended" + "ID": "child_location_expanded_have_childcare_plans" + }, + { + "Verb": { + "Subject": { + "Role": "child_location_expanded" + }, + "Verbs": [ + { + "Plan": { + "State": "Generated" + } + } + ], + "PrepositionalPhrases": [ + { + "Prepositions": [ + { + "for": { + "State": "Generated" + } + } + ], + "Object": { + "Role": "child_location_expanded.childcare_plan" + } + } + ] + }, + "State": "Generated", + "Weight": 0.95, + "ID": "child_location_expanded_Plan_for_childcare_plans" } ] }, - "arrangement_has_of_arrangements_active": { + "child_location_expanded_has_date": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_expanded": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_expanded" } }, - "arrangement.of_arrangements_active": { + "child_location_expanded.date": { "Target": { - "Entity": "arrangement.of_arrangements_active" + "Entity": "child_location_expanded.date" } } }, @@ -27264,32 +15445,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_expanded" }, "Object": { - "Role": "arrangement.of_arrangements_active" + "Role": "child_location_expanded.date" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have__of_arrangements_active" + "ID": "child_location_expanded_have_dates1" } ] }, - "arrangement_has_of_arrangements": { + "childcare_plan_has_plan": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Childcare Plan" }, "State": "Generated", "Roles": { - "arrangement": { + "childcare_plan": { "Target": { - "Entity": "arrangement" + "Entity": "childcare_plan" } }, - "arrangement.of_arrangements": { + "childcare_plan.plan": { "Target": { - "Entity": "arrangement.of_arrangements" + "Entity": "childcare_plan.plan" } } }, @@ -27297,32 +15478,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "childcare_plan" }, "Object": { - "Role": "arrangement.of_arrangements" + "Role": "childcare_plan.plan" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have__of_arrangements" + "ID": "childcare_plans_have_plans" } ] }, - "arrangement_has_id": { + "childcare_plan_has_order": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Childcare Plan" }, "State": "Generated", "Roles": { - "arrangement": { + "childcare_plan": { "Target": { - "Entity": "arrangement" + "Entity": "childcare_plan" } }, - "arrangement.id": { + "childcare_plan.order": { "Target": { - "Entity": "arrangement.id" + "Entity": "childcare_plan.order" } } }, @@ -27330,45 +15511,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "childcare_plan" }, "Object": { - "Role": "arrangement.id" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "arrangements_have_ids" - }, - { - "Name": { - "Subject": { - "Role": "arrangement" - }, - "Name": { - "Role": "arrangement.id" + "Role": "childcare_plan.order" } }, "State": "Generated", "Weight": 0.99, - "ID": "ids_are_names_IDs_of_arrangements" + "ID": "childcare_plans_have_orders" } ] }, - "arrangement_has_full_name": { + "childcare_plan_has_child_location_plan": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Childcare Plan" }, "State": "Generated", "Roles": { - "arrangement": { + "childcare_plan": { "Target": { - "Entity": "arrangement" + "Entity": "childcare_plan" } }, - "arrangement.full_name": { + "childcare_plan.child_location_plan": { "Target": { - "Entity": "arrangement.full_name" + "Entity": "childcare_plan.child_location_plan" } } }, @@ -27376,32 +15544,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "childcare_plan" }, "Object": { - "Role": "arrangement.full_name" + "Role": "childcare_plan.child_location_plan" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_full_names" + "ID": "childcare_plans_have_child_location_plans" } ] }, - "arrangement_has_days_active": { + "child_location_record_has_index": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_record": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_record" } }, - "arrangement.days_active": { + "child_location_record.index": { "Target": { - "Entity": "arrangement.days_active" + "Entity": "child_location_record.index" } } }, @@ -27409,32 +15577,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_record" }, "Object": { - "Role": "arrangement.days_active" + "Role": "child_location_record.index" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_days_actives" + "ID": "child_location_records_have_indices" } ] }, - "arrangement_has_day_in_setup": { + "child_location_record_has_duration": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_record": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_record" } }, - "arrangement.day_in_setup": { + "child_location_record.duration": { "Target": { - "Entity": "arrangement.day_in_setup" + "Entity": "child_location_record.duration" } } }, @@ -27442,32 +15610,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_record" }, "Object": { - "Role": "arrangement.day_in_setup" + "Role": "child_location_record.duration" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_day_in_setup" + "ID": "child_location_records_have_durations" } ] }, - "arrangement_has_average_arrangement_duration": { + "child_location_record_has_ended": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "arrangement": { + "child_location_record": { "Target": { - "Entity": "arrangement" + "Entity": "child_location_record" } }, - "arrangement.average_arrangement_duration": { + "child_location_record.ended": { "Target": { - "Entity": "arrangement.average_arrangement_duration" + "Entity": "child_location_record.ended" } } }, @@ -27475,32 +15643,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_record" }, "Object": { - "Role": "arrangement.average_arrangement_duration" + "Role": "child_location_record.ended" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_average_arrangements_duration" + "ID": "child_location_records_have_ended" } ] }, - "approval_status_has_status": { + "child_location_record_has_started": { "Binding": { - "ConceptualEntity": "Approval Status" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "approval_status": { + "child_location_record": { "Target": { - "Entity": "approval_status" + "Entity": "child_location_record" } }, - "approval_status.status": { + "child_location_record.started": { "Target": { - "Entity": "approval_status.status" + "Entity": "child_location_record.started" } } }, @@ -27508,45 +15676,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "approval_status" + "Role": "child_location_record" }, "Object": { - "Role": "approval_status.status" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "approval_statuses_have_statuses" - }, - { - "Name": { - "Subject": { - "Role": "approval_status" - }, - "Name": { - "Role": "approval_status.status" + "Role": "child_location_record.started" } }, "State": "Generated", "Weight": 0.99, - "ID": "statuses_are_names_IDs_of_approval_statuses" + "ID": "child_location_records_have_started" } ] }, - "approval_status_has_of_member_families": { + "child_location_record_has_child_person_ID": { "Binding": { - "ConceptualEntity": "Approval Status" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "approval_status": { + "child_location_record": { "Target": { - "Entity": "approval_status" + "Entity": "child_location_record" } }, - "approval_status.of_member_families": { + "child_location_record.child_person_ID": { "Target": { - "Entity": "approval_status.of_member_families" + "Entity": "child_location_record.child_person_ID" } } }, @@ -27554,831 +15709,628 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "approval_status" + "Role": "child_location_record" }, "Object": { - "Role": "approval_status.of_member_families" + "Role": "child_location_record.child_person_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "approval_statuses_have__of_member_families" + "ID": "child_location_records_have_child_person_ID" } ] }, - "RLS_location_user__location_in_location": { + "child_location_record_has_child_person_UID": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "child_location_record": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "child_location_record" } }, - "location": { + "child_location_record.child_person_UID": { "Target": { - "Entity": "location" + "Entity": "child_location_record.child_person_UID" } } }, - "SemanticSlots": { - "Where": { - "Role": "location" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "child_location_record" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "location" + "Role": "child_location_record.child_person_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_are_in_location_names" + "ID": "child_location_records_have_child_person_UIDs" } ] }, - "child_location_expanded_in_child_location_record": { + "child_location_record_has_family_ID": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "child_location_record": { "Target": { - "Entity": "child_location_expanded" + "Entity": "child_location_record" } }, - "child_location_record": { + "child_location_record.family_ID": { "Target": { - "Entity": "child_location_record" + "Entity": "child_location_record.family_ID" } } }, - "SemanticSlots": { - "Where": { - "Role": "child_location_record" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "child_location_record" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "child_location_record" + "Role": "child_location_record.family_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_are_in_child_location_records" + "ID": "child_location_records_have_family_ID" } ] }, - "RLS_location_user__community_in_location_id": { + "child_location_record_has_family_UID": { "Binding": { - "ConceptualEntity": "RLS Location User - Community" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "RLS_location_user__community": { + "child_location_record": { "Target": { - "Entity": "RLS_location_user__community" + "Entity": "child_location_record" } }, - "RLS_location_user__community.location_id": { + "child_location_record.family_UID": { "Target": { - "Entity": "RLS_location_user__community.location_id" + "Entity": "child_location_record.family_UID" } } }, - "SemanticSlots": { - "Where": { - "Role": "RLS_location_user__community.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__community" + "Role": "child_location_record" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__community.location_id" + "Role": "child_location_record.family_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__communities_are_in_location_ids" + "ID": "child_location_records_have_family_UIDs" } ] }, - "RLS_location_user__location_in_location_id": { + "child_location_record_has_RLS_key": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "child_location_record": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "child_location_record" } }, - "RLS_location_user__location.location_id": { + "child_location_record.RLS_key": { "Target": { - "Entity": "RLS_location_user__location.location_id" + "Entity": "child_location_record.RLS_key" } } }, - "SemanticSlots": { - "Where": { - "Role": "RLS_location_user__location.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "child_location_record" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__location.location_id" + "Role": "child_location_record.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_are_in_location_ids" + "ID": "child_location_records_have_RLS_keys" } ] }, - "RLS_location_user__referral_in_location_id": { + "community_role_assignment_has_role": { "Binding": { - "ConceptualEntity": "RLS Location User - Referral" + "ConceptualEntity": "Community Role Assignments" }, "State": "Generated", "Roles": { - "RLS_location_user__referral": { + "community_role_assignment": { "Target": { - "Entity": "RLS_location_user__referral" + "Entity": "community_role_assignment" } }, - "RLS_location_user__referral.location_id": { + "community_role_assignment.role": { "Target": { - "Entity": "RLS_location_user__referral.location_id" + "Entity": "community_role_assignment.role" } } }, - "SemanticSlots": { - "Where": { - "Role": "RLS_location_user__referral.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__referral" + "Role": "community_role_assignment" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__referral.location_id" + "Role": "community_role_assignment.role" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__referrals_are_in_location_ids" + "ID": "community_role_assignments_have_roles" } ] }, - "RLS_location_user__arrangement_in_location_id": { + "community_role_assignment_has_person_ID": { "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" + "ConceptualEntity": "Community Role Assignments" }, "State": "Generated", "Roles": { - "RLS_location_user__arrangement": { + "community_role_assignment": { "Target": { - "Entity": "RLS_location_user__arrangement" + "Entity": "community_role_assignment" } }, - "RLS_location_user__arrangement.location_id": { + "community_role_assignment.person_ID": { "Target": { - "Entity": "RLS_location_user__arrangement.location_id" + "Entity": "community_role_assignment.person_ID" } } }, - "SemanticSlots": { - "Where": { - "Role": "RLS_location_user__arrangement.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement" + "Role": "community_role_assignment" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__arrangement.location_id" + "Role": "community_role_assignment.person_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__arrangements_are_in_location_ids" + "ID": "community_role_assignments_have_person_ID" } ] }, - "RLS_location_user__approval_in_location_id": { + "community_role_assignment_has_person_UID": { "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" + "ConceptualEntity": "Community Role Assignments" }, "State": "Generated", "Roles": { - "RLS_location_user__approval": { + "community_role_assignment": { "Target": { - "Entity": "RLS_location_user__approval" + "Entity": "community_role_assignment" } }, - "RLS_location_user__approval.location_id": { + "community_role_assignment.person_UID": { "Target": { - "Entity": "RLS_location_user__approval.location_id" + "Entity": "community_role_assignment.person_UID" } } }, - "SemanticSlots": { - "Where": { - "Role": "RLS_location_user__approval.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__approval" + "Role": "community_role_assignment" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__approval.location_id" + "Role": "community_role_assignment.person_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__approvals_are_in_location_ids" + "ID": "community_role_assignments_have_person_UIDs" } ] }, - "role_approval_in_location_id": { + "community_role_assignment_has_RLS_key": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Community Role Assignments" }, "State": "Generated", "Roles": { - "role_approval": { + "community_role_assignment": { "Target": { - "Entity": "role_approval" + "Entity": "community_role_assignment" } }, - "role_approval.location_id": { + "community_role_assignment.RLS_key": { "Target": { - "Entity": "role_approval.location_id" + "Entity": "community_role_assignment.RLS_key" } } }, - "SemanticSlots": { - "Where": { - "Role": "role_approval.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "community_role_assignment" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "role_approval.location_id" + "Role": "community_role_assignment.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "role_approvals_are_in_location_ids" + "ID": "community_role_assignments_have_RLS_keys" } ] }, - "entity_in_postal_code": { + "community_has_community_ID": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Community" }, "State": "Generated", "Roles": { - "entity": { + "community": { "Target": { - "Entity": "entity" + "Entity": "community" } }, - "entity.postal_code": { + "community.community_ID": { "Target": { - "Entity": "entity.postal_code" + "Entity": "community.community_ID" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.postal_code" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "community" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.postal_code" + "Role": "community.community_ID" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "communities_have_community_ID" + }, + { + "Name": { + "Subject": { + "Role": "community" + }, + "Name": { + "Role": "community.community_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_postal_codes" + "ID": "community_ID_are_names_IDs_of_communities" } ] }, - "entity_in_state": { + "community_has_RLS_key": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Community" }, "State": "Generated", "Roles": { - "entity": { + "community": { "Target": { - "Entity": "entity" + "Entity": "community" } }, - "entity.state": { + "community.RLS_key": { "Target": { - "Entity": "entity.state" + "Entity": "community.RLS_key" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.state" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "community" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.state" + "Role": "community.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_states" + "ID": "communities_have_RLS_keys" } ] }, - "entity_in_county": { + "community_member_family_has_family_ID": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Community Member Families" }, "State": "Generated", "Roles": { - "entity": { + "community_member_family": { "Target": { - "Entity": "entity" + "Entity": "community_member_family" } }, - "entity.county": { + "community_member_family.family_ID": { "Target": { - "Entity": "entity.county" + "Entity": "community_member_family.family_ID" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.county" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "community_member_family" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.county" + "Role": "community_member_family.family_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_counties" + "ID": "community_member_families_have_family_ID" } ] }, - "entity_in_city": { + "community_member_family_has_family_UID": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Community Member Families" }, "State": "Generated", "Roles": { - "entity": { + "community_member_family": { "Target": { - "Entity": "entity" + "Entity": "community_member_family" } }, - "entity.city": { + "community_member_family.family_UID": { "Target": { - "Entity": "entity.city" + "Entity": "community_member_family.family_UID" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.city" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "community_member_family" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.city" + "Role": "community_member_family.family_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_cities" + "ID": "community_member_families_have_family_UIDs" } ] }, - "entity_in_address_line_2": { + "community_member_family_has_RLS_key": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Community Member Families" }, "State": "Generated", "Roles": { - "entity": { + "community_member_family": { "Target": { - "Entity": "entity" + "Entity": "community_member_family" } }, - "entity.address_line_2": { + "community_member_family.RLS_key": { "Target": { - "Entity": "entity.address_line_2" + "Entity": "community_member_family.RLS_key" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.address_line_2" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "community_member_family" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.address_line_2" + "Role": "community_member_family.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_address_line_2" + "ID": "community_member_families_have_RLS_keys" } ] }, - "entity_in_address_line_1": { + "close_reason_has_reason": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Close Reason" }, "State": "Generated", "Roles": { - "entity": { + "close_reason": { "Target": { - "Entity": "entity" + "Entity": "close_reason" } }, - "entity.address_line_1": { + "close_reason.reason": { "Target": { - "Entity": "entity.address_line_1" + "Entity": "close_reason.reason" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.address_line_1" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "close_reason" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.address_line_1" + "Role": "close_reason.reason" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_address_line_1" + "ID": "close_reasons_have_reasons" } ] }, - "entity_in_location_id": { + "close_reason_has_order": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Close Reason" }, "State": "Generated", "Roles": { - "entity": { + "close_reason": { "Target": { - "Entity": "entity" + "Entity": "close_reason" } }, - "entity.location_id": { + "close_reason.order": { "Target": { - "Entity": "entity.location_id" + "Entity": "close_reason.order" } } }, - "SemanticSlots": { - "Where": { - "Role": "entity.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "entity" + "Role": "close_reason" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "entity.location_id" + "Role": "close_reason.order" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_are_in_location_ids" + "ID": "close_reasons_have_orders" } ] }, - "function_assignment_in_location_id": { + "close_reason_has_referral_close_reason": { "Binding": { - "ConceptualEntity": "Function Assignments" + "ConceptualEntity": "Close Reason" }, "State": "Generated", "Roles": { - "function_assignment": { + "close_reason": { "Target": { - "Entity": "function_assignment" + "Entity": "close_reason" } }, - "function_assignment.location_id": { + "close_reason.referral_close_reason": { "Target": { - "Entity": "function_assignment.location_id" + "Entity": "close_reason.referral_close_reason" } } }, - "SemanticSlots": { - "Where": { - "Role": "function_assignment.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "function_assignment" + "Role": "close_reason" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "function_assignment.location_id" + "Role": "close_reason.referral_close_reason" } }, "State": "Generated", "Weight": 0.99, - "ID": "function_assignments_are_in_location_ids" + "ID": "close_reasons_have_referral_close_reasons" } ] }, - "child_location_record_in_location_id": { + "referral_has_of_families_referred": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record": { + "referral": { "Target": { - "Entity": "child_location_record" + "Entity": "referral" } }, - "child_location_record.location_id": { + "referral.of_families_referred": { "Target": { - "Entity": "child_location_record.location_id" + "Entity": "referral.of_families_referred" } } }, - "SemanticSlots": { - "Where": { - "Role": "child_location_record.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "referral" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "child_location_record.location_id" + "Role": "referral.of_families_referred" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_are_in_location_ids" + "ID": "referrals_have__of_families_referred" } ] }, - "arrangement_in_location_id": { + "referral_has_of_referrals_opened": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "arrangement": { + "referral": { "Target": { - "Entity": "arrangement" + "Entity": "referral" } }, - "arrangement.location_id": { + "referral.of_referrals_opened": { "Target": { - "Entity": "arrangement.location_id" + "Entity": "referral.of_referrals_opened" } } }, - "SemanticSlots": { - "Where": { - "Role": "arrangement.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "referral" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "arrangement.location_id" + "Role": "referral.of_referrals_opened" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_are_in_location_ids" + "ID": "referrals_have__of_referrals_opened" } ] }, - "referral_in_location_id": { + "referral_has_primary_reason_for_referral": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { @@ -28387,253 +16339,209 @@ cultureInfo en-US "Entity": "referral" } }, - "referral.location_id": { + "referral.primary_reason_for_referral": { "Target": { - "Entity": "referral.location_id" + "Entity": "referral.primary_reason_for_referral" } } }, - "SemanticSlots": { - "Where": { - "Role": "referral.location_id" - } - }, "Phrasings": [ { - "Preposition": { + "Attribute": { "Subject": { "Role": "referral" }, - "Prepositions": [ - { - "in": { - "State": "Generated" - } - } - ], "Object": { - "Role": "referral.location_id" + "Role": "referral.primary_reason_for_referral" } }, "State": "Generated", "Weight": 0.99, - "ID": "referrals_are_in_location_ids" + "ID": "referrals_have_primary_reason_for_referral" } ] }, - "entity_is_born_on_date_of_birth": { + "referral_has_referral_source": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity": { + "referral": { "Target": { - "Entity": "entity" + "Entity": "referral" } }, - "entity.date_of_birth": { + "referral.referral_source": { "Target": { - "Entity": "entity.date_of_birth" + "Entity": "referral.referral_source" } } }, - "SemanticSlots": { - "When": { - "Role": "entity.date_of_birth" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "bear": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "referral" + }, "Object": { - "Role": "entity" + "Role": "referral.referral_source" } }, "State": "Generated", - "Weight": 0.9, - "ID": "entities_are_born_on_date_of_birth" + "Weight": 0.99, + "ID": "referrals_have_referral_sources" } ] }, - "child_location_record_is_ended_on_ended": { + "referral_has_closed": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record": { + "referral": { "Target": { - "Entity": "child_location_record" + "Entity": "referral" } }, - "child_location_record.ended": { + "referral.closed": { "Target": { - "Entity": "child_location_record.ended" + "Entity": "referral.closed" } } }, - "SemanticSlots": { - "When": { - "Role": "child_location_record.ended" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "end": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "referral" + }, "Object": { - "Role": "child_location_record" + "Role": "referral.closed" } }, "State": "Generated", - "Weight": 0.9, - "ID": "child_location_records_are_ended_on_ended" + "Weight": 0.99, + "ID": "referrals_have_closed" } ] }, - "child_location_record_is_started_on_started": { + "referral_has_opened": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record": { + "referral": { "Target": { - "Entity": "child_location_record" + "Entity": "referral" } }, - "child_location_record.started": { + "referral.opened": { "Target": { - "Entity": "child_location_record.started" + "Entity": "referral.opened" } } }, - "SemanticSlots": { - "When": { - "Role": "child_location_record.started" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "start": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "referral" + }, "Object": { - "Role": "child_location_record" + "Role": "referral.opened" } }, "State": "Generated", - "Weight": 0.9, - "ID": "child_location_records_are_started_on_started" + "Weight": 0.99, + "ID": "referrals_have_opened" } ] }, - "arrangement_is_ended_on_ended": { + "referral_has_family_ID": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "arrangement": { + "referral": { "Target": { - "Entity": "arrangement" + "Entity": "referral" } }, - "arrangement.ended": { + "referral.family_ID": { "Target": { - "Entity": "arrangement.ended" + "Entity": "referral.family_ID" } } }, - "SemanticSlots": { - "When": { - "Role": "arrangement.ended" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "end": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "referral" + }, "Object": { - "Role": "arrangement" + "Role": "referral.family_ID" } }, "State": "Generated", - "Weight": 0.9, - "ID": "arrangements_are_ended_on_ended" + "Weight": 0.99, + "ID": "referrals_have_family_ID" } ] }, - "arrangement_is_started_on_started": { + "referral_has_referral_ID": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "arrangement": { + "referral": { "Target": { - "Entity": "arrangement" + "Entity": "referral" } }, - "arrangement.started": { + "referral.referral_ID": { "Target": { - "Entity": "arrangement.started" + "Entity": "referral.referral_ID" } } }, - "SemanticSlots": { - "When": { - "Role": "arrangement.started" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "start": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "referral" + }, "Object": { - "Role": "arrangement" + "Role": "referral.referral_ID" } }, "State": "Generated", - "Weight": 0.9, - "ID": "arrangements_are_started_on_started" + "Weight": 0.99, + "ID": "referrals_have_referral_ID" + }, + { + "Name": { + "Subject": { + "Role": "referral" + }, + "Name": { + "Role": "referral.referral_ID" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "referral_ID_are_names_IDs_of_referrals" } ] }, - "referral_is_opened_on_opened": { + "referral_has_RLS_key": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { @@ -28642,520 +16550,451 @@ cultureInfo en-US "Entity": "referral" } }, - "referral.opened": { + "referral.RLS_key": { "Target": { - "Entity": "referral.opened" + "Entity": "referral.RLS_key" } } }, - "SemanticSlots": { - "When": { - "Role": "referral.opened" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "open": { - "State": "Generated" - } - } - ], - "Object": { + "Attribute": { + "Subject": { "Role": "referral" + }, + "Object": { + "Role": "referral.RLS_key" } }, "State": "Generated", - "Weight": 0.9, - "ID": "referrals_are_opened_on_opened" + "Weight": 0.99, + "ID": "referrals_have_RLS_keys" } ] }, - "referral_is_closed_on_closed": { + "childcare_has_care_type": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Childcare" }, "State": "Generated", "Roles": { - "referral": { + "childcare": { "Target": { - "Entity": "referral" + "Entity": "childcare" } }, - "referral.closed": { + "childcare.care_type": { "Target": { - "Entity": "referral.closed" + "Entity": "childcare.care_type" } } }, - "SemanticSlots": { - "When": { - "Role": "referral.closed" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "close": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "childcare" + }, "Object": { - "Role": "referral" + "Role": "childcare.care_type" } }, "State": "Generated", - "Weight": 0.9, - "ID": "referrals_are_closed_on_closed" + "Weight": 0.99, + "ID": "childcares_have_care_types" } ] }, - "arrangement_is_requested_on_requested": { + "childcare_has_order": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Childcare" }, "State": "Generated", "Roles": { - "arrangement": { + "childcare": { "Target": { - "Entity": "arrangement" + "Entity": "childcare" } }, - "arrangement.requested": { + "childcare.order": { "Target": { - "Entity": "arrangement.requested" + "Entity": "childcare.order" } } }, - "SemanticSlots": { - "When": { - "Role": "arrangement.requested" - } - }, "Phrasings": [ { - "Verb": { - "Verbs": [ - { - "request": { - "State": "Generated" - } - } - ], + "Attribute": { + "Subject": { + "Role": "childcare" + }, "Object": { - "Role": "arrangement" + "Role": "childcare.order" } }, "State": "Generated", - "Weight": 0.9, - "ID": "arrangements_are_requested_on_requested" + "Weight": 0.99, + "ID": "childcares_have_orders" } ] }, - "role_approval_is_status_changed": { + "childcare_has_child_involvement": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Childcare" }, "State": "Generated", "Roles": { - "role_approval": { + "childcare": { "Target": { - "Entity": "role_approval" + "Entity": "childcare" } }, - "role_approval.status_changed": { + "childcare.child_involvement": { "Target": { - "Entity": "role_approval.status_changed" + "Entity": "childcare.child_involvement" } } }, - "Conditions": [ - { - "Target": { - "Role": "role_approval.status_changed" - }, - "Operator": "Equals", - "Value": { - "Boolean": [ - true - ] - } - } - ], "Phrasings": [ { - "Adjective": { + "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "childcare" }, - "Adjectives": [ - { - "status changed": { - "State": "Generated" - } - }, - { - "status-changed": { - "State": "Generated" - } - } - ] + "Object": { + "Role": "childcare.child_involvement" + } }, "State": "Generated", "Weight": 0.99, - "ID": "some_role_approvals_are_status_changed_role_approvals" + "ID": "childcares_have_child_involvements" } ] }, - "RLS_location_user__community_user_id_use_RLS_location_user__community": { + "arrangement_type_has_arrangement_type": { "Binding": { - "ConceptualEntity": "RLS Location User - Community" + "ConceptualEntity": "Arrangement Type" }, "State": "Generated", "Roles": { - "RLS_location_user__community.user_id": { + "arrangement_type": { "Target": { - "Entity": "RLS_location_user__community.user_id" + "Entity": "arrangement_type" } }, - "RLS_location_user__community": { + "arrangement_type.arrangement_type": { "Target": { - "Entity": "RLS_location_user__community" + "Entity": "arrangement_type.arrangement_type" } } }, "Phrasings": [ - { - "Verb": { - "Subject": { - "Role": "RLS_location_user__community.user_id" - }, - "Verbs": [ - { - "use": { - "State": "Generated" - } - } - ], - "Object": { - "Role": "RLS_location_user__community" - } - }, - "State": "Generated", - "Weight": 0.75, - "ID": "user_ids_use_RLS_location_user__communities" - }, { "Attribute": { "Subject": { - "Role": "RLS_location_user__community.user_id" + "Role": "arrangement_type" }, "Object": { - "Role": "RLS_location_user__community" + "Role": "arrangement_type.arrangement_type" } }, "State": "Generated", "Weight": 0.99, - "ID": "user_ids_have_RLS_location_user__communities" + "ID": "arrangement_types_have_arrangement_types" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "RLS_location_user__community" + "Role": "arrangement_type" }, - "Object": { - "Role": "RLS_location_user__community.user_id" + "Name": { + "Role": "arrangement_type.arrangement_type" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__communities_have_user_ids" + "ID": "arrangement_types_are_names_IDs_of_arrangement_types" } ] }, - "RLS_location_user__location_user_id_use_RLS_location_user__location": { + "arrangement_type_has_arrangement_type_UID": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Arrangement Type" }, "State": "Generated", "Roles": { - "RLS_location_user__location.user_id": { + "arrangement_type": { "Target": { - "Entity": "RLS_location_user__location.user_id" + "Entity": "arrangement_type" } }, - "RLS_location_user__location": { + "arrangement_type.arrangement_type_UID": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "arrangement_type.arrangement_type_UID" } } }, "Phrasings": [ - { - "Verb": { - "Subject": { - "Role": "RLS_location_user__location.user_id" - }, - "Verbs": [ - { - "use": { - "State": "Generated" - } - } - ], - "Object": { - "Role": "RLS_location_user__location" - } - }, - "State": "Generated", - "Weight": 0.75, - "ID": "user_ids_use_RLS_location_user__locations" - }, { "Attribute": { "Subject": { - "Role": "RLS_location_user__location.user_id" + "Role": "arrangement_type" }, "Object": { - "Role": "RLS_location_user__location" + "Role": "arrangement_type.arrangement_type_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "user_ids_have_RLS_location_user__locations" + "ID": "arrangement_types_have_arrangement_type_UIDs" + } + ] + }, + "arrangement_type_has_RLS_key": { + "Binding": { + "ConceptualEntity": "Arrangement Type" + }, + "State": "Generated", + "Roles": { + "arrangement_type": { + "Target": { + "Entity": "arrangement_type" + } }, + "arrangement_type.RLS_key": { + "Target": { + "Entity": "arrangement_type.RLS_key" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "arrangement_type" }, "Object": { - "Role": "RLS_location_user__location.user_id" + "Role": "arrangement_type.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_have_user_ids" + "ID": "arrangement_types_have_RLS_keys" } ] }, - "RLS_location_user__referral_user_id_use_RLS_location_user__referral": { + "arrangement_has_reason": { "Binding": { - "ConceptualEntity": "RLS Location User - Referral" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__referral.user_id": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__referral.user_id" + "Entity": "arrangement" } }, - "RLS_location_user__referral": { + "arrangement.reason": { "Target": { - "Entity": "RLS_location_user__referral" + "Entity": "arrangement.reason" } } }, "Phrasings": [ - { - "Verb": { - "Subject": { - "Role": "RLS_location_user__referral.user_id" - }, - "Verbs": [ - { - "use": { - "State": "Generated" - } - } - ], - "Object": { - "Role": "RLS_location_user__referral" - } - }, - "State": "Generated", - "Weight": 0.75, - "ID": "user_ids_use_RLS_location_user__referrals" - }, { "Attribute": { "Subject": { - "Role": "RLS_location_user__referral.user_id" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__referral" + "Role": "arrangement.reason" } }, "State": "Generated", "Weight": 0.99, - "ID": "user_ids_have_RLS_location_user__referrals" + "ID": "arrangements_have_reasons" + } + ] + }, + "arrangement_has_phase": { + "Binding": { + "ConceptualEntity": "Arrangements" + }, + "State": "Generated", + "Roles": { + "arrangement": { + "Target": { + "Entity": "arrangement" + } }, + "arrangement.phase": { + "Target": { + "Entity": "arrangement.phase" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "RLS_location_user__referral" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__referral.user_id" + "Role": "arrangement.phase" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__referrals_have_user_ids" + "ID": "arrangements_have_phases" } ] }, - "RLS_location_user__arrangement_user_id_use_RLS_location_user__arrangement": { + "arrangement_has_ended": { "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__arrangement.user_id": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__arrangement.user_id" + "Entity": "arrangement" } }, - "RLS_location_user__arrangement": { + "arrangement.ended": { "Target": { - "Entity": "RLS_location_user__arrangement" + "Entity": "arrangement.ended" } } }, "Phrasings": [ { - "Verb": { + "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement.user_id" + "Role": "arrangement" }, - "Verbs": [ - { - "use": { - "State": "Generated" - } - } - ], "Object": { - "Role": "RLS_location_user__arrangement" + "Role": "arrangement.ended" } }, "State": "Generated", - "Weight": 0.75, - "ID": "user_ids_use_RLS_location_user__arrangements" + "Weight": 0.99, + "ID": "arrangements_have_ended" + } + ] + }, + "arrangement_has_started": { + "Binding": { + "ConceptualEntity": "Arrangements" + }, + "State": "Generated", + "Roles": { + "arrangement": { + "Target": { + "Entity": "arrangement" + } }, + "arrangement.started": { + "Target": { + "Entity": "arrangement.started" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement.user_id" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__arrangement" + "Role": "arrangement.started" } }, "State": "Generated", "Weight": 0.99, - "ID": "user_ids_have_RLS_location_user__arrangements" + "ID": "arrangements_have_started" + } + ] + }, + "arrangement_has_requested": { + "Binding": { + "ConceptualEntity": "Arrangements" + }, + "State": "Generated", + "Roles": { + "arrangement": { + "Target": { + "Entity": "arrangement" + } }, + "arrangement.requested": { + "Target": { + "Entity": "arrangement.requested" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__arrangement.user_id" + "Role": "arrangement.requested" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__arrangements_have_user_ids" + "ID": "arrangements_have_requested" } ] }, - "RLS_location_user__approval_user_id_use_RLS_location_user__approval": { + "arrangement_has_person_ID": { "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__approval.user_id": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__approval.user_id" + "Entity": "arrangement" } }, - "RLS_location_user__approval": { + "arrangement.person_ID": { "Target": { - "Entity": "RLS_location_user__approval" + "Entity": "arrangement.person_ID" } } }, "Phrasings": [ - { - "Verb": { - "Subject": { - "Role": "RLS_location_user__approval.user_id" - }, - "Verbs": [ - { - "use": { - "State": "Generated" - } - } - ], - "Object": { - "Role": "RLS_location_user__approval" - } - }, - "State": "Generated", - "Weight": 0.75, - "ID": "user_ids_use_RLS_location_user__approvals" - }, - { - "Attribute": { - "Subject": { - "Role": "RLS_location_user__approval.user_id" - }, - "Object": { - "Role": "RLS_location_user__approval" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "user_ids_have_RLS_location_user__approvals" - }, { "Attribute": { "Subject": { - "Role": "RLS_location_user__approval" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__approval.user_id" + "Role": "arrangement.person_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__approvals_have_user_ids" + "ID": "arrangements_have_person_ID" } ] }, - "arrangement_by_entity_has_situation": { + "arrangement_has_person_UID": { "Binding": { - "ConceptualEntity": "Arrangements by Entity" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "arrangement_by_entity": { + "arrangement": { "Target": { - "Entity": "arrangement_by_entity" + "Entity": "arrangement" } }, - "arrangement_by_entity.situation": { + "arrangement.person_UID": { "Target": { - "Entity": "arrangement_by_entity.situation" + "Entity": "arrangement.person_UID" } } }, @@ -29163,32 +17002,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement_by_entity" + "Role": "arrangement" }, "Object": { - "Role": "arrangement_by_entity.situation" + "Role": "arrangement.person_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangement_by_entity_have_situations" + "ID": "arrangements_have_person_UIDs" } ] }, - "RLS_location_user__approval_has_location_id": { + "arrangement_has_referral_ID": { "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__approval": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__approval" + "Entity": "arrangement" } }, - "RLS_location_user__approval.location_id": { + "arrangement.referral_ID": { "Target": { - "Entity": "RLS_location_user__approval.location_id" + "Entity": "arrangement.referral_ID" } } }, @@ -29196,32 +17035,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__approval" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__approval.location_id" + "Role": "arrangement.referral_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__approvals_have_location_ids" + "ID": "arrangements_have_referral_ID" } ] }, - "RLS_location_user__approval_has_organization_id": { + "arrangement_has_arrangement_type": { "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__approval": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__approval" + "Entity": "arrangement" } }, - "RLS_location_user__approval.organization_id": { + "arrangement.arrangement_type": { "Target": { - "Entity": "RLS_location_user__approval.organization_id" + "Entity": "arrangement.arrangement_type" } } }, @@ -29229,32 +17068,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__approval" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__approval.organization_id" + "Role": "arrangement.arrangement_type" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__approvals_have_organization_ids" + "ID": "arrangements_have_arrangement_types1" } ] }, - "RLS_location_user__arrangement_has_organization_id": { + "arrangement_has_arrangement_ID": { "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__arrangement": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__arrangement" + "Entity": "arrangement" } }, - "RLS_location_user__arrangement.organization_id": { + "arrangement.arrangement_ID": { "Target": { - "Entity": "RLS_location_user__arrangement.organization_id" + "Entity": "arrangement.arrangement_ID" } } }, @@ -29262,32 +17101,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__arrangement.organization_id" + "Role": "arrangement.arrangement_ID" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "arrangements_have_arrangement_ID" + }, + { + "Name": { + "Subject": { + "Role": "arrangement" + }, + "Name": { + "Role": "arrangement.arrangement_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__arrangements_have_organization_ids" + "ID": "arrangement_ID_are_names_IDs_of_arrangements" } ] }, - "RLS_location_user__arrangement_has_location_id": { + "arrangement_has_RLS_key": { "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "RLS_location_user__arrangement": { + "arrangement": { "Target": { - "Entity": "RLS_location_user__arrangement" + "Entity": "arrangement" } }, - "RLS_location_user__arrangement.location_id": { + "arrangement.RLS_key": { "Target": { - "Entity": "RLS_location_user__arrangement.location_id" + "Entity": "arrangement.RLS_key" } } }, @@ -29295,32 +17147,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement" + "Role": "arrangement" }, "Object": { - "Role": "RLS_location_user__arrangement.location_id" + "Role": "arrangement.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__arrangements_have_location_ids" + "ID": "arrangements_have_RLS_keys" } ] }, - "RLS_location_user__referral_has_organization_id": { + "person_has_date_of_birth": { "Binding": { - "ConceptualEntity": "RLS Location User - Referral" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__referral": { + "person": { "Target": { - "Entity": "RLS_location_user__referral" + "Entity": "person" } }, - "RLS_location_user__referral.organization_id": { + "person.date_of_birth": { "Target": { - "Entity": "RLS_location_user__referral.organization_id" + "Entity": "person.date_of_birth" } } }, @@ -29328,32 +17180,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__referral" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__referral.organization_id" + "Role": "person.date_of_birth" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__referrals_have_organization_ids" + "ID": "people_have_date_of_birth" } ] }, - "RLS_location_user__referral_has_location_id": { + "person_has_gender": { "Binding": { - "ConceptualEntity": "RLS Location User - Referral" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__referral": { + "person": { "Target": { - "Entity": "RLS_location_user__referral" + "Entity": "person" } }, - "RLS_location_user__referral.location_id": { + "person.gender": { "Target": { - "Entity": "RLS_location_user__referral.location_id" + "Entity": "person.gender" } } }, @@ -29361,32 +17213,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__referral" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__referral.location_id" + "Role": "person.gender" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__referrals_have_location_ids" + "ID": "people_have_genders" } ] }, - "RLS_location_user__location_has_organization_id": { + "person_has_ethnicity": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "person": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "person" } }, - "RLS_location_user__location.organization_id": { + "person.ethnicity": { "Target": { - "Entity": "RLS_location_user__location.organization_id" + "Entity": "person.ethnicity" } } }, @@ -29394,32 +17246,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__location.organization_id" + "Role": "person.ethnicity" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_have_organization_ids" + "ID": "people_have_ethnicities" } ] }, - "RLS_location_user__location_has_location_id": { + "person_has_person_type": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "person": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "person" } }, - "RLS_location_user__location.location_id": { + "person.person_type": { "Target": { - "Entity": "RLS_location_user__location.location_id" + "Entity": "person.person_type" } } }, @@ -29427,32 +17279,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__location.location_id" + "Role": "person.person_type" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_have_location_ids" + "ID": "people_have_person_types" } ] }, - "RLS_location_user__community_has_organization_id": { + "person_has_full_name": { "Binding": { - "ConceptualEntity": "RLS Location User - Community" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__community": { + "person": { "Target": { - "Entity": "RLS_location_user__community" + "Entity": "person" } }, - "RLS_location_user__community.organization_id": { + "person.full_name": { "Target": { - "Entity": "RLS_location_user__community.organization_id" + "Entity": "person.full_name" } } }, @@ -29460,32 +17312,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__community" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__community.organization_id" + "Role": "person.full_name" + } + }, + "State": "Generated", + "Weight": 0.99, + "ID": "people_have_full_names" + }, + { + "Name": { + "Subject": { + "Role": "person" + }, + "Name": { + "Role": "person.full_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__communities_have_organization_ids" + "ID": "full_names_are_names_IDs_of_people" } ] }, - "RLS_location_user__community_has_location_id": { + "person_has_last_name": { "Binding": { - "ConceptualEntity": "RLS Location User - Community" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "RLS_location_user__community": { + "person": { "Target": { - "Entity": "RLS_location_user__community" + "Entity": "person" } }, - "RLS_location_user__community.location_id": { + "person.last_name": { "Target": { - "Entity": "RLS_location_user__community.location_id" + "Entity": "person.last_name" } } }, @@ -29493,32 +17358,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__community" + "Role": "person" }, "Object": { - "Role": "RLS_location_user__community.location_id" + "Role": "person.last_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__communities_have_location_ids" + "ID": "people_have_last_names" } ] }, - "arrangement_has_arrangement_phase": { + "person_has_first_name": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "arrangement": { + "person": { "Target": { - "Entity": "arrangement" + "Entity": "person" } }, - "arrangement_phase": { + "person.first_name": { "Target": { - "Entity": "arrangement_phase" + "Entity": "person.first_name" } } }, @@ -29526,98 +17391,91 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "person" }, "Object": { - "Role": "arrangement_phase" + "Role": "person.first_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_arrangement_phases" + "ID": "people_have_first_names" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "arrangement_phase" + "Role": "person" }, - "Object": { - "Role": "arrangement" + "Name": { + "Role": "person.first_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangement_phases_have_arrangements" + "ID": "first_names_are_names_IDs_of_people" } ] }, - "arrangement_has_entity": { + "person_has_person_ID": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "arrangement": { + "person": { "Target": { - "Entity": "arrangement" + "Entity": "person" } }, - "entity": { + "person.person_ID": { "Target": { - "Entity": "entity" - }, - "Nouns": [ - { - "person": { - "State": "Generated" - } - } - ] + "Entity": "person.person_ID" + } } }, "Phrasings": [ { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "person" }, "Object": { - "Role": "entity" + "Role": "person.person_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_entities" + "ID": "people_have_person_ID" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "entity" + "Role": "person" }, - "Object": { - "Role": "arrangement" + "Name": { + "Role": "person.person_ID" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_arrangements" + "ID": "person_ID_are_names_IDs_of_people" } ] }, - "arrangement_has_arrangement_type": { + "person_has_person_UID": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "arrangement": { + "person": { "Target": { - "Entity": "arrangement" + "Entity": "person" } }, - "arrangement_type": { + "person.person_UID": { "Target": { - "Entity": "arrangement_type" + "Entity": "person.person_UID" } } }, @@ -29625,45 +17483,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "person" }, "Object": { - "Role": "arrangement_type" + "Role": "person.person_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_arrangement_types" + "ID": "people_have_person_UIDs" + } + ] + }, + "person_has_family_UID": { + "Binding": { + "ConceptualEntity": "Person" + }, + "State": "Generated", + "Roles": { + "person": { + "Target": { + "Entity": "person" + } }, + "person.family_UID": { + "Target": { + "Entity": "person.family_UID" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "arrangement_type" + "Role": "person" }, "Object": { - "Role": "arrangement" + "Role": "person.family_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangement_types_have_arrangements" + "ID": "people_have_family_UIDs" } ] }, - "arrangement_type_has_childcare": { + "person_has_RLS_key": { "Binding": { - "ConceptualEntity": "Arrangement Type" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "arrangement_type": { + "person": { "Target": { - "Entity": "arrangement_type" + "Entity": "person" } }, - "childcare": { + "person.RLS_key": { "Target": { - "Entity": "childcare" + "Entity": "person.RLS_key" } } }, @@ -29671,45 +17549,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement_type" + "Role": "person" }, "Object": { - "Role": "childcare" + "Role": "person.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangement_types_have_childcares" + "ID": "people_have_RLS_keys" + } + ] + }, + "rl_has_RLS_key": { + "Binding": { + "ConceptualEntity": "RLS" + }, + "State": "Generated", + "Roles": { + "rl": { + "Target": { + "Entity": "rl" + } }, + "rl.RLS_key": { + "Target": { + "Entity": "rl.RLS_key" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "childcare" + "Role": "rl" }, "Object": { - "Role": "arrangement_type" + "Role": "rl.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "childcares_have_arrangement_types" + "ID": "rls_have_RLS_keys" } ] }, - "child_location_expanded_has_child_location_record": { + "community_has_community_name": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "Community" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "community": { "Target": { - "Entity": "child_location_expanded" + "Entity": "community" } }, - "child_location_record": { + "community.community_name": { "Target": { - "Entity": "child_location_record" + "Entity": "community.community_name" } } }, @@ -29717,45 +17615,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "community" }, "Object": { - "Role": "child_location_record" + "Role": "community.community_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_have_child_location_records" + "ID": "communities_have_community_names" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "child_location_record" + "Role": "community" }, - "Object": { - "Role": "child_location_expanded" + "Name": { + "Role": "community.community_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_child_location_expanded" + "ID": "community_names_are_names_IDs_of_communities" } ] }, - "child_location_expanded_has_date1": { + "rl_has_user_id": { "Binding": { - "ConceptualEntity": "ChildLocationExpanded" + "ConceptualEntity": "RLS" }, "State": "Generated", "Roles": { - "child_location_expanded": { + "rl": { "Target": { - "Entity": "child_location_expanded" + "Entity": "rl" } }, - "date": { + "rl.user_id": { "Target": { - "Entity": "date" + "Entity": "rl.user_id" } } }, @@ -29763,45 +17661,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_expanded" + "Role": "rl" }, "Object": { - "Role": "date" + "Role": "rl.user_id" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_expanded_have_dates1" + "ID": "rls_have_user_ids" + }, + { + "Verb": { + "Subject": { + "Role": "rl.user_id" + }, + "Verbs": [ + { + "use": { + "State": "Generated" + } + } + ], + "Object": { + "Role": "rl" + } + }, + "State": "Generated", + "Weight": 0.75, + "ID": "user_ids_use_rls" }, { "Attribute": { "Subject": { - "Role": "date" + "Role": "rl.user_id" }, "Object": { - "Role": "child_location_expanded" + "Role": "rl" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_child_location_expanded" + "ID": "user_ids_have_rls" } ] }, - "child_location_record_has_arrangement": { + "family_has_family_UID": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "child_location_record": { + "family": { "Target": { - "Entity": "child_location_record" + "Entity": "family" } }, - "arrangement": { + "family.family_UID": { "Target": { - "Entity": "arrangement" + "Entity": "family.family_UID" } } }, @@ -29809,45 +17727,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "family" }, "Object": { - "Role": "arrangement" + "Role": "family.family_UID" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_arrangements" + "ID": "families_have_family_UIDs" + } + ] + }, + "child_location_record_has_childcare_family_name": { + "Binding": { + "ConceptualEntity": "Child Location Record" + }, + "State": "Generated", + "Roles": { + "child_location_record": { + "Target": { + "Entity": "child_location_record" + } }, + "child_location_record.childcare_family_name": { + "Target": { + "Entity": "child_location_record.childcare_family_name" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "child_location_record" }, "Object": { - "Role": "child_location_record" + "Role": "child_location_record.childcare_family_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_child_location_records" + "ID": "child_location_records_have_childcare_family_names" } ] }, - "child_location_record_has_childcare_plan": { + "family_has_family_id": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "child_location_record": { + "family": { "Target": { - "Entity": "child_location_record" + "Entity": "family" } }, - "childcare_plan": { + "family.family_id": { "Target": { - "Entity": "childcare_plan" + "Entity": "family.family_id" } } }, @@ -29855,45 +17793,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "child_location_record" + "Role": "family" }, "Object": { - "Role": "childcare_plan" + "Role": "family.family_id" } }, "State": "Generated", "Weight": 0.99, - "ID": "child_location_records_have_childcare_plans" + "ID": "families_have_family_ID" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "childcare_plan" + "Role": "family" }, - "Object": { - "Role": "child_location_record" + "Name": { + "Role": "family.family_id" } }, "State": "Generated", "Weight": 0.99, - "ID": "childcare_plans_have_child_location_records" + "ID": "family_ID_are_names_IDs_of_families" } ] }, - "community_member_family_has_community": { + "family_has_family_name": { "Binding": { - "ConceptualEntity": "Community Member Families" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "community_member_family": { + "family": { "Target": { - "Entity": "community_member_family" + "Entity": "family" } }, - "community": { + "family.family_name": { "Target": { - "Entity": "community" + "Entity": "family.family_name" } } }, @@ -29901,45 +17839,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community_member_family" + "Role": "family" }, "Object": { - "Role": "community" + "Role": "family.family_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "community_member_families_have_communities" + "ID": "families_have_family_names" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "community" + "Role": "family" }, - "Object": { - "Role": "community_member_family" + "Name": { + "Role": "family.family_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "communities_have_community_member_families" + "ID": "family_names_are_names_IDs_of_families" } ] }, - "community_member_family_has_entity": { + "family_has_email": { "Binding": { - "ConceptualEntity": "Community Member Families" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "community_member_family": { + "family": { "Target": { - "Entity": "community_member_family" + "Entity": "family" } }, - "entity": { + "family.email": { "Target": { - "Entity": "entity" + "Entity": "family.email" } } }, @@ -29947,32 +17885,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community_member_family" + "Role": "family" }, "Object": { - "Role": "entity" + "Role": "family.email" } }, "State": "Generated", "Weight": 0.99, - "ID": "community_member_families_have_entities" + "ID": "families_have_emails" } ] }, - "community_role_assignment_has_community": { + "family_has_phone_number": { "Binding": { - "ConceptualEntity": "Community Role Assignments" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "community_role_assignment": { + "family": { "Target": { - "Entity": "community_role_assignment" + "Entity": "family" } }, - "community": { + "family.phone_number": { "Target": { - "Entity": "community" + "Entity": "family.phone_number" } } }, @@ -29980,45 +17918,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "community_role_assignment" - }, - "Object": { - "Role": "community" - } - }, - "State": "Generated", - "Weight": 0.99, - "ID": "community_role_assignments_have_communities" - }, - { - "Attribute": { - "Subject": { - "Role": "community" + "Role": "family" }, "Object": { - "Role": "community_role_assignment" + "Role": "family.phone_number" } }, "State": "Generated", "Weight": 0.99, - "ID": "communities_have_community_role_assignments" + "ID": "families_have_phone_numbers" } ] }, - "function_assignment_has_arrangement": { + "family_has_address_line_1": { "Binding": { - "ConceptualEntity": "Function Assignments" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "function_assignment": { + "family": { "Target": { - "Entity": "function_assignment" + "Entity": "family" } }, - "arrangement": { + "family.address_line_1": { "Target": { - "Entity": "arrangement" + "Entity": "family.address_line_1" } } }, @@ -30026,45 +17951,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "function_assignment" + "Role": "family" }, "Object": { - "Role": "arrangement" + "Role": "family.address_line_1" } }, "State": "Generated", "Weight": 0.99, - "ID": "function_assignments_have_arrangements" + "ID": "families_have_address_line_1" + } + ] + }, + "family_has_address_line_2": { + "Binding": { + "ConceptualEntity": "Family" + }, + "State": "Generated", + "Roles": { + "family": { + "Target": { + "Entity": "family" + } }, + "family.address_line_2": { + "Target": { + "Entity": "family.address_line_2" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "arrangement" + "Role": "family" }, "Object": { - "Role": "function_assignment" + "Role": "family.address_line_2" } }, "State": "Generated", "Weight": 0.99, - "ID": "arrangements_have_function_assignments" + "ID": "families_have_address_line_2" } ] }, - "referral_has_entity": { + "family_has_postal_code": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "referral": { + "family": { "Target": { - "Entity": "referral" + "Entity": "family" } }, - "entity": { + "family.postal_code": { "Target": { - "Entity": "entity" + "Entity": "family.postal_code" } } }, @@ -30072,32 +18017,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral" + "Role": "family" }, "Object": { - "Role": "entity" + "Role": "family.postal_code" } }, "State": "Generated", "Weight": 0.99, - "ID": "referrals_have_entities" + "ID": "families_have_postal_codes" } ] }, - "referral_has_close_reason": { + "family_has_home_church": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "referral": { + "family": { "Target": { - "Entity": "referral" + "Entity": "family" } }, - "close_reason": { + "family.home_church": { "Target": { - "Entity": "close_reason" + "Entity": "family.home_church" } } }, @@ -30105,45 +18050,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral" + "Role": "family" }, "Object": { - "Role": "close_reason" + "Role": "family.home_church" } }, "State": "Generated", "Weight": 0.99, - "ID": "referrals_have_close_reasons" + "ID": "families_have_home_churches" + } + ] + }, + "family_has_city": { + "Binding": { + "ConceptualEntity": "Family" + }, + "State": "Generated", + "Roles": { + "family": { + "Target": { + "Entity": "family" + } }, + "family.city": { + "Target": { + "Entity": "family.city" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "close_reason" + "Role": "family" }, "Object": { - "Role": "referral" + "Role": "family.city" } }, "State": "Generated", "Weight": 0.99, - "ID": "close_reasons_have_referrals" + "ID": "families_have_cities" } ] }, - "role_approval_has_approval_status": { + "family_has_county": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "role_approval": { + "family": { "Target": { - "Entity": "role_approval" + "Entity": "family" } }, - "approval_status": { + "family.county": { "Target": { - "Entity": "approval_status" + "Entity": "family.county" } } }, @@ -30151,45 +18116,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "family" }, "Object": { - "Role": "approval_status" + "Role": "family.county" } }, "State": "Generated", "Weight": 0.99, - "ID": "role_approvals_have_approval_statuses" + "ID": "families_have_counties" + } + ] + }, + "family_has_state": { + "Binding": { + "ConceptualEntity": "Family" + }, + "State": "Generated", + "Roles": { + "family": { + "Target": { + "Entity": "family" + } }, + "family.state": { + "Target": { + "Entity": "family.state" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "approval_status" + "Role": "family" }, "Object": { - "Role": "role_approval" + "Role": "family.state" } }, "State": "Generated", "Weight": 0.99, - "ID": "approval_statuses_have_role_approvals" + "ID": "families_have_states" } ] }, - "role_approval_has_date1": { + "family_has_of_families_supported": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "role_approval": { + "family": { "Target": { - "Entity": "role_approval" + "Entity": "family" } }, - "date": { + "family.of_families_supported": { "Target": { - "Entity": "date" + "Entity": "family.of_families_supported" } } }, @@ -30197,45 +18182,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "family" }, "Object": { - "Role": "date" + "Role": "family.of_families_supported" } }, "State": "Generated", "Weight": 0.99, - "ID": "role_approvals_have_dates1" + "ID": "families_have__of_families_supported" + } + ] + }, + "location_has_RLS_key": { + "Binding": { + "ConceptualEntity": "Location Client" + }, + "State": "Generated", + "Roles": { + "location": { + "Target": { + "Entity": "location" + } }, + "location.RLS_key": { + "Target": { + "Entity": "location.RLS_key" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "date" + "Role": "location" }, "Object": { - "Role": "role_approval" + "Role": "location.RLS_key" } }, "State": "Generated", "Weight": 0.99, - "ID": "dates_have_role_approvals" + "ID": "locations_have_RLS_keys" } ] }, - "role_approval_has_entity": { + "location_has_location_name": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Location Client" }, "State": "Generated", "Roles": { - "role_approval": { + "location": { "Target": { - "Entity": "role_approval" + "Entity": "location" } }, - "entity": { + "location.location_name": { "Target": { - "Entity": "entity" + "Entity": "location.location_name" } } }, @@ -30243,45 +18248,45 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "location" }, "Object": { - "Role": "entity" + "Role": "location.location_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "role_approvals_have_entities" + "ID": "locations_have_location_names" }, { - "Attribute": { + "Name": { "Subject": { - "Role": "entity" + "Role": "location" }, - "Object": { - "Role": "role_approval" + "Name": { + "Role": "location.location_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "entities_have_role_approvals" + "ID": "location_names_are_names_IDs_of_locations" } ] }, - "role_approval_has_role": { + "date_has_yyyymm": { "Binding": { - "ConceptualEntity": "Role Approval" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "role_approval": { + "date": { "Target": { - "Entity": "role_approval" + "Entity": "date" } }, - "role": { + "date.yyyymm": { "Target": { - "Entity": "role" + "Entity": "date.yyyymm" } } }, @@ -30289,45 +18294,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "role_approval" + "Role": "date" }, "Object": { - "Role": "role" + "Role": "date.yyyymm" } }, "State": "Generated", "Weight": 0.99, - "ID": "role_approvals_have_roles" + "ID": "dates_have_yyyymms" + } + ] + }, + "date_has_year_default": { + "Binding": { + "ConceptualEntity": "Date" + }, + "State": "Generated", + "Roles": { + "date": { + "Target": { + "Entity": "date" + } }, + "date.year_default": { + "Target": { + "Entity": "date.year_default" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "role" + "Role": "date" }, "Object": { - "Role": "role_approval" + "Role": "date.year_default" } }, "State": "Generated", "Weight": 0.99, - "ID": "roles_have_role_approvals" + "ID": "dates_have_year_defaults" } ] }, - "RLS_location_user__approval_has_role_approval": { + "date_has_year": { "Binding": { - "ConceptualEntity": "RLS Location User - Approvals" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__approval": { + "date": { "Target": { - "Entity": "RLS_location_user__approval" + "Entity": "date" } }, - "role_approval": { + "date.year": { "Target": { - "Entity": "role_approval" + "Entity": "date.year" } } }, @@ -30335,32 +18360,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__approval" + "Role": "date" }, "Object": { - "Role": "role_approval" + "Role": "date.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__approvals_have_role_approvals" + "ID": "dates_have_years" } ] }, - "RLS_location_user__arrangement_has_arrangement": { + "date_has_start_of_month": { "Binding": { - "ConceptualEntity": "RLS Location User - Arrangements" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__arrangement": { + "date": { "Target": { - "Entity": "RLS_location_user__arrangement" + "Entity": "date" } }, - "arrangement": { + "date.start_of_month": { "Target": { - "Entity": "arrangement" + "Entity": "date.start_of_month" } } }, @@ -30368,32 +18393,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__arrangement" + "Role": "date" }, "Object": { - "Role": "arrangement" + "Role": "date.start_of_month" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__arrangements_have_arrangements" + "ID": "dates_have_start_of_month" } ] }, - "RLS_location_user__referral_has_referral": { + "date_has_monthyear": { "Binding": { - "ConceptualEntity": "RLS Location User - Referral" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__referral": { + "date": { "Target": { - "Entity": "RLS_location_user__referral" + "Entity": "date" } }, - "referral": { + "date.monthyear": { "Target": { - "Entity": "referral" + "Entity": "date.monthyear" } } }, @@ -30401,32 +18426,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__referral" + "Role": "date" }, "Object": { - "Role": "referral" + "Role": "date.monthyear" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__referrals_have_referrals" + "ID": "dates_have_monthyears" } ] }, - "RLS_location_user__location_has_entity": { + "date_has_month_of_year": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "date": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "date" } }, - "entity": { + "date.month_of_year": { "Target": { - "Entity": "entity" + "Entity": "date.month_of_year" } } }, @@ -30434,32 +18459,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "date" }, "Object": { - "Role": "entity" + "Role": "date.month_of_year" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_have_entities" + "ID": "dates_have_month_of_year" } ] }, - "RLS_location_user__location_has_location": { + "date_has_month_name_short": { "Binding": { - "ConceptualEntity": "RLS Location User - Locations" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__location": { + "date": { "Target": { - "Entity": "RLS_location_user__location" + "Entity": "date" } }, - "location": { + "date.month_name_short": { "Target": { - "Entity": "location" + "Entity": "date.month_name_short" } } }, @@ -30467,45 +18492,65 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__location" + "Role": "date" }, "Object": { - "Role": "location" + "Role": "date.month_name_short" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__locations_have_location_names" + "ID": "dates_have_month_name_shorts" + } + ] + }, + "date_has_month_name_default": { + "Binding": { + "ConceptualEntity": "Date" + }, + "State": "Generated", + "Roles": { + "date": { + "Target": { + "Entity": "date" + } }, + "date.month_name_default": { + "Target": { + "Entity": "date.month_name_default" + } + } + }, + "Phrasings": [ { "Attribute": { "Subject": { - "Role": "location" + "Role": "date" }, "Object": { - "Role": "RLS_location_user__location" + "Role": "date.month_name_default" } }, "State": "Generated", "Weight": 0.99, - "ID": "location_names_have_RLS_location_user__locations" + "ID": "dates_have_month_name_defaults" } ] }, - "RLS_location_user__community_has_community": { + "date_has_month_name": { "Binding": { - "ConceptualEntity": "RLS Location User - Community" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "RLS_location_user__community": { + "date": { "Target": { - "Entity": "RLS_location_user__community" + "Entity": "date" } }, - "community": { + "date.month_name": { "Target": { - "Entity": "community" + "Entity": "date.month_name" } } }, @@ -30513,32 +18558,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "RLS_location_user__community" + "Role": "date" }, "Object": { - "Role": "community" + "Role": "date.month_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "RLS_location_user__communities_have_communities" + "ID": "dates_have_month_names" } ] }, - "arrangement_ended_has_variation_date_hierarchy": { + "date_has_end_of_month": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.ended": { + "date": { "Target": { - "Entity": "arrangement.ended" + "Entity": "date" } }, - "arrangement.ended.variation.date_hierarchy": { + "date.end_of_month": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy" + "Entity": "date.end_of_month" } } }, @@ -30546,32 +18591,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.ended" + "Role": "date" }, "Object": { - "Role": "arrangement.ended.variation.date_hierarchy" + "Role": "date.end_of_month" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_have_ended_date_hierarchies" + "ID": "dates_have_end_of_month" } ] }, - "arrangement_ended_variation_date_hierarchy_has_year": { + "date_has_day_of_week_number": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.ended.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.ended.variation.date_hierarchy.year": { + "date.day_of_week_number": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy.year" + "Entity": "date.day_of_week_number" } } }, @@ -30579,32 +18624,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.ended.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.ended.variation.date_hierarchy.year" + "Role": "date.day_of_week_number" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_years" + "ID": "dates_have_day_of_week_number" } ] }, - "arrangement_ended_variation_date_hierarchy_has_quarter": { + "date_has_day_of_month_number": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.ended.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.ended.variation.date_hierarchy.quarter": { + "date.day_of_month_number": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy.quarter" + "Entity": "date.day_of_month_number" } } }, @@ -30612,32 +18657,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.ended.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.ended.variation.date_hierarchy.quarter" + "Role": "date.day_of_month_number" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_quarters" + "ID": "dates_have_day_of_month_number" } ] }, - "arrangement_ended_variation_date_hierarchy_has_month": { + "date_has_day_name_short": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.ended.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.ended.variation.date_hierarchy.month": { + "date.day_name_short": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy.month" + "Entity": "date.day_name_short" } } }, @@ -30645,32 +18690,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.ended.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.ended.variation.date_hierarchy.month" + "Role": "date.day_name_short" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_months" + "ID": "dates_have_day_name_shorts" } ] }, - "arrangement_ended_variation_date_hierarchy_has_day": { + "date_has_day_name": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.ended.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.ended.variation.date_hierarchy.day": { + "date.day_name": { "Target": { - "Entity": "arrangement.ended.variation.date_hierarchy.day" + "Entity": "date.day_name" } } }, @@ -30678,32 +18723,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.ended.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.ended.variation.date_hierarchy.day" + "Role": "date.day_name" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_days" + "ID": "dates_have_day_names" } ] }, - "arrangement_requested_has_variation_date_hierarchy": { + "date_has_day_in_month": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.requested": { + "date": { "Target": { - "Entity": "arrangement.requested" + "Entity": "date" } }, - "arrangement.requested.variation.date_hierarchy": { + "date.day_in_month": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy" + "Entity": "date.day_in_month" } } }, @@ -30711,32 +18756,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.requested" + "Role": "date" }, "Object": { - "Role": "arrangement.requested.variation.date_hierarchy" + "Role": "date.day_in_month" } }, "State": "Generated", "Weight": 0.99, - "ID": "requested_have_requested_date_hierarchies" + "ID": "dates_have_day_in_month" } ] }, - "arrangement_requested_variation_date_hierarchy_has_year": { + "date_has_date": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.requested.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.requested.variation.date_hierarchy.year": { + "date.date": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy.year" + "Entity": "date.date" } } }, @@ -30744,32 +18789,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.requested.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.requested.variation.date_hierarchy.year" + "Role": "date.date" } }, "State": "Generated", "Weight": 0.99, - "ID": "requested_date_hierarchies_have_requested_years" + "ID": "dates_have_dates" } ] }, - "arrangement_requested_variation_date_hierarchy_has_quarter": { + "date_has_YYYYMMdd": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Date" }, "State": "Generated", "Roles": { - "arrangement.requested.variation.date_hierarchy": { + "date": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy" + "Entity": "date" } }, - "arrangement.requested.variation.date_hierarchy.quarter": { + "date.YYYYMMdd": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy.quarter" + "Entity": "date.YYYYMMdd" } } }, @@ -30777,593 +18822,773 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "arrangement.requested.variation.date_hierarchy" + "Role": "date" }, "Object": { - "Role": "arrangement.requested.variation.date_hierarchy.quarter" + "Role": "date.YYYYMMdd" } }, "State": "Generated", "Weight": 0.99, - "ID": "requested_date_hierarchies_have_requested_quarters" + "ID": "dates_have_YYYYMMdd" } ] }, - "arrangement_requested_variation_date_hierarchy_has_month": { + "child_location_expanded_in_child_location_record": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "ChildLocationExpanded" }, "State": "Generated", "Roles": { - "arrangement.requested.variation.date_hierarchy": { + "child_location_expanded": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy" + "Entity": "child_location_expanded" } }, - "arrangement.requested.variation.date_hierarchy.month": { + "child_location_record": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy.month" + "Entity": "child_location_record" } } }, + "SemanticSlots": { + "Where": { + "Role": "child_location_record" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.requested.variation.date_hierarchy" + "Role": "child_location_expanded" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.requested.variation.date_hierarchy.month" + "Role": "child_location_record" } }, "State": "Generated", "Weight": 0.99, - "ID": "requested_date_hierarchies_have_requested_months" + "ID": "child_location_expanded_are_in_child_location_records" } ] }, - "arrangement_requested_variation_date_hierarchy_has_day": { + "family_in_location": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement.requested.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy" + "Entity": "family" } }, - "arrangement.requested.variation.date_hierarchy.day": { + "location": { "Target": { - "Entity": "arrangement.requested.variation.date_hierarchy.day" + "Entity": "location" } } }, + "SemanticSlots": { + "Where": { + "Role": "location" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.requested.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.requested.variation.date_hierarchy.day" + "Role": "location" } }, "State": "Generated", "Weight": 0.99, - "ID": "requested_date_hierarchies_have_requested_days" + "ID": "families_are_in_locations" } ] }, - "arrangement_started_has_variation_date_hierarchy": { + "childcare_plan_in_child_location_plan": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Childcare Plan" }, "State": "Generated", "Roles": { - "arrangement.started": { + "childcare_plan": { "Target": { - "Entity": "arrangement.started" + "Entity": "childcare_plan" } }, - "arrangement.started.variation.date_hierarchy": { + "childcare_plan.child_location_plan": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy" + "Entity": "childcare_plan.child_location_plan" } } }, + "SemanticSlots": { + "Where": { + "Role": "childcare_plan.child_location_plan" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.started" + "Role": "childcare_plan" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.started.variation.date_hierarchy" + "Role": "childcare_plan.child_location_plan" } }, "State": "Generated", "Weight": 0.99, - "ID": "started_have_started_date_hierarchies" + "ID": "childcare_plans_are_in_child_location_plans" } ] }, - "arrangement_started_variation_date_hierarchy_has_year": { + "family_in_address_line_1": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement.started.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy" + "Entity": "family" } }, - "arrangement.started.variation.date_hierarchy.year": { + "family.address_line_1": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy.year" + "Entity": "family.address_line_1" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.address_line_1" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.started.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.started.variation.date_hierarchy.year" + "Role": "family.address_line_1" } }, "State": "Generated", "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_years" + "ID": "families_are_in_address_line_1" } ] }, - "arrangement_started_variation_date_hierarchy_has_quarter": { + "family_in_address_line_2": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement.started.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy" + "Entity": "family" } }, - "arrangement.started.variation.date_hierarchy.quarter": { + "family.address_line_2": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy.quarter" + "Entity": "family.address_line_2" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.address_line_2" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.started.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.started.variation.date_hierarchy.quarter" + "Role": "family.address_line_2" } }, "State": "Generated", "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_quarters" + "ID": "families_are_in_address_line_2" } ] }, - "arrangement_started_variation_date_hierarchy_has_month": { + "family_in_postal_code": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement.started.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy" + "Entity": "family" } }, - "arrangement.started.variation.date_hierarchy.month": { + "family.postal_code": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy.month" + "Entity": "family.postal_code" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.postal_code" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.started.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.started.variation.date_hierarchy.month" + "Role": "family.postal_code" } }, "State": "Generated", "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_months" + "ID": "families_are_in_postal_codes" } ] }, - "arrangement_started_variation_date_hierarchy_has_day": { + "family_in_city": { "Binding": { - "ConceptualEntity": "Arrangement" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "arrangement.started.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy" + "Entity": "family" } }, - "arrangement.started.variation.date_hierarchy.day": { + "family.city": { "Target": { - "Entity": "arrangement.started.variation.date_hierarchy.day" + "Entity": "family.city" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.city" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "arrangement.started.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "arrangement.started.variation.date_hierarchy.day" + "Role": "family.city" } }, "State": "Generated", "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_days" + "ID": "families_are_in_cities" } ] }, - "child_location_record_ended_has_variation_date_hierarchy": { + "family_in_county": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "child_location_record.ended": { + "family": { "Target": { - "Entity": "child_location_record.ended" + "Entity": "family" } }, - "child_location_record.ended.variation.date_hierarchy": { + "family.county": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy" + "Entity": "family.county" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.county" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "child_location_record.ended" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.ended.variation.date_hierarchy" + "Role": "family.county" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_have_ended_date_hierarchies1" + "ID": "families_are_in_counties" } ] }, - "child_location_record_ended_variation_date_hierarchy_has_year": { + "family_in_state": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Family" }, "State": "Generated", "Roles": { - "child_location_record.ended.variation.date_hierarchy": { + "family": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy" + "Entity": "family" } }, - "child_location_record.ended.variation.date_hierarchy.year": { + "family.state": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy.year" + "Entity": "family.state" } } }, + "SemanticSlots": { + "Where": { + "Role": "family.state" + } + }, "Phrasings": [ { - "Attribute": { + "Preposition": { "Subject": { - "Role": "child_location_record.ended.variation.date_hierarchy" + "Role": "family" }, + "Prepositions": [ + { + "in": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.ended.variation.date_hierarchy.year" + "Role": "family.state" } }, "State": "Generated", "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_years1" + "ID": "families_are_in_states" } ] }, - "child_location_record_ended_variation_date_hierarchy_has_quarter": { + "person_is_born_on_date_of_birth": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Person" }, "State": "Generated", "Roles": { - "child_location_record.ended.variation.date_hierarchy": { + "person": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy" + "Entity": "person" } }, - "child_location_record.ended.variation.date_hierarchy.quarter": { + "person.date_of_birth": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy.quarter" + "Entity": "person.date_of_birth" } } }, + "SemanticSlots": { + "When": { + "Role": "person.date_of_birth" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.ended.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "bear": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.ended.variation.date_hierarchy.quarter" + "Role": "person" } }, "State": "Generated", - "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_quarters1" + "Weight": 0.9, + "ID": "people_are_born_on_date_of_birth" } ] }, - "child_location_record_ended_variation_date_hierarchy_has_month": { + "child_location_record_is_ended_on_ended": { "Binding": { "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "child_location_record.ended.variation.date_hierarchy": { + "child_location_record": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy" + "Entity": "child_location_record" } }, - "child_location_record.ended.variation.date_hierarchy.month": { + "child_location_record.ended": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy.month" + "Entity": "child_location_record.ended" } } }, + "SemanticSlots": { + "When": { + "Role": "child_location_record.ended" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.ended.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "end": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.ended.variation.date_hierarchy.month" + "Role": "child_location_record" } }, "State": "Generated", - "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_months1" + "Weight": 0.9, + "ID": "child_location_records_are_ended_on_ended" } ] }, - "child_location_record_ended_variation_date_hierarchy_has_day": { + "child_location_record_is_started_on_started": { "Binding": { "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "child_location_record.ended.variation.date_hierarchy": { + "child_location_record": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy" + "Entity": "child_location_record" } }, - "child_location_record.ended.variation.date_hierarchy.day": { + "child_location_record.started": { "Target": { - "Entity": "child_location_record.ended.variation.date_hierarchy.day" + "Entity": "child_location_record.started" } } }, + "SemanticSlots": { + "When": { + "Role": "child_location_record.started" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.ended.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "start": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.ended.variation.date_hierarchy.day" + "Role": "child_location_record" } }, "State": "Generated", - "Weight": 0.99, - "ID": "ended_date_hierarchies_have_ended_days1" + "Weight": 0.9, + "ID": "child_location_records_are_started_on_started" } ] }, - "child_location_record_started_has_variation_date_hierarchy": { + "referral_is_closed_on_closed": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record.started": { + "referral": { "Target": { - "Entity": "child_location_record.started" + "Entity": "referral" } }, - "child_location_record.started.variation.date_hierarchy": { + "referral.closed": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy" + "Entity": "referral.closed" } } }, + "SemanticSlots": { + "When": { + "Role": "referral.closed" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.started" - }, + "Verb": { + "Verbs": [ + { + "close": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.started.variation.date_hierarchy" + "Role": "referral" } }, "State": "Generated", - "Weight": 0.99, - "ID": "started_have_started_date_hierarchies1" + "Weight": 0.9, + "ID": "referrals_are_closed_on_closed" } ] }, - "child_location_record_started_variation_date_hierarchy_has_year": { + "referral_is_opened_on_opened": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "child_location_record.started.variation.date_hierarchy": { + "referral": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy" + "Entity": "referral" } }, - "child_location_record.started.variation.date_hierarchy.year": { + "referral.opened": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy.year" + "Entity": "referral.opened" } } }, + "SemanticSlots": { + "When": { + "Role": "referral.opened" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.started.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "open": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.started.variation.date_hierarchy.year" + "Role": "referral" } }, "State": "Generated", - "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_years1" + "Weight": 0.9, + "ID": "referrals_are_opened_on_opened" } ] }, - "child_location_record_started_variation_date_hierarchy_has_quarter": { + "arrangement_is_ended_on_ended": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "child_location_record.started.variation.date_hierarchy": { + "arrangement": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy" + "Entity": "arrangement" } }, - "child_location_record.started.variation.date_hierarchy.quarter": { + "arrangement.ended": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy.quarter" + "Entity": "arrangement.ended" } } }, + "SemanticSlots": { + "When": { + "Role": "arrangement.ended" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.started.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "end": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.started.variation.date_hierarchy.quarter" + "Role": "arrangement" } }, "State": "Generated", - "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_quarters1" + "Weight": 0.9, + "ID": "arrangements_are_ended_on_ended" } ] }, - "child_location_record_started_variation_date_hierarchy_has_month": { + "arrangement_is_started_on_started": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "child_location_record.started.variation.date_hierarchy": { + "arrangement": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy" + "Entity": "arrangement" } }, - "child_location_record.started.variation.date_hierarchy.month": { + "arrangement.started": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy.month" + "Entity": "arrangement.started" } } }, + "SemanticSlots": { + "When": { + "Role": "arrangement.started" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.started.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "start": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.started.variation.date_hierarchy.month" + "Role": "arrangement" } }, "State": "Generated", - "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_months1" + "Weight": 0.9, + "ID": "arrangements_are_started_on_started" } ] }, - "child_location_record_started_variation_date_hierarchy_has_day": { + "arrangement_is_requested_on_requested": { "Binding": { - "ConceptualEntity": "Child Location Record" + "ConceptualEntity": "Arrangements" }, "State": "Generated", "Roles": { - "child_location_record.started.variation.date_hierarchy": { + "arrangement": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy" + "Entity": "arrangement" } }, - "child_location_record.started.variation.date_hierarchy.day": { + "arrangement.requested": { "Target": { - "Entity": "child_location_record.started.variation.date_hierarchy.day" + "Entity": "arrangement.requested" } } }, + "SemanticSlots": { + "When": { + "Role": "arrangement.requested" + } + }, "Phrasings": [ { - "Attribute": { - "Subject": { - "Role": "child_location_record.started.variation.date_hierarchy" - }, + "Verb": { + "Verbs": [ + { + "request": { + "State": "Generated" + } + } + ], "Object": { - "Role": "child_location_record.started.variation.date_hierarchy.day" + "Role": "arrangement" } }, "State": "Generated", - "Weight": 0.99, - "ID": "started_date_hierarchies_have_started_days1" + "Weight": 0.9, + "ID": "arrangements_are_requested_on_requested" } ] }, - "entity_date_of_birth_has_variation_date_hierarchy": { + "referral_closed_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity.date_of_birth": { + "referral.closed": { "Target": { - "Entity": "entity.date_of_birth" + "Entity": "referral.closed" } }, - "entity.date_of_birth.variation.date_hierarchy": { + "referral.closed.date_hierarchy": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy" + "Entity": "referral.closed.date_hierarchy" } } }, @@ -31371,32 +19596,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity.date_of_birth" + "Role": "referral.closed" }, "Object": { - "Role": "entity.date_of_birth.variation.date_hierarchy" + "Role": "referral.closed.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "date_of_birth_have_date_hierarchy_of_birth" + "ID": "closed_have_closed_date_hierarchies" } ] }, - "entity_date_of_birth_variation_date_hierarchy_has_year": { + "referral_closed_date_hierarchy_has_referral_closed_year": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity.date_of_birth.variation.date_hierarchy": { + "referral.closed.date_hierarchy": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy" + "Entity": "referral.closed.date_hierarchy" } }, - "entity.date_of_birth.variation.date_hierarchy.year": { + "referral.closed.year": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy.year" + "Entity": "referral.closed.year" } } }, @@ -31404,32 +19629,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity.date_of_birth.variation.date_hierarchy" + "Role": "referral.closed.date_hierarchy" }, "Object": { - "Role": "entity.date_of_birth.variation.date_hierarchy.year" + "Role": "referral.closed.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "date_hierarchy_of_birth_have_year_of_birth" + "ID": "closed_date_hierarchies_have_closed_years" } ] }, - "entity_date_of_birth_variation_date_hierarchy_has_quarter": { + "referral_closed_date_hierarchy_has_referral_closed_quarter": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity.date_of_birth.variation.date_hierarchy": { + "referral.closed.date_hierarchy": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy" + "Entity": "referral.closed.date_hierarchy" } }, - "entity.date_of_birth.variation.date_hierarchy.quarter": { + "referral.closed.quarter": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy.quarter" + "Entity": "referral.closed.quarter" } } }, @@ -31437,32 +19662,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity.date_of_birth.variation.date_hierarchy" + "Role": "referral.closed.date_hierarchy" }, "Object": { - "Role": "entity.date_of_birth.variation.date_hierarchy.quarter" + "Role": "referral.closed.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "date_hierarchy_of_birth_have_quarter_of_birth" + "ID": "closed_date_hierarchies_have_closed_quarters" } ] }, - "entity_date_of_birth_variation_date_hierarchy_has_month": { + "referral_closed_date_hierarchy_has_referral_closed_month": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity.date_of_birth.variation.date_hierarchy": { + "referral.closed.date_hierarchy": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy" + "Entity": "referral.closed.date_hierarchy" } }, - "entity.date_of_birth.variation.date_hierarchy.month": { + "referral.closed.month": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy.month" + "Entity": "referral.closed.month" } } }, @@ -31470,32 +19695,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity.date_of_birth.variation.date_hierarchy" + "Role": "referral.closed.date_hierarchy" }, "Object": { - "Role": "entity.date_of_birth.variation.date_hierarchy.month" + "Role": "referral.closed.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "date_hierarchy_of_birth_have_month_of_birth" + "ID": "closed_date_hierarchies_have_closed_months" } ] }, - "entity_date_of_birth_variation_date_hierarchy_has_day": { + "referral_closed_date_hierarchy_has_referral_closed_day": { "Binding": { - "ConceptualEntity": "Entity" + "ConceptualEntity": "Referrals" }, "State": "Generated", "Roles": { - "entity.date_of_birth.variation.date_hierarchy": { + "referral.closed.date_hierarchy": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy" + "Entity": "referral.closed.date_hierarchy" } }, - "entity.date_of_birth.variation.date_hierarchy.day": { + "referral.closed.day": { "Target": { - "Entity": "entity.date_of_birth.variation.date_hierarchy.day" + "Entity": "referral.closed.day" } } }, @@ -31503,32 +19728,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "entity.date_of_birth.variation.date_hierarchy" + "Role": "referral.closed.date_hierarchy" }, "Object": { - "Role": "entity.date_of_birth.variation.date_hierarchy.day" + "Role": "referral.closed.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "date_hierarchy_of_birth_have_day_of_birth" + "ID": "closed_date_hierarchies_have_closed_days" } ] }, - "referral_closed_has_variation_date_hierarchy": { + "child_location_record_started_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.closed": { + "child_location_record.started": { "Target": { - "Entity": "referral.closed" + "Entity": "child_location_record.started" } }, - "referral.closed.variation.date_hierarchy": { + "child_location_record.started.date_hierarchy": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy" + "Entity": "child_location_record.started.date_hierarchy" } } }, @@ -31536,32 +19761,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.closed" + "Role": "child_location_record.started" }, "Object": { - "Role": "referral.closed.variation.date_hierarchy" + "Role": "child_location_record.started.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "closed_have_closed_date_hierarchies" + "ID": "started_have_started_date_hierarchies1" } ] }, - "referral_closed_variation_date_hierarchy_has_year": { + "child_location_record_started_date_hierarchy_has_child_location_record_started_year": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.closed.variation.date_hierarchy": { + "child_location_record.started.date_hierarchy": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy" + "Entity": "child_location_record.started.date_hierarchy" } }, - "referral.closed.variation.date_hierarchy.year": { + "child_location_record.started.year": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy.year" + "Entity": "child_location_record.started.year" } } }, @@ -31569,32 +19794,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.closed.variation.date_hierarchy" + "Role": "child_location_record.started.date_hierarchy" }, "Object": { - "Role": "referral.closed.variation.date_hierarchy.year" + "Role": "child_location_record.started.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "closed_date_hierarchies_have_closed_years" + "ID": "started_date_hierarchies_have_started_years1" } ] }, - "referral_closed_variation_date_hierarchy_has_quarter": { + "child_location_record_started_date_hierarchy_has_child_location_record_started_quarter": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.closed.variation.date_hierarchy": { + "child_location_record.started.date_hierarchy": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy" + "Entity": "child_location_record.started.date_hierarchy" } }, - "referral.closed.variation.date_hierarchy.quarter": { + "child_location_record.started.quarter": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy.quarter" + "Entity": "child_location_record.started.quarter" } } }, @@ -31602,32 +19827,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.closed.variation.date_hierarchy" + "Role": "child_location_record.started.date_hierarchy" }, "Object": { - "Role": "referral.closed.variation.date_hierarchy.quarter" + "Role": "child_location_record.started.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "closed_date_hierarchies_have_closed_quarters" + "ID": "started_date_hierarchies_have_started_quarters1" } ] }, - "referral_closed_variation_date_hierarchy_has_month": { + "child_location_record_started_date_hierarchy_has_child_location_record_started_month": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.closed.variation.date_hierarchy": { + "child_location_record.started.date_hierarchy": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy" + "Entity": "child_location_record.started.date_hierarchy" } }, - "referral.closed.variation.date_hierarchy.month": { + "child_location_record.started.month": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy.month" + "Entity": "child_location_record.started.month" } } }, @@ -31635,32 +19860,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.closed.variation.date_hierarchy" + "Role": "child_location_record.started.date_hierarchy" }, "Object": { - "Role": "referral.closed.variation.date_hierarchy.month" + "Role": "child_location_record.started.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "closed_date_hierarchies_have_closed_months" + "ID": "started_date_hierarchies_have_started_months1" } ] }, - "referral_closed_variation_date_hierarchy_has_day": { + "child_location_record_started_date_hierarchy_has_child_location_record_started_day": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.closed.variation.date_hierarchy": { + "child_location_record.started.date_hierarchy": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy" + "Entity": "child_location_record.started.date_hierarchy" } }, - "referral.closed.variation.date_hierarchy.day": { + "child_location_record.started.day": { "Target": { - "Entity": "referral.closed.variation.date_hierarchy.day" + "Entity": "child_location_record.started.day" } } }, @@ -31668,32 +19893,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.closed.variation.date_hierarchy" + "Role": "child_location_record.started.date_hierarchy" }, "Object": { - "Role": "referral.closed.variation.date_hierarchy.day" + "Role": "child_location_record.started.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "closed_date_hierarchies_have_closed_days" + "ID": "started_date_hierarchies_have_started_days1" } ] }, - "referral_opened_has_variation_date_hierarchy": { + "child_location_record_ended_has_date_hierarchy": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.opened": { + "child_location_record.ended": { "Target": { - "Entity": "referral.opened" + "Entity": "child_location_record.ended" } }, - "referral.opened.variation.date_hierarchy": { + "child_location_record.ended.date_hierarchy": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy" + "Entity": "child_location_record.ended.date_hierarchy" } } }, @@ -31701,32 +19926,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.opened" + "Role": "child_location_record.ended" }, "Object": { - "Role": "referral.opened.variation.date_hierarchy" + "Role": "child_location_record.ended.date_hierarchy" } }, "State": "Generated", "Weight": 0.99, - "ID": "opened_have_opened_date_hierarchies" + "ID": "ended_have_ended_date_hierarchies1" } ] }, - "referral_opened_variation_date_hierarchy_has_year": { + "child_location_record_ended_date_hierarchy_has_child_location_record_ended_year": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.opened.variation.date_hierarchy": { + "child_location_record.ended.date_hierarchy": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy" + "Entity": "child_location_record.ended.date_hierarchy" } }, - "referral.opened.variation.date_hierarchy.year": { + "child_location_record.ended.year": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy.year" + "Entity": "child_location_record.ended.year" } } }, @@ -31734,32 +19959,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.opened.variation.date_hierarchy" + "Role": "child_location_record.ended.date_hierarchy" }, "Object": { - "Role": "referral.opened.variation.date_hierarchy.year" + "Role": "child_location_record.ended.year" } }, "State": "Generated", "Weight": 0.99, - "ID": "opened_date_hierarchies_have_opened_years" + "ID": "ended_date_hierarchies_have_ended_years1" } ] }, - "referral_opened_variation_date_hierarchy_has_quarter": { + "child_location_record_ended_date_hierarchy_has_child_location_record_ended_quarter": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.opened.variation.date_hierarchy": { + "child_location_record.ended.date_hierarchy": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy" + "Entity": "child_location_record.ended.date_hierarchy" } }, - "referral.opened.variation.date_hierarchy.quarter": { + "child_location_record.ended.quarter": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy.quarter" + "Entity": "child_location_record.ended.quarter" } } }, @@ -31767,32 +19992,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.opened.variation.date_hierarchy" + "Role": "child_location_record.ended.date_hierarchy" }, "Object": { - "Role": "referral.opened.variation.date_hierarchy.quarter" + "Role": "child_location_record.ended.quarter" } }, "State": "Generated", "Weight": 0.99, - "ID": "opened_date_hierarchies_have_opened_quarters" + "ID": "ended_date_hierarchies_have_ended_quarters1" } ] }, - "referral_opened_variation_date_hierarchy_has_month": { + "child_location_record_ended_date_hierarchy_has_child_location_record_ended_month": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.opened.variation.date_hierarchy": { + "child_location_record.ended.date_hierarchy": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy" + "Entity": "child_location_record.ended.date_hierarchy" } }, - "referral.opened.variation.date_hierarchy.month": { + "child_location_record.ended.month": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy.month" + "Entity": "child_location_record.ended.month" } } }, @@ -31800,32 +20025,32 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.opened.variation.date_hierarchy" + "Role": "child_location_record.ended.date_hierarchy" }, "Object": { - "Role": "referral.opened.variation.date_hierarchy.month" + "Role": "child_location_record.ended.month" } }, "State": "Generated", "Weight": 0.99, - "ID": "opened_date_hierarchies_have_opened_months" + "ID": "ended_date_hierarchies_have_ended_months1" } ] }, - "referral_opened_variation_date_hierarchy_has_day": { + "child_location_record_ended_date_hierarchy_has_child_location_record_ended_day": { "Binding": { - "ConceptualEntity": "Referral" + "ConceptualEntity": "Child Location Record" }, "State": "Generated", "Roles": { - "referral.opened.variation.date_hierarchy": { + "child_location_record.ended.date_hierarchy": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy" + "Entity": "child_location_record.ended.date_hierarchy" } }, - "referral.opened.variation.date_hierarchy.day": { + "child_location_record.ended.day": { "Target": { - "Entity": "referral.opened.variation.date_hierarchy.day" + "Entity": "child_location_record.ended.day" } } }, @@ -31833,22 +20058,22 @@ cultureInfo en-US { "Attribute": { "Subject": { - "Role": "referral.opened.variation.date_hierarchy" + "Role": "child_location_record.ended.date_hierarchy" }, "Object": { - "Role": "referral.opened.variation.date_hierarchy.day" + "Role": "child_location_record.ended.day" } }, "State": "Generated", "Weight": 0.99, - "ID": "opened_date_hierarchies_have_opened_days" + "ID": "ended_date_hierarchies_have_ended_days1" } ] } }, "Agents": { "Internal": { - "Version": "1.0.0" + "Version": "1.1.0" } } } diff --git a/CareTogether.SemanticModel/definition/model.tmdl b/CareTogether.SemanticModel/definition/model.tmdl index 0fa8c28..64cc5af 100644 --- a/CareTogether.SemanticModel/definition/model.tmdl +++ b/CareTogether.SemanticModel/definition/model.tmdl @@ -11,39 +11,33 @@ queryGroup 'Source Queries' annotation PBI_QueryGroupOrder = 0 -/// Row Level Security Tables +/// Contains tables related to the Row Level Security queryGroup RLS - annotation PBI_QueryGroupOrder = 4 + annotation PBI_QueryGroupOrder = 2 -queryGroup 'Model Queries' +/// Contains dimensions tables that gives context to the data model. +queryGroup Dimensions annotation PBI_QueryGroupOrder = 1 -queryGroup 'Reference Tables' - - annotation PBI_QueryGroupOrder = 2 - -/// Here, we will join the people and families tables, as well as their related tables. -queryGroup 'Consolidated Entities' +/// Contains all the fact tables. +queryGroup Fact annotation PBI_QueryGroupOrder = 3 -annotation PBI_QueryOrder = ["Community","Role","OData Live","Production","Referral","Arrangement","Arrangement Type","Child Location Record","Approval Status","Close Reason","Arrangement Phase","Childcare","Childcare Plan","Date","_Measures","Community Member Families","Community Role Assignments","Function Assignments","Entity","Role Approval","RLS Location User - Approvals","RLS Location User - Arrangements","RLS Location User - Referral","RLS Location User - Locations","RLS Location User - Community","Location","RLS Location User - Arrangement Type","RLS Location User - Role","RLS Location User - Entity"] +annotation PBI_QueryOrder = ["OData Live","Production","Date","_Measures","RLS","Family","Location Client","Person","Arrangements","Arrangement Type","Childcare","Referrals","Community Member Families","Community Role Assignments","Close Reason","Community","Child Location Record","Childcare Plan","Approval Status","Role","Family Role Approvals","Individual Role Approvals","Approval Type","Family Function Assignments","Individual Function Assignments","Client Family","Client Person","Location"] annotation __PBI_TimeIntelligenceEnabled = 1 -annotation PBIDesktopVersion = 2.146.705.0 (25.08)+b71502aff0a01340c88f384884ef42771068f115 +annotation PBIDesktopVersion = 2.146.1454.0 (25.08)+901d6c338d1dea81ac3e53073ffb10469f0f37b8 annotation PBI_ProTooling = ["CalcGroup","DevMode","DaxQueryView_Desktop"] annotation __TEdtr = 1 -annotation PBI_RemovedChildren = [{"remoteItemId":{"foreignKeyRelationship":{"fromTableLocalLineageTag":"46d5bd4a-a507-4eb7-941d-b7680ccdeaa3","fromColumnLocalLineageTag":"c2ba4d85-eb62-48a9-9d35-f7ec94997aef","toTableLocalLineageTag":"d767a338-d9a5-4e00-8b61-2f6469d3aa63","toColumnLocalLineageTag":"048d136e-c963-4efb-954c-117136ca81da"}},"objectType":"Relationship"}] - ref table Date -ref table Location -ref table 'Function Assignments' +ref table 'Location Client' ref table 'Arrangement Type' ref table Childcare ref table 'Close Reason' @@ -55,33 +49,34 @@ ref table 'Childcare Plan' ref table ChildLocationExpanded ref table 'Approval Status' ref table Role -ref table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 -ref table Referral -ref table Arrangement -ref table LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca -ref table LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321 -ref table LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee -ref table 'Arrangement Phase' -ref table Entity -ref table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 -ref table 'Role Approval' -ref table 'Approvals by Entity' -ref table 'Engagement by Entity' -ref table 'Arrangements by Entity' -ref table 'RLS Location User - Approvals' -ref table 'RLS Location User - Arrangements' -ref table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 -ref table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 -ref table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a -ref table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 -ref table 'RLS Location User - Referral' -ref table 'RLS Location User - Locations' -ref table 'RLS Location User - Community' -ref table 'RLS Location User - Arrangement Type' -ref table 'RLS Location User - Role' -ref table 'RLS Location User - Entity' - -ref role Dynamic +ref table RLS +ref table Family +ref table Person +ref table DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f +ref table LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3 +ref table Arrangements +ref table LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4 +ref table LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993 +ref table LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7 +ref table Referrals +ref table LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf +ref table LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f +ref table LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60 +ref table LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e +ref table 'Arrangements Group' +ref table 'Approvals Group' +ref table 'Family Role Approvals' +ref table 'Individual Role Approvals' +ref table 'Approval Type' +ref table 'Engagement Group' +ref table 'Family Function Assignments' +ref table 'Individual Function Assignments' +ref table 'Client Family' +ref table 'Client Person' +ref table LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e +ref table Location + +ref role 'Row Level Security' ref cultureInfo en-US diff --git a/CareTogether.SemanticModel/definition/relationships.tmdl b/CareTogether.SemanticModel/definition/relationships.tmdl index 0e0c717..6fe2050 100644 --- a/CareTogether.SemanticModel/definition/relationships.tmdl +++ b/CareTogether.SemanticModel/definition/relationships.tmdl @@ -1,213 +1,169 @@ -relationship a5ae77fe-88aa-4706-bfd5-fdf99d014cf8 +relationship 093886a6-d141-4813-8b6c-501e63f69801 joinOnDateBehavior: datePartOnly - fromColumn: Referral.Opened - toColumn: LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca.Date + fromColumn: Person.'Date of Birth' + toColumn: LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3.Date -relationship 61ed4f64-5da8-4039-89ee-4b2905a8923d +relationship 94b8e5b1-15d3-4893-b628-6f78cdb4bafe joinOnDateBehavior: datePartOnly - fromColumn: Referral.Closed - toColumn: LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321.Date + fromColumn: Arrangements.Requested + toColumn: LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4.Date -relationship 7d4f3e4a-8e5e-49d7-9b0b-ca9ed9f0051f +relationship 9364ac9f-e354-4909-af5b-be492d899a7e joinOnDateBehavior: datePartOnly - fromColumn: Arrangement.Requested - toColumn: LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee.Date + fromColumn: Arrangements.Started + toColumn: LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993.Date -relationship f65f23e4-4531-4302-8daf-36f7a3525920 - isActive: false - fromColumn: Arrangement.ReferralId - toColumn: Referral.Id +relationship 1fc3de92-ab97-49ab-8bd5-dd0546a44739 + joinOnDateBehavior: datePartOnly + fromColumn: Arrangements.Ended + toColumn: LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7.Date - annotation PBI_IsFromSource = FS +relationship 1ab2206b-4a20-45f7-9023-09d98267b9ac + joinOnDateBehavior: datePartOnly + fromColumn: Referrals.Opened + toColumn: LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf.Date -relationship ef63f3fe-04ee-4288-a9ac-f2f0a7b0d90d +relationship c4be420d-f6cc-4943-8cbf-0f4f29d6fea4 joinOnDateBehavior: datePartOnly - fromColumn: Entity.DateOfBirth - toColumn: LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55.Date + fromColumn: Referrals.Closed + toColumn: LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f.Date -relationship 845cf168-f7b2-60c8-1dcb-024b5c5b3e6c - fromColumn: 'Child Location Record'.ArrangementId - toColumn: Arrangement.Id +relationship 3c4bf348-84fa-4150-ae9f-5294c6ed5b46 + joinOnDateBehavior: datePartOnly + fromColumn: 'Child Location Record'.Started + toColumn: LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60.Date -relationship 8b88d373-2d4a-b53d-e08f-6337f97d1d20 - fromColumn: 'Function Assignments'.ArrangementId - toColumn: Arrangement.Id +relationship 8c4a673e-c9be-45b5-a81c-bc5d2743779e + joinOnDateBehavior: datePartOnly + fromColumn: 'Child Location Record'.Ended + toColumn: LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e.Date -relationship 743714a4-5466-a9cc-badf-7c5acadc040c - fromColumn: 'Arrangement Type'.ChildInvolvement - toColumn: Childcare.ChildInvolvement +relationship 1b2fdd82-5273-6461-550a-5925f0e410d3 + crossFilteringBehavior: bothDirections + fromColumn: Person.'Family UID' + toColumn: Family.'Family UID' -relationship f867be65-e46b-4f80-790b-a47905ad2cda - fromColumn: Arrangement.Phase - toColumn: 'Arrangement Phase'.ArrangementPhase +relationship 73e5b166-c4e6-9336-00c4-ee6faa14db58 + fromColumn: Referrals.'Close Reason' + toColumn: 'Close Reason'.ReferralCloseReason -relationship 2cf7df81-4b88-2114-8080-e67b0b50b5be +relationship 9085acfd-bdb2-e163-32e0-ddaf0905fcbb crossFilteringBehavior: bothDirections - fromColumn: 'Community Member Families'.CommunityId - toColumn: Community.Id + fromColumn: 'Community Member Families'.'Community ID' + toColumn: Community.'Community ID' + +relationship 3b16e699-aa26-4d85-a5d9-dd7752faae9d + fromColumn: 'Community Role Assignments'.'Community ID' + toColumn: Community.'Community ID' + +relationship 68bd892e-c661-c7b7-5c03-5aefca191f67 + fromColumn: 'Family Role Approvals'.'Entity UID' + toColumn: Family.'Family UID' - annotation PBI_IsFromSource = FS +relationship 2b4882b1-b8b3-858d-c55d-c0f9da73aed8 + fromColumn: 'Individual Role Approvals'.'Entity UID' + toColumn: Person.'Person UID' -relationship 725d34a9-3833-748a-025b-2049fce66c03 - fromColumn: 'Community Role Assignments'.CommunityId - toColumn: Community.Id +relationship 9b1c5b38-28ce-e2ea-8a4e-f8c7ff209c6f + fromColumn: 'Family Role Approvals'.Status + toColumn: 'Approval Status'.Status - annotation PBI_IsFromSource = FS +relationship 56241e07-7826-df43-4383-bca80bef08d8 + fromColumn: 'Individual Role Approvals'.Status + toColumn: 'Approval Status'.Status -relationship 1537009b-2d81-248e-cae3-487f0ef3377e - toCardinality: many - fromColumn: Referral.FamilyId - toColumn: Entity.FamilyId +relationship bf212760-a3b9-bce2-faaf-01a8238ebb89 + fromColumn: 'Child Location Record'.'Arrangement ID' + toColumn: Arrangements.'Arrangement ID' -relationship cb842be0-c13c-042f-8c33-0588fcea74ff - fromColumn: 'Child Location Record'.ChildcarePlan +relationship 6ac79b10-a5d7-cbc2-52d4-3f957ad99329 + fromColumn: 'Child Location Record'.'Childcare Plan' toColumn: 'Childcare Plan'.ChildLocationPlan -relationship 03e2d658-ca25-54fe-1437-54c60e8ba197 +relationship 6258b247-91eb-1566-13a4-193073f6ec52 fromColumn: ChildLocationExpanded.Index toColumn: 'Child Location Record'.Index -relationship aa19a749-5e13-666b-eba8-4e2b7431c71e +relationship 7defcc5e-23db-5306-923b-a9db0a56cdc6 fromColumn: ChildLocationExpanded.Date toColumn: Date.Date -relationship e3710347-d15e-a334-ca7a-624fdd681132 - fromColumn: 'Role Approval'.Status - toColumn: 'Approval Status'.Status - -relationship 901490b3-6c94-f5f5-307f-b5b7046ddf8e - fromColumn: 'Role Approval'.Date +relationship 787f10f8-ac9d-0b8d-7fab-a9d48b19ddb6 + fromColumn: 'Individual Role Approvals'.Date toColumn: Date.Date -relationship 95fcee5c-4dd6-423f-bcaa-46ee042929d5 - joinOnDateBehavior: datePartOnly - fromColumn: Arrangement.Started - toColumn: LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8.Date - -relationship cb04e139-f527-4489-bcee-c6c5bf29eaf0 - joinOnDateBehavior: datePartOnly - fromColumn: Arrangement.Ended - toColumn: LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6.Date - -relationship 18a4db2c-4e05-4ea5-8f43-5fb9d592bd70 - joinOnDateBehavior: datePartOnly - fromColumn: 'Child Location Record'.Started - toColumn: LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a.Date - -relationship 5219e77b-bbc9-450b-a090-ed7b1f9e6270 - joinOnDateBehavior: datePartOnly - fromColumn: 'Child Location Record'.Ended - toColumn: LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746.Date +relationship 72e40e5e-81bd-60b4-7e34-449fc0bf6053 + fromColumn: 'Family Role Approvals'.Date + toColumn: Date.Date -relationship 463833ee-b2e9-9100-765b-65677c51d906 - isActive: false - crossFilteringBehavior: bothDirections - fromColumn: 'Function Assignments'.EntityId - toColumn: Entity.PersonId +relationship f3befea4-84d5-33a4-675e-4917ebd13baa + fromColumn: Arrangements.'Arrangement Type UID' + toColumn: 'Arrangement Type'.'Arrangement Type UID' -relationship 3ab388d7-25eb-9334-5fc0-08436d9d28ed - isActive: false - crossFilteringBehavior: bothDirections - toCardinality: many - fromColumn: Entity.FamilyId - toColumn: 'Function Assignments'.EntityId +relationship 6920aeab-414a-ab33-69c8-ad7429e973bf + fromColumn: 'Arrangement Type'.'Child Involvement' + toColumn: Childcare.ChildInvolvement -relationship 2e22745c-3ffa-a009-5f66-a046030cca33 - fromColumn: Arrangement.PersonId - toColumn: Entity.PersonId +relationship AutoDetected_e5513f7d-50b2-4f9e-ab69-72c9fe80fe2f + fromColumn: 'Family Role Approvals'.'Approval Type' + toColumn: 'Approval Type'.'Approval Type' -relationship 832d22f5-0d58-fc56-14c2-bb35aab16be2 - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Approvals'.'RLS Key' - toColumn: 'Role Approval'.'RLS Key' +relationship AutoDetected_ff3cd7a8-e7a4-4141-bd30-2716d74353c3 + fromColumn: 'Individual Role Approvals'.'Approval Type' + toColumn: 'Approval Type'.'Approval Type' -relationship cc6e67bc-326f-faed-d5ff-2aad7336a71b - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Arrangements'.'RLS Key' - toColumn: Arrangement.'RLS Key' +relationship 953e0440-8171-d1d2-082f-53b3efdb1192 + fromColumn: 'Family Function Assignments'.'Entity UID' + toColumn: Family.'Family UID' -relationship 4d10df6d-bff5-9261-e0de-ba43fd3a6e8f - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Referral'.'RLS Key' - toColumn: Referral.'RLS Key' +relationship b3df2c32-9415-0673-3cfb-cbd49d367f37 + fromColumn: 'Family Function Assignments'.'Arrangement ID' + toColumn: Arrangements.'Arrangement ID' -relationship fe8d4934-d958-e553-7973-7f1b28ab04e6 - fromColumn: Referral.'Close Reason' - toColumn: 'Close Reason'.ReferralCloseReason +relationship 50417728-c721-40a8-fe93-d187e5ff3c74 + fromColumn: 'Individual Function Assignments'.'Entity UID' + toColumn: Person.'Person UID' -relationship b71d1bbe-7db0-3122-2557-534f5655c78f - isActive: false - crossFilteringBehavior: bothDirections - fromColumn: 'Community Role Assignments'.PersonId - toColumn: Entity.PersonId +relationship 7b29c724-7e9c-cc40-46ac-8ca5c09014fd + fromColumn: 'Individual Function Assignments'.'Arrangement ID' + toColumn: Arrangements.'Arrangement ID' -relationship 37b30d6b-f416-6f58-6818-5e167639fd45 - crossFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Locations'.'RLS Key' - toColumn: Entity.'RLS Key' - -relationship 668f65da-c275-bcb8-2381-2e0a8303e48d - crossFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'Community Member Families'.FamilyId - toColumn: Entity.FamilyId +relationship b98a8108-0c9f-41d4-82e1-71699d90b190 + joinOnDateBehavior: datePartOnly + fromColumn: 'Client Person'.'Date of Birth' + toColumn: LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e.Date -relationship f851faf3-ad4b-60e6-c753-3027f9dcaeef +relationship 6335aac6-3f29-8b81-b9d3-bd9cdf9cd19c crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Community'.'RLS Key' - toColumn: Community.'RLS Key' - -relationship 405db2b6-03e9-8a43-8375-febe7b094b53 - fromColumn: Arrangement.'Arrangement Type PK' - toColumn: 'Arrangement Type'.'Arrangement Type PK' + fromColumn: 'Client Person'.'Family UID' + toColumn: 'Client Family'.'Family UID' -relationship 2b222138-6250-8c2f-ed33-3d5b282bee7a - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - fromColumn: 'RLS Location User - Locations'.'RLS Key' - toColumn: Location.'RLS Key' +relationship 2139f5d5-648e-3dab-b179-af506cdef005 + fromColumn: Arrangements.'Person UID' + toColumn: 'Client Person'.'Person UID' -relationship 8f351d67-8216-c729-3f38-ea6890c52daf - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Arrangement Type'.'RLS Key' - toColumn: 'Arrangement Type'.'RLS Key' +relationship 0f912775-5b1a-2d3e-eaa9-538880e28b36 + fromColumn: Referrals.'Family UID' + toColumn: 'Client Family'.'Family UID' -relationship e0e63704-7641-7a86-63ca-36f11c581f2c - crossFilteringBehavior: bothDirections - securityFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'RLS Location User - Role'.OrganizationId - toColumn: Role.OrganizationId +relationship AutoDetected_008616e6-be5a-4013-bc93-13849ae9a89b + fromColumn: 'Family Role Approvals'.'Role UID' + toColumn: Role.'Role UID' -relationship 53430679-ecc8-b97c-2b91-714ec8e1e203 - fromColumn: 'Role Approval'.'Entity Id' - toColumn: Entity.PersonId +relationship AutoDetected_d1548180-1366-427c-a2bd-3f44e0e534d0 + fromColumn: 'Individual Role Approvals'.'Role UID' + toColumn: Role.'Role UID' -relationship ea4ae88d-ca76-2484-1584-424e939c5046 - isActive: false +relationship d21699af-c18a-82ab-1c87-053ee4dac91e crossFilteringBehavior: bothDirections - toCardinality: many - fromColumn: Entity.FamilyId - toColumn: 'Role Approval'.'Entity Id' + fromColumn: 'Community Member Families'.'Family UID' + toColumn: Family.'Family UID' -relationship 10870e51-e908-9513-3cd3-cfdb9fcb195b - crossFilteringBehavior: bothDirections - toCardinality: many - fromColumn: 'Role Approval'.'Role Name' - toColumn: Role.'Role Name' +relationship cc3cc141-4b90-f76f-917a-3cf1e89e5e2c + fromColumn: 'Client Family'.'RLS Key' + toColumn: 'Location Client'.'RLS Key' -relationship d2f5f9d9-ce16-1daa-13af-e75b1d65927d - fromColumn: 'Role Approval'.'RLS Key' +relationship e349dd17-a18d-2497-62cf-d76e3ba8ac2c + fromColumn: Family.'RLS Key' toColumn: Location.'RLS Key' diff --git a/CareTogether.SemanticModel/definition/roles/Dynamic.tmdl b/CareTogether.SemanticModel/definition/roles/Dynamic.tmdl deleted file mode 100644 index 7abc64b..0000000 --- a/CareTogether.SemanticModel/definition/roles/Dynamic.tmdl +++ /dev/null @@ -1,21 +0,0 @@ -role Dynamic - modelPermission: read - - tablePermission 'RLS Location User - Approvals' = USERNAME() = 'RLS Location User - Approvals'[UserId] - - tablePermission 'RLS Location User - Referral' = USERNAME() = 'RLS Location User - Referral'[UserId] - - tablePermission 'RLS Location User - Arrangements' = USERNAME() = 'RLS Location User - Arrangements'[UserId] - - tablePermission 'RLS Location User - Locations' = USERNAME() = 'RLS Location User - Locations'[UserId] - - tablePermission 'RLS Location User - Community' = USERNAME() = 'RLS Location User - Community'[UserId] - - tablePermission 'RLS Location User - Arrangement Type' = USERNAME() = 'RLS Location User - Arrangement Type'[UserId] - - tablePermission 'RLS Location User - Role' = USERNAME() = 'RLS Location User - Role'[UserId] - - tablePermission 'RLS Location User - Entity' = USERNAME() = 'RLS Location User - Entity'[UserId] - - annotation PBI_Id = 48755128b26e4366a08bd6a38df559b4 - diff --git a/CareTogether.SemanticModel/definition/roles/Row Level Security.tmdl b/CareTogether.SemanticModel/definition/roles/Row Level Security.tmdl new file mode 100644 index 0000000..4a84aac --- /dev/null +++ b/CareTogether.SemanticModel/definition/roles/Row Level Security.tmdl @@ -0,0 +1,113 @@ +role 'Row Level Security' + modelPermission: read + + tablePermission Arrangements = + Arrangements[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Child Location Record' = + 'Child Location Record'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission Referrals = + Referrals[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission ChildLocationExpanded = + ChildLocationExpanded[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission Family = + Family[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission Person = + Person[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Location Client' = + 'Location Client'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Arrangement Type' = + 'Arrangement Type'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Client Family' = + 'Client Family'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Client Person' = + 'Client Person'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission Community = + Community[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Community Member Families' = + 'Community Member Families'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Community Role Assignments' = + 'Community Role Assignments'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Family Function Assignments' = + 'Family Function Assignments'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Family Role Approvals' = + 'Family Role Approvals'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Individual Role Approvals' = + 'Individual Role Approvals'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission 'Individual Function Assignments' = + 'Individual Function Assignments'[RLS Key]IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + tablePermission Location = + 'Location'[RLS Key] IN CALCULATETABLE( + VALUES(RLS[RLS Key]), + RLS[UserId] = USERNAME() + ) + + annotation PBI_Id = 48755128b26e4366a08bd6a38df559b4 + diff --git a/CareTogether.SemanticModel/definition/tables/Approval Status.tmdl b/CareTogether.SemanticModel/definition/tables/Approval Status.tmdl index 07c61b2..783fb73 100644 --- a/CareTogether.SemanticModel/definition/tables/Approval Status.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Approval Status.tmdl @@ -1,39 +1,26 @@ table 'Approval Status' - lineageTag: 5d13b768-cd22-4e23-8052-f51c41e023ce - - measure '# of Member Families' - lineageTag: 97f212e8-6531-4aa8-bf70-142425626587 + lineageTag: 3ef6724d-6748-4b8d-b25c-519df76a376b column RoleApprovalStatus dataType: string - isHidden - isKey - lineageTag: 008d6740-e604-4841-af17-4b192a6a903b + lineageTag: 27960aa4-fbc7-4ed9-b8bb-9c5104abb985 summarizeBy: none sourceColumn: RoleApprovalStatus - changedProperty = IsHidden - - changedProperty = SortByColumn - annotation SummarizationSetBy = Automatic column Order dataType: int64 - isHidden formatString: 0 - lineageTag: 5982df6c-a187-49af-93ae-1f451b34357b - summarizeBy: none + lineageTag: 74db945b-9f6f-4067-be9d-b1ea07f2f47c + summarizeBy: sum sourceColumn: Order - changedProperty = IsHidden - - annotation SummarizationSetBy = User + annotation SummarizationSetBy = Automatic column Status dataType: string - lineageTag: a57d7e6e-88b8-4366-8388-eebf958dd869 - isDefaultLabel + lineageTag: 3151ba5d-8fae-437b-b0eb-fc90a14d6e09 summarizeBy: none sourceColumn: Status sortByColumn: Order @@ -42,9 +29,9 @@ table 'Approval Status' annotation SummarizationSetBy = Automatic - partition 'Approval Status-376812d3-28eb-4ac8-ac3d-1c0527c112af' = m + partition 'Approval Status' = m mode: import - queryGroup: 'Reference Tables' + queryGroup: Dimensions source = let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WCijKLy5ITS7JLEtV0lEyAGJkkVidaCXXioLMotQUoIwhEMN4IBnHgoKi/DKwlBEQw7kgOf+8pPzEohSwpDEQI/ggWc+8RJiVJkAM54LkXFLzMsHaTIEYyomNBQA=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [RoleApprovalStatus = _t, Order = _t, Status = _t]), diff --git a/CareTogether.SemanticModel/definition/tables/Approval Type.tmdl b/CareTogether.SemanticModel/definition/tables/Approval Type.tmdl new file mode 100644 index 0000000..8c72f4c --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Approval Type.tmdl @@ -0,0 +1,22 @@ +table 'Approval Type' + lineageTag: b8cb7b24-2738-41f5-928b-2ce2c2019e8d + + column 'Approval Type' + dataType: string + lineageTag: b4d611e8-01b2-4167-be2b-8e668e8796bf + summarizeBy: none + sourceColumn: Approval Type + + annotation SummarizationSetBy = Automatic + + partition 'Approval Type' = m + mode: import + source = + let + Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WcsksSk0uUYrViVbyzEuBcmIB", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"Approval Type" = _t]), + #"Changed Type" = Table.TransformColumnTypes(Source,{{"Approval Type", type text}}) + in + #"Changed Type" + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Approvals Group.tmdl b/CareTogether.SemanticModel/definition/tables/Approvals Group.tmdl new file mode 100644 index 0000000..eb4eef7 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Approvals Group.tmdl @@ -0,0 +1,65 @@ +table 'Approvals Group' + lineageTag: 96722cdf-8f85-41c2-b47d-8092ea3c5b95 + + calculationGroup + precedence: 1 + + calculationItem Family = + CALCULATE( + SELECTEDMEASURE(), + 'Family Role Approvals'[Entity Type] = "Family" + ) + + calculationItem Person = + CALCULATE( + SELECTEDMEASURE(), + 'Family Role Approvals'[Entity Type] = "Person" + ) + + measure '# of Entities in Role' = + + VAR Option = SELECTEDVALUE('Approvals Group'[Entity Type]) + + VAR Families = CALCULATE( + DISTINCTCOUNT('Family Role Approvals'[Entity UID]), + 'Family Role Approvals'[Entity Type] = "Family" + ) + + VAR Individuals = CALCULATE( + DISTINCTCOUNT('Individual Role Approvals'[Entity UID]), + 'Individual Role Approvals'[Entity Type] = "Person" + ) + + RETURN SWITCH( + Option, + "Family", Families, + "Person", Individuals + ) + formatString: 0 + lineageTag: 312b4bb7-0c6e-4571-9e26-90941077e24e + + measure 'Person Type Visibility Flag' = IF(SELECTEDVALUE('Approvals Group'[Entity Type]) = "Person", 1, BLANK()) + formatString: 0 + lineageTag: 7abae082-a878-4f7c-ba78-2b93365ad019 + + measure '# Approval Tracker' = ``` + + + VAR Tracker = "TEST" + RETURN TRUE + ``` + formatString: """TRUE"";""TRUE"";""FALSE""" + lineageTag: 7abee868-4764-4bf9-95df-354a69267d92 + + column 'Entity Type' + dataType: string + lineageTag: 96312954-8b95-4f3b-8c3d-3bc4807386cb + sourceColumn: Name + sortByColumn: Ordinal + + column Ordinal + dataType: int64 + isHidden + lineageTag: dc31dd51-b264-468f-83c2-95e854c889dd + sourceColumn: Ordinal + diff --git a/CareTogether.SemanticModel/definition/tables/Approvals by Entity.tmdl b/CareTogether.SemanticModel/definition/tables/Approvals by Entity.tmdl deleted file mode 100644 index 0dbb6df..0000000 --- a/CareTogether.SemanticModel/definition/tables/Approvals by Entity.tmdl +++ /dev/null @@ -1,70 +0,0 @@ -table 'Approvals by Entity' - lineageTag: 7dc61cfe-e821-49b8-88a9-f3f0acb66324 - - calculationGroup - - calculationItem Family = - CALCULATE ( - SELECTEDMEASURE (), - 'Role Approval'[Entity Type] = "Family", - USERELATIONSHIP ( Entity[FamilyId], 'Role Approval'[Entity Id] ), - CROSSFILTER ( Entity[PersonId], 'Role Approval'[Entity Id], None) - ) - - calculationItem Person = - CALCULATE( - SELECTEDMEASURE (), - 'Role Approval'[Entity Type] = "Person", - USERELATIONSHIP(Entity[PersonId], 'Role Approval'[Entity Id]) - ) - - measure '# of Entities by Role and Approval Status Subtitle' = ``` - - IF( - SELECTEDVALUE('Approvals by Entity'[Entity Type]) = "Family", - "WARNING: When this chart includes individual roles, those counts still represent *families* (regardless of number of family members participating in that role).", - "WARNING: When this chart includes family roles, those counts still represent *individual people* (participants in the family role)." - ) - ``` - lineageTag: 49c01831-cbf3-4a77-a79b-41c587702954 - - measure 'Dynamic Entity Name (Approvals)' = ``` - - VAR Option = SELECTEDVALUE('Approvals by Entity'[Entity Type]) - RETURN SWITCH( - Option, - "Family", CALCULATE( - SELECTEDVALUE(Entity[Family Name]), - CROSSFILTER(Entity[FamilyId], 'Role Approval'[Entity Id], Both) - ), - "Person", CALCULATE( - SELECTEDVALUE(Entity[Full Name]), - CROSSFILTER(Entity[PersonId], 'Role Approval'[Entity Id], Both) - ) - ) - - ``` - lineageTag: f6cfa147-7839-4df2-871a-bc8f96e58227 - - measure 'Visibility Management (Approvals)' = IF(SELECTEDVALUE('Approvals by Entity'[Entity Type]) = "Person", 1, BLANK()) - formatString: 0 - lineageTag: a61a110e-b97b-4af0-9227-40cf03f8d634 - - column 'Entity Type' - dataType: string - lineageTag: 28508158-01d0-4796-9aa8-f2ddbc1d8c43 - summarizeBy: none - sourceColumn: Name - sortByColumn: Ordinal - - annotation SummarizationSetBy = Automatic - - column Ordinal - dataType: int64 - isHidden - lineageTag: c6416d4c-d0a9-47aa-97ad-313149d7e99a - summarizeBy: sum - sourceColumn: Ordinal - - annotation SummarizationSetBy = Automatic - diff --git a/CareTogether.SemanticModel/definition/tables/Arrangement Phase.tmdl b/CareTogether.SemanticModel/definition/tables/Arrangement Phase.tmdl deleted file mode 100644 index 94ada34..0000000 --- a/CareTogether.SemanticModel/definition/tables/Arrangement Phase.tmdl +++ /dev/null @@ -1,56 +0,0 @@ -table 'Arrangement Phase' - lineageTag: 8a45b6de-6ddf-451f-885a-53d149374a7d - - column ArrangementPhase - dataType: string - isHidden - isKey - lineageTag: 1e1d52e5-44c2-42df-ab7b-cda676950d8a - summarizeBy: none - sourceColumn: ArrangementPhase - sortByColumn: Order - - changedProperty = IsHidden - - changedProperty = SortByColumn - - annotation SummarizationSetBy = Automatic - - column Order - dataType: int64 - isHidden - formatString: 0 - lineageTag: 1affe2e0-9a6a-42ae-ad9c-4adf00b8e88c - summarizeBy: none - sourceColumn: Order - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column Phase - dataType: string - lineageTag: e3c0590f-b1f2-4fcb-a8d0-5d3b65d8135a - isDefaultLabel - summarizeBy: none - sourceColumn: Phase - sortByColumn: Order - - changedProperty = SortByColumn - - annotation SummarizationSetBy = Automatic - - partition 'Arrangement Phase-adc369f2-fbe6-4739-b999-19b921f01eb8' = m - mode: import - queryGroup: 'Reference Tables' - source = - let - Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WCk4tKcnMSw8tUNJRMgBiKF8BKBCrE60UlJqYUhmSH1ySWFQClDUEYrCQQkm+AkQQpArMSk0BShqBjIDyQDKueSlgcWMghrBBos6JecmpOTlgGRMgRvBjYwE=", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [ArrangementPhase = _t, Order = _t, Phase = _t]), - #"Changed Type" = Table.TransformColumnTypes(Source,{{"ArrangementPhase", type text}, {"Order", Int64.Type}, {"Phase", type text}}) - in - #"Changed Type" - - annotation PBI_ResultType = Table - - annotation PBI_NavigationStepName = Navigation - diff --git a/CareTogether.SemanticModel/definition/tables/Arrangement Type.tmdl b/CareTogether.SemanticModel/definition/tables/Arrangement Type.tmdl index cf2da34..4ba31be 100644 --- a/CareTogether.SemanticModel/definition/tables/Arrangement Type.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Arrangement Type.tmdl @@ -1,9 +1,9 @@ table 'Arrangement Type' - lineageTag: c7cb613d-9d95-4212-99b0-afeb17ed7411 + lineageTag: b2303fb3-bd33-4a97-9b0d-831a6ca8cf94 column 'RLS Key' dataType: string - lineageTag: d5779dd9-d981-42f6-a99f-94f9a0b4660d + lineageTag: 4d907de0-fdbb-4b8d-940c-a9176ccd63f7 summarizeBy: none sourceColumn: RLS Key @@ -11,55 +11,58 @@ table 'Arrangement Type' column 'Arrangement Type' dataType: string - lineageTag: 43965f59-42d2-47e8-ba87-6943e599d63a + lineageTag: 8bdc2303-5798-400a-9fca-8ce0c988015c summarizeBy: none sourceColumn: Arrangement Type annotation SummarizationSetBy = Automatic - column ChildInvolvement + column 'Arrangement Type UID' dataType: string - isHidden - lineageTag: 106f4bcb-6fa8-4ebc-a504-f2cad0bf9090 + lineageTag: 277471fe-0821-4d8b-bea7-abc26c33fa1d summarizeBy: none - sourceColumn: ChildInvolvement + sourceColumn: Arrangement Type UID changedProperty = IsHidden annotation SummarizationSetBy = Automatic - column 'Arrangement Type PK' + column 'Child Involvement' dataType: string - lineageTag: ca1384fb-2f66-48e5-8dea-b8c9c7fbb685 + lineageTag: 0ec739bb-7ad6-4b96-b664-224ef7a2ae91 summarizeBy: none - sourceColumn: Arrangement Type PK + sourceColumn: Child Involvement annotation SummarizationSetBy = Automatic - partition 'Arrangement Type-597c3ca7-59e2-4e86-8453-c8def7291a36' = m + partition 'Arrangement Type' = m mode: import - queryGroup: 'Model Queries' + queryGroup: Dimensions source = ``` let Source = #"OData Live", - SourceTable = Source{[Name="ArrangementType",Signature="table"]}[Data], + ArrangementType = Source{[Name="ArrangementType", Signature="table"]}[Data], - ArrangementType = - Table.SelectColumns( + ArrangementTypeTransformed = + + Table.SelectColumns( + Table.RenameColumns( Table.AddColumn( Table.AddColumn( - Table.RenameColumns( - SourceTable, - {{"Type", "Arrangement Type"}} - ), + ArrangementType, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") ), - "Arrangement Type PK", each Text.Combine({[RLS Key], [Arrangement Type]}, "-") + "Arrangement Type UID", each Text.Combine({[RLS Key], [Type]}, "-") ), - {"RLS Key", "Arrangement Type PK", "Arrangement Type", "ChildInvolvement"} - ) + {{"Type", "Arrangement Type"}, {"ChildInvolvement", "Child Involvement"}} + ), + {"RLS Key", "Arrangement Type UID", "Arrangement Type", "Child Involvement"} + + ) + + in - ArrangementType + ArrangementTypeTransformed ``` annotation PBI_NavigationStepName = Navigation diff --git a/CareTogether.SemanticModel/definition/tables/Arrangement.tmdl b/CareTogether.SemanticModel/definition/tables/Arrangement.tmdl deleted file mode 100644 index 0dabb3c..0000000 --- a/CareTogether.SemanticModel/definition/tables/Arrangement.tmdl +++ /dev/null @@ -1,423 +0,0 @@ -table Arrangement - lineageTag: 46d5bd4a-a507-4eb7-941d-b7680ccdeaa3 - - /// This measure counts the total number of arrangements that were active during a given timeframe. - measure '# of Arrangements Active' = - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - RETURN - IF( - CurrentStartDate > Today, // Check if the current month's start is beyond today - BLANK(), // Return blank for future months - CALCULATE( - COUNTROWS('Arrangement'), - NOT ISBLANK('Arrangement'[Started]), - 'Arrangement'[Started] <= CurrentEndDate, - IF( - ISBLANK('Arrangement'[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) - formatString: 0 - lineageTag: b5357dbe-d3a2-46be-88ea-51a81a4f7727 - - changedProperty = IsHidden - - /// This measure counts the total number of arrangements that were started during a given timeframe. - measure '# of Arrangements Started' = - - CALCULATE( - COUNTROWS(Arrangement), - FILTER( - Arrangement, - AND( - Arrangement[Started] >= [Selected Timeframe Start], - Arrangement[Started] <= [Selected Timeframe End] - ) - ) - ) - formatString: 0 - lineageTag: fae25eef-8ecc-485d-8834-68702ea83c10 - - changedProperty = IsHidden - - /// This measure counts the total number of arrangements that were requested during a given timeframe (including potential duplicates that were later canceled). - measure '# of Arrangements Requested' = - - CALCULATE( - COUNTROWS(Arrangement), - FILTER( - Arrangement, - AND( - Arrangement[Requested] >= [Selected Timeframe Start], - Arrangement[Requested] <= [Selected Timeframe End] - ) - ) - ) - formatString: 0 - lineageTag: 7745e4b8-b452-4620-9400-d7f472736ce3 - - measure '# of Days Active in Period' = - - VAR TimePeriodStart = MIN('Date'[Date]) - VAR TimePeriodEnd = MAX('Date'[Date]) - RETURN - CALCULATE( - SUMX( - 'Arrangement', - VAR StartDate = 'Arrangement'[Started] - VAR EndDate = IF (ISBLANK('Arrangement'[Ended]), UTCNOW(), 'Arrangement'[Ended]) - VAR DurationInDays = DATEDIFF(StartDate, EndDate, DAY) - RETURN - IF (StartDate >= TimePeriodStart && EndDate <= TimePeriodEnd, - DurationInDays, - IF (StartDate < TimePeriodStart && EndDate <= TimePeriodEnd, - DATEDIFF(TimePeriodStart, EndDate, DAY), - IF (StartDate >= TimePeriodStart && EndDate > TimePeriodEnd, - DATEDIFF(StartDate, TimePeriodEnd, DAY), - DATEDIFF(TimePeriodStart, TimePeriodEnd, DAY) - ) - ) - ) + 1 - ), - AND( - NOT(ISBLANK(Arrangement[Started])), - AND( - 'Arrangement'[Started] <= TimePeriodEnd, - OR(ISBLANK('Arrangement'[Ended]), 'Arrangement'[Ended] >= TimePeriodStart) - ) - ) - ) - formatString: 0 - isHidden - lineageTag: fa20e53e-8d7f-411d-857e-04019308dd65 - - changedProperty = IsHidden - - /// This measure counts the total number of arrangements that were ended during a given timeframe. - measure '# of Arrangements Ended' = - - CALCULATE( - COUNTROWS(Arrangement), - FILTER( - Arrangement, - AND( - Arrangement[Ended] >= [Selected Timeframe Start], - Arrangement[Ended] <= [Selected Timeframe End] - ) - ) - ) - formatString: 0 - lineageTag: e7a87195-5fed-473e-8658-94bce5098c3c - - measure '# of Arrangements' = COUNTROWS(Arrangement) - formatString: 0 - lineageTag: 381d4567-b699-4dbf-b701-ef0c6febcd07 - - measure 'Total Arrangements Duration' = ``` - - // Mean length of arrangement in days, based on arrangement start/end date - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN IF( - CurrentStartDate > Today, - BLANK(), - SUMX( - FILTER( - Arrangement, - NOT ISBLANK(Arrangement[Started]) && - Arrangement[Started] <= CurrentEndDate && - IF( - ISBLANK('Arrangement'[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ), - DATEDIFF( - Arrangement[Started], Arrangement[Ended], DAY - ) - ) - ) - ``` - formatString: #,0 - lineageTag: f9a31601-b76f-4852-b47d-5e05f23f4131 - - measure 'Average Arrangements Duration' = ``` - - // Average duration of arrangements in days, based on arrangement start/end date - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN IF( - CurrentStartDate > Today, - BLANK(), - AVERAGEX( - FILTER( - Arrangement, - NOT ISBLANK(Arrangement[Started]) && - Arrangement[Started] <= CurrentEndDate && - IF( - ISBLANK('Arrangement'[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ), - DATEDIFF( - Arrangement[Started], Arrangement[Ended], DAY - ) - ) - ) - ``` - formatString: 0 - lineageTag: 81bee6c3-a2f4-4f86-ae58-d85cfd49bc5e - - column Id - dataType: string - isKey - displayFolder: _Columns - lineageTag: f2b5e1bb-5f70-4a51-ae2d-224a87725b61 - summarizeBy: none - sourceColumn: Id - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column ReferralId - dataType: string - isHidden - displayFolder: _Columns - lineageTag: c2ba4d85-eb62-48a9-9d35-f7ec94997aef - summarizeBy: none - sourceColumn: ReferralId - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column PersonId - dataType: string - displayFolder: _Columns - lineageTag: ef5bf3c2-4ea1-459b-9d35-1f632e10e5ad - summarizeBy: none - sourceColumn: PersonId - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column Phase - dataType: string - isHidden - displayFolder: _Columns - lineageTag: e3591ad9-309c-4413-9fd5-93604a1e56f7 - summarizeBy: none - sourceColumn: Phase - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column Requested - dataType: dateTime - formatString: Long Date - displayFolder: _Columns - lineageTag: 855218dc-5a64-443f-af71-d76b1c4f4bd7 - summarizeBy: none - sourceColumn: Requested - - variation Variation - isDefault - relationship: 7d4f3e4a-8e5e-49d7-9b0b-ca9ed9f0051f - defaultHierarchy: LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - annotation UnderlyingDateTimeDataType = Date - - column TypeName - dataType: string - displayFolder: _Columns - lineageTag: 7b953b76-e099-42ba-a699-324bd31c0a51 - summarizeBy: none - sourceColumn: TypeName - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column 'Days in Setup' = - - VAR DaysInSetup = IF( - ISBLANK(Arrangement[Requested]), - BLANK(), - DATEDIFF( - Arrangement[Requested], - IF( - ISBLANK(Arrangement[Started]), - UTCNOW(), - Arrangement[Started]), - DAY)) - RETURN IF( - DaysInSetup < 0, - BLANK(), - DaysInSetup) - formatString: 0 - displayFolder: _Columns - lineageTag: 9691cebc-751d-4afa-94d8-b631599de770 - summarizeBy: sum - - annotation SummarizationSetBy = Automatic - - column 'Days Active' = - - VAR DaysActive = IF( - ISBLANK(Arrangement[Started]), - BLANK(), - DATEDIFF( - Arrangement[Started], - IF( - ISBLANK(Arrangement[Ended]), - UTCNOW(), - Arrangement[Ended]), - DAY)) - RETURN IF( - DaysActive < 0, - BLANK(), - DaysActive) - formatString: 0 - displayFolder: _Columns - lineageTag: 6d28faa9-7da1-4ebd-96d0-a246320f0a50 - summarizeBy: sum - - annotation SummarizationSetBy = Automatic - - column 'Person Age at Start' = DATEDIFF(RELATED(Entity[DateOfBirth]), Arrangement[Started], YEAR) - formatString: 0 - displayFolder: _Columns - lineageTag: 9b8d247f-6a51-4d0f-9e31-b96930045f38 - summarizeBy: sum - - annotation SummarizationSetBy = Automatic - - column Reason - dataType: string - displayFolder: _Columns - lineageTag: 9af6d5a9-c29d-4b9e-8110-27192afcd2d6 - summarizeBy: none - sourceColumn: Reason - - annotation SummarizationSetBy = Automatic - - column 'Full Name' = RELATED(Entity[Full Name]) - displayFolder: _Columns - lineageTag: 797e3615-7225-4637-a685-de0b142b6384 - summarizeBy: none - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 6dc118f1-901b-4e9e-97fe-c59cf3ae4e89 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: bc4a1f2f-9b88-4cf5-8faf-2f8ec7c1320a - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 322b3534-ee75-496f-86be-cd5187348a28 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - column Started - dataType: dateTime - formatString: General Date - lineageTag: 7652483d-f51a-484c-abb4-fff3855e8319 - summarizeBy: none - sourceColumn: Started - - variation Variation - isDefault - relationship: 95fcee5c-4dd6-423f-bcaa-46ee042929d5 - defaultHierarchy: LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - column Ended - dataType: dateTime - formatString: General Date - lineageTag: 62d33619-e522-4680-9921-919bcd4e353f - summarizeBy: none - sourceColumn: Ended - - variation Variation - isDefault - relationship: cb04e139-f527-4489-bcee-c6c5bf29eaf0 - defaultHierarchy: LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - column 'Arrangement Type PK' - dataType: string - lineageTag: 24aba84c-010c-408e-a937-f5462ee28fe0 - summarizeBy: none - sourceColumn: Arrangement Type PK - - annotation SummarizationSetBy = Automatic - - partition Arrangement-29b16dc9-0b71-4817-97ff-82d89d8e0d95 = m - mode: import - queryGroup: 'Model Queries' - source = ``` - let - Source = #"OData Live", - SourceTable = Source{[Name="Arrangement",Signature="table"]}[Data], - - Arrangement = - Table.SelectColumns( - - - Table.AddColumn( - Table.AddColumn( - Table.RenameColumns( - Table.TransformColumns( - SourceTable, - {{"StartedUtc", DateTimeZone.ToLocal, type datetimezone}, {"EndedUtc", DateTimeZone.ToLocal, type datetimezone}} - ), - {{"StartedUtc", "Started"}, {"EndedUtc", "Ended"}} - ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") - ), - "Arrangement Type PK", each Text.Combine({[RLS Key], [TypeName]}, "-") - ), - {"Id", "OrganizationId", "LocationId", "RLS Key", "Arrangement Type PK", "TypeName", "ReferralId", "PersonId", "Requested", "Started", "Ended", "Phase", "Reason"} - ) - - in - Arrangement - ``` - - annotation PBI_ResultType = Table - - annotation PBI_NavigationStepName = Navigation - diff --git a/CareTogether.SemanticModel/definition/tables/Arrangements by Entity.tmdl b/CareTogether.SemanticModel/definition/tables/Arrangements Group.tmdl similarity index 50% rename from CareTogether.SemanticModel/definition/tables/Arrangements by Entity.tmdl rename to CareTogether.SemanticModel/definition/tables/Arrangements Group.tmdl index 2b380c7..52f4ea9 100644 --- a/CareTogether.SemanticModel/definition/tables/Arrangements by Entity.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Arrangements Group.tmdl @@ -1,41 +1,40 @@ -table 'Arrangements by Entity' - lineageTag: e19223f9-8daf-425c-b34a-68e984e4dc8d +table 'Arrangements Group' + lineageTag: a9e85fbb-dcc2-496a-89a9-7067dffa0a55 calculationGroup - precedence: 3 calculationItem Requested = CALCULATE( SELECTEDMEASURE(), FILTER( - Arrangement, + Arrangements, AND( - Arrangement[Requested] >= [Selected Timeframe Start], - Arrangement[Requested] <= [Selected Timeframe End] + Arrangements[Requested] >= [Selected Timeframe Start], + Arrangements[Requested] <= [Selected Timeframe End] ) ) ) - calculationItem Started = + calculationItem Ended = CALCULATE( SELECTEDMEASURE(), FILTER( - Arrangement, + Arrangements, AND( - Arrangement[Started] >= [Selected Timeframe Start], - Arrangement[Started] <= [Selected Timeframe End] + Arrangements[Ended] >= [Selected Timeframe Start], + Arrangements[Ended] <= [Selected Timeframe End] ) ) ) - calculationItem Ended = + calculationItem Started = CALCULATE( SELECTEDMEASURE(), FILTER( - Arrangement, + Arrangements, AND( - Arrangement[Ended] >= [Selected Timeframe Start], - Arrangement[Ended] <= [Selected Timeframe End] + Arrangements[Started] >= [Selected Timeframe Start], + Arrangements[Started] <= [Selected Timeframe End] ) ) ) @@ -51,31 +50,25 @@ table 'Arrangements by Entity' BLANK(), // Return blank for future months CALCULATE( SELECTEDMEASURE(), - NOT ISBLANK('Arrangement'[Started]), - 'Arrangement'[Started] <= CurrentEndDate, + NOT ISBLANK('Arrangements'[Started]), + 'Arrangements'[Started] <= CurrentEndDate, IF( - ISBLANK('Arrangement'[Ended]), + ISBLANK('Arrangements'[Ended]), TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate + 'Arrangements'[Ended] >= CurrentStartDate ) ) ) column Situation dataType: string - lineageTag: f3ea4e95-8e63-461b-969d-60de01a5f89c - summarizeBy: none + lineageTag: c134da4e-2659-4b6c-b76d-1a5786de4d51 sourceColumn: Name sortByColumn: Ordinal - annotation SummarizationSetBy = Automatic - column Ordinal dataType: int64 isHidden - lineageTag: 8445d6fb-58a5-45a2-8587-6eea94d5f537 - summarizeBy: sum + lineageTag: a59d4652-6b11-4115-b8a0-fe36a628460c sourceColumn: Ordinal - annotation SummarizationSetBy = Automatic - diff --git a/CareTogether.SemanticModel/definition/tables/Arrangements.tmdl b/CareTogether.SemanticModel/definition/tables/Arrangements.tmdl new file mode 100644 index 0000000..65b2356 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Arrangements.tmdl @@ -0,0 +1,187 @@ +table Arrangements + lineageTag: 1874e170-b37e-4a8f-b672-f37058e8d3e6 + + measure '# of Arrangements Started' = + + CALCULATE( + COUNTROWS(Arrangements), + FILTER( + Arrangements, + AND( + Arrangements[Started] >= [Selected Timeframe Start], + Arrangements[Started] <= [Selected Timeframe End] + ) + ) + ) + formatString: 0 + lineageTag: ab7e2e0c-b1d9-426a-8b69-29995563d78d + + measure '# of Arrangements' = COUNTROWS('Arrangements') + formatString: 0 + lineageTag: 0c0d32aa-b17f-472f-a10d-f1449b90ee2e + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: e184b5b2-4555-43a0-9208-72af3030f331 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Arrangement ID' + dataType: string + displayFolder: _Columns + lineageTag: 089dcab2-7641-4ade-ab86-a503f62f6599 + summarizeBy: none + sourceColumn: Arrangement ID + + annotation SummarizationSetBy = Automatic + + column 'Arrangement Type UID' + dataType: string + displayFolder: _Columns + lineageTag: 279b5ba1-4fa1-4a1e-825e-88226c46b671 + summarizeBy: none + sourceColumn: Arrangement Type UID + + annotation SummarizationSetBy = Automatic + + column 'Arrangement Type' + dataType: string + displayFolder: _Columns + lineageTag: 87906a08-7406-460e-92aa-81fec915d98d + summarizeBy: none + sourceColumn: Arrangement Type + + annotation SummarizationSetBy = Automatic + + column 'Referral ID' + dataType: string + displayFolder: _Columns + lineageTag: 2e0c4140-78a0-4b25-9bae-c22667802f6f + summarizeBy: none + sourceColumn: Referral ID + + annotation SummarizationSetBy = Automatic + + column 'Person UID' + dataType: string + displayFolder: _Columns + lineageTag: 9ddb1f28-9847-4518-97e5-9bb045185ad8 + summarizeBy: none + sourceColumn: Person UID + + annotation SummarizationSetBy = Automatic + + column 'Person ID' + dataType: string + displayFolder: _Columns + lineageTag: ca9ecd79-b906-4edd-81d6-62a41d470fd5 + summarizeBy: none + sourceColumn: Person ID + + annotation SummarizationSetBy = Automatic + + column Requested + dataType: dateTime + formatString: Long Date + displayFolder: _Columns + lineageTag: 046c99c9-52a7-4742-b0e0-440ce7555665 + summarizeBy: none + sourceColumn: Requested + + variation Variation + isDefault + relationship: 94b8e5b1-15d3-4893-b628-6f78cdb4bafe + defaultHierarchy: LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column Started + dataType: dateTime + formatString: General Date + displayFolder: _Columns + lineageTag: 0c1a0469-1f01-4dbb-8600-4b0fb26fe378 + summarizeBy: none + sourceColumn: Started + + variation Variation + isDefault + relationship: 9364ac9f-e354-4909-af5b-be492d899a7e + defaultHierarchy: LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + column Ended + dataType: dateTime + formatString: General Date + displayFolder: _Columns + lineageTag: 42a8b911-0e42-441e-acbc-f3db829d7726 + summarizeBy: none + sourceColumn: Ended + + variation Variation + isDefault + relationship: 1fc3de92-ab97-49ab-8bd5-dd0546a44739 + defaultHierarchy: LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + column Phase + dataType: string + displayFolder: _Columns + lineageTag: 32be32ef-2f42-4d9d-a960-5fcd8652d20e + summarizeBy: none + sourceColumn: Phase + + annotation SummarizationSetBy = Automatic + + column Reason + dataType: string + displayFolder: _Columns + lineageTag: 519cd03a-46b5-42af-af77-064a532b10f0 + summarizeBy: none + sourceColumn: Reason + + annotation SummarizationSetBy = Automatic + + partition Arrangements = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + Arrangement = Source{[Name="Arrangement", Signature="table"]}[Data], + ArrangementTransformed = + + + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + Arrangement, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Arrangement Type UID", each Text.Combine({[RLS Key], [TypeName]}, "-") + ), + "Person UID", each Text.Combine({[RLS Key], [PersonId]}, "-") + ), + {{"Id", "Arrangement ID"}, {"TypeName", "Arrangement Type"}, {"ReferralId", "Referral ID"}, {"PersonId", "Person ID"}, + {"StartedUtc", "Started"}, {"EndedUtc", "Ended"}} + ), + {"RLS Key", "Arrangement ID", "Arrangement Type UID", "Arrangement Type", "Referral ID", "Person UID", "Person ID", "Requested", "Started", "Ended", "Phase", "Reason"} + ) + + + in + ArrangementTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Child Location Record.tmdl b/CareTogether.SemanticModel/definition/tables/Child Location Record.tmdl index 98165e2..e253fd2 100644 --- a/CareTogether.SemanticModel/definition/tables/Child Location Record.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Child Location Record.tmdl @@ -1,121 +1,8 @@ table 'Child Location Record' - lineageTag: 97d0ba37-acfb-4f78-bc62-fb59df0fb93e + lineageTag: 8fbe750b-9267-4d1b-9df7-3a6f63651067 - measure '# of Times Care Provided in Period' = + measure '# of Days of Care' = ``` - VAR TimePeriodStart = MIN('Date'[Date]) - VAR TimePeriodEnd = MAX('Date'[Date]) - RETURN - CALCULATE( - COUNTX( - 'Child Location Record', - VAR StartDate = 'Child Location Record'[Started] - VAR EndDate = IF (ISBLANK('Child Location Record'[Ended]), UTCNOW(), 'Child Location Record'[Ended]) - VAR DurationInDays = DATEDIFF(StartDate, EndDate, DAY) - RETURN - IF (StartDate >= TimePeriodStart && EndDate <= TimePeriodEnd, - 1, - IF (StartDate < TimePeriodStart && EndDate <= TimePeriodEnd, - 1, - IF (StartDate >= TimePeriodStart && EndDate > TimePeriodEnd, - 1, - 1 - ) - ) - ) - ), - AND( - 'Child Location Record'[Started] <= TimePeriodEnd, - OR(ISBLANK('Child Location Record'[Ended]), 'Child Location Record'[Ended] >= TimePeriodStart) - ), - 'Child Location Record'[ChildcarePlan] <> "WithParent" - ) - formatString: 0 - isHidden - lineageTag: 584e6779-63dc-48e4-b0d5-b2ae07e041ca - - changedProperty = IsHidden - - measure '# of Hours of Care' = SUMX(FILTER('Child Location Record', 'Child Location Record'[ChildcarePlan] <> "WithParent"), 'Child Location Record'[Duration] * 24) - formatString: 0.0 - isHidden - lineageTag: aa6022d4-d984-4f60-bd66-6ba366e23087 - - changedProperty = FormatString - - changedProperty = IsHidden - - measure '# of Nights of Care in Period' = - - VAR TimePeriodStart = MIN('Date'[Date]) - VAR TimePeriodEnd = MAX('Date'[Date]) - RETURN - CALCULATE( - SUMX( - 'Child Location Record', - VAR StartDate = 'Child Location Record'[Started] - VAR EndDate = IF (ISBLANK('Child Location Record'[Ended]), UTCNOW(), 'Child Location Record'[Ended]) - VAR DurationInDays = DATEDIFF(StartDate, EndDate, DAY) - RETURN - IF (StartDate >= TimePeriodStart && EndDate <= TimePeriodEnd, - DurationInDays, - IF (StartDate < TimePeriodStart && EndDate <= TimePeriodEnd, - DATEDIFF(TimePeriodStart, EndDate, DAY), - IF (StartDate >= TimePeriodStart && EndDate > TimePeriodEnd, - DATEDIFF(StartDate, TimePeriodEnd, DAY), - DATEDIFF(TimePeriodStart, TimePeriodEnd, DAY) - ) - ) - ) - ), - AND( - 'Child Location Record'[Started] <= TimePeriodEnd, - OR(ISBLANK('Child Location Record'[Ended]), 'Child Location Record'[Ended] >= TimePeriodStart) - ), - 'Child Location Record'[ChildcarePlan] <> "WithParent" - ) - formatString: 0 - isHidden - lineageTag: d7339b3c-f403-4a06-8c50-2338dc57427c - - changedProperty = IsHidden - - measure '# of Days of Care in Period' = - - VAR TimePeriodStart = MIN('Date'[Date]) - VAR TimePeriodEnd = MAX('Date'[Date]) - RETURN - CALCULATE( - SUMX( - 'Child Location Record', - VAR StartDate = 'Child Location Record'[Started] - VAR EndDate = IF (ISBLANK('Child Location Record'[Ended]), UTCNOW(), 'Child Location Record'[Ended]) - VAR DurationInDays = DATEDIFF(StartDate, EndDate, DAY) - RETURN - IF (StartDate >= TimePeriodStart && EndDate <= TimePeriodEnd, - DurationInDays, - IF (StartDate < TimePeriodStart && EndDate <= TimePeriodEnd, - DATEDIFF(TimePeriodStart, EndDate, DAY), - IF (StartDate >= TimePeriodStart && EndDate > TimePeriodEnd, - DATEDIFF(StartDate, TimePeriodEnd, DAY), - DATEDIFF(TimePeriodStart, TimePeriodEnd, DAY) - ) - ) - ) + 1 - ), - AND( - 'Child Location Record'[Started] <= TimePeriodEnd, - OR(ISBLANK('Child Location Record'[Ended]), 'Child Location Record'[Ended] >= TimePeriodStart) - ), - 'Child Location Record'[ChildcarePlan] <> "WithParent" - ) - formatString: 0 - isHidden - lineageTag: 8cedb776-0a99-4a2d-801b-90f84fde1e70 - - changedProperty = IsHidden - - measure 'Days of Care' = ``` VAR CurrentDate = TODAY() VAR StartDate = [Selected Timeframe Start] @@ -128,7 +15,7 @@ table 'Child Location Record' 'ChildLocationExpanded', "Key", FORMAT('ChildLocationExpanded'[Date], "yyyy-MM-dd") & "-" & - 'ChildLocationExpanded'[Index] // Supondo que "Index" é um identificador por criança, linha, etc. + 'ChildLocationExpanded'[Index] // Creating a Unique Key per Date and Child ) ) ), @@ -142,16 +29,17 @@ table 'Child Location Record' BLANK(), IF( Result = 0, - 0, + BLANK(), Result ) ) ``` formatString: 0 - lineageTag: 0efc4a39-0f01-4fda-8796-3c832f9c8af2 + lineageTag: 82cc0cd6-34d8-4768-a484-07c1d264636c - measure 'Nights of Care' = ``` + measure '# of Nights of Care' = ``` + VAR CurrentDate = TODAY() VAR StartDate = [Selected Timeframe Start] @@ -164,7 +52,7 @@ table 'Child Location Record' 'ChildLocationExpanded', "Key", FORMAT('ChildLocationExpanded'[Date], "yyyy-MM-dd") & "-" & - 'ChildLocationExpanded'[Index] // Supondo que "Index" é um identificador por criança, linha, etc. + 'ChildLocationExpanded'[Index] // Creating a UNIQUE key per Index and Child ) ) ), @@ -179,18 +67,19 @@ table 'Child Location Record' BLANK(), IF( Result = 0, - 0, + BLANK(), Result ) ) ``` formatString: 0 - lineageTag: 2e84ddd1-74f4-473b-9b8d-b93b89c10625 + lineageTag: e5752dc3-bdff-4939-8d64-2305d2ad90a9 column 'RLS Key' dataType: string - lineageTag: 82281731-b782-4fa0-bf7b-4389ce679571 + displayFolder: _Columns + lineageTag: f367d031-337f-4e59-9296-a70b8520a968 summarizeBy: none sourceColumn: RLS Key @@ -199,174 +88,191 @@ table 'Child Location Record' column Started dataType: dateTime formatString: General Date - lineageTag: 6bbd5812-018b-4fed-8cb0-b4029fe9195c + displayFolder: _Columns + lineageTag: 31dd7f0c-707d-4ab3-ab1b-037f978babb5 summarizeBy: none sourceColumn: Started variation Variation isDefault - relationship: 18a4db2c-4e05-4ea5-8f43-5fb9d592bd70 - defaultHierarchy: LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a.'Date Hierarchy' + relationship: 3c4bf348-84fa-4150-ae9f-5294c6ed5b46 + defaultHierarchy: LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60.'Date Hierarchy' annotation SummarizationSetBy = Automatic column Ended dataType: dateTime formatString: General Date - lineageTag: bb9fc08e-ab1b-4525-954d-52ce0e4aaf98 + displayFolder: _Columns + lineageTag: 12635f46-fd7d-4a5b-9ffc-888f920e1c0e summarizeBy: none sourceColumn: Ended variation Variation isDefault - relationship: 5219e77b-bbc9-450b-a090-ed7b1f9e6270 - defaultHierarchy: LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746.'Date Hierarchy' + relationship: 8c4a673e-c9be-45b5-a81c-bc5d2743779e + defaultHierarchy: LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e.'Date Hierarchy' annotation SummarizationSetBy = Automatic column Duration dataType: double - isHidden displayFolder: _Columns - lineageTag: 5af3583b-30c3-4122-adbb-7f59f936a5f0 + lineageTag: fb71f4e2-f2fa-4231-aeae-2752130df893 summarizeBy: sum sourceColumn: Duration - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic annotation PBI_FormatHint = {"isGeneralNumber":true} column Index dataType: int64 - isHidden - isKey formatString: 0 displayFolder: _Columns - lineageTag: 530c8a1c-5003-4896-99f0-d68103824475 + lineageTag: 25ac904d-6795-4a4d-a074-deb6622402b5 summarizeBy: none sourceColumn: Index - changedProperty = IsHidden - - annotation SummarizationSetBy = User + annotation SummarizationSetBy = Automatic column 'Childcare Family Name' dataType: string - lineageTag: 466b77dd-eacc-4c9e-b87e-fa1d7fa07230 + displayFolder: _Columns + lineageTag: 3fad2f9d-6e37-4643-b1fd-ff8ac1ba5437 summarizeBy: none sourceColumn: Childcare Family Name annotation SummarizationSetBy = Automatic - column ArrangementId + column 'Family UID' dataType: string - isHidden displayFolder: _Columns - lineageTag: 35cd963b-9383-49a0-8f43-957369306c02 + lineageTag: 1f93be81-68ed-4f4f-a1a7-91149d97da8a summarizeBy: none - sourceColumn: ArrangementId + sourceColumn: Family UID changedProperty = IsHidden annotation SummarizationSetBy = Automatic - column ChildPersonId + column 'Family ID' dataType: string - isHidden displayFolder: _Columns - lineageTag: 88b1135a-1cb9-4149-ae6c-ab177bf74225 + lineageTag: 858238a3-563f-423f-be2b-d3abbdd90fc5 summarizeBy: none - sourceColumn: ChildPersonId + sourceColumn: Family ID changedProperty = IsHidden annotation SummarizationSetBy = Automatic - column FamilyId + column 'Arrangement ID' dataType: string - isHidden displayFolder: _Columns - lineageTag: b8f54091-35b4-4e2c-a854-de0b3e59a7cd + lineageTag: 61c3c958-c541-4b36-b11f-3c38d7036b20 summarizeBy: none - sourceColumn: FamilyId + sourceColumn: Arrangement ID changedProperty = IsHidden annotation SummarizationSetBy = Automatic - column ChildcarePlan + column 'Child Person UID' dataType: string - isHidden displayFolder: _Columns - lineageTag: 2bdb74fb-63d5-42fe-8be3-6347f3570834 + lineageTag: e793d16c-75ab-4c0c-99ce-5287002b9ec8 summarizeBy: none - sourceColumn: ChildcarePlan - - changedProperty = IsHidden + sourceColumn: Child Person UID annotation SummarizationSetBy = Automatic - column OrganizationId + column 'Child Person ID' dataType: string - lineageTag: 87f794c6-4604-4114-bf59-6ed71a889e40 + displayFolder: _Columns + lineageTag: 871e29b8-874e-400c-8019-97d43af4775a summarizeBy: none - sourceColumn: OrganizationId + sourceColumn: Child Person ID annotation SummarizationSetBy = Automatic - column LocationId + column 'Childcare Plan' dataType: string - lineageTag: faa6577f-a1d5-449b-810e-9a26b33f9a83 + displayFolder: _Columns + lineageTag: f903847d-f8f7-40af-b40b-a9d64ea29867 summarizeBy: none - sourceColumn: LocationId + sourceColumn: Childcare Plan annotation SummarizationSetBy = Automatic - partition 'Child Location Record-3a748a32-4c86-4eac-923a-0eca77fa6916' = m + partition 'Child Location Record' = m mode: import - queryGroup: 'Model Queries' + queryGroup: Fact source = ``` - let + let Source = #"OData Live", - SourceTable = Source{[Name="ChildLocationRecords", Signature="table"]}[Data], + ChildLocationRecord = Source{[Name="ChildLocationRecords", Signature="table"]}[Data], + ChildLocationRecordTransformed = - ChildLocationRecord = - - Table.SelectColumns( Table.AddColumn( - Table.AddIndexColumn( - Table.RenameColumns( - Table.TransformColumns( - SourceTable, - {{"StartedAtUtc", DateTimeZone.ToLocal, type datetimezone}, {"EndedAtUtc", DateTimeZone.ToLocal, type datetimezone}} + Table.AddColumn( + Table.TransformColumns( + Table.AddIndexColumn( + Table.AddColumn( + ChildLocationRecord, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Index", 1, 1, Int64.Type ), - {{"StartedAtUtc", "Started"}, {"EndedAtUtc", "Ended"}} + {{"StartedAtUtc", DateTimeZone.ToLocal, type datetimezone}, {"EndedAtUtc", DateTimeZone.ToLocal, type datetimezone}} ), - "Index", 1, 1, Int64.Type + "Child Person UID", each Text.Combine({[RLS Key], [ChildPersonId]}, "-") ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + "Family UID", each Text.Combine({[RLS Key], [FamilyId]},"-") ), - {"OrganizationId", "LocationId", "RLS Key", "ArrangementId", "ChildPersonId", "FamilyId", "ChildcarePlan", "Started", "Ended", "Duration", "Index"} - ), - - // Adding the Family Name: - Family = Table.SelectColumns(Source{[Name="Family",Signature="table"]}[Data], {"Id", "Name"}), + // Adding the Family Name + Family = + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Source{[Name="Family", Signature="table"]}[Data], + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "FamilyUID", each Text.Combine({[RLS Key], [Id]}, "-") + ), + {{"Name", "Childcare Family Name"}} + ), + {"FamilyUID", "Childcare Family Name"} + ), // Combined Tables: - Combined = Table.RenameColumns(Table.SelectColumns(Table.Join( - ChildLocationRecord, - "FamilyId", - Family, - "Id", - JoinKind.LeftOuter - ),{"OrganizationId", "LocationId", "RLS Key", "ArrangementId", "ChildPersonId", "FamilyId", "Started", "ChildcarePlan", "Ended", "Duration", "Index", "Name"}), - {{"Name", "Childcare Family Name"}}), - #"Removed Duplicates" = Table.Distinct(Combined, {"Index"}) + Combined = + Table.SelectColumns( + Table.RenameColumns( + Table.Join( + ChildLocationRecordTransformed, + "Family UID", + Family, + "FamilyUID", + JoinKind.LeftOuter + ), + { + {"ArrangementId", "Arrangement ID"}, {"ChildPersonId", "Child Person ID"}, {"FamilyId", "Family ID"}, + {"StartedAtUtc", "Started"}, {"EndedAtUtc", "Ended"}, {"ChildcarePlan", "Childcare Plan"} + } + ), + { + "RLS Key", "Family UID", "Family ID", "Arrangement ID", "Child Person UID", "Child Person ID", + "Started", "Ended", "Duration", "Index", "Childcare Family Name", "Childcare Plan" + } + ) + + + in - #"Removed Duplicates" + Combined ``` annotation PBI_NavigationStepName = Navigation diff --git a/CareTogether.SemanticModel/definition/tables/ChildLocationExpanded.tmdl b/CareTogether.SemanticModel/definition/tables/ChildLocationExpanded.tmdl index 3a58b53..9208401 100644 --- a/CareTogether.SemanticModel/definition/tables/ChildLocationExpanded.tmdl +++ b/CareTogether.SemanticModel/definition/tables/ChildLocationExpanded.tmdl @@ -1,9 +1,9 @@ table ChildLocationExpanded - lineageTag: 1ad7d14d-cbb6-433b-85ee-5fc54cf0046c + lineageTag: 1c692135-9901-47e8-bbdf-f989aca7384c column Date formatString: General Date - lineageTag: 7a8d7e88-19f5-400f-b564-81ac64deded9 + lineageTag: 4a9ea283-a9a4-466f-b964-223e98718f18 summarizeBy: none isNameInferred sourceColumn: [Date] @@ -12,7 +12,7 @@ table ChildLocationExpanded column Index formatString: 0 - lineageTag: c979d0b0-9941-4fd5-ad26-e00c72644cde + lineageTag: d4d69fc4-7f7a-4066-bb19-a5c7ae6b0b89 summarizeBy: none isNameInferred sourceColumn: [Index] @@ -20,7 +20,7 @@ table ChildLocationExpanded annotation SummarizationSetBy = Automatic column ChildcarePlan - lineageTag: d2112788-be7f-48b7-b736-0594325c6e23 + lineageTag: dba36bc7-6204-4f57-a9a9-7094605a53c9 summarizeBy: none isNameInferred sourceColumn: [ChildcarePlan] @@ -29,14 +29,22 @@ table ChildLocationExpanded column OvernightStay formatString: """TRUE"";""TRUE"";""FALSE""" - lineageTag: 787eef0b-4782-465f-b3bc-d3e29ee8e5bb + lineageTag: 86db0a73-0831-4308-860f-91b3d7d44af3 summarizeBy: none isNameInferred sourceColumn: [OvernightStay] annotation SummarizationSetBy = Automatic - partition ChildLocationExpanded-f26bbd05-0345-4606-964a-f0e944d8b520 = calculated + column 'RLS Key' + lineageTag: 96752d28-7318-48f2-bfaa-8367bf84bebe + summarizeBy: none + isNameInferred + sourceColumn: [RLS Key] + + annotation SummarizationSetBy = Automatic + + partition ChildLocationExpanded = calculated mode: import source = ``` @@ -60,10 +68,11 @@ table ChildLocationExpanded ), "Date", 'Date'[Date], "Index", 'Child Location Record'[Index], - "ChildcarePlan", 'Child Location Record'[ChildcarePlan], - "OvernightStay", [OvernightStay] + "ChildcarePlan", 'Child Location Record'[Childcare Plan], + "OvernightStay", [OvernightStay], + "RLS Key", 'Child Location Record'[RLS Key] ) ``` - annotation PBI_Id = b4c40957ed824bb8ab63356fd2dce55c + annotation PBI_Id = 4641a2599610442495cf907f1e6354cf diff --git a/CareTogether.SemanticModel/definition/tables/Childcare Plan.tmdl b/CareTogether.SemanticModel/definition/tables/Childcare Plan.tmdl index 01f40e4..f0392f3 100644 --- a/CareTogether.SemanticModel/definition/tables/Childcare Plan.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Childcare Plan.tmdl @@ -1,45 +1,34 @@ table 'Childcare Plan' - lineageTag: e454f50c-d108-4cc7-b49d-4585c9ad868e + lineageTag: 8197a540-9290-4d4f-8a22-c9d6c9ca5256 column ChildLocationPlan dataType: string - isHidden - isKey - lineageTag: e0e1123a-5a87-4d10-ba72-070adf828ed3 + lineageTag: 8e7af2a3-2fea-449f-a013-6a71a86e938c summarizeBy: none sourceColumn: ChildLocationPlan - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic column Order dataType: int64 - isHidden formatString: 0 - lineageTag: 18199935-fbc4-4ebf-ad23-3d6cc0b9dd40 + lineageTag: c23fbbd6-fa73-4319-9206-d786bc5b1314 summarizeBy: none sourceColumn: Order - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic column Plan dataType: string - lineageTag: bff61be4-3b1d-40d9-8f91-f35e2d5dfba1 - isDefaultLabel + lineageTag: 6fce5db9-ac06-4a3c-8062-b7e67c59e886 summarizeBy: none sourceColumn: Plan - sortByColumn: Order - - changedProperty = SortByColumn annotation SummarizationSetBy = Automatic - partition 'Childcare Plan-fb1875f4-18db-43aa-a9b3-00ed767cc8be' = m + partition 'Childcare Plan' = m mode: import - queryGroup: 'Reference Tables' + queryGroup: Dimensions source = let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45W8i9LLcrLTM8o8cgvLc7MS1fSUTIAYriwAkw8VidaySWxsiQzN9U5IzMnxTmxKBWo0BCIocIKYPFkkDhIcXhmSUYAkJNXAlRiBMQgAQWoSGwsAA==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [ChildLocationPlan = _t, Order = _t, Plan = _t]), diff --git a/CareTogether.SemanticModel/definition/tables/Childcare.tmdl b/CareTogether.SemanticModel/definition/tables/Childcare.tmdl index c41ba92..1962df6 100644 --- a/CareTogether.SemanticModel/definition/tables/Childcare.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Childcare.tmdl @@ -1,45 +1,34 @@ table Childcare - lineageTag: ca6cccb8-8c47-4b47-a6a3-3730e2269767 + lineageTag: 0e929471-7d25-410a-953a-359fbad618e6 column ChildInvolvement dataType: string - isHidden - isKey - lineageTag: 3b70af42-591e-4d31-827b-960c48e87a46 + lineageTag: 2e7eee7b-f723-4a38-bf92-87b7accdd83f summarizeBy: none sourceColumn: ChildInvolvement - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic column Order dataType: int64 - isHidden formatString: 0 - lineageTag: 2ca7e23f-8f11-4e41-b765-f6df3fcaa47a + lineageTag: 86c56b6e-4c46-4244-98ca-1a62fc061ec1 summarizeBy: none sourceColumn: Order - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic column 'Care Type' dataType: string - lineageTag: d0b7890e-5b9c-4bd6-ac57-508f55f90a50 - isDefaultLabel + lineageTag: c2f8c83b-0e63-4e75-8edc-b90a683a7e39 summarizeBy: none sourceColumn: Care Type - sortByColumn: Order - - changedProperty = SortByColumn annotation SummarizationSetBy = Automatic - partition Childcare-c5257646-9794-4cef-b5b5-f6c42666d18d = m + partition Childcare = m mode: import - queryGroup: 'Reference Tables' + queryGroup: Dimensions source = let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45Wcs7IzEnxyC8tzsxLV9JRMgBisJACTCxWJ1rJJbGyJDM3FSzhnFiU6p+XUwlUaAjEUCkFsFwyUE4BLAnS5ZcPFvTMK8vPKUvNTc0rAao3AmK/fIhyBWSp2FgA", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [ChildInvolvement = _t, Order = _t, Involvement = _t]), diff --git a/CareTogether.SemanticModel/definition/tables/Client Family.tmdl b/CareTogether.SemanticModel/definition/tables/Client Family.tmdl new file mode 100644 index 0000000..8d20b6a --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Client Family.tmdl @@ -0,0 +1,183 @@ +table 'Client Family' + lineageTag: b2de50d0-cd3c-4669-8a56-bf50dcc20a91 + + measure '# of Client Families Supported' = + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + RETURN + IF( + CurrentStartDate > Today, // Check if the current month's start is beyond today + BLANK(), // Return blank for future months + COUNTROWS( + FILTER( + 'Client Family', + COUNTROWS( + FILTER( + RELATEDTABLE('Arrangements'), + NOT(ISBLANK('Arrangements'[Started])) && + 'Arrangements'[Started] <= CurrentEndDate && + ( + ISBLANK('Arrangements'[Ended]) || + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) > 0 + ) + ) + ) + formatString: 0 + lineageTag: f65a756f-b5e8-403c-bdd4-c5a5a210ef3c + + column 'RLS Key' + dataType: string + displayFolder: _columns + lineageTag: bf9c0124-c3be-4682-83a0-ee2a447888f9 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Family UID' + dataType: string + displayFolder: _columns + lineageTag: a848f350-e424-4153-b58b-46a77202c1a1 + summarizeBy: none + sourceColumn: Family UID + + annotation SummarizationSetBy = Automatic + + column 'Family Id' + dataType: string + displayFolder: _columns + lineageTag: a2a084dd-d086-4d44-8db6-34ea1346636b + summarizeBy: none + sourceColumn: Family Id + + annotation SummarizationSetBy = Automatic + + column 'Family Name' + dataType: string + displayFolder: _columns + lineageTag: ca5739d0-cdbf-46fd-9dc1-96b675794188 + summarizeBy: none + sourceColumn: Family Name + + annotation SummarizationSetBy = Automatic + + column Email + dataType: string + displayFolder: _columns + lineageTag: a94b8a27-f120-44cb-affd-dac7e9cdd3af + summarizeBy: none + sourceColumn: Email + + annotation SummarizationSetBy = Automatic + + column 'Phone Number' + dataType: string + displayFolder: _columns + lineageTag: ad8bc09e-c326-4427-a075-eb0e66510fcb + summarizeBy: none + sourceColumn: Phone Number + + annotation SummarizationSetBy = Automatic + + column 'Address Line 1' + dataType: string + displayFolder: _columns + lineageTag: f9ea642d-2da3-408c-b578-b7eff4fa95c7 + summarizeBy: none + sourceColumn: Address Line 1 + + annotation SummarizationSetBy = Automatic + + column 'Address Line 2' + dataType: string + displayFolder: _columns + lineageTag: f2d9f731-eadf-445c-aa6c-04ee7c4808a8 + summarizeBy: none + sourceColumn: Address Line 2 + + annotation SummarizationSetBy = Automatic + + column City + dataType: string + displayFolder: _columns + lineageTag: 19ab5819-ec41-40b3-ab11-fb167049afed + summarizeBy: none + sourceColumn: City + + annotation SummarizationSetBy = Automatic + + column County + dataType: string + displayFolder: _columns + lineageTag: 8a799c7b-5341-45d3-8718-6204ab1179d9 + summarizeBy: none + sourceColumn: County + + annotation SummarizationSetBy = Automatic + + column State + dataType: string + displayFolder: _columns + lineageTag: 72e583df-5814-4da6-bc8d-5cd97eb3fc97 + summarizeBy: none + sourceColumn: State + + annotation SummarizationSetBy = Automatic + + column 'Postal Code' + dataType: string + displayFolder: _columns + lineageTag: acea93d5-0126-42d1-bdf3-5cc7bae27d2c + summarizeBy: none + sourceColumn: Postal Code + + annotation SummarizationSetBy = Automatic + + column 'Home Church' + dataType: string + displayFolder: _columns + lineageTag: 6b349939-b46d-4857-8c91-f774cc5fab74 + summarizeBy: none + sourceColumn: Home Church + + annotation SummarizationSetBy = Automatic + + partition 'Client Family' = m + mode: import + queryGroup: Dimensions + source = ``` + let + Source = #"OData Live", + Family = Source{[Name="Family", Signature="table"]}[Data], + FamilyTransformed = + + Table.SelectColumns( + Table.RenameColumns( + Table.ExpandRecordColumn( + Table.AddColumn( + Table.AddColumn( + Family, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [Id]}, "-") + ), + "PrimaryAddress", {"Line1", "Line2", "City", "County", "State", "PostalCode"} + ), + {{"Id", "Family Id"}, {"Name", "Family Name"}, {"PrimaryEmail", "Email"}, {"PrimaryPhoneNumber", "Phone Number"}, {"Line1", "Address Line 1"}, {"Line2", "Address Line 2"}, {"PostalCode", "Postal Code"}, {"HomeChurch", "Home Church"}} + ), + {"RLS Key", "Family UID", "Family Id", "Family Name", "Email", "Phone Number", "Address Line 1", "Address Line 2", "City", "County", "State", "Postal Code", "Home Church"} + ) + + in + FamilyTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Client Person.tmdl b/CareTogether.SemanticModel/definition/tables/Client Person.tmdl new file mode 100644 index 0000000..d03bbe5 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Client Person.tmdl @@ -0,0 +1,247 @@ +table 'Client Person' + lineageTag: d1d492d4-6e16-4bce-b224-c7fb5de3fa7a + + measure '# of Children Cared For (Client)' = ``` + + + VAR CurrentDate = TODAY() + VAR StartDate = [Selected Timeframe Start] // This is a measure calculating the start of the desired timeframe. + VAR EndDate = [Selected Timeframe End] // This is a measure calculating the end of the desired timeframe. + VAR Result = + CALCULATE( + DISTINCTCOUNTNOBLANK('Client Person'[Person UID]), + 'Client Person'[Person Type] = "Child", + FILTER( + 'Child Location Record', + 'Child Location Record'[Childcare Plan] <> "WithParent" && + 'Child Location Record'[Ended] >= StartDate && + 'Child Location Record'[Started] <= MIN(EndDate, CurrentDate) + ) + ) + RETURN + IF( + CurrentDate < StartDate, + BLANK(), + IF( + Result = 0, + BLANK(), + Result + ) + ) + ``` + formatString: 0 + lineageTag: 09c48ad0-f3aa-4588-ab25-39343ed2aa73 + + measure '# of Impacted Adults (Client)' = ``` + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN + IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + DISTINCTCOUNT('Client Person'[Person UID]), + FILTER( + VALUES('Client Family'[Family UID]), + COUNTROWS( + FILTER( + RELATEDTABLE('Arrangements'), // Added the related table to ensure that the formula correctly filters the arrangement table. + NOT(ISBLANK('Arrangements'[Started])) && + 'Arrangements'[Started] <= CurrentEndDate && + ( + ISBLANK('Arrangements'[Ended]) || + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) > 0 + ), + 'Client Person'[Person Type] = "Adult" + ) + ) + ``` + formatString: 0 + lineageTag: 58329397-3055-4fd5-8eca-3330c6e2600b + + measure '# of Impacted Children (Client)' = ``` + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN + IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + DISTINCTCOUNT('Client Person'[Person UID]), + FILTER( + VALUES('Client Family'[Family UID]), + COUNTROWS( + FILTER( + RELATEDTABLE('Arrangements'), // Added the related table to ensure that the formula correctly filters the arrangement table. + NOT(ISBLANK('Arrangements'[Started])) && + 'Arrangements'[Started] <= CurrentEndDate && + ( + ISBLANK('Arrangements'[Ended]) || + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) > 0 + ), + 'Client Person'[Person Type] = "Child" + ) + ) + ``` + formatString: 0 + lineageTag: 6baeb182-a386-4c17-8a6b-260e1e3e0556 + + column 'RLS Key' + dataType: string + displayFolder: _columns + lineageTag: f581081c-c04f-4c1c-b35c-10c77bcddbee + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Family UID' + dataType: string + displayFolder: _columns + lineageTag: 3b57e629-4234-4487-923c-08a3b9181716 + summarizeBy: none + sourceColumn: Family UID + + annotation SummarizationSetBy = Automatic + + column 'Person UID' + dataType: string + displayFolder: _columns + lineageTag: bffdb0c9-1f01-4a85-82c4-f05dcb505ffc + summarizeBy: none + sourceColumn: Person UID + + annotation SummarizationSetBy = Automatic + + column 'Person ID' + dataType: string + displayFolder: _columns + lineageTag: ecddcfd0-7aec-492d-8332-8b300ff338b3 + summarizeBy: none + sourceColumn: Person ID + + annotation SummarizationSetBy = Automatic + + column 'First Name' + dataType: string + displayFolder: _columns + lineageTag: 068afca4-2275-4eae-addd-978dc8727c60 + summarizeBy: none + sourceColumn: First Name + + annotation SummarizationSetBy = Automatic + + column 'Last Name' + dataType: string + displayFolder: _columns + lineageTag: 221c0641-6da9-4fb3-a318-daf5fbed85a2 + summarizeBy: none + sourceColumn: Last Name + + annotation SummarizationSetBy = Automatic + + column 'Full Name' + dataType: string + displayFolder: _columns + lineageTag: 86bdb92b-6c6b-4485-bdb9-680b246ab564 + summarizeBy: none + sourceColumn: Full Name + + annotation SummarizationSetBy = Automatic + + column 'Person Type' + dataType: string + displayFolder: _columns + lineageTag: 5505c8c4-ca9e-4770-8b24-58918db11882 + summarizeBy: none + sourceColumn: Person Type + + annotation SummarizationSetBy = Automatic + + column Ethnicity + dataType: string + displayFolder: _columns + lineageTag: 66ea8137-1940-439e-812a-9bf648d23229 + summarizeBy: none + sourceColumn: Ethnicity + + annotation SummarizationSetBy = Automatic + + column Gender + dataType: string + displayFolder: _columns + lineageTag: 8c3597e1-2d47-459e-bfac-85361a7e8f64 + summarizeBy: none + sourceColumn: Gender + + annotation SummarizationSetBy = Automatic + + column 'Date of Birth' + dataType: dateTime + formatString: Long Date + displayFolder: _columns + lineageTag: 6ad9c7cc-359b-4e88-b169-8ddf6c712849 + summarizeBy: none + sourceColumn: Date of Birth + + variation Variation + isDefault + relationship: b98a8108-0c9f-41d4-82e1-71699d90b190 + defaultHierarchy: LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + partition 'Client Person' = m + mode: import + queryGroup: Dimensions + source = ``` + let + Source = #"OData Live", + Person = Source{[Name="Person", Signature="table"]}[Data], + PersonTransformed = + + Table.SelectColumns( + Table.AddColumn( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + Person, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Person UID", each Text.Combine({[RLS Key], [Id]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [FamilyId]}, "-") + ), + {{"Id", "Person ID"}, {"FamilyId", "Family ID"}, {"FirstName", "First Name"}, {"LastName", "Last Name"}, + {"PersonType", "Person Type"}, {"DateOfBirth", "Date of Birth"}} + ), + "Full Name", each Text.Combine({[First Name], [Last Name]}, " ") + ), + {"RLS Key", "Family UID", "Person UID", "Person ID", "First Name", "Last Name", "Full Name", "Person Type", "Ethnicity", "Gender", "Date of Birth"} + ) + + in + PersonTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Close Reason.tmdl b/CareTogether.SemanticModel/definition/tables/Close Reason.tmdl index 0a8e1d0..1cd25d8 100644 --- a/CareTogether.SemanticModel/definition/tables/Close Reason.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Close Reason.tmdl @@ -1,47 +1,34 @@ table 'Close Reason' - lineageTag: bbdc1bb2-de24-4f53-a35b-5004cd067f7e + lineageTag: a1d60698-0bd2-4f71-8c12-2867d488fec6 column ReferralCloseReason dataType: string - isHidden - isKey - lineageTag: 5a532f98-2d39-40be-b328-f3097862edd2 + lineageTag: 2f823fb4-8427-475f-941b-b81afdb13f93 summarizeBy: none sourceColumn: ReferralCloseReason - changedProperty = IsHidden - - changedProperty = SortByColumn - annotation SummarizationSetBy = Automatic column Order dataType: int64 - isHidden formatString: 0 - lineageTag: 50e6dafd-6383-477f-b9f8-1413b6f8fe8a + lineageTag: 11146fae-f535-4494-9f8f-f904ecd0e2cd summarizeBy: none sourceColumn: Order - changedProperty = IsHidden - annotation SummarizationSetBy = Automatic column Reason dataType: string - lineageTag: e44dc9e1-908d-42c8-ad27-2f409fa9405b - isDefaultLabel + lineageTag: 78cc5d34-4bbf-4f5e-bea8-f1afb1ed3113 summarizeBy: none sourceColumn: Reason - sortByColumn: Order - - changedProperty = SortByColumn annotation SummarizationSetBy = Automatic - partition 'Close Reason-e4532053-4baf-4b3f-86c7-aff0b37bd27f' = m + partition 'Close Reason' = m mode: import - queryGroup: 'Reference Tables' + queryGroup: Dimensions source = let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("Tcw9DoAgDIbhqzTMDP5dwLgqgythINAYFiGIg7e3gFGHDt+bJ5WSCZ/GEKIP0emEjLOGjiL8q+IZTjpo49JFoC0I3lLB7PcNo0C0aAl0FdUKT85yxcOf0RTU0327/CG4YKI+5Ae0IE+lbg==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [ReferralCloseReason = _t, Order = _t, Reason = _t]), diff --git a/CareTogether.SemanticModel/definition/tables/Community Member Families.tmdl b/CareTogether.SemanticModel/definition/tables/Community Member Families.tmdl index b07c1c3..5bb8223 100644 --- a/CareTogether.SemanticModel/definition/tables/Community Member Families.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Community Member Families.tmdl @@ -1,56 +1,66 @@ table 'Community Member Families' - lineageTag: 614cb360-e6aa-4352-801e-f51065f1076b + lineageTag: 785f05bf-7c33-4d73-a7e1-fb1007f192e8 + + measure '# of Families UID' = COUNT('Community Member Families'[Family UID]) + formatString: 0 + lineageTag: 333c09f7-8115-448b-a694-55b76b3f4f54 column 'RLS Key' dataType: string - lineageTag: 42c7c364-dce2-4f41-9878-8aedcc685c27 + lineageTag: 4e29f0b1-3790-41b3-9ea6-d80cd45f6914 summarizeBy: none sourceColumn: RLS Key annotation SummarizationSetBy = Automatic - column CommunityId + column 'Family UID' dataType: string - isHidden - lineageTag: c55dba34-12a5-4a3a-8b73-cae82f6301d7 + lineageTag: b20a44ac-0455-4d8e-91db-be4d5f63a796 summarizeBy: none - sourceColumn: CommunityId - - changedProperty = IsHidden + sourceColumn: Family UID annotation SummarizationSetBy = Automatic - column FamilyId + column 'Family ID' dataType: string - isHidden - lineageTag: d371bccb-f5e0-49fe-bd3a-c67d9772d804 + lineageTag: 08d4ac8d-675d-45e4-a88a-182c0c068432 summarizeBy: none - sourceColumn: FamilyId + sourceColumn: Family ID + + annotation SummarizationSetBy = Automatic - changedProperty = IsHidden + column 'Community ID' + dataType: string + lineageTag: 0e504c9a-2416-4a78-9aeb-b4391e65b05f + summarizeBy: none + sourceColumn: Community ID annotation SummarizationSetBy = Automatic partition 'Community Member Families' = m mode: import - queryGroup: 'Model Queries' + queryGroup: Fact source = ``` let - ApiHost = if Production then "https://app.caretogether.io" else "http://localhost:5000", - ApiUrl = ApiHost&"/api/odata/live", - Source = OData.Feed(ApiUrl, null, [Implementation="2.0"]), - CommunityMemberFamilies_table1 = Source{[Name="CommunityMemberFamilies",Signature="table"]}[Data], - - CommunityMemberFamilies = + Source = #"OData Live", + Community = Source{[Name="CommunityMemberFamilies", Signature="table"]}[Data], + CommunityTransformed = + Table.SelectColumns( - Table.AddColumn( - CommunityMemberFamilies_table1, - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Community, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [FamilyId]}, "-") + ), + {{"CommunityId", "Community ID"}, {"FamilyId", "Family ID"}} ), - {"RLS Key", "CommunityId", "FamilyId"} - ) + {"RLS Key", "Family UID", "Family ID", "Community ID"} + ) in - CommunityMemberFamilies + CommunityTransformed ``` annotation PBI_NavigationStepName = Navigation diff --git a/CareTogether.SemanticModel/definition/tables/Community Role Assignments.tmdl b/CareTogether.SemanticModel/definition/tables/Community Role Assignments.tmdl index 74b8b86..35e8504 100644 --- a/CareTogether.SemanticModel/definition/tables/Community Role Assignments.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Community Role Assignments.tmdl @@ -1,9 +1,9 @@ table 'Community Role Assignments' - lineageTag: 5d48d610-1f9d-4a9e-bae4-ef9ac4fec4a1 + lineageTag: f609fd05-22d1-4600-8e45-7cf87904cf76 column 'RLS Key' dataType: string - lineageTag: 7d7dc74e-96dc-4d55-b1f7-05c70051b20d + lineageTag: 7bf9a5d5-ee29-4feb-b494-9072f7263506 summarizeBy: none sourceColumn: RLS Key @@ -11,53 +11,63 @@ table 'Community Role Assignments' column Role dataType: string - lineageTag: 06599e01-9ba0-42ec-b312-72f9bcf5e226 + lineageTag: c848d7ef-86c7-4d49-b2e0-86ca01633a01 summarizeBy: none sourceColumn: Role annotation SummarizationSetBy = Automatic - column CommunityId + column 'Community ID' dataType: string - isHidden - lineageTag: 8cbad8e8-1fa4-4947-9e30-e6c6d4b71dea + lineageTag: 2df87865-be6e-4f30-a526-aa2b7d43d21e summarizeBy: none - sourceColumn: CommunityId - - changedProperty = IsHidden + sourceColumn: Community ID annotation SummarizationSetBy = Automatic - column PersonId + column 'Person UID' dataType: string - isHidden - lineageTag: d67b77c7-3c6e-41ae-8a71-5071b169804f + lineageTag: 493fbb49-1acd-4647-af59-6f58ab32a590 summarizeBy: none - sourceColumn: PersonId + sourceColumn: Person UID + + annotation SummarizationSetBy = Automatic - changedProperty = IsHidden + column 'Person ID' + dataType: string + lineageTag: c2cfbeea-7e85-47ba-82f8-e9dcd9c0f06a + summarizeBy: none + sourceColumn: Person ID annotation SummarizationSetBy = Automatic partition 'Community Role Assignments' = m mode: import - queryGroup: 'Model Queries' + queryGroup: Fact source = ``` let Source = #"OData Live", - SourceTable = Source{[Name="CommunityRoleAssignments",Signature="table"]}[Data], - - CommunityRoleAssignments = + CommunityRoleAssignment = Source{[Name="CommunityRoleAssignments", Signature="table"]}[Data], + + CommunityRoleAssignmentTransformed = Table.SelectColumns( - Table.AddColumn( - SourceTable, - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + CommunityRoleAssignment, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Person UID", each Text.Combine({[RLS Key], [PersonId]}, "-") + ), + {{"CommunityId", "Community ID"}, {"PersonId", "Person ID"}} ), - {"RLS Key", "CommunityId", "PersonId", "Role"} + {"RLS Key", "Community ID", "Person UID", "Person ID", "Role"} ) + + in - CommunityRoleAssignments + CommunityRoleAssignmentTransformed ``` annotation PBI_NavigationStepName = Navigation diff --git a/CareTogether.SemanticModel/definition/tables/Community.tmdl b/CareTogether.SemanticModel/definition/tables/Community.tmdl index 5bbbf2a..60765e4 100644 --- a/CareTogether.SemanticModel/definition/tables/Community.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Community.tmdl @@ -1,21 +1,16 @@ table Community - lineageTag: f38961a2-f1d1-478b-87f7-d848cfbf0304 - - measure '# of Communities' = COUNTROWS(Community) - formatString: 0 - lineageTag: 936a49f0-4f83-4056-bd40-561afd518652 + lineageTag: e7a84953-27c2-4818-8b9a-4ebdd0ebcb9d measure 'First Community Membership' = - VAR FirstCommunity = MIN(Community[Community Name]) - RETURN IF(ISBLANK(FirstCommunity), "", FirstCommunity) - lineageTag: b7d1d23d-01bf-4edc-ab56-d3625c342b19 + lineageTag: b408252d-cb32-499f-8753-1aa99f2c2283 column 'RLS Key' dataType: string - lineageTag: 6dcceb4c-652e-4283-b288-5caad649fe72 + displayFolder: _Columns + lineageTag: 8f3ad27a-2280-44ba-a5e5-bcbd74e914fe summarizeBy: none sourceColumn: RLS Key @@ -23,54 +18,45 @@ table Community column 'Community Name' dataType: string - lineageTag: a71ae971-d636-466e-9ad0-1c78feb732f3 + displayFolder: _Columns + lineageTag: 0d2c8dc8-fed8-4620-b022-4017f39e0774 summarizeBy: none sourceColumn: Community Name annotation SummarizationSetBy = Automatic - column Id + column 'Community ID' dataType: string - isHidden - isKey - lineageTag: 635a01f9-6329-4a2d-92a8-cfd868d53381 + displayFolder: _Columns + lineageTag: 447eff34-66a1-4168-b2db-0e731d6511e3 summarizeBy: none - sourceColumn: Id - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column 'Community Membership Count' = COUNTROWS(RELATEDTABLE('Community Member Families')) - formatString: 0 - lineageTag: 7d18a30a-e29a-424d-8374-b7e090f3ea28 - summarizeBy: sum + sourceColumn: Community ID annotation SummarizationSetBy = Automatic partition Community = m mode: import - queryGroup: 'Model Queries' + queryGroup: Dimensions source = ``` - let + let Source = #"OData Live", - SourceTable = Source{[Name="Communities", Signature="table"]}[Data], + Community = Source{[Name="Communities", Signature="table"]}[Data], + CommunityTransformed = - Community = Table.SelectColumns( - Table.AddColumn( - Table.RenameColumns( - SourceTable, - {{"Name", "Community Name"}} + Table.RenameColumns( + Table.AddColumn( + Community, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + {{"Id", "Community ID"}, {"Name", "Community Name"}} ), - {"RLS Key", "Id", "Community Name"} + {"RLS Key", "Community ID", "Community Name"} ) - + in - Community + CommunityTransformed ``` annotation PBI_NavigationStepName = Navigation diff --git a/CareTogether.SemanticModel/definition/tables/Date.tmdl b/CareTogether.SemanticModel/definition/tables/Date.tmdl index f56a31e..85d8642 100644 --- a/CareTogether.SemanticModel/definition/tables/Date.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Date.tmdl @@ -19,7 +19,7 @@ table Date column Date dataType: dateTime isKey - formatString: Long Date + formatString: yyyy-mm-dd lineageTag: 73186f1c-0b1d-46fd-9716-7748c2e868ad isDefaultLabel summarizeBy: none @@ -29,6 +29,8 @@ table Date annotation UnderlyingDateTimeDataType = Date + annotation PBI_FormatHint = {"isDateTimeCustom":true} + column 'Date Integer' dataType: int64 isHidden diff --git a/CareTogether.SemanticModel/definition/tables/DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411.tmdl b/CareTogether.SemanticModel/definition/tables/DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f.tmdl similarity index 62% rename from CareTogether.SemanticModel/definition/tables/DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411.tmdl rename to CareTogether.SemanticModel/definition/tables/DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f.tmdl index f2037ee..52ffaba 100644 --- a/CareTogether.SemanticModel/definition/tables/DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411.tmdl +++ b/CareTogether.SemanticModel/definition/tables/DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f.tmdl @@ -1,11 +1,12 @@ -table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 +table DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f isHidden isPrivate - lineageTag: 4614f03e-021b-4c75-ad1b-4baf25e8e3b8 + lineageTag: 3049f5e8-466c-441a-9fb4-43bd4198c423 column Date + dataType: dateTime isHidden - lineageTag: 6cef1147-99b8-4ef0-a32e-1d416ee75be2 + lineageTag: a8a3c0cd-ec29-4e4d-a01b-8a289062e82b dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -14,8 +15,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation SummarizationSetBy = User column Year = YEAR([Date]) + dataType: int64 isHidden - lineageTag: a05682b2-38ae-405a-8c1f-3a50c95c86bb + lineageTag: cce45f04-ca1c-4662-a942-d9a3381dafe3 dataCategory: Years summarizeBy: none @@ -24,8 +26,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = Year column MonthNo = MONTH([Date]) + dataType: int64 isHidden - lineageTag: 55a951d9-8143-4d77-b7e0-4d19a749718b + lineageTag: fd6259da-4c14-4f02-9c35-b30c50d23a4e dataCategory: MonthOfYear summarizeBy: none @@ -34,8 +37,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = MonthNumber column Month = FORMAT([Date], "MMMM") + dataType: string isHidden - lineageTag: 9df83d77-f4e6-4f0a-bf1c-a768cc2acb00 + lineageTag: 250ac041-f048-4a76-9745-4030a557b31b dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -45,8 +49,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = Month column QuarterNo = INT(([MonthNo] + 2) / 3) + dataType: int64 isHidden - lineageTag: 1446e560-1ad9-4f76-805d-2afcbb571323 + lineageTag: abebff52-669c-4dc2-865b-f0f2a54f3fc7 dataCategory: QuarterOfYear summarizeBy: none @@ -55,8 +60,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = QuarterNumber column Quarter = "Qtr " & [QuarterNo] + dataType: string isHidden - lineageTag: 60b23097-82a7-4c62-bc5d-a42a75730deb + lineageTag: 44324901-3e4f-4836-94a2-a9cfd7e351cc dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -66,8 +72,9 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = Quarter column Day = DAY([Date]) + dataType: int64 isHidden - lineageTag: 339d9aed-7cca-4c4c-b285-104923962553 + lineageTag: 6739900f-d36a-4a9d-b3e3-601218fdb4a4 dataCategory: DayOfMonth summarizeBy: none @@ -76,27 +83,27 @@ table DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411 annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: f1b600c1-17d9-48d7-80a8-b34a2f9421c3 + lineageTag: b4c0f91d-9470-4186-8616-404dad356893 level Year - lineageTag: 1e5edcad-2416-4a8d-bebe-ade76bd3716f + lineageTag: d2c8e7b4-6179-4769-98bd-c12616fcb434 column: Year level Quarter - lineageTag: ee50ca2a-2163-4d57-90d4-0f71e3b2f858 + lineageTag: e3823fd7-0707-46d4-afe6-cef4e0d96786 column: Quarter level Month - lineageTag: f36df4bf-c881-43e4-8939-4acbd4f44aff + lineageTag: ef8d2b0a-0bcd-4260-a7de-dc9052f286a3 column: Month level Day - lineageTag: 825af33c-1784-4132-8410-1272750ed1be + lineageTag: 87877d6a-fbba-4e84-8a65-cb1205344272 column: Day annotation TemplateId = DateHierarchy - partition DateTableTemplate_281570fe-3908-44fd-b0fc-579445d6c411-4245b436-d09d-49f7-8c51-726b9964c3cf = calculated + partition DateTableTemplate_bebbf16f-6440-48cb-8834-0dc3cfff853f = calculated mode: import source = Calendar(Date(2015,1,1), Date(2015,1,1)) diff --git a/CareTogether.SemanticModel/definition/tables/Engagement Group.tmdl b/CareTogether.SemanticModel/definition/tables/Engagement Group.tmdl new file mode 100644 index 0000000..05536a7 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Engagement Group.tmdl @@ -0,0 +1,77 @@ +table 'Engagement Group' + lineageTag: 73ee2eee-feeb-4667-91e7-95e39da082c2 + + calculationGroup + precedence: 2 + + calculationItem Family = + CALCULATE( + SELECTEDMEASURE(), + 'Family Role Approvals'[Entity Type] = "Family" + ) + + calculationItem Person = + CALCULATE( + SELECTEDMEASURE(), + 'Family Role Approvals'[Entity Type] = "Person" + ) + + measure '# of Engaged Entities' = + + + VAR Option = SELECTEDVALUE('Engagement Group'[Entity Type]) + + VAR Families = CALCULATE( + DISTINCTCOUNT(Family[Family UID]), + FILTER( + Family, + [Family Engagement Level] > 0 + ) + ) + + VAR Person = CALCULATE( + DISTINCTCOUNT(Person[Person UID]), + FILTER( + Person, + [Individual Engagement Level] > 0 + ) + ) + + RETURN SWITCH( + Option, + "Family", Families, + "Person", Person + ) + formatString: 0 + lineageTag: 56c15284-33bb-4a7e-887f-e30adad5e876 + + measure '# of Approved Entities' = + + VAR Option = SELECTEDVALUE('Engagement Group'[Entity Type]) + + RETURN SWITCH( + Option, + "Family", CALCULATE( + DISTINCTCOUNT('Family Role Approvals'[Entity UID]), + 'Approval Type'[Approval Type] = "Direct" + ), + "Person", CALCULATE( + DISTINCTCOUNT('Individual Role Approvals'[Entity UID]), + 'Approval Type'[Approval Type] = "Direct" + ) + ) + formatString: 0 + lineageTag: 249e807f-8f3e-4681-ab99-8d5d0bc3aadf + + column 'Entity Type' + dataType: string + lineageTag: 26724bd9-c3b9-43c0-bf28-1c1311df1364 + sourceColumn: Name + sortByColumn: Ordinal + + column Ordinal + dataType: int64 + isHidden + lineageTag: ea4d4bf1-e636-48b0-af48-23f79b6888fa + sourceColumn: Ordinal + diff --git a/CareTogether.SemanticModel/definition/tables/Engagement by Entity.tmdl b/CareTogether.SemanticModel/definition/tables/Engagement by Entity.tmdl deleted file mode 100644 index b4b3e58..0000000 --- a/CareTogether.SemanticModel/definition/tables/Engagement by Entity.tmdl +++ /dev/null @@ -1,69 +0,0 @@ -table 'Engagement by Entity' - lineageTag: 8f2409f8-8bb7-409d-a99d-42d2502e2ec7 - - calculationGroup - precedence: 1 - - calculationItem Family = - CALCULATE ( - SELECTEDMEASURE (), - USERELATIONSHIP(Entity[FamilyId], 'Function Assignments'[EntityId]), - CROSSFILTER(Entity[PersonId], Arrangement[PersonId], None), - 'Role Approval'[Entity Type] = "Family", - USERELATIONSHIP ( Entity[FamilyId], 'Role Approval'[Entity Id] ), - CROSSFILTER ( Entity[PersonId], 'Role Approval'[Entity Id], NONE ) - ) - - calculationItem Person = - CALCULATE( - SELECTEDMEASURE (), - USERELATIONSHIP(Entity[PersonId], 'Function Assignments'[EntityId]), - CROSSFILTER(Entity[PersonId], Arrangement[PersonId], None), - 'Role Approval'[Entity Type] = "Person", - USERELATIONSHIP(Entity[PersonId], 'Role Approval'[Entity Id]), - CROSSFILTER (Entity[FamilyId], 'Role Approval'[Entity Id], NONE) - ) - - measure 'Dynamic Entity Name (Engagement)' = - CALCULATE( - SWITCH( - SELECTEDVALUE('Engagement by Entity'[Entity Type]), - "Family", SELECTEDVALUE(Entity[Family Name]), - "Person", SELECTEDVALUE(Entity[Full Name]) - )) - lineageTag: 0cd7cfa7-2eea-44a1-bde0-e6805c0adaa6 - - measure '# Engaged Entities (Dynamic Title)' = - SWITCH( - SELECTEDVALUE('Engagement by Entity'[Entity Type]), - "Family", "# of Engaged Families", - "Person", "# of Engaged Person" - ) - lineageTag: f0636ec2-84be-47f6-a307-681805ad34e6 - - measure '# Approved Entities (Dynamic Title)' = - SWITCH( - SELECTEDVALUE('Engagement by Entity'[Entity Type]), - "Family", "# of Approved Families", - "Person", "# of Approved Person" - ) - lineageTag: 7362fe37-2086-4c48-8aec-69f842015f5e - - column 'Entity Type' - dataType: string - lineageTag: 41bce2c0-a1e4-461b-9226-f9530288cc87 - summarizeBy: none - sourceColumn: Name - sortByColumn: Ordinal - - annotation SummarizationSetBy = Automatic - - column Ordinal - dataType: int64 - isHidden - lineageTag: 5dfee282-9213-400e-9f81-444b5f5c7b1a - summarizeBy: sum - sourceColumn: Ordinal - - annotation SummarizationSetBy = Automatic - diff --git a/CareTogether.SemanticModel/definition/tables/Entity.tmdl b/CareTogether.SemanticModel/definition/tables/Entity.tmdl deleted file mode 100644 index 0df31f4..0000000 --- a/CareTogether.SemanticModel/definition/tables/Entity.tmdl +++ /dev/null @@ -1,645 +0,0 @@ -table Entity - lineageTag: 18ba4465-a9c2-415f-8e79-fd884584fded - - /// Families are supported when they have an active arrangement during a given timeframe. - measure '# of Families Supported' = - - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - RETURN - IF( - CurrentStartDate > Today, // Check if the current month's start is beyond today - BLANK(), // Return blank for future months - COUNTROWS( - FILTER( - VALUES(Entity[FamilyId]), - COUNTROWS( - FILTER( - RELATEDTABLE('Arrangement'), - NOT(ISBLANK('Arrangement'[Started])) && - 'Arrangement'[Started] <= CurrentEndDate && - ( - ISBLANK('Arrangement'[Ended]) || - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) > 0 - ) - ) - ) - formatString: 0 - lineageTag: 42791fd1-d8d3-4e90-b404-9e4f72530deb - - /// Children are cared for when they have a location record with someone other than a parent in a given timeframe. - measure '# of Children Cared For' = ``` - - - VAR CurrentDate = TODAY() - VAR StartDate = [Selected Timeframe Start] // This is a measure calculating the start of the desired timeframe. - VAR EndDate = [Selected Timeframe End] // This is a measure calculating the end of the desired timeframe. - VAR Result = - CALCULATE( - DISTINCTCOUNTNOBLANK(Entity[PersonId]), - Entity[PersonType] = "Child", - USERELATIONSHIP(Entity[PersonId], Arrangement[PersonId]), - FILTER( - 'Child Location Record', - 'Child Location Record'[ChildcarePlan] <> "WithParent" && - 'Child Location Record'[Ended] >= StartDate && - 'Child Location Record'[Started] <= MIN(EndDate, CurrentDate) - ) - ) - RETURN - IF( - CurrentDate < StartDate, - BLANK(), - IF( - Result = 0, - 0, - Result - ) - ) - ``` - formatString: 0 - lineageTag: f5368366-cd4e-48c5-aaad-03444bd01031 - - measure '# Impacted Adults' = ``` - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN - IF( - CurrentStartDate > Today, - BLANK(), - CALCULATE( - DISTINCTCOUNT(Entity[PersonId]), - FILTER( - VALUES(Entity[FamilyId]), - COUNTROWS( - FILTER( - RELATEDTABLE('Arrangement'), // Added the related table to ensure that the formula correctly filters the arrangement table. - NOT(ISBLANK('Arrangement'[Started])) && - 'Arrangement'[Started] <= CurrentEndDate && - ( - ISBLANK('Arrangement'[Ended]) || - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) > 0 - ), - Entity[PersonType] = "Adult" - ) - ) - ``` - formatString: 0 - lineageTag: 1261a671-95aa-4b55-a006-80edcd6f411d - - measure '# Impacted Children' = ``` - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN - IF( - CurrentStartDate > Today, - BLANK(), - CALCULATE( - DISTINCTCOUNT(Entity[PersonId]), - FILTER( - VALUES(Entity[FamilyId]), - COUNTROWS( - FILTER( - RELATEDTABLE('Arrangement'), // Added the related table to ensure that the formula correctly filters the arrangement table. - NOT(ISBLANK('Arrangement'[Started])) && - 'Arrangement'[Started] <= CurrentEndDate && - ( - ISBLANK('Arrangement'[Ended]) || - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) > 0 - ), - Entity[PersonType] = "Child" - ) - ) - ``` - formatString: 0 - lineageTag: 56b2562e-e953-4c65-b7b0-d70a8a272259 - - measure '# of People in Role' = - - VAR PeopleApprovals = CALCULATE( - DISTINCTCOUNT('Role Approval'[Entity Id]), - 'Role Approval'[Entity Type] = "Person" - ) - - RETURN PeopleApprovals - formatString: 0 - lineageTag: d7b95e5a-edc1-4688-8c75-5e3d08118b20 - - measure '# of Approval Statuses' = ``` - CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Approval Type] = "Direct") - - ``` - formatString: 0 - isHidden - lineageTag: 202d8b72-a7a6-4280-94a4-a673b34efa25 - - changedProperty = IsHidden - - measure '# of Families' = ``` - DISTINCTCOUNT(Entity[FamilyId]) - - ``` - formatString: 0 - isHidden - lineageTag: 982e7e0c-55e9-485e-8813-4e519005eb6f - - changedProperty = IsHidden - - measure 'Community Membership Count' = COALESCE(COUNTROWS(RELATEDTABLE('Community Member Families')),0) - formatString: 0 - lineageTag: eab89055-f3d3-49a0-b310-ecc71d6f052c - - measure '# of People in Role (Direct Only)' = - CALCULATE( - DISTINCTCOUNT('Role Approval'[Entity Id]), - 'Role Approval'[Entity Type] = "Person", - 'Role Approval'[Approval Type] = "Direct") - formatString: 0 - lineageTag: 5bfeb8dc-7346-4162-a6cf-76b9b85adb13 - - changedProperty = IsHidden - - measure '# of Entities in Role' = DISTINCTCOUNT('Role Approval'[Entity Id]) - formatString: 0 - lineageTag: dcc5efbd-9875-442e-a4de-2f9045a3d814 - - measure 'Entity Engagement Level' = - - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN - IF( - CurrentStartDate > Today, - BLANK(), - CALCULATE( - COUNTROWS('Function Assignments'), - NOT ISBLANK(Arrangement[Started]), - Arrangement[Started] <= CurrentEndDate, - IF( - ISBLANK(Arrangement[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) - formatString: 0 - lineageTag: ef04b2c7-710f-4f7d-ae0e-dc217a08a5ce - - measure '# of Engaged Entities' = - - IF( - SELECTEDVALUE('Engagement by Entity'[Entity Type]) = "Person", - CALCULATE( - DISTINCTCOUNT(Entity[PersonId]), - FILTER( - Entity, - [Entity Engagement Level] > 0 - )), - IF( - SELECTEDVALUE('Engagement by Entity'[Entity Type]) = "Family", - CALCULATE( - DISTINCTCOUNT(Entity[FamilyId]), - FILTER( - Entity, - [Entity Engagement Level] > 0 - )) - )) - formatString: 0 - lineageTag: bca680a4-55ac-4c55-a442-6aa30c0c0db0 - - measure '# of Approved Entities' = - - VAR ApprovedFamilies = DISTINCTCOUNT('Role Approval'[Entity Id]) // All the logic for this field is defined in the Engagement calculation Group. - VAR ApprovedPerson = CALCULATE( - DISTINCTCOUNT('Role Approval'[Entity Id]), - 'Role Approval'[Approval Type] = "Direct") - RETURN IF(SELECTEDVALUE('Engagement by Entity'[Entity Type]) = "Family", ApprovedFamilies, ApprovedPerson) - formatString: 0 - lineageTag: 0fda565c-40bf-4267-937f-17b46f11526c - - measure 'Entity Last Assignment Date' = - - - VAR Today = TODAY() - VAR CurrentStartDate = [Selected Timeframe Start] - VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) - - RETURN IF(SELECTEDVALUE('Engagement by Entity'[Entity Type]) = "Family", - - IF( - CurrentStartDate > Today, - BLANK(), - CALCULATE( - MAXX( - ADDCOLUMNS( - 'Function Assignments', - "EffectiveEnded", IF(ISBLANK(RELATED('Arrangement'[Ended])), Today, RELATED('Arrangement'[Ended])) - ), - [EffectiveEnded] - ), - NOT ISBLANK(Arrangement[Started]), - Arrangement[Started] <= CurrentEndDate, - IF( - ISBLANK('Arrangement'[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ), - - IF( - CurrentStartDate > Today, - BLANK(), - CALCULATE( - MAXX( - ADDCOLUMNS( - 'Function Assignments', - "EffectiveEnded", IF(ISBLANK(RELATED('Arrangement'[Ended])), Today, RELATED('Arrangement'[Ended])) - ), - [EffectiveEnded] - ), - NOT ISBLANK(Arrangement[Started]), - Arrangement[Started] <= CurrentEndDate, - IF( - ISBLANK('Arrangement'[Ended]), - TRUE(), - 'Arrangement'[Ended] >= CurrentStartDate - ) - ) - ) - - ) - formatString: Short Date - lineageTag: fb33ac15-607e-454c-8940-c3532b67f934 - - measure 'RLS Key Selected' = SELECTEDVALUE('RLS Location User - Locations'[RLS Key]) - lineageTag: 61551920-c7c2-404a-934a-1fe5310f46cd - - column FamilyId - dataType: string - displayFolder: _columns - lineageTag: 9e6bc319-6b32-4874-b0d3-005077b363d4 - summarizeBy: none - sourceColumn: FamilyId - - annotation SummarizationSetBy = Automatic - - column 'First Name' - dataType: string - displayFolder: _columns - lineageTag: 19032d1c-f69c-4fb1-b9ec-6da7b34341bc - summarizeBy: none - sourceColumn: First Name - - annotation SummarizationSetBy = Automatic - - column 'Last Name' - dataType: string - displayFolder: _columns - lineageTag: a182b468-2952-4172-a8f1-0ac27440da8f - summarizeBy: none - sourceColumn: Last Name - - annotation SummarizationSetBy = Automatic - - column Ethnicity - dataType: string - displayFolder: _columns - lineageTag: 3c58c5c6-d1f9-4601-9b49-cba7713e679d - summarizeBy: none - sourceColumn: Ethnicity - - annotation SummarizationSetBy = Automatic - - column DateOfBirth - dataType: dateTime - formatString: Long Date - displayFolder: _columns - lineageTag: 4b14e7ab-d4ca-45c1-8a2b-55ae99d61955 - summarizeBy: none - sourceColumn: DateOfBirth - - variation Variation - isDefault - relationship: ef63f3fe-04ee-4288-a9ac-f2f0a7b0d90d - defaultHierarchy: LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - annotation UnderlyingDateTimeDataType = Date - - column Age = DATEDIFF(Entity[DateOfBirth], UTCNOW(), YEAR) - formatString: 0 - displayFolder: _columns - lineageTag: 33196aab-cb09-4889-b68c-74b4773dac85 - summarizeBy: sum - - annotation SummarizationSetBy = Automatic - - annotation __PBI_SemanticLinks = [{"LinkTarget":{"TableName":"Entity","TableItemName":"Age (bins)","ObjectType":4},"LinkType":"UsedInGroup"}] - - column 'Adult or Child' = IF(ISBLANK(Entity[Age]), BLANK(), IF(Entity[Age]>= 18, "Adult", "Child")) - displayFolder: _columns - lineageTag: 65775017-7f5a-451c-aca1-00d5e3e17723 - summarizeBy: none - - annotation SummarizationSetBy = Automatic - - column 'Age (bins)' = - IF( - ISBLANK('Entity'[Age]), - BLANK(), - INT('Entity'[Age] / 5) * 5 - ) - formatString: 0 - displayFolder: _columns - lineageTag: 487e8f57-6086-42b7-aec8-42e60a6a9898 - summarizeBy: none - - extendedProperty GroupingMetadata = - { - "binningMetadata": { - "binSize": { - "unit": 0, - "value": 5.0 - } - }, - "groupedColumns": [ - { - "Column": { - "Expression": { - "SourceRef": { - "Entity": "Entity" - } - }, - "Property": "Age" - } - } - ], - "version": 0 - } - - annotation GroupingDesignState = {"Version":0,"Sources":[{"Name":"e","Entity":"Entity"}],"GroupedColumns":[{"Column":{"Expression":{"SourceRef":{"Source":"e"}},"Property":"Age"}}],"BinItem":{"Expression":{"Floor":{"Expression":{"Column":{"Expression":{"SourceRef":{"Source":"e"}},"Property":"Age"}},"Size":5.0}}}} - - annotation SummarizationSetBy = Automatic - - column 'Participation Type' = - - - VAR FamilyRoleApprovals = CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Entity Type] = "Family", - USERELATIONSHIP(Entity[FamilyId], 'Role Approval'[Entity Id]), - CROSSFILTER(Entity[PersonId], 'Role Approval'[Entity Id], None) - ) - - VAR IndividualRoleApprovals = CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Entity Type] = "Person") - - VAR Referrals = COUNTROWS(RELATEDTABLE(Referral)) - - RETURN - IF( - FamilyRoleApprovals + IndividualRoleApprovals > 0, - "Volunteer Family", - IF(Referrals > 0, - "Partnering Family", - "Other" - ) - ) - displayFolder: _columns - lineageTag: f5cc564e-0e52-4725-b298-c4caf0e8c780 - summarizeBy: none - - annotation SummarizationSetBy = Automatic - - column PersonType - dataType: string - displayFolder: _columns - lineageTag: 6de05a4f-6d16-4087-bdf1-60023d7fa16c - summarizeBy: none - sourceColumn: PersonType - - annotation SummarizationSetBy = Automatic - - column PersonId - dataType: string - displayFolder: _columns - lineageTag: ce8a1026-5955-4183-a8dd-91c131b60422 - summarizeBy: none - sourceColumn: PersonId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - displayFolder: _columns - lineageTag: c2020579-1e5b-4384-8d73-c63db2883fb3 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - displayFolder: _columns - lineageTag: 1cd5ece6-3e22-4e4d-a795-478aa93be465 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - displayFolder: _columns - lineageTag: 087909ae-97c5-4c52-b7d3-0a256af54a96 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - column 'Family Name' - dataType: string - displayFolder: _columns - lineageTag: 74940fab-8358-4136-a3ed-8e8dbb227c74 - summarizeBy: none - sourceColumn: Family Name - - annotation SummarizationSetBy = Automatic - - column Email - dataType: string - displayFolder: _columns - lineageTag: c2808eba-a9ab-4a86-8eac-afe5be7fe2ad - summarizeBy: none - sourceColumn: Email - - annotation SummarizationSetBy = Automatic - - column 'Phone Number' - dataType: string - displayFolder: _columns - lineageTag: fde2e83a-ee9f-4fed-aa17-6c29e5b9299a - summarizeBy: none - sourceColumn: Phone Number - - annotation SummarizationSetBy = Automatic - - column 'Address Line 1' - dataType: string - displayFolder: _columns - lineageTag: 38500f73-01a0-4d69-bf89-53aa8173d01f - summarizeBy: none - sourceColumn: Address Line 1 - - annotation SummarizationSetBy = Automatic - - column 'Address Line 2' - dataType: string - displayFolder: _columns - lineageTag: 55a68ebf-4b08-4323-9f1b-ac3afc65629e - summarizeBy: none - sourceColumn: Address Line 2 - - annotation SummarizationSetBy = Automatic - - column City - dataType: string - displayFolder: _columns - lineageTag: 0873ce1f-73e9-4a4c-94b8-031fcb88f04a - summarizeBy: none - sourceColumn: City - - annotation SummarizationSetBy = Automatic - - column County - dataType: string - displayFolder: _columns - lineageTag: 26222d31-db01-4684-9dd6-a138835ab0bf - summarizeBy: none - sourceColumn: County - - annotation SummarizationSetBy = Automatic - - column State - dataType: string - displayFolder: _columns - lineageTag: 3bad9943-09af-45ab-bfc3-8917498f84cd - summarizeBy: none - sourceColumn: State - - annotation SummarizationSetBy = Automatic - - column PostalCode - dataType: string - displayFolder: _columns - lineageTag: 4bcb8b53-8713-4a37-999f-5b70e43ad398 - summarizeBy: none - sourceColumn: PostalCode - - annotation SummarizationSetBy = Automatic - - column HomeChurch - dataType: string - displayFolder: _columns - lineageTag: 03c5c23e-17a6-4b06-94d5-f94a6c7ba11a - summarizeBy: none - sourceColumn: HomeChurch - - annotation SummarizationSetBy = Automatic - - column 'Full Name' - dataType: string - displayFolder: _columns - lineageTag: 0fdf0d38-48ce-473f-8199-67e2ed60bf01 - summarizeBy: none - sourceColumn: Full Name - - annotation SummarizationSetBy = Automatic - - column Gender - dataType: string - displayFolder: _columns - lineageTag: 8a72c84c-5918-4f1a-b9f9-ae43676b0df7 - summarizeBy: none - sourceColumn: Gender - - annotation SummarizationSetBy = Automatic - - partition Entity = m - mode: import - queryGroup: 'Consolidated Entities' - source = ``` - let - Source = #"OData Live", - - //Individuals: - Person = - - Table.RenameColumns( - Table.SelectColumns( - Source{[Name="Person", Signature="table"]}[Data], - {"Id", "FamilyId", "FirstName", "LastName", "Ethnicity", "DateOfBirth", "PersonType", "Gender"} - ), - {{"Id", "PersonId"}} - ), - - // Families: - Family = - - Table.ExpandRecordColumn( - Table.SelectColumns( - Table.AddColumn( - Source{[Name="Family", Signature="table"]}[Data], - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") - ), - {"OrganizationId", "LocationId", "RLS Key", "Id", "Name", "PrimaryEmail", "PrimaryPhoneNumber", "PrimaryAddress", "HomeChurch"} - ), - "PrimaryAddress", {"Line1", "Line2", "City", "County", "State", "PostalCode"} - ), - - //Combined Tables: - CombinedTables = Table.Join( - Person, - {"FamilyId"}, - Family, - {"Id"}, - JoinKind.LeftOuter - ), - - #"Reordered Columns" = Table.ReorderColumns(CombinedTables,{"OrganizationId", "LocationId", "RLS Key", "FamilyId", "Id", "Name", "PrimaryEmail", "PrimaryPhoneNumber", "Line1", "Line2", "City", "County", "State", "PostalCode", "HomeChurch", "PersonId", "FirstName", "LastName", "Ethnicity", "DateOfBirth", "PersonType", "Gender"}), - #"Removed Columns" = Table.RemoveColumns(#"Reordered Columns",{"Id"}), - #"Renamed Columns" = Table.RenameColumns(#"Removed Columns",{{"Name", "Family Name"}, {"PrimaryEmail", "Email"}, {"PrimaryPhoneNumber", "Phone Number"}, {"Line1", "Address Line 1"}, {"Line2", "Address Line 2"}, {"FirstName", "First Name"}, {"LastName", "Last Name"}}), - #"Inserted Merged Column" = Table.AddColumn(#"Renamed Columns", "Full Name", each Text.Combine({[First Name], [Last Name]}, " "), type text), - #"Removed Duplicates" = Table.Distinct(#"Inserted Merged Column", {"PersonId"}) - in - #"Removed Duplicates" - ``` - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/Family Function Assignments.tmdl b/CareTogether.SemanticModel/definition/tables/Family Function Assignments.tmdl new file mode 100644 index 0000000..a3ef64d --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Family Function Assignments.tmdl @@ -0,0 +1,79 @@ +table 'Family Function Assignments' + lineageTag: c21a9948-7cba-4782-ae1d-3b3dd7308e43 + + column 'RLS Key' + dataType: string + lineageTag: 968f00e7-15a4-4539-982d-fddad1e3fccf + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Entity UID' + dataType: string + lineageTag: bf431a1f-e8c8-4f79-8aec-5f7874ac803b + summarizeBy: none + sourceColumn: Entity UID + + annotation SummarizationSetBy = Automatic + + column 'Entity Type' + dataType: string + lineageTag: a3ce366c-6027-44ec-ba77-93e78ac58cc4 + summarizeBy: none + sourceColumn: Entity Type + + annotation SummarizationSetBy = Automatic + + column 'Arrangement ID' + dataType: string + lineageTag: 087087b1-56c9-4653-8cda-fcea05ea5ee5 + summarizeBy: none + sourceColumn: Arrangement ID + + annotation SummarizationSetBy = Automatic + + column Function + dataType: string + lineageTag: 6656abca-3f4f-4169-9ed8-5378007daf8e + summarizeBy: none + sourceColumn: Function + + annotation SummarizationSetBy = Automatic + + partition 'Family Function Assignments' = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + FamilyFunctionAssignments = Source{[Name="FamilyFunctionAssignments", Signature="table"]}[Data], + IndividualFunctionAssignments = Source{[Name="IndividualFunctionAssignments", Signature="table"]}[Data], + + // Family Transformations: + FamilyFunc = + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + FamilyFunctionAssignments, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Entity UID", each Text.Combine({[RLS Key], [FamilyId]}, "-") + ), + "Entity Type", each "Family" + ), + {{"ArrangementId", "Arrangement ID"}} + ), + {"RLS Key", "Entity UID", "Entity Type", "Arrangement ID", "Function"} + ) + + in + FamilyFunc + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Family Role Approvals.tmdl b/CareTogether.SemanticModel/definition/tables/Family Role Approvals.tmdl new file mode 100644 index 0000000..d27995a --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Family Role Approvals.tmdl @@ -0,0 +1,206 @@ +table 'Family Role Approvals' + lineageTag: 1c9df905-397c-49b4-b600-474b18df7295 + + measure 'Volunteer Family Status' = ``` + + + // INACTIVE OR ACTIVE DEFINITION: + // Inactive = only 'inactive' or 'denied' + // Blank = no role approval + // Active = anything other than 'inactive' or 'denied' + + VAR StartDate = [Selected Timeframe Start] + VAR EndDate = [Selected Timeframe End] + VAR FamilyUID = SELECTEDVALUE(Family[Family UID]) + + VAR FamilyInactive = + CALCULATE( + COUNTROWS('Family Role Approvals'), + 'Family Role Approvals'[Date] >= StartDate && 'Family Role Approvals'[Date] <= EndDate, + 'Approval Status'[Status] IN {"Inactive", "Denied"}, + 'Family Role Approvals'[Entity Type] = "Family" + ) + + VAR FamilyActive = + CALCULATE( + COUNTROWS('Family Role Approvals'), + 'Family Role Approvals'[Date] >= StartDate && 'Family Role Approvals'[Date] <= EndDate, + NOT 'Family Role Approvals'[Status] IN {"Inactive", "Denied"}, + 'Family Role Approvals'[Entity Type] = "Family" + ) + + RETURN + IF( + FamilyActive > 0, + "Active", + IF(FamilyInactive > 0, + "Inactive", + IF(ISBLANK(FamilyActive + FamilyInactive) && [# of Families] > 0, + "No Role Approval" + ) + ) + ) + ``` + lineageTag: 5883105c-c094-4a06-8664-af239ef7279e + + measure 'Family Approval Tracker' = ``` + + VAR Tracker = + SWITCH( + TRUE(), + ISINSCOPE('Family Role Approvals'[Family Name]), + VAR MaxDate = CALCULATE( + MAX('Family Role Approvals'[Date]), + 'Family Role Approvals'[Status Changed] = TRUE() + ) + RETURN IF(ISBLANK(MaxDate), BLANK(), FORMAT(MaxDate, "YYYY-MM-DD")), + + ISINSCOPE(Role[Role Name]), + FORMAT(CALCULATE( + DISTINCTCOUNT('Family Role Approvals'[Entity UID]), + 'Family Role Approvals'[Status Changed] = TRUE() + ), "0") + ) + + RETURN + IF(ISBLANK(Tracker), BLANK(), Tracker) + + + ``` + lineageTag: 128ea585-a56c-4d69-bc6f-12c259605f3c + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: 69ef5b8f-b6e5-4365-9bb6-a105f36baa76 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Entity Type' + dataType: string + displayFolder: _Columns + lineageTag: f5476ccc-c964-4c71-b285-b9ce5816dd53 + summarizeBy: none + sourceColumn: Entity Type + + annotation SummarizationSetBy = Automatic + + column 'Entity UID' + dataType: string + displayFolder: _Columns + lineageTag: ea7b787b-c760-4856-9e9e-03b31364f0f3 + summarizeBy: none + sourceColumn: Entity UID + + annotation SummarizationSetBy = Automatic + + column EntityId + dataType: string + displayFolder: _Columns + lineageTag: 72ee38a2-e150-4f7e-9874-3cf03b869f5a + summarizeBy: none + sourceColumn: EntityId + + annotation SummarizationSetBy = Automatic + + column 'Role Name' + dataType: string + displayFolder: _Columns + lineageTag: 1b34c7dc-c03d-44a6-8135-25a9669725c9 + summarizeBy: none + sourceColumn: Role Name + + annotation SummarizationSetBy = Automatic + + column Date + dataType: dateTime + formatString: Short Date + displayFolder: _Columns + lineageTag: 3da2d2b3-2cab-480f-89e0-98008c52ca3f + summarizeBy: none + sourceColumn: Date + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column 'Approval Type' + dataType: string + displayFolder: _Columns + lineageTag: 8633e687-1dd9-4682-af96-0b965687daf7 + summarizeBy: none + sourceColumn: Approval Type + + annotation SummarizationSetBy = Automatic + + column Status + dataType: string + displayFolder: _Columns + lineageTag: 0134e175-631c-4ffe-af89-cc9fd627b54f + summarizeBy: none + sourceColumn: Status + + annotation SummarizationSetBy = Automatic + + column 'Status Changed' + dataType: boolean + formatString: """TRUE"";""TRUE"";""FALSE""" + displayFolder: _Columns + lineageTag: 4f1c8bb9-d813-42f3-8e4a-642fcb3a5afe + summarizeBy: none + sourceColumn: Status Changed + + annotation SummarizationSetBy = Automatic + + column 'Family Name' = RELATED(Family[Family Name]) + displayFolder: _Columns + lineageTag: 031befcd-b479-40a9-bb30-6da7020c8bfb + summarizeBy: none + + annotation SummarizationSetBy = Automatic + + column 'Role UID' + dataType: string + lineageTag: 2cf9d3de-1dcd-4851-89cc-7484492e2424 + summarizeBy: none + sourceColumn: Role UID + + annotation SummarizationSetBy = Automatic + + partition 'Family Role Approvals' = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + RoleApproval = + + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + Table.SelectRows( + Source{[Name="RoleApprovals", Signature="table"]}[Data], + each [EntityType] = "Family" + ), + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Entity UID", each Text.Combine({[RLS Key], [EntityId]}, "-") + ), + "Role UID", each Text.Combine({[OrganizationId], [RoleName]}, "-") + ), + {{"StatusChanged", "Status Changed"}, {"RoleName", "Role Name"}, {"ApprovalType", "Approval Type"}, {"EntityType", "Entity Type"}} + ), + {"RLS Key", "Entity Type", "Entity UID", "EntityId", "Role UID", "Role Name", "Date", "Approval Type", "Status", "Status Changed"} + ) + in + RoleApproval + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Family.tmdl b/CareTogether.SemanticModel/definition/tables/Family.tmdl new file mode 100644 index 0000000..5936288 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Family.tmdl @@ -0,0 +1,256 @@ +table Family + lineageTag: 5585aeeb-f4e2-456d-8f6e-436d261a4cc2 + + measure 'Community Membership Count' = COALESCE(COUNTROWS(RELATEDTABLE('Community Member Families')),0) + formatString: 0 + lineageTag: f444aa30-f3a1-4b3c-b10b-e2ff4d9d616a + + measure '# of Families' = DISTINCTCOUNT(Family[Family UID]) + formatString: 0 + lineageTag: 59c543dd-aa32-4225-a26a-67e95815db24 + + measure 'Family Engagement Level' = + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN + IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + COUNTROWS('Family Function Assignments'), + NOT ISBLANK(Arrangements[Started]), + Arrangements[Started] <= CurrentEndDate, + IF( + ISBLANK('Arrangements'[Ended]), + TRUE(), + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) + formatString: 0 + lineageTag: 2164632b-94bf-44be-a845-573fd5d5b135 + + measure '# of Engaged Families' = + CALCULATE( + DISTINCTCOUNT(Family[Family UID]), + FILTER( + Family, + [Family Engagement Level] > 0 + ) + ) + formatString: 0 + lineageTag: 94d43bd4-6462-402e-b298-4e63c62007b0 + + measure 'Family Last Assignment Date' = + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + MAXX( + ADDCOLUMNS( + 'Family Function Assignments', + "EffectiveEnded", IF(ISBLANK(RELATED(Arrangements[Ended])), Today, RELATED(Arrangements[Ended])) + ), + [EffectiveEnded] + ), + NOT ISBLANK(Arrangements[Started]), + Arrangements[Started] <= CurrentEndDate, + IF( + ISBLANK('Arrangements'[Ended]), + TRUE(), + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) + formatString: Short Date + lineageTag: 2f1e4013-2a6d-4469-8944-fa7b4a586d64 + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: 9b81b91b-0a7b-4369-8ad5-230d2d2f28b9 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Family UID' + dataType: string + displayFolder: _Columns + lineageTag: 9602b56d-1e4c-4149-bf57-1db9c8fa0ff0 + summarizeBy: none + sourceColumn: Family UID + + annotation SummarizationSetBy = Automatic + + column 'Family Id' + dataType: string + displayFolder: _Columns + lineageTag: 1bf494d3-fbb9-4a47-970f-c4e70728ecc8 + summarizeBy: none + sourceColumn: Family Id + + annotation SummarizationSetBy = Automatic + + column 'Family Name' + dataType: string + displayFolder: _Columns + lineageTag: 430fe861-f945-4edc-8a28-3a9f5e92853d + summarizeBy: none + sourceColumn: Family Name + + annotation SummarizationSetBy = Automatic + + column Email + dataType: string + displayFolder: _Columns + lineageTag: 57285976-29bb-4775-b26c-b510b16283c5 + summarizeBy: none + sourceColumn: Email + + annotation SummarizationSetBy = Automatic + + column 'Phone Number' + dataType: string + displayFolder: _Columns + lineageTag: c313e0e0-f05d-48cd-89cd-dc39a915e31d + summarizeBy: none + sourceColumn: Phone Number + + annotation SummarizationSetBy = Automatic + + column 'Address Line 1' + dataType: string + displayFolder: _Columns + lineageTag: 47710304-9a3a-4657-b8da-77bc8c3d33e7 + summarizeBy: none + sourceColumn: Address Line 1 + + annotation SummarizationSetBy = Automatic + + column 'Address Line 2' + dataType: string + displayFolder: _Columns + lineageTag: 59c6accb-f738-427c-b53b-a1323b764df7 + summarizeBy: none + sourceColumn: Address Line 2 + + annotation SummarizationSetBy = Automatic + + column 'Postal Code' + dataType: string + displayFolder: _Columns + lineageTag: a8b986bf-7bf6-4500-bc09-d6709065c2a2 + summarizeBy: none + sourceColumn: Postal Code + + annotation SummarizationSetBy = Automatic + + column 'Home Church' + dataType: string + displayFolder: _Columns + lineageTag: ba6c0946-1410-40be-9e6f-da5edca96367 + summarizeBy: none + sourceColumn: Home Church + + annotation SummarizationSetBy = Automatic + + column City + dataType: string + displayFolder: _Columns + lineageTag: 0bea3d55-bb7f-438a-a63b-adb8ae95037d + summarizeBy: none + sourceColumn: City + + annotation SummarizationSetBy = Automatic + + column County + dataType: string + displayFolder: _Columns + lineageTag: 54c9d99e-91e5-49a9-aa7b-d66dbef9a8ac + summarizeBy: none + sourceColumn: County + + annotation SummarizationSetBy = Automatic + + column State + dataType: string + displayFolder: _Columns + lineageTag: 535724e2-72b9-4a2c-9498-d9c0c329b698 + summarizeBy: none + sourceColumn: State + + annotation SummarizationSetBy = Automatic + + column 'Participation Type' = + + + VAR FamilyRoleApprovals = CALCULATE( + COUNTROWS('Family Role Approvals'), + 'Family Role Approvals'[Entity Type] = "Family" + ) + + VAR IndividualRoleApprovals = CALCULATE( + COUNTROWS('Individual Role Approvals'), + 'Individual Role Approvals'[Entity Type] = "Person" + ) + + VAR Referrals = COUNTROWS(RELATEDTABLE(Referrals)) + + RETURN IF( + FamilyRoleApprovals + IndividualRoleApprovals > 0, + "Volunteer Family", + IF(Referrals > 0, + "Partnering Family", + "Other" + ) + ) + lineageTag: 7850d05a-73b3-44bc-a171-99cbfbbb53b1 + summarizeBy: none + + annotation SummarizationSetBy = Automatic + + partition Family = m + mode: import + queryGroup: Dimensions + source = ``` + let + Source = #"OData Live", + Family = Source{[Name="Family", Signature="table"]}[Data], + FamilyTransformed = + + Table.SelectColumns( + Table.RenameColumns( + Table.ExpandRecordColumn( + Table.AddColumn( + Table.AddColumn( + Family, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [Id]}, "-") + ), + "PrimaryAddress", {"Line1", "Line2", "City", "County", "State", "PostalCode"} + ), + {{"Id", "Family Id"}, {"Name", "Family Name"}, {"PrimaryEmail", "Email"}, {"PrimaryPhoneNumber", "Phone Number"}, {"Line1", "Address Line 1"}, {"Line2", "Address Line 2"}, {"PostalCode", "Postal Code"}, {"HomeChurch", "Home Church"}} + ), + {"RLS Key", "Family UID", "Family Id", "Family Name", "Email", "Phone Number", "Address Line 1", "Address Line 2", "City", "County", "State", "Postal Code", "Home Church"} + ) + + in + FamilyTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Function Assignments.tmdl b/CareTogether.SemanticModel/definition/tables/Function Assignments.tmdl deleted file mode 100644 index f520fed..0000000 --- a/CareTogether.SemanticModel/definition/tables/Function Assignments.tmdl +++ /dev/null @@ -1,100 +0,0 @@ -table 'Function Assignments' - lineageTag: 37dbfcb3-ae81-4dbe-b5b6-66fa9cff03bd - - column 'RLS Key' - dataType: string - lineageTag: a62545b1-4137-41f8-9d68-0900e4d3a38f - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - column Function - dataType: string - lineageTag: 079fd573-495f-401c-9b66-8edc8017fd7d - summarizeBy: none - sourceColumn: Function - - annotation SummarizationSetBy = Automatic - - column ArrangementId - dataType: string - lineageTag: 6e947cab-fb5f-4159-a6ed-a29555e29a34 - summarizeBy: none - sourceColumn: ArrangementId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 3bf90936-d651-468d-84df-2c4743f87024 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 98fc42e1-37d8-4fd8-a295-0debe46dffc5 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column EntityId - dataType: string - lineageTag: 2d038b06-0aab-426f-a859-cc8c2f60c7ce - summarizeBy: none - sourceColumn: EntityId - - annotation SummarizationSetBy = Automatic - - partition 'Function Assignments' = m - mode: import - queryGroup: 'Consolidated Entities' - source = ``` - let - Source = #"OData Live", - - // Family Function Assignments - Family = - Table.SelectColumns( - Table.AddColumn( - Table.RenameColumns( - Table.AddColumn( - Source{[Name="FamilyFunctionAssignments", Signature="table"]}[Data], - "EntityType", each "Family" - ), - {{"FamilyId", "EntityId"}} - ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") - ), - {"OrganizationId", "LocationId", "RLS Key", "ArrangementId", "EntityId", "Function"} - ), - - // Individual Function Assignments - Person = - Table.SelectColumns( - Table.AddColumn( - Table.RenameColumns( - Table.AddColumn( - Source{[Name="IndividualFunctionAssignments", Signature="table"]}[Data], - "EntityType", each "Person" - ), - {{"PersonId", "EntityId"}} - ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") - ), - {"OrganizationId", "LocationId", "RLS Key", "ArrangementId", "EntityId", "Function"} - ), - - //Combined Table: - CombinedTables = Table.Combine({Family, Person}) - in - CombinedTables - ``` - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/Individual Function Assignments.tmdl b/CareTogether.SemanticModel/definition/tables/Individual Function Assignments.tmdl new file mode 100644 index 0000000..3660318 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Individual Function Assignments.tmdl @@ -0,0 +1,79 @@ +table 'Individual Function Assignments' + lineageTag: 49e39722-8999-4392-9e8a-a71c9b18644f + + column 'RLS Key' + dataType: string + lineageTag: d1f67159-aa39-4e9f-8fb7-1d45a6817964 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Entity UID' + dataType: string + lineageTag: 82dcb42e-bfec-4b34-9919-f08f8978f5ff + summarizeBy: none + sourceColumn: Entity UID + + annotation SummarizationSetBy = Automatic + + column 'Entity Type' + dataType: string + lineageTag: 4f39e1fb-5499-44f5-9964-c7003f76cce5 + summarizeBy: none + sourceColumn: Entity Type + + annotation SummarizationSetBy = Automatic + + column 'Arrangement ID' + dataType: string + lineageTag: ba5d39ac-b2da-4509-bb85-5ca1c1ba4e8e + summarizeBy: none + sourceColumn: Arrangement ID + + annotation SummarizationSetBy = Automatic + + column Function + dataType: string + lineageTag: e81a46c1-5a72-4ce8-95f5-9a601806aaea + summarizeBy: none + sourceColumn: Function + + annotation SummarizationSetBy = Automatic + + partition 'Individual Function Assignments' = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + FamilyFunctionAssignments = Source{[Name="FamilyFunctionAssignments", Signature="table"]}[Data], + IndividualFunctionAssignments = Source{[Name="IndividualFunctionAssignments", Signature="table"]}[Data], + + // Person Transformations: + IndividualFunc = + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + IndividualFunctionAssignments, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Entity UID", each Text.Combine({[RLS Key], [PersonId]}, "-") + ), + "Entity Type", each "Person" + ), + {{"ArrangementId", "Arrangement ID"}} + ), + {"RLS Key", "Entity UID", "Entity Type", "Arrangement ID", "Function"} + ) + + in + IndividualFunc + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Individual Role Approvals.tmdl b/CareTogether.SemanticModel/definition/tables/Individual Role Approvals.tmdl new file mode 100644 index 0000000..feeb517 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Individual Role Approvals.tmdl @@ -0,0 +1,206 @@ +table 'Individual Role Approvals' + lineageTag: f1316aaa-f0fd-49a4-8963-e182d41d7a32 + + measure 'Volunteer Individual Status' = ``` + + + // INACTIVE OR ACTIVE DEFINITION: + // Inactive = only 'inactive' or 'denied' + // Blank = no role approval + // Active = anything other than 'inactive' or 'denied' + + VAR StartDate = [Selected Timeframe Start] + VAR EndDate = [Selected Timeframe End] + VAR FamilyUID = SELECTEDVALUE(Family[Family UID]) + + VAR PersonInactive = + CALCULATE( + COUNTROWS('Individual Role Approvals'), + 'Family Role Approvals'[Date] >= StartDate && 'Family Role Approvals'[Date] <= EndDate, + 'Approval Status'[Status] IN {"Inactive", "Denied"}, + 'Family Role Approvals'[Entity Type] = "Person" + ) + + VAR PersonActive = + CALCULATE( + COUNTROWS('Individual Role Approvals'), + 'Family Role Approvals'[Date] >= StartDate && 'Family Role Approvals'[Date] <= EndDate, + NOT 'Family Role Approvals'[Status] IN {"Inactive", "Denied"}, + 'Family Role Approvals'[Entity Type] = "Person" + ) + + RETURN + IF( + PersonActive > 0, + "Active", + IF(PersonInactive > 0, + "Inactive", + IF(ISBLANK(PersonActive + PersonInactive) && [# of Person] > 0, + "No Role Approval" + ) + ) + ) + ``` + lineageTag: 18f1582f-7ebe-47b4-b18f-903b2964b3fe + + measure 'Individual Approval Tracker' = ``` + + VAR Tracker = + SWITCH( + TRUE(), + ISINSCOPE('Individual Role Approvals'[Person Name]), + VAR MaxDate = CALCULATE( + MAX('Individual Role Approvals'[Date]), + 'Individual Role Approvals'[Status Changed] = TRUE() + ) + RETURN IF(ISBLANK(MaxDate), BLANK(), FORMAT(MaxDate, "YYYY-MM-DD")), + + ISINSCOPE(Role[Role Name]), + FORMAT(CALCULATE( + DISTINCTCOUNT('Individual Role Approvals'[Entity UID]), + 'Individual Role Approvals'[Status Changed] = TRUE() + ), "0") + ) + + RETURN + IF(ISBLANK(Tracker), BLANK(), Tracker) + + + ``` + lineageTag: 51bf8735-c3e8-433c-9c3d-9fa08374a62b + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: c186e32b-ea33-4fa0-8aee-f5d9fe65f4ac + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Entity Type' + dataType: string + displayFolder: _Columns + lineageTag: 545df9b7-4c29-4773-bb5b-6884969865cc + summarizeBy: none + sourceColumn: Entity Type + + annotation SummarizationSetBy = Automatic + + column 'Entity UID' + dataType: string + displayFolder: _Columns + lineageTag: 1396b793-6dba-4d1f-823c-40e160f7bfe5 + summarizeBy: none + sourceColumn: Entity UID + + annotation SummarizationSetBy = Automatic + + column EntityId + dataType: string + displayFolder: _Columns + lineageTag: 4d0154a8-80e2-4955-9758-8e02faaf1442 + summarizeBy: none + sourceColumn: EntityId + + annotation SummarizationSetBy = Automatic + + column 'Role Name' + dataType: string + displayFolder: _Columns + lineageTag: 49cd6cd2-8ec2-4c37-ac27-765affa9fcb7 + summarizeBy: none + sourceColumn: Role Name + + annotation SummarizationSetBy = Automatic + + column Date + dataType: dateTime + formatString: Long Date + displayFolder: _Columns + lineageTag: 32975043-174b-4fbf-b68d-4027ee7d49d3 + summarizeBy: none + sourceColumn: Date + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column 'Approval Type' + dataType: string + displayFolder: _Columns + lineageTag: 95c2cfae-b348-4150-b6bc-be8d7ddf28d1 + summarizeBy: none + sourceColumn: Approval Type + + annotation SummarizationSetBy = Automatic + + column Status + dataType: string + displayFolder: _Columns + lineageTag: 429464f0-95b1-4a35-b128-b773579e8ab2 + summarizeBy: none + sourceColumn: Status + + annotation SummarizationSetBy = Automatic + + column 'Status Changed' + dataType: boolean + formatString: """TRUE"";""TRUE"";""FALSE""" + displayFolder: _Columns + lineageTag: 5047badb-6392-4c5d-9afb-95416af92cb3 + summarizeBy: none + sourceColumn: Status Changed + + annotation SummarizationSetBy = Automatic + + column 'Person Name' = RELATED(Person[Full Name]) + displayFolder: _Columns + lineageTag: 4da6eb22-350c-4fde-a95a-529d51f62cf0 + summarizeBy: none + + annotation SummarizationSetBy = Automatic + + column 'Role UID' + dataType: string + lineageTag: d2a4ae74-a0af-4c1a-a066-9618d677c401 + summarizeBy: none + sourceColumn: Role UID + + annotation SummarizationSetBy = Automatic + + partition 'Individual Role Approvals' = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + RoleApproval = + + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + Table.SelectRows( + Source{[Name="RoleApprovals", Signature="table"]}[Data], + each [EntityType] = "Person" + ), + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Entity UID", each Text.Combine({[RLS Key], [EntityId]}, "-") + ), + "Role UID", each Text.Combine({[OrganizationId], [RoleName]}, "-") + ), + {{"StatusChanged", "Status Changed"}, {"RoleName", "Role Name"}, {"ApprovalType", "Approval Type"}, {"EntityType", "Entity Type"}} + ), + {"RLS Key", "Entity Type", "Entity UID", "EntityId", "Role UID", "Role Name", "Date", "Approval Type", "Status", "Status Changed"} + ) + in + RoleApproval + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e.tmdl new file mode 100644 index 0000000..0d55eb3 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e.tmdl @@ -0,0 +1,111 @@ +table LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e + isHidden + showAsVariationsOnly + lineageTag: d48e7861-c55f-448b-8a83-ff0a2f8163d7 + + column Date + dataType: dateTime + isHidden + lineageTag: f9a4881d-3ede-46df-a844-42200cf80ba0 + dataCategory: PaddedDateTableDates + summarizeBy: none + isNameInferred + sourceColumn: [Date] + + annotation SummarizationSetBy = User + + column Year = YEAR([Date]) + dataType: int64 + isHidden + lineageTag: d19614d0-8364-45f4-8bd7-439fdcbc52a8 + dataCategory: Years + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Year + + column MonthNo = MONTH([Date]) + dataType: int64 + isHidden + lineageTag: 7ec1cd4f-18fb-44af-88a9-6f4995427e6e + dataCategory: MonthOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = MonthNumber + + column Month = FORMAT([Date], "MMMM") + dataType: string + isHidden + lineageTag: f96956b2-8641-463a-94ce-6bd8f1c1ecfd + dataCategory: Months + summarizeBy: none + sortByColumn: MonthNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Month + + column QuarterNo = INT(([MonthNo] + 2) / 3) + dataType: int64 + isHidden + lineageTag: 03b373b6-4d15-49ad-a04c-61492eff5582 + dataCategory: QuarterOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = QuarterNumber + + column Quarter = "Qtr " & [QuarterNo] + dataType: string + isHidden + lineageTag: fa52d087-2f99-430b-982f-54f62297dbd7 + dataCategory: Quarters + summarizeBy: none + sortByColumn: QuarterNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Quarter + + column Day = DAY([Date]) + dataType: int64 + isHidden + lineageTag: 8fde7624-c24e-47ae-a853-2dc1f2fc4e29 + dataCategory: DayOfMonth + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Day + + hierarchy 'Date Hierarchy' + lineageTag: 9b537595-f275-441d-88ef-1a159947b3af + + level Year + lineageTag: 93080b4a-72cf-40c1-abb2-cf3d4c625a59 + column: Year + + level Quarter + lineageTag: 0313483c-0fc1-4ad4-adf4-8cf49682974b + column: Quarter + + level Month + lineageTag: d0a7a099-6e8f-4340-8d33-2240fce208ac + column: Month + + level Day + lineageTag: 170fb858-8c07-45c0-b5be-4eb7d0cf9fdb + column: Day + + annotation TemplateId = DateHierarchy + + partition LocalDateTable_090ec166-11a6-442c-a350-c18312ab6d2e = calculated + mode: import + source = Calendar(Date(Year(MIN('Client Person'[Date of Birth])), 1, 1), Date(Year(MAX('Client Person'[Date of Birth])), 12, 31)) + + annotation __PBI_LocalDateTable = true + diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3.tmdl new file mode 100644 index 0000000..a1c51e4 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3.tmdl @@ -0,0 +1,111 @@ +table LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3 + isHidden + showAsVariationsOnly + lineageTag: 290d46a9-b0cc-4f38-929a-180eb67d8687 + + column Date + dataType: dateTime + isHidden + lineageTag: 9519dc48-6baa-4e5e-9085-3641c6702f56 + dataCategory: PaddedDateTableDates + summarizeBy: none + isNameInferred + sourceColumn: [Date] + + annotation SummarizationSetBy = User + + column Year = YEAR([Date]) + dataType: int64 + isHidden + lineageTag: f8dbb42c-cf24-4911-baba-ad16dad89885 + dataCategory: Years + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Year + + column MonthNo = MONTH([Date]) + dataType: int64 + isHidden + lineageTag: 2ea89942-4ec6-42b2-ac82-4cdae2594db5 + dataCategory: MonthOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = MonthNumber + + column Month = FORMAT([Date], "MMMM") + dataType: string + isHidden + lineageTag: d907ee5a-ca87-40f2-9fb2-c347a3b4b5e8 + dataCategory: Months + summarizeBy: none + sortByColumn: MonthNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Month + + column QuarterNo = INT(([MonthNo] + 2) / 3) + dataType: int64 + isHidden + lineageTag: bc360397-a46f-4356-accd-a3a1d7bf8400 + dataCategory: QuarterOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = QuarterNumber + + column Quarter = "Qtr " & [QuarterNo] + dataType: string + isHidden + lineageTag: e683205e-db88-461c-893e-7da875cd9636 + dataCategory: Quarters + summarizeBy: none + sortByColumn: QuarterNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Quarter + + column Day = DAY([Date]) + dataType: int64 + isHidden + lineageTag: 2409ebc6-3852-4cae-8811-75d44896e8f2 + dataCategory: DayOfMonth + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Day + + hierarchy 'Date Hierarchy' + lineageTag: e9424320-973b-46df-8d6c-bca9f25dc824 + + level Year + lineageTag: 643c1fd7-4faa-42de-96a7-e2b6009af794 + column: Year + + level Quarter + lineageTag: 03e5d923-5cf8-44ac-97a5-e03f71438527 + column: Quarter + + level Month + lineageTag: 7ffcb6e3-8d32-4c3e-a1c0-7d90f90fd7e2 + column: Month + + level Day + lineageTag: 079697a3-2efc-47d3-bbc2-2d08c4d7eecb + column: Day + + annotation TemplateId = DateHierarchy + + partition LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3 = calculated + mode: import + source = Calendar(Date(Year(MIN('Person'[Date of Birth])), 1, 1), Date(Year(MAX('Person'[Date of Birth])), 12, 31)) + + annotation __PBI_LocalDateTable = true + diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf.tmdl similarity index 64% rename from CareTogether.SemanticModel/definition/tables/LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6.tmdl rename to CareTogether.SemanticModel/definition/tables/LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf.tmdl index 9cfc710..98665e2 100644 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6.tmdl +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf.tmdl @@ -1,12 +1,12 @@ -table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 +table LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf isHidden showAsVariationsOnly - lineageTag: 91cdb1e6-0426-495f-95cf-40676f64f70d + lineageTag: e562a165-10c3-4b13-a451-9009ed1e3746 column Date dataType: dateTime isHidden - lineageTag: 140a2339-d21a-41c0-906e-3aec4ab4d8e3 + lineageTag: 8844eed4-5425-4806-9edd-f0be1dd6605c dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -17,7 +17,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column Year = YEAR([Date]) dataType: int64 isHidden - lineageTag: acf01a9d-b7b5-44da-9dab-a83245243704 + lineageTag: be43e478-017f-4d8e-af78-82fa9dff6f8f dataCategory: Years summarizeBy: none @@ -28,7 +28,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column MonthNo = MONTH([Date]) dataType: int64 isHidden - lineageTag: d177fb95-ae4c-4d3c-9b3e-e384fe185fbb + lineageTag: 64ef8265-b70b-4317-b5e4-3f41cbcdd2d3 dataCategory: MonthOfYear summarizeBy: none @@ -39,7 +39,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column Month = FORMAT([Date], "MMMM") dataType: string isHidden - lineageTag: 1de6eea5-4b6d-4cfe-8995-6148e5f87d5c + lineageTag: a52c8c96-b417-4a4d-ba6e-b71ebc0856bf dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -51,7 +51,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column QuarterNo = INT(([MonthNo] + 2) / 3) dataType: int64 isHidden - lineageTag: b56506da-0129-4819-8bac-90700a47971e + lineageTag: b49790a1-acd2-468d-ba39-d5e920ea702b dataCategory: QuarterOfYear summarizeBy: none @@ -62,7 +62,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column Quarter = "Qtr " & [QuarterNo] dataType: string isHidden - lineageTag: 2bc08619-3240-4db1-b3ed-b7d1f40088cb + lineageTag: 749e230a-44f8-4fe7-aa08-64df2126ec57 dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -74,7 +74,7 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 column Day = DAY([Date]) dataType: int64 isHidden - lineageTag: 6778cfc9-c2bf-4098-b45d-d238bfbbd495 + lineageTag: a34c3207-005a-46b0-ad98-8b6b55f5b349 dataCategory: DayOfMonth summarizeBy: none @@ -83,29 +83,29 @@ table LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: 08145aca-644a-400b-91f9-441ba8a86505 + lineageTag: e777215b-34c7-4471-9ff3-5c9286d3aecd level Year - lineageTag: 497c53af-9714-4d7f-a88b-8d7e074cead8 + lineageTag: 5ca00dc9-35f7-4e2e-8267-dc5e7557d026 column: Year level Quarter - lineageTag: bbc3ccc6-9847-4713-b656-7829ca1ea8b8 + lineageTag: 30127177-a94f-460d-a94e-a7f25e8b38e7 column: Quarter level Month - lineageTag: 7852a685-9fd2-42c3-ba93-7348ca8d375e + lineageTag: 6611567b-9ea8-4a2e-ac01-66c9741683ca column: Month level Day - lineageTag: 5909d764-5430-4bdd-ad71-a30465b12c1e + lineageTag: ac45c7da-7eaf-4cb0-822c-3a0cbe0048aa column: Day annotation TemplateId = DateHierarchy - partition LocalDateTable_394f1348-ca56-4f1c-9fdb-7b35bb6746a6 = calculated + partition LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf = calculated mode: import - source = Calendar(Date(Year(MIN('Arrangement'[Ended])), 1, 1), Date(Year(MAX('Arrangement'[Ended])), 12, 31)) + source = Calendar(Date(Year(MIN('Referrals'[Opened])), 1, 1), Date(Year(MAX('Referrals'[Opened])), 12, 31)) annotation __PBI_LocalDateTable = true diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee.tmdl deleted file mode 100644 index 5549c44..0000000 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee.tmdl +++ /dev/null @@ -1,104 +0,0 @@ -table LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee - isHidden - showAsVariationsOnly - lineageTag: 2516bc4e-edcc-4e4d-bc91-55a42a99de40 - - column Date - isHidden - lineageTag: 77ef81e0-3d9d-4572-98dd-b3199f6181d7 - dataCategory: PaddedDateTableDates - summarizeBy: none - isNameInferred - sourceColumn: [Date] - - annotation SummarizationSetBy = User - - column Year = YEAR([Date]) - isHidden - lineageTag: 82ed180f-38d4-498c-8887-79603e9bc2ab - dataCategory: Years - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Year - - column MonthNo = MONTH([Date]) - isHidden - lineageTag: c2e7fe75-d8df-4a5f-ab7e-cb8278905594 - dataCategory: MonthOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = MonthNumber - - column Month = FORMAT([Date], "MMMM") - isHidden - lineageTag: f4d2f543-cab7-40ce-8bcc-abdfb78adb97 - dataCategory: Months - summarizeBy: none - sortByColumn: MonthNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Month - - column QuarterNo = INT(([MonthNo] + 2) / 3) - isHidden - lineageTag: 3d5bce31-9b91-4a85-abec-1389423ca63c - dataCategory: QuarterOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = QuarterNumber - - column Quarter = "Qtr " & [QuarterNo] - isHidden - lineageTag: 435a08f8-ddd7-4896-8ea8-2b631d43f8a8 - dataCategory: Quarters - summarizeBy: none - sortByColumn: QuarterNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Quarter - - column Day = DAY([Date]) - isHidden - lineageTag: e53cdb73-a02b-4177-ac9d-471787b8e441 - dataCategory: DayOfMonth - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Day - - hierarchy 'Date Hierarchy' - lineageTag: 5fe2bb16-7f9e-41af-ba84-503a59b4e05b - - level Year - lineageTag: 306802b9-5b05-480d-a13d-2ec878659431 - column: Year - - level Quarter - lineageTag: a5163d53-6418-481b-a685-42fff3624843 - column: Quarter - - level Month - lineageTag: 51bb932d-c6f3-476d-b757-a6a1493137b1 - column: Month - - level Day - lineageTag: db664786-3cfb-4688-91b9-c696adcbea63 - column: Day - - annotation TemplateId = DateHierarchy - - partition LocalDateTable_73d01070-72e6-4583-b4ff-d5fa05eb2eee-05c0e363-3607-4cbd-8f5c-317d6b2c6454 = calculated - mode: import - source = Calendar(Date(Year(MIN('Arrangement'[Requested])), 1, 1), Date(Year(MAX('Arrangement'[Requested])), 12, 31)) - - annotation __PBI_LocalDateTable = true - diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7.tmdl similarity index 64% rename from CareTogether.SemanticModel/definition/tables/LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55.tmdl rename to CareTogether.SemanticModel/definition/tables/LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7.tmdl index 11f039b..c0064f6 100644 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55.tmdl +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7.tmdl @@ -1,12 +1,12 @@ -table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 +table LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7 isHidden showAsVariationsOnly - lineageTag: c9b13b05-b97a-4e6e-9beb-ec32491ac603 + lineageTag: 018d7f31-e6d7-4cc4-a731-c8018b8b7e9e column Date dataType: dateTime isHidden - lineageTag: cda75a51-0b0d-46ee-be55-77e797897a46 + lineageTag: 50b77940-b07c-43f4-a12d-92993df1b7af dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -17,7 +17,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column Year = YEAR([Date]) dataType: int64 isHidden - lineageTag: b4287daf-2e6d-4643-90fb-48d4201e1231 + lineageTag: 00a872ae-f19c-4ea1-aa01-086f1f2078dc dataCategory: Years summarizeBy: none @@ -28,7 +28,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column MonthNo = MONTH([Date]) dataType: int64 isHidden - lineageTag: 17ee228d-4cb4-4098-868d-09453b5f9473 + lineageTag: 6c6b3887-3c77-41cd-a601-c73e8a201729 dataCategory: MonthOfYear summarizeBy: none @@ -39,7 +39,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column Month = FORMAT([Date], "MMMM") dataType: string isHidden - lineageTag: 546c9933-223a-48ed-b352-3977a2aef75a + lineageTag: 4e107bfd-8288-4747-80ee-2c87e89109ee dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -51,7 +51,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column QuarterNo = INT(([MonthNo] + 2) / 3) dataType: int64 isHidden - lineageTag: 8ff3f226-e995-4888-96be-165cb8315068 + lineageTag: 6ca99d78-66a1-45f6-8f78-238b0b39cacc dataCategory: QuarterOfYear summarizeBy: none @@ -62,7 +62,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column Quarter = "Qtr " & [QuarterNo] dataType: string isHidden - lineageTag: c25ee192-2f0a-4eee-b663-5667b28e0f3c + lineageTag: 8f30eab7-ce5d-453d-9edc-2a86758ee684 dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -74,7 +74,7 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 column Day = DAY([Date]) dataType: int64 isHidden - lineageTag: c3347572-d6b6-48e3-8bdf-e936f74f6d65 + lineageTag: ddac8aeb-1900-4667-afd3-8819c9d51693 dataCategory: DayOfMonth summarizeBy: none @@ -83,29 +83,29 @@ table LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: 3fb1bc41-c56c-4519-bb9e-4697e93010fd + lineageTag: ed98b32b-1a44-499d-9628-16616ddfab5e level Year - lineageTag: 301bb601-2013-48c3-9f0f-8f1deae38b91 + lineageTag: ee9723d2-6c4f-4c84-9341-8166648ec6f4 column: Year level Quarter - lineageTag: 56c5b115-f058-4425-9dfa-24d70eb403e7 + lineageTag: 2a2f4f26-07c5-4272-a837-45ec4f9b2cb7 column: Quarter level Month - lineageTag: d154a68b-46a7-4b9f-b945-03d77ce33fd5 + lineageTag: b17dfa20-6f47-46b4-bc1e-cfb1e664013d column: Month level Day - lineageTag: e39a8f3f-b9f6-42c5-a065-b5eed982cc39 + lineageTag: 6831e5d0-4984-492d-9ccd-7619c3a62be3 column: Day annotation TemplateId = DateHierarchy - partition LocalDateTable_de2c3251-3f42-4917-b1a3-c8994b5b4a55 = calculated + partition LocalDateTable_94755f40-c02e-4f12-adba-57d68c4e7bd7 = calculated mode: import - source = Calendar(Date(Year(MIN('Entity'[DateOfBirth])), 1, 1), Date(Year(MAX('Entity'[DateOfBirth])), 12, 31)) + source = Calendar(Date(Year(MIN('Arrangements'[Ended])), 1, 1), Date(Year(MAX('Arrangements'[Ended])), 12, 31)) annotation __PBI_LocalDateTable = true diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca.tmdl deleted file mode 100644 index 139f082..0000000 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca.tmdl +++ /dev/null @@ -1,104 +0,0 @@ -table LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca - isHidden - showAsVariationsOnly - lineageTag: 2510e558-b55f-43ee-8be9-2636bcd962f8 - - column Date - isHidden - lineageTag: b58b2e5a-a224-4f04-8ac8-ee047250606b - dataCategory: PaddedDateTableDates - summarizeBy: none - isNameInferred - sourceColumn: [Date] - - annotation SummarizationSetBy = User - - column Year = YEAR([Date]) - isHidden - lineageTag: d9051bff-9804-4a20-bf7f-6393119c4087 - dataCategory: Years - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Year - - column MonthNo = MONTH([Date]) - isHidden - lineageTag: d214483a-8135-4061-9aa5-c93b73bd104c - dataCategory: MonthOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = MonthNumber - - column Month = FORMAT([Date], "MMMM") - isHidden - lineageTag: ad05689f-562f-43de-8644-12b7a58ad751 - dataCategory: Months - summarizeBy: none - sortByColumn: MonthNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Month - - column QuarterNo = INT(([MonthNo] + 2) / 3) - isHidden - lineageTag: f93246df-8dff-40b5-814b-f774de65083b - dataCategory: QuarterOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = QuarterNumber - - column Quarter = "Qtr " & [QuarterNo] - isHidden - lineageTag: ee27ca92-1d0f-4953-9942-242a68d96e97 - dataCategory: Quarters - summarizeBy: none - sortByColumn: QuarterNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Quarter - - column Day = DAY([Date]) - isHidden - lineageTag: 61635fe7-8d0b-4a43-97d6-eaa730e6f32d - dataCategory: DayOfMonth - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Day - - hierarchy 'Date Hierarchy' - lineageTag: b6aaa69a-18d1-47a0-84d2-f1b82251f08e - - level Year - lineageTag: 58721b2a-98b0-431a-b5d3-b55f0619372f - column: Year - - level Quarter - lineageTag: 0a122cf9-268c-4ff1-9ffc-774ca1ef318f - column: Quarter - - level Month - lineageTag: af0eb5dd-0dfd-4268-b912-9a3974fe41ab - column: Month - - level Day - lineageTag: 6b410c9b-bb6a-4bea-b2f2-2ab4f920721a - column: Day - - annotation TemplateId = DateHierarchy - - partition LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca-79433dfd-76c6-4d32-934b-5230bbe097cb = calculated - mode: import - source = Calendar(Date(Year(MIN('Referral'[Opened])), 1, 1), Date(Year(MAX('Referral'[Opened])), 12, 31)) - - annotation __PBI_LocalDateTable = true - diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321.tmdl deleted file mode 100644 index 009701c..0000000 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321.tmdl +++ /dev/null @@ -1,104 +0,0 @@ -table LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321 - isHidden - showAsVariationsOnly - lineageTag: d82f4e34-1bbc-4180-8931-de285e8975b2 - - column Date - isHidden - lineageTag: 6e1ab959-c1cf-4f12-88f9-8791711e06cb - dataCategory: PaddedDateTableDates - summarizeBy: none - isNameInferred - sourceColumn: [Date] - - annotation SummarizationSetBy = User - - column Year = YEAR([Date]) - isHidden - lineageTag: 3157c9c1-aff3-4efd-8698-6f6564a727a5 - dataCategory: Years - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Year - - column MonthNo = MONTH([Date]) - isHidden - lineageTag: 417d1bed-a59f-44e6-b04e-eefadb2b4d0e - dataCategory: MonthOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = MonthNumber - - column Month = FORMAT([Date], "MMMM") - isHidden - lineageTag: 89e6d283-ec24-47b8-968b-74828c288ea1 - dataCategory: Months - summarizeBy: none - sortByColumn: MonthNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Month - - column QuarterNo = INT(([MonthNo] + 2) / 3) - isHidden - lineageTag: ba40c19c-f24f-4bd9-934c-9ae61870681a - dataCategory: QuarterOfYear - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = QuarterNumber - - column Quarter = "Qtr " & [QuarterNo] - isHidden - lineageTag: 4e25b85a-e9a1-49a2-94f2-0ad188c4721c - dataCategory: Quarters - summarizeBy: none - sortByColumn: QuarterNo - - annotation SummarizationSetBy = User - - annotation TemplateId = Quarter - - column Day = DAY([Date]) - isHidden - lineageTag: d4aef62c-9939-42c7-9c25-98f4d9fc6a1d - dataCategory: DayOfMonth - summarizeBy: none - - annotation SummarizationSetBy = User - - annotation TemplateId = Day - - hierarchy 'Date Hierarchy' - lineageTag: ce778667-0f06-4246-8a8a-e1ed51250400 - - level Year - lineageTag: 6d564e68-da85-4233-9f8d-0e849c368eda - column: Year - - level Quarter - lineageTag: e557ddbd-6d3d-4aad-8c78-277e16e6573c - column: Quarter - - level Month - lineageTag: 98dac447-5d58-4b8a-a94a-0db3a4431c5b - column: Month - - level Day - lineageTag: b621fba9-492d-4e8c-a02d-e530af89780f - column: Day - - annotation TemplateId = DateHierarchy - - partition LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321-ff543695-b2bd-4620-8085-3984efd180bd = calculated - mode: import - source = Calendar(Date(Year(MIN('Referral'[Closed])), 1, 1), Date(Year(MAX('Referral'[Closed])), 12, 31)) - - annotation __PBI_LocalDateTable = true - diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993.tmdl new file mode 100644 index 0000000..6f27757 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993.tmdl @@ -0,0 +1,111 @@ +table LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993 + isHidden + showAsVariationsOnly + lineageTag: d48cdfbd-4cd9-43df-ab47-dd65a0802695 + + column Date + dataType: dateTime + isHidden + lineageTag: 5dce403c-30b7-4f9c-8ce3-aec71fa2f4c6 + dataCategory: PaddedDateTableDates + summarizeBy: none + isNameInferred + sourceColumn: [Date] + + annotation SummarizationSetBy = User + + column Year = YEAR([Date]) + dataType: int64 + isHidden + lineageTag: 64fa67ca-7778-4358-89a8-fcd3bd331e18 + dataCategory: Years + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Year + + column MonthNo = MONTH([Date]) + dataType: int64 + isHidden + lineageTag: 23f62563-2dd4-483d-945c-e80f87c35fc9 + dataCategory: MonthOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = MonthNumber + + column Month = FORMAT([Date], "MMMM") + dataType: string + isHidden + lineageTag: 3cca5cf9-9218-4a0b-b9b2-6fc65aaa3548 + dataCategory: Months + summarizeBy: none + sortByColumn: MonthNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Month + + column QuarterNo = INT(([MonthNo] + 2) / 3) + dataType: int64 + isHidden + lineageTag: 69625244-e938-4fbb-aff3-b376e177de5c + dataCategory: QuarterOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = QuarterNumber + + column Quarter = "Qtr " & [QuarterNo] + dataType: string + isHidden + lineageTag: ff1ff1be-f189-404f-9fcf-ba481849ad74 + dataCategory: Quarters + summarizeBy: none + sortByColumn: QuarterNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Quarter + + column Day = DAY([Date]) + dataType: int64 + isHidden + lineageTag: cb46dc6b-2875-4a87-9ada-5bd784c6cce1 + dataCategory: DayOfMonth + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Day + + hierarchy 'Date Hierarchy' + lineageTag: d1539dc8-9b56-4769-bbac-1fb43c6f5899 + + level Year + lineageTag: ec223a6f-a2a0-4b4d-9e71-c2023766d02b + column: Year + + level Quarter + lineageTag: 4da88523-9380-42dd-bd31-e8a2c91881da + column: Quarter + + level Month + lineageTag: d2387fb2-7c8a-4f64-ac2c-c7bd2d3968a6 + column: Month + + level Day + lineageTag: d04e7387-a078-48a7-8b6d-d7f64f4db9ae + column: Day + + annotation TemplateId = DateHierarchy + + partition LocalDateTable_e028dd1f-b7df-4057-8fee-be7ce425d993 = calculated + mode: import + source = Calendar(Date(Year(MIN('Arrangements'[Started])), 1, 1), Date(Year(MAX('Arrangements'[Started])), 12, 31)) + + annotation __PBI_LocalDateTable = true + diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4.tmdl new file mode 100644 index 0000000..a994bbf --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4.tmdl @@ -0,0 +1,111 @@ +table LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4 + isHidden + showAsVariationsOnly + lineageTag: 58da1db2-dd9a-49b1-83bc-d65119cd984f + + column Date + dataType: dateTime + isHidden + lineageTag: 47449137-c82b-4c39-9896-d922e6ae58a6 + dataCategory: PaddedDateTableDates + summarizeBy: none + isNameInferred + sourceColumn: [Date] + + annotation SummarizationSetBy = User + + column Year = YEAR([Date]) + dataType: int64 + isHidden + lineageTag: b4b81349-a2a1-40ae-911b-9cca6e0cd6d8 + dataCategory: Years + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Year + + column MonthNo = MONTH([Date]) + dataType: int64 + isHidden + lineageTag: eb4e1700-81d6-4951-afd6-51c3b019f33c + dataCategory: MonthOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = MonthNumber + + column Month = FORMAT([Date], "MMMM") + dataType: string + isHidden + lineageTag: 2bf422d1-822f-47c1-93f0-13a03093cffe + dataCategory: Months + summarizeBy: none + sortByColumn: MonthNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Month + + column QuarterNo = INT(([MonthNo] + 2) / 3) + dataType: int64 + isHidden + lineageTag: 3792b178-2911-488d-88e5-f738138d2b57 + dataCategory: QuarterOfYear + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = QuarterNumber + + column Quarter = "Qtr " & [QuarterNo] + dataType: string + isHidden + lineageTag: 25067c50-2e5d-4a3b-84c7-e11701db5c0e + dataCategory: Quarters + summarizeBy: none + sortByColumn: QuarterNo + + annotation SummarizationSetBy = User + + annotation TemplateId = Quarter + + column Day = DAY([Date]) + dataType: int64 + isHidden + lineageTag: d7df5e02-2104-4abc-93fb-6bef85985f1d + dataCategory: DayOfMonth + summarizeBy: none + + annotation SummarizationSetBy = User + + annotation TemplateId = Day + + hierarchy 'Date Hierarchy' + lineageTag: c34032a2-1495-40aa-946f-f7d46a3c3586 + + level Year + lineageTag: d76f3710-a153-49a6-9273-faa6e2c210fa + column: Year + + level Quarter + lineageTag: ec14727a-53ce-4616-9468-ace87c7622fd + column: Quarter + + level Month + lineageTag: 71fe511d-9511-4898-8738-8ab45d67fc03 + column: Month + + level Day + lineageTag: 138d6f14-ef51-4753-943b-faf0fb07a849 + column: Day + + annotation TemplateId = DateHierarchy + + partition LocalDateTable_e4c82e88-c4c3-4c99-8b77-e121c2e26dd4 = calculated + mode: import + source = Calendar(Date(Year(MIN('Arrangements'[Requested])), 1, 1), Date(Year(MAX('Arrangements'[Requested])), 12, 31)) + + annotation __PBI_LocalDateTable = true + diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60.tmdl similarity index 69% rename from CareTogether.SemanticModel/definition/tables/LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a.tmdl rename to CareTogether.SemanticModel/definition/tables/LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60.tmdl index 226a919..262a21b 100644 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a.tmdl +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60.tmdl @@ -1,12 +1,12 @@ -table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a +table LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60 isHidden showAsVariationsOnly - lineageTag: 3e3c64b0-4589-45fa-a67d-be2c7d8c70cb + lineageTag: 9c3339fc-68cf-4bb5-beaf-7ac323cd0343 column Date dataType: dateTime isHidden - lineageTag: dbfa13b9-f144-42e8-8577-652535c21cdc + lineageTag: c11d49e7-1b58-41bf-891a-24e18c695dae dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -17,7 +17,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column Year = YEAR([Date]) dataType: int64 isHidden - lineageTag: 1f4b9a0d-77ba-4198-b829-a584ba742534 + lineageTag: 73bab7dd-1e6b-41be-88a3-2bf3158e7e9c dataCategory: Years summarizeBy: none @@ -28,7 +28,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column MonthNo = MONTH([Date]) dataType: int64 isHidden - lineageTag: e8d875d1-d285-427a-b43c-259f5adfafc4 + lineageTag: e8d7f7db-3a57-43cb-937e-792f5e4f001a dataCategory: MonthOfYear summarizeBy: none @@ -39,7 +39,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column Month = FORMAT([Date], "MMMM") dataType: string isHidden - lineageTag: 2d96992a-aa57-4d50-88d4-ac28cb2021b0 + lineageTag: be395f5d-bf88-445b-948f-e1030a123557 dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -51,7 +51,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column QuarterNo = INT(([MonthNo] + 2) / 3) dataType: int64 isHidden - lineageTag: 179c8aee-5e93-4f77-b430-af3d121f6b81 + lineageTag: 5ede2a33-479d-44eb-ba39-05f1d41957a4 dataCategory: QuarterOfYear summarizeBy: none @@ -62,7 +62,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column Quarter = "Qtr " & [QuarterNo] dataType: string isHidden - lineageTag: ee4a5454-564c-4754-a3ac-596a03582e9e + lineageTag: d69f5c32-f590-415f-911a-13f00b011ad0 dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -74,7 +74,7 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a column Day = DAY([Date]) dataType: int64 isHidden - lineageTag: 947fd4c4-e714-4f09-9985-5a4a2750a5d4 + lineageTag: 0e961b7f-0c59-408e-b859-8dd562b47798 dataCategory: DayOfMonth summarizeBy: none @@ -83,27 +83,27 @@ table LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: 9158a558-b413-414d-adcd-8580276bf14f + lineageTag: 3566529f-6f78-46c6-a4a7-8c13519a53af level Year - lineageTag: b14af9c8-e5a5-4bc6-b96f-a7b0d668c964 + lineageTag: caf156c3-278d-4610-8c2b-6f36418e9ff7 column: Year level Quarter - lineageTag: 95a46205-3941-4985-8a0b-791880ffe01e + lineageTag: 211d0f14-3f1f-4933-9549-911ac6bea58b column: Quarter level Month - lineageTag: b651a513-62fe-4344-b9d4-81c083f6a7f4 + lineageTag: 75221627-1a13-4f98-b413-cdd6565bc9ab column: Month level Day - lineageTag: 0e8e3b2c-59e1-4e7f-b3e9-307128e12900 + lineageTag: 9cdc5800-072c-42fd-9989-05f00a3ec199 column: Day annotation TemplateId = DateHierarchy - partition LocalDateTable_9ca3cc68-8275-4543-b0b6-67540c77809a = calculated + partition LocalDateTable_ed213257-a100-4dcb-8da7-71cc92d5ab60 = calculated mode: import source = Calendar(Date(Year(MIN('Child Location Record'[Started])), 1, 1), Date(Year(MAX('Child Location Record'[Started])), 12, 31)) diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e.tmdl similarity index 69% rename from CareTogether.SemanticModel/definition/tables/LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746.tmdl rename to CareTogether.SemanticModel/definition/tables/LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e.tmdl index db18ba4..da4ccbf 100644 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746.tmdl +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e.tmdl @@ -1,12 +1,12 @@ -table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 +table LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e isHidden showAsVariationsOnly - lineageTag: 2b2b301b-bb2e-43f6-b6f4-0b6386565784 + lineageTag: 16049d29-e5d5-4ed9-9f2c-05fa76952188 column Date dataType: dateTime isHidden - lineageTag: a10d82b8-c7d2-4d03-8774-f9ccc7d7c241 + lineageTag: cb9897df-d660-4a7c-b524-96df5013ba3a dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -17,7 +17,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column Year = YEAR([Date]) dataType: int64 isHidden - lineageTag: c157486c-92ef-4e23-9a86-c229f4c2977f + lineageTag: 7c44a37f-b97d-485b-aa4c-045d20b4ea63 dataCategory: Years summarizeBy: none @@ -28,7 +28,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column MonthNo = MONTH([Date]) dataType: int64 isHidden - lineageTag: 31157847-afe4-40b5-9b76-0e835c100a20 + lineageTag: 3523db73-2b35-424c-9c52-251f62ce04f4 dataCategory: MonthOfYear summarizeBy: none @@ -39,7 +39,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column Month = FORMAT([Date], "MMMM") dataType: string isHidden - lineageTag: 4d5ba743-a9ac-4883-86cb-481c437c0719 + lineageTag: 47d01a4b-3b81-4462-9e84-d62d8ff413d7 dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -51,7 +51,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column QuarterNo = INT(([MonthNo] + 2) / 3) dataType: int64 isHidden - lineageTag: 29dd5fa1-4db1-4c9f-974c-6404be18e4b3 + lineageTag: fcba5033-2256-4e44-98b0-c0fa12899367 dataCategory: QuarterOfYear summarizeBy: none @@ -62,7 +62,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column Quarter = "Qtr " & [QuarterNo] dataType: string isHidden - lineageTag: f0c5b3f2-919e-41fc-b6a7-f641cc06586c + lineageTag: 1c199c56-a980-4417-b50f-923fc4dd6c3e dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -74,7 +74,7 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 column Day = DAY([Date]) dataType: int64 isHidden - lineageTag: fb1bb2dd-b23b-4632-8dad-ab0b6d8a2c5b + lineageTag: 65860c93-23ca-49c9-afcb-9a578d8bf0a7 dataCategory: DayOfMonth summarizeBy: none @@ -83,27 +83,27 @@ table LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: 5e65c88e-5682-4a9b-b64c-713290a8682a + lineageTag: 817861d7-96ff-4615-8acd-e654675010bc level Year - lineageTag: 60bd509c-84c2-46e4-bffb-af457d2c2304 + lineageTag: cb3e104e-7ef1-4b5c-a859-172daabe62af column: Year level Quarter - lineageTag: e10eb0ad-9164-4e80-8ba9-20e5308194af + lineageTag: 36cd93c3-a87e-4797-89c5-d0b5424635ca column: Quarter level Month - lineageTag: 32206822-a2dd-425d-8a35-79c84df19ba7 + lineageTag: 49b8a7d3-8a64-4bda-bf54-121f6f5ca71b column: Month level Day - lineageTag: aeec48e5-f674-4ccd-bd05-d102913ee0a3 + lineageTag: e75a652c-125b-4aba-b34f-c67e7ed357ce column: Day annotation TemplateId = DateHierarchy - partition LocalDateTable_dff05e92-cf4f-4a2f-8fa1-12d5156f3746 = calculated + partition LocalDateTable_ede24289-e40d-4557-99e4-7c2810f1776e = calculated mode: import source = Calendar(Date(Year(MIN('Child Location Record'[Ended])), 1, 1), Date(Year(MAX('Child Location Record'[Ended])), 12, 31)) diff --git a/CareTogether.SemanticModel/definition/tables/LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8.tmdl b/CareTogether.SemanticModel/definition/tables/LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f.tmdl similarity index 64% rename from CareTogether.SemanticModel/definition/tables/LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8.tmdl rename to CareTogether.SemanticModel/definition/tables/LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f.tmdl index 5df4c23..5b8a66e 100644 --- a/CareTogether.SemanticModel/definition/tables/LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8.tmdl +++ b/CareTogether.SemanticModel/definition/tables/LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f.tmdl @@ -1,12 +1,12 @@ -table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 +table LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f isHidden showAsVariationsOnly - lineageTag: 8115b5c7-526b-4087-98f1-922a7eb86317 + lineageTag: 76613e74-07f2-44be-996a-bbdeadbe4d2e column Date dataType: dateTime isHidden - lineageTag: d5a93bc0-ebcb-4094-b0c1-9c56a0e004cb + lineageTag: 95d862b0-ad2b-404c-a084-d2c4181b9e7a dataCategory: PaddedDateTableDates summarizeBy: none isNameInferred @@ -17,7 +17,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column Year = YEAR([Date]) dataType: int64 isHidden - lineageTag: 85112b9f-d652-47d4-9960-dcbd7d5606d5 + lineageTag: e379e600-4db0-4f4a-b5e7-afcfdbdcb57e dataCategory: Years summarizeBy: none @@ -28,7 +28,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column MonthNo = MONTH([Date]) dataType: int64 isHidden - lineageTag: a9a933b2-60ee-4551-a249-a1949e7103b5 + lineageTag: a50b651d-c2b8-4605-8151-e5fc66421494 dataCategory: MonthOfYear summarizeBy: none @@ -39,7 +39,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column Month = FORMAT([Date], "MMMM") dataType: string isHidden - lineageTag: a0f9bbe0-8f30-4a04-b825-ba63bc65ede1 + lineageTag: 75c7490f-fba2-4539-ada4-60a2ae1312c2 dataCategory: Months summarizeBy: none sortByColumn: MonthNo @@ -51,7 +51,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column QuarterNo = INT(([MonthNo] + 2) / 3) dataType: int64 isHidden - lineageTag: 874fef38-e5ef-4344-b9d0-4f160450def7 + lineageTag: 68e35740-47aa-4780-9a62-0d7c7d77c5d5 dataCategory: QuarterOfYear summarizeBy: none @@ -62,7 +62,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column Quarter = "Qtr " & [QuarterNo] dataType: string isHidden - lineageTag: 38550cbc-6ca6-4d09-85dd-cdfeced207ea + lineageTag: f96f0d44-323d-4253-bb57-d16b292d866a dataCategory: Quarters summarizeBy: none sortByColumn: QuarterNo @@ -74,7 +74,7 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 column Day = DAY([Date]) dataType: int64 isHidden - lineageTag: e079b4d1-8752-4ddb-80d5-25881b351740 + lineageTag: 58192252-7020-4db2-8371-8c3028d6babf dataCategory: DayOfMonth summarizeBy: none @@ -83,29 +83,29 @@ table LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 annotation TemplateId = Day hierarchy 'Date Hierarchy' - lineageTag: 6bc34f11-1bf8-474e-80a4-2b2040ce1c3f + lineageTag: 702a0adf-91c0-438b-abcf-d2f27c68c9bd level Year - lineageTag: 6538234f-4fd8-48c9-9222-f4251e253695 + lineageTag: c5e1be85-529a-4fe7-912c-121a04f26dc3 column: Year level Quarter - lineageTag: 3c4a6dad-41ac-4911-8939-43ac5227709f + lineageTag: 033d6bbd-2e08-4120-9b2b-03653427de2c column: Quarter level Month - lineageTag: 15659372-4409-4cfa-b509-3f5b658b7bfa + lineageTag: 38bbb275-4722-4ab9-93f5-fa6eb7001826 column: Month level Day - lineageTag: 91605bd0-bd48-46c4-9ff3-0acb329373c2 + lineageTag: d2b4f062-4bcb-427f-bdfb-691699c40a69 column: Day annotation TemplateId = DateHierarchy - partition LocalDateTable_a8dbb200-3155-4e8c-9348-db038fea8ca8 = calculated + partition LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f = calculated mode: import - source = Calendar(Date(Year(MIN('Arrangement'[Started])), 1, 1), Date(Year(MAX('Arrangement'[Started])), 12, 31)) + source = Calendar(Date(Year(MIN('Referrals'[Closed])), 1, 1), Date(Year(MAX('Referrals'[Closed])), 12, 31)) annotation __PBI_LocalDateTable = true diff --git a/CareTogether.SemanticModel/definition/tables/Location Client.tmdl b/CareTogether.SemanticModel/definition/tables/Location Client.tmdl new file mode 100644 index 0000000..1bcc30e --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Location Client.tmdl @@ -0,0 +1,49 @@ +table 'Location Client' + lineageTag: 16999c6b-194b-4c64-b4cd-216cdc159dbd + + column 'RLS Key' + dataType: string + lineageTag: 78b3d31c-6abb-47d5-a921-272665412440 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column Location + dataType: string + lineageTag: feacbf69-72e7-48b8-8005-6ec3e22ace73 + summarizeBy: none + sourceColumn: Location + + annotation SummarizationSetBy = Automatic + + partition 'Location Client' = m + mode: import + queryGroup: Dimensions + source = ``` + let + Source = #"OData Live", + Location = Source{[Name="Location", Signature="table"]}[Data], + LocationTransformed = + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Location, + "RLS Key", each Text.Combine({[OrganizationId], [Id]}, "-") + ), + {{"Name", "Location Name"}} + ), + {"RLS Key", "Location Name"} + ), + #"Renamed Columns" = Table.RenameColumns(LocationTransformed,{{"Location Name", "Location"}}) + + in + #"Renamed Columns" + ``` + + changedProperty = Name + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Location.tmdl b/CareTogether.SemanticModel/definition/tables/Location.tmdl index 13e1a17..680d5b1 100644 --- a/CareTogether.SemanticModel/definition/tables/Location.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Location.tmdl @@ -1,9 +1,9 @@ table Location - lineageTag: 9b78184e-f905-4fe7-8a9c-7b1b82d0da8c + lineageTag: 8b4ebd77-c4b0-42a5-93d7-a051b5863d3a column 'RLS Key' dataType: string - lineageTag: 8ad230f8-c550-405a-8203-c929a3086632 + lineageTag: 518385f7-1022-484f-aa61-3c53f35cd0ac summarizeBy: none sourceColumn: RLS Key @@ -11,7 +11,7 @@ table Location column Location dataType: string - lineageTag: 97b1dc7f-4d67-4527-bf14-7423eb64f770 + lineageTag: 02c86e9f-d4fb-4f28-b194-e03695bb6fca summarizeBy: none sourceColumn: Location @@ -27,27 +27,30 @@ table Location partition Location = m mode: import - queryGroup: 'Model Queries' + queryGroup: Dimensions source = ``` let Source = #"OData Live", - SourceTable = Source{[Name="Location",Signature="table"]}[Data], - - Locations = + Location = Source{[Name="Location", Signature="table"]}[Data], + LocationTransformed = Table.SelectColumns( - Table.AddColumn( - Table.RenameColumns( - SourceTable, - {{"Name", "Location"}} + Table.RenameColumns( + Table.AddColumn( + Location, + "RLS Key", each Text.Combine({[OrganizationId], [Id]}, "-") ), - "RLS Key", each Text.Combine({[OrganizationId], [Id]}, "-") + {{"Name", "Location Name"}} ), - {"RLS Key", "Id", "Location"} - ) + {"RLS Key", "Location Name"} + ), + #"Renamed Columns" = Table.RenameColumns(LocationTransformed,{{"Location Name", "Location"}}) + in - Locations + #"Renamed Columns" ``` + changedProperty = Name + annotation PBI_NavigationStepName = Navigation annotation PBI_ResultType = Table diff --git a/CareTogether.SemanticModel/definition/tables/Person.tmdl b/CareTogether.SemanticModel/definition/tables/Person.tmdl new file mode 100644 index 0000000..7343047 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Person.tmdl @@ -0,0 +1,249 @@ +table Person + lineageTag: 68a9b7b7-2438-4d03-bd69-1eb77d7bd43f + + measure '# of Impacted Children' = ``` + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN + IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + DISTINCTCOUNT(Person[Person UID]), + FILTER( + VALUES(Family[Family UID]), + COUNTROWS( + FILTER( + RELATEDTABLE('Arrangements'), // Added the related table to ensure that the formula correctly filters the arrangement table. + NOT(ISBLANK('Arrangements'[Started])) && + 'Arrangements'[Started] <= CurrentEndDate && + ( + ISBLANK('Arrangements'[Ended]) || + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) > 0 + ), + Person[Person Type] = "Child" + ) + ) + ``` + formatString: 0 + lineageTag: c51b6f94-dd69-4e59-9c3d-98417bc8a56b + + measure '# of Person' = DISTINCTCOUNT(Person[Person UID]) + formatString: 0 + lineageTag: 435e97af-ba06-462a-87db-76f68747bbd6 + + measure 'Individual Engagement Level' = + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN + IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + COUNTROWS('Individual Function Assignments'), + NOT ISBLANK(Arrangements[Started]), + Arrangements[Started] <= CurrentEndDate, + IF( + ISBLANK('Arrangements'[Ended]), + TRUE(), + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) + formatString: 0 + lineageTag: 076b887e-20b2-44fb-9a99-55d6ca205f1d + + measure 'Individual Last Engagement Date' = + + + VAR Today = TODAY() + VAR CurrentStartDate = [Selected Timeframe Start] + VAR CurrentEndDate = MIN(Today, [Selected Timeframe End]) + + RETURN IF( + CurrentStartDate > Today, + BLANK(), + CALCULATE( + MAXX( + ADDCOLUMNS( + 'Individual Function Assignments', + "EffectiveEnded", IF(ISBLANK(RELATED(Arrangements[Ended])), Today, RELATED(Arrangements[Ended])) + ), + [EffectiveEnded] + ), + NOT ISBLANK(Arrangements[Started]), + Arrangements[Started] <= CurrentEndDate, + IF( + ISBLANK('Arrangements'[Ended]), + TRUE(), + 'Arrangements'[Ended] >= CurrentStartDate + ) + ) + ) + formatString: Short Date + lineageTag: 8aec3d2f-056d-48e2-9651-55858b73bcc4 + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: e7acad06-e8f7-4f64-9c08-b6a7e5f736b9 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Family UID' + dataType: string + displayFolder: _Columns + lineageTag: 27a3efe7-d8b1-4b0c-a8ab-83f774ad1bf8 + summarizeBy: none + sourceColumn: Family UID + + annotation SummarizationSetBy = Automatic + + column 'Person UID' + dataType: string + displayFolder: _Columns + lineageTag: 7fee3a3b-c648-457b-a195-ad8462d1a04c + summarizeBy: none + sourceColumn: Person UID + + annotation SummarizationSetBy = Automatic + + column 'Person ID' + dataType: string + displayFolder: _Columns + lineageTag: 67b08ce8-1afe-4a7f-83a2-7c58c09ac789 + summarizeBy: none + sourceColumn: Person ID + + annotation SummarizationSetBy = Automatic + + column 'First Name' + dataType: string + displayFolder: _Columns + lineageTag: 313c136f-a46f-4185-acfe-6d0f0614bdec + summarizeBy: none + sourceColumn: First Name + + annotation SummarizationSetBy = Automatic + + column 'Last Name' + dataType: string + displayFolder: _Columns + lineageTag: b79f2e72-9627-48bd-a372-b5e06a5b9f6e + summarizeBy: none + sourceColumn: Last Name + + annotation SummarizationSetBy = Automatic + + column 'Full Name' + dataType: string + displayFolder: _Columns + lineageTag: 2231b2c8-27a1-438d-918a-6101ed0d4a97 + summarizeBy: none + sourceColumn: Full Name + + annotation SummarizationSetBy = Automatic + + column 'Person Type' + dataType: string + displayFolder: _Columns + lineageTag: 6f1cb883-a143-4952-9117-971ed0e6e6fa + summarizeBy: none + sourceColumn: Person Type + + annotation SummarizationSetBy = Automatic + + column Ethnicity + dataType: string + displayFolder: _Columns + lineageTag: 742971ca-c73a-441a-8bcc-0b8605dde743 + summarizeBy: none + sourceColumn: Ethnicity + + annotation SummarizationSetBy = Automatic + + column Gender + dataType: string + displayFolder: _Columns + lineageTag: 72e50cf4-78fb-430a-a348-aed5bc3f5b70 + summarizeBy: none + sourceColumn: Gender + + annotation SummarizationSetBy = Automatic + + column 'Date of Birth' + dataType: dateTime + formatString: Long Date + displayFolder: _Columns + lineageTag: 2711d299-c786-452c-9c0f-ed5fade657e4 + summarizeBy: none + sourceColumn: Date of Birth + + variation Variation + isDefault + relationship: 093886a6-d141-4813-8b6c-501e63f69801 + defaultHierarchy: LocalDateTable_489a36aa-e0b2-448a-8b96-aac93e3f3da3.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column Age = DATEDIFF(Person[Date of Birth], UTCNOW(), YEAR) + formatString: 0 + displayFolder: _Columns + lineageTag: e340382b-fbcb-407b-87e5-29e3dfc33107 + summarizeBy: sum + + annotation SummarizationSetBy = Automatic + + partition Person = m + mode: import + queryGroup: Dimensions + source = ``` + let + Source = #"OData Live", + Person = Source{[Name="Person", Signature="table"]}[Data], + PersonTransformed = + + Table.SelectColumns( + Table.AddColumn( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Table.AddColumn( + Person, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Person UID", each Text.Combine({[RLS Key], [Id]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [FamilyId]}, "-") + ), + {{"Id", "Person ID"}, {"FamilyId", "Family ID"}, {"FirstName", "First Name"}, {"LastName", "Last Name"}, + {"PersonType", "Person Type"}, {"DateOfBirth", "Date of Birth"}} + ), + "Full Name", each Text.Combine({[First Name], [Last Name]}, " ") + ), + {"RLS Key", "Family UID", "Person UID", "Person ID", "First Name", "Last Name", "Full Name", "Person Type", "Ethnicity", "Gender", "Date of Birth"} + ) + + in + PersonTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Approvals.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Approvals.tmdl deleted file mode 100644 index eb8069f..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Approvals.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Approvals' - lineageTag: 4128016e-d199-421c-9046-fe1696fa1853 - - column UserId - dataType: string - lineageTag: 0434c103-d49c-4352-adc5-256d4a30ea56 - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: e0a9a634-1cec-4ea2-8f67-4f823722f060 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: fb291485-d24b-4d55-a636-dde9bc5264f7 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 8dfd7d8b-83c3-4435-8810-73f724dd0c11 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Approvals' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangement Type.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangement Type.tmdl deleted file mode 100644 index 47ce6cb..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangement Type.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Arrangement Type' - lineageTag: 0cd69502-2d52-44a5-857b-27e9b5570f5b - - column UserId - dataType: string - lineageTag: 0c5572c1-cb87-4d8a-bae2-8702b85c1dfc - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 6c68c11f-e9b0-418c-b03a-6517dda07b29 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 743b2c1f-3db6-477d-890b-98868c70cbc4 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 3d5c3292-0c5c-4467-b321-d1bb6ccdfc37 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Arrangement Type' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangements.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangements.tmdl deleted file mode 100644 index fb74f36..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Arrangements.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Arrangements' - lineageTag: 33698e4d-76dd-47c5-8e1f-c1840bbe254b - - column UserId - dataType: string - lineageTag: a7b1155c-93ee-4469-8b9e-8c231f63584d - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 521a2280-6479-42e0-92d3-4a26f542eef4 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 2a7a115f-a2eb-4bf3-b088-8bf12b36932b - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 26943d21-5dcf-4414-a177-dc7d6d3cce85 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Arrangements' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Community.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Community.tmdl deleted file mode 100644 index fe88baf..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Community.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Community' - lineageTag: ad97e9c3-5a9b-4286-8286-7a3b3c2b6419 - - column UserId - dataType: string - lineageTag: cfa65435-8735-40fa-a564-3fc556cc2c6c - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 47186f36-1b57-4206-9732-008206f575d6 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: ea42349f-202e-4296-ae3f-dfc55f00be40 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: c528c6df-f09f-4bcf-8e75-a27528e004ca - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Community' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Entity.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Entity.tmdl deleted file mode 100644 index 28e65e8..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Entity.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Entity' - lineageTag: 196bef88-706f-4131-bba1-e355518720a5 - - column UserId - dataType: string - lineageTag: 39ad2e51-a3d0-45a2-9025-793b5dc3c4d2 - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: fa1e6228-9b4e-4fd4-a048-7044e5aad7d2 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 2caaa747-edd7-4753-9eef-87d64f474c7c - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: ac88b04e-9158-455f-85b2-419f458281b5 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Entity' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Locations.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Locations.tmdl deleted file mode 100644 index bc850b8..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Locations.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Locations' - lineageTag: 3eb27047-01ff-4ea6-896d-2e949e7bc73c - - column UserId - dataType: string - lineageTag: a7f17970-a02b-4641-9a65-c07e7aeb1e62 - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 1adafcb6-b8b1-4f0e-a267-2578be7d17e1 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 6284542e-e77e-4f71-9c0e-acef3a2c37c1 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 8bcc77a9-3705-4cf1-8b27-709ef70ba55a - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Locations' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Referral.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Referral.tmdl deleted file mode 100644 index 11c227d..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Referral.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Referral' - lineageTag: 1f77a3f3-523f-421b-9b4d-874ecf65c340 - - column UserId - dataType: string - lineageTag: 17e420b6-6c1d-4470-b962-3688bca6cd1b - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: cb020fc7-89fa-428a-8b1e-890b350b2030 - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: afcca006-8eef-467e-b91f-b0f2328412eb - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 68f42068-5c81-4afc-ae26-53ff64dbaae4 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Referral' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS Location User - Role.tmdl b/CareTogether.SemanticModel/definition/tables/RLS Location User - Role.tmdl deleted file mode 100644 index 9bf5869..0000000 --- a/CareTogether.SemanticModel/definition/tables/RLS Location User - Role.tmdl +++ /dev/null @@ -1,51 +0,0 @@ -table 'RLS Location User - Role' - lineageTag: 148d9c98-2c42-433d-b9fb-cbf549f9919a - - column UserId - dataType: string - lineageTag: d6d2f05d-ffee-436c-a024-e0a0819fbf7f - summarizeBy: none - sourceColumn: UserId - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 13b1c1de-4e77-44d8-a511-33cf475b67ee - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 06af6103-b69c-4d19-bcd3-3a70abbc6926 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: e57b9997-7b5b-44a4-b2af-e601bbb69b9b - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - partition 'RLS Location User - Role' = m - mode: import - queryGroup: RLS - source = - let - Source = #"OData Live", - LocationUserAccess_table = Source{[Name="LocationUserAccess",Signature="table"]}[Data], - #"Added Custom" = Table.AddColumn(LocationUserAccess_table, "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-")), - #"Removed Duplicates" = Table.Distinct(#"Added Custom") - in - #"Removed Duplicates" - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/RLS.tmdl b/CareTogether.SemanticModel/definition/tables/RLS.tmdl new file mode 100644 index 0000000..edd95ed --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/RLS.tmdl @@ -0,0 +1,42 @@ +table RLS + lineageTag: 1e937af2-258c-44d6-ad23-78399a7d9847 + + column 'RLS Key' + dataType: string + lineageTag: 44e4313f-f069-4ab7-9f6d-6eba269abb50 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column UserId + dataType: string + lineageTag: ede6eafc-16c9-45e6-90e3-6e0f2d903129 + summarizeBy: none + sourceColumn: UserId + + annotation SummarizationSetBy = Automatic + + partition RLS = m + mode: import + queryGroup: RLS + source = ``` + let + Source = #"OData Live", + RLS = + Table.SelectColumns( + Table.AddColumn( + Source{[Name="LocationUserAccess", Signature="table"]}[Data], + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + {"RLS Key", "UserId"} + ) + + in + RLS + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Referral.tmdl b/CareTogether.SemanticModel/definition/tables/Referral.tmdl deleted file mode 100644 index 1f13ce7..0000000 --- a/CareTogether.SemanticModel/definition/tables/Referral.tmdl +++ /dev/null @@ -1,171 +0,0 @@ -table Referral - lineageTag: d767a338-d9a5-4e00-8b61-2f6469d3aa63 - - /// This measure counts the number of referrals opened during a given timeframe, including duplicate referrals for the same family during the same timeframe. - measure '# of Referrals Opened' = - COUNTROWS( - FILTER( - Referral, - AND( - Referral[Opened] >= [Selected Timeframe Start], - Referral[Opened] <= [Selected Timeframe End] - ) - ) - ) - formatString: 0 - lineageTag: 9629d58a-d07b-4c7a-8853-0a6f66904884 - - changedProperty = IsHidden - - /// A family was referred during the selected timeframe if one or more referrals was opened for them during that timeframe. This measure does not count duplicate referrals for the same family during a given timeframe. - measure '# of Families Referred' = - - CALCULATE( - DISTINCTCOUNTNOBLANK(Referral[FamilyId]), - FILTER( - Referral, - AND( - Referral[Opened] >= [Selected Timeframe Start], - Referral[Opened] <= [Selected Timeframe End] - ) - ) - ) - formatString: 0 - lineageTag: f8ef22d6-a7b1-4619-b6aa-f928642d95aa - - column Id - dataType: string - isHidden - isKey - displayFolder: _Columns - lineageTag: 048d136e-c963-4efb-954c-117136ca81da - summarizeBy: none - sourceColumn: Id - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column FamilyId - dataType: string - isHidden - displayFolder: _Columns - lineageTag: cfbee179-9c41-46c7-912b-1e57e7a4259b - summarizeBy: none - sourceColumn: FamilyId - - changedProperty = IsHidden - - annotation SummarizationSetBy = Automatic - - column Opened - dataType: dateTime - formatString: Short Date - displayFolder: _Columns - lineageTag: b1b56280-2e23-447e-8eb5-d75b32d2ad37 - summarizeBy: none - sourceColumn: Opened - - variation Variation - isDefault - relationship: a5ae77fe-88aa-4706-bfd5-fdf99d014cf8 - defaultHierarchy: LocalDateTable_badf15b7-4811-4e5f-aee5-299aaab58eca.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - annotation UnderlyingDateTimeDataType = Date - - column Closed - dataType: dateTime - formatString: Short Date - displayFolder: _Columns - lineageTag: cdceaf22-4188-419b-81de-57ea5041da04 - summarizeBy: none - sourceColumn: Closed - - variation Variation - isDefault - relationship: 61ed4f64-5da8-4039-89ee-4b2905a8923d - defaultHierarchy: LocalDateTable_d64749d8-d763-4d50-94b8-a3acfe90e321.'Date Hierarchy' - - annotation SummarizationSetBy = Automatic - - annotation UnderlyingDateTimeDataType = Date - - column PrimaryReasonForReferral - dataType: string - lineageTag: 928e879d-7470-4e7e-bba1-6f6e12a14c5d - summarizeBy: none - sourceColumn: PrimaryReasonForReferral - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 6b6c6730-f1d8-4329-98b0-6748f012affb - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: f4f9f29f-0f0f-4286-a0f8-cf244d0a953d - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: b4a44b4c-008d-49aa-a087-54ece637cca6 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - column 'Referral Source' - dataType: string - lineageTag: d0ea8f71-65ca-462c-8492-08265f63ed0e - summarizeBy: none - sourceColumn: Referral Source - - annotation SummarizationSetBy = Automatic - - column 'Close Reason' - dataType: string - lineageTag: f1bcff93-20cb-49d5-ad15-51627c6ec550 - summarizeBy: none - sourceColumn: Close Reason - - annotation SummarizationSetBy = Automatic - - partition Referral-ae1a9126-4929-4d7f-8948-7409da4a474e = m - mode: import - queryGroup: 'Model Queries' - source = ``` - let - Source = #"OData Live", - SourceTable = Source{[Name="Referral", Signature="table"]}[Data], - - Referral = - - Table.SelectColumns( - Table.AddColumn( - Table.RenameColumns( - SourceTable, - {{"ReferralSource", "Referral Source"}, {"CloseReason", "Close Reason"}} - ), - "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") - ), - {"Id", "OrganizationId", "LocationId", "RLS Key", "FamilyId", "Opened", "Closed", "Referral Source", "Close Reason", "PrimaryReasonForReferral"} - ) - - in - Referral - ``` - - annotation PBI_ResultType = Table - - annotation PBI_NavigationStepName = Navigation - diff --git a/CareTogether.SemanticModel/definition/tables/Referrals.tmdl b/CareTogether.SemanticModel/definition/tables/Referrals.tmdl new file mode 100644 index 0000000..45b6771 --- /dev/null +++ b/CareTogether.SemanticModel/definition/tables/Referrals.tmdl @@ -0,0 +1,162 @@ +table Referrals + lineageTag: 9e3a875e-349f-43da-84eb-8c636fdefbc9 + + measure '# of Referrals Opened' = + COUNTROWS( + FILTER( + Referrals, + AND( + Referrals[Opened] >= [Selected Timeframe Start], + Referrals[Opened] <= [Selected Timeframe End] + ) + ) + ) + formatString: 0 + lineageTag: f3c404d6-390c-431b-9b69-8eb6b0e63a25 + + measure '# of Families Referred' = + + CALCULATE( + DISTINCTCOUNTNOBLANK(Referrals[Family UID]), + FILTER( + Referrals, + AND( + Referrals[Opened] >= [Selected Timeframe Start], + Referrals[Opened] <= [Selected Timeframe End] + ) + ) + ) + formatString: 0 + lineageTag: b5d014ee-8316-42d6-9279-31313afeea43 + + column 'RLS Key' + dataType: string + displayFolder: _Columns + lineageTag: cd5525dd-e937-49df-b204-6c81e4fda7f7 + summarizeBy: none + sourceColumn: RLS Key + + annotation SummarizationSetBy = Automatic + + column 'Referral ID' + dataType: string + displayFolder: _Columns + lineageTag: 8186c11b-3aac-469e-9338-c5c6dbe09c2d + summarizeBy: none + sourceColumn: Referral ID + + annotation SummarizationSetBy = Automatic + + column 'Family UID' + dataType: string + displayFolder: _Columns + lineageTag: 738b7dad-745e-4b9d-abf1-6e9042b82ab7 + summarizeBy: none + sourceColumn: Family UID + + annotation SummarizationSetBy = Automatic + + column 'Family ID' + dataType: string + displayFolder: _Columns + lineageTag: 324a14fb-9785-443c-9b0f-17c8e2cdfd72 + summarizeBy: none + sourceColumn: Family ID + + annotation SummarizationSetBy = Automatic + + column Opened + dataType: dateTime + formatString: Short Date + displayFolder: _Columns + lineageTag: 3735aae9-a05e-45e2-b675-64e5b18b46bc + summarizeBy: none + sourceColumn: Opened + + variation Variation + isDefault + relationship: 1ab2206b-4a20-45f7-9023-09d98267b9ac + defaultHierarchy: LocalDateTable_530a03d7-4545-4c50-b8bb-0eafd1c73faf.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column Closed + dataType: dateTime + formatString: Short Date + displayFolder: _Columns + lineageTag: 731a711a-6cf1-4553-98be-25be1f1b4b11 + summarizeBy: none + sourceColumn: Closed + + variation Variation + isDefault + relationship: c4be420d-f6cc-4943-8cbf-0f4f29d6fea4 + defaultHierarchy: LocalDateTable_fde1edd6-5eb1-4a41-b6af-f79f35fa348f.'Date Hierarchy' + + annotation SummarizationSetBy = Automatic + + annotation UnderlyingDateTimeDataType = Date + + column 'Referral Source' + dataType: string + displayFolder: _Columns + lineageTag: 9ec71218-11b8-4ae6-a43b-42a01cbbef9b + summarizeBy: none + sourceColumn: Referral Source + + annotation SummarizationSetBy = Automatic + + column 'Close Reason' + dataType: string + displayFolder: _Columns + lineageTag: ac057b4d-f637-493e-ad3e-e4d72feb95da + summarizeBy: none + sourceColumn: Close Reason + + annotation SummarizationSetBy = Automatic + + column 'Primary Reason for Referral' + dataType: string + displayFolder: _Columns + lineageTag: ae7e18ff-b6f6-4a22-aa8b-8389894dd252 + summarizeBy: none + sourceColumn: Primary Reason for Referral + + annotation SummarizationSetBy = Automatic + + partition Referrals = m + mode: import + queryGroup: Fact + source = ``` + let + Source = #"OData Live", + Referral = Source{[Name="Referral", Signature="table"]}[Data], + ReferralTransformed = + + Table.SelectColumns( + Table.RenameColumns( + Table.AddColumn( + Table.AddColumn( + Referral, + "RLS Key", each Text.Combine({[OrganizationId], [LocationId]}, "-") + ), + "Family UID", each Text.Combine({[RLS Key], [FamilyId]}, "-") + ), + {{"Id", "Referral ID"}, {"FamilyId", "Family ID"}, {"ReferralSource", "Referral Source"}, {"CloseReason", "Close Reason"}, {"PrimaryReasonForReferral", "Primary Reason for Referral"}} + ), + {"RLS Key", "Referral ID", "Family UID", "Family ID", "Opened", "Closed", "Referral Source", "Close Reason", "Primary Reason for Referral"} + ) + + + + + in + ReferralTransformed + ``` + + annotation PBI_NavigationStepName = Navigation + + annotation PBI_ResultType = Table + diff --git a/CareTogether.SemanticModel/definition/tables/Role Approval.tmdl b/CareTogether.SemanticModel/definition/tables/Role Approval.tmdl deleted file mode 100644 index 36fa73a..0000000 --- a/CareTogether.SemanticModel/definition/tables/Role Approval.tmdl +++ /dev/null @@ -1,221 +0,0 @@ -table 'Role Approval' - lineageTag: 46da9e14-7769-40f8-9645-fc47e5f2407b - - measure '# Approval Tracker' = - - VAR Tracker = - SWITCH( - TRUE(), - ISINSCOPE('Role Approval'[Entity Name]), - VAR MaxDate = CALCULATE( - MAX('Role Approval'[Date]), - 'Role Approval'[StatusChanged] = TRUE() - ) - RETURN IF(ISBLANK(MaxDate), BLANK(), FORMAT(MaxDate, "YYYY-MM-DD")), - - ISINSCOPE('Role Approval'[Role Name]), - FORMAT(CALCULATE( - DISTINCTCOUNT('Role Approval'[Entity Id]), - 'Role Approval'[StatusChanged] = TRUE() - ), "0"), - - ISINSCOPE('Role Approval'[Entity Type]), - FORMAT(CALCULATE( - DISTINCTCOUNT('Role Approval'[Entity Id]), - 'Role Approval'[StatusChanged] = TRUE() - ), "0") - ) - - RETURN - IF(ISBLANK(Tracker), BLANK(), Tracker) - lineageTag: 590209fb-c050-4003-98c4-8671173f3212 - - measure 'Volunteer Family Status Flag' = ``` - - - // INACTIVE OR ACTIVE DEFINITION: - // Inactive = only 'inactive' or 'denied' - // Blank = no role approval - // Active = anything other than 'inactive' or 'denied' - - VAR StartDate = [Selected Timeframe Start] - VAR EndDate = [Selected Timeframe End] - - VAR FamilyInactive = - CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Date] >= StartDate && 'Role Approval'[Date] <= EndDate, - 'Approval Status'[Status] IN {"Inactive", "Denied"}, - 'Role Approval'[Entity Type] = "Family", - USERELATIONSHIP(Entity[FamilyId], 'Role Approval'[Entity Id]), - CROSSFILTER(Entity[PersonId], 'Role Approval'[Entity Id], None) - ) - - VAR FamilyActive = - CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Date] >= StartDate && 'Role Approval'[Date] <= EndDate, - NOT 'Role Approval'[Status] IN {"Inactive", "Denied"}, - 'Role Approval'[Entity Type] = "Family", - USERELATIONSHIP(Entity[FamilyId], 'Role Approval'[Entity Id]), - CROSSFILTER(Entity[PersonId], 'Role Approval'[Entity Id], None) - ) - - - RETURN IF(FamilyActive > 0, "Active", IF(FamilyInactive > 0, "Inactive", IF(ISBLANK(FamilyActive + FamilyInactive), "No Role Approval"))) - - ``` - lineageTag: 26c1a021-747c-49d8-aaf5-a983bb323c80 - - measure 'Volunteer Individual Status Flag' = ``` - - - // Inactive or Active Definition: - // Inactive = only 'inactive' or 'denied' - // Blank = no role approval - // Active = anything other than 'inactive' or 'denied' - - VAR StartDate = [Selected Timeframe Start] - VAR EndDate = [Selected Timeframe End] - - VAR PersonInactive = - CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Date] >= StartDate && 'Role Approval'[Date] <= EndDate, - 'Approval Status'[Status] IN {"Inactive", "Denied"}, - 'Role Approval'[Entity Type] = "Person" - ) - - VAR PersonActive = - CALCULATE( - COUNTROWS('Role Approval'), - 'Role Approval'[Date] >= StartDate && 'Role Approval'[Date] <= EndDate, - NOT 'Role Approval'[Status] IN {"Inactive", "Denied"}, - 'Role Approval'[Entity Type] = "Person" - ) - - RETURN IF(PersonActive > 0, "Active", IF(PersonInactive > 0, "Inactive", IF(ISBLANK(PersonActive + PersonInactive), "No Role Approval"))) - ``` - lineageTag: 41e6fa73-ec85-4a75-9af2-47bc0c8bddb0 - - column 'Entity Type' - dataType: string - lineageTag: 0fb1b97a-9aca-43be-aaaf-64c2d919515c - summarizeBy: none - sourceColumn: Entity Type - - annotation SummarizationSetBy = Automatic - - column Status - dataType: string - lineageTag: f18f85eb-7629-4b74-a64b-e1de51f329b2 - summarizeBy: none - sourceColumn: Status - - annotation SummarizationSetBy = Automatic - - column 'Approval Type' - dataType: string - lineageTag: bab34ac0-c8ed-48a5-9e32-144a53b8afb1 - summarizeBy: none - sourceColumn: Approval Type - - annotation SummarizationSetBy = Automatic - - column Date - dataType: dateTime - formatString: Short Date - lineageTag: f8c87c7a-295b-4765-8dd9-23c751cb422e - summarizeBy: none - sourceColumn: Date - - annotation SummarizationSetBy = Automatic - - annotation UnderlyingDateTimeDataType = Date - - column StatusChanged - dataType: boolean - formatString: """TRUE"";""TRUE"";""FALSE""" - lineageTag: c6a7afb2-a64e-45f9-8d08-812a0085a9dc - summarizeBy: none - sourceColumn: StatusChanged - - annotation SummarizationSetBy = Automatic - - column 'Entity Name' = - COALESCE( - LOOKUPVALUE(Entity[Family Name], Entity[FamilyId], 'Role Approval'[Entity Id]), - LOOKUPVALUE(Entity[Full Name], Entity[PersonId], 'Role Approval'[Entity Id]) - ) - lineageTag: 33487ad4-e5c8-45c5-bdfc-261c58809382 - summarizeBy: none - - annotation SummarizationSetBy = Automatic - - column OrganizationId - dataType: string - lineageTag: 9497c0bf-c108-4d9f-adb8-da4f3e9e630e - summarizeBy: none - sourceColumn: OrganizationId - - annotation SummarizationSetBy = Automatic - - column LocationId - dataType: string - lineageTag: 0c47a74a-83df-4e2b-abbb-c778c3ad3ee5 - summarizeBy: none - sourceColumn: LocationId - - annotation SummarizationSetBy = Automatic - - column 'RLS Key' - dataType: string - lineageTag: 65cbb2c1-a71a-43c7-8c83-c8b49006b3e1 - summarizeBy: none - sourceColumn: RLS Key - - annotation SummarizationSetBy = Automatic - - column 'Entity Id' - dataType: string - lineageTag: 2efcfb9c-0f78-4c9e-a598-7b8bc3f7a3ab - summarizeBy: none - sourceColumn: Entity Id - - annotation SummarizationSetBy = Automatic - - column 'Role Name' - dataType: string - lineageTag: bf8adb60-52a3-414b-87df-306ecdcc52ab - summarizeBy: none - sourceColumn: Role Name - - annotation SummarizationSetBy = Automatic - - partition 'Role Approval' = m - mode: import - queryGroup: 'Consolidated Entities' - source = ``` - let - // Data source - Source = #"OData Live", - - RoleApproval = - Table.SelectColumns( - Table.RenameColumns( - Source{[Name="RoleApprovals", Signature="table"]}[Data], - {{"EntityType", "Entity Type"}, {"RoleName", "Role Name"},{"ApprovalType", "Approval Type"}, - {"EntityId", "Entity Id"}, {"RlsKey", "RLS Key"}} - ), - {"RLS Key", "OrganizationId", "LocationId", "Entity Type", "Entity Id", "Role Name", "Date", "Approval Type", "Status", "StatusChanged" } - ) - - - in - RoleApproval - ``` - - annotation PBI_NavigationStepName = Navigation - - annotation PBI_ResultType = Table - diff --git a/CareTogether.SemanticModel/definition/tables/Role.tmdl b/CareTogether.SemanticModel/definition/tables/Role.tmdl index a769d70..dcc1508 100644 --- a/CareTogether.SemanticModel/definition/tables/Role.tmdl +++ b/CareTogether.SemanticModel/definition/tables/Role.tmdl @@ -1,25 +1,25 @@ table Role - lineageTag: 960f9fe2-c3cc-4543-9ef9-5a2b70f1f590 + lineageTag: a5a15efd-7639-4e75-a11f-7e21f671acbe column 'Role Name' dataType: string - lineageTag: b7303532-6c4e-4a4b-83e7-0ad29753ffc8 + lineageTag: 99f25033-77d2-472e-aa78-36b450f50e70 summarizeBy: none sourceColumn: Role Name annotation SummarizationSetBy = Automatic - column OrganizationId + column 'Role UID' dataType: string - lineageTag: adae3153-d7bd-4bfb-a440-f20c0a2b55fa + lineageTag: 9a186480-99e2-4514-8056-9c1194fc149f summarizeBy: none - sourceColumn: OrganizationId + sourceColumn: Role UID annotation SummarizationSetBy = Automatic - partition Role-e671c74c-88c5-4c48-a3a5-404c5dec31f4 = m + partition Role = m mode: import - queryGroup: 'Model Queries' + queryGroup: Dimensions source = ``` let Source = #"OData Live", @@ -27,12 +27,16 @@ table Role Role = Table.SelectColumns( - Table.RenameColumns( - SourceTable, - {{"Name", "Role Name"}} + Table.AddColumn( + Table.RenameColumns( + SourceTable, + {{"Name", "Role Name"}} + ), + "Role UID", each Text.Combine({[OrganizationId], [Role Name]}, "-") ), - {"OrganizationId", "Role Name"} + {"Role UID", "Role Name"} ) + in Role ``` diff --git a/CareTogether.SemanticModel/diagramLayout.json b/CareTogether.SemanticModel/diagramLayout.json index 1c81a36..00d5c76 100644 --- a/CareTogether.SemanticModel/diagramLayout.json +++ b/CareTogether.SemanticModel/diagramLayout.json @@ -4,254 +4,197 @@ { "ordinal": 0, "scrollPosition": { - "x": 0, - "y": 777.59805300530081 + "x": 158.36391782713611, + "y": 0 }, "nodes": [ { "location": { - "x": 536.07239163857719, - "y": 375.35124551609243 + "x": 2817.5933522591781, + "y": 779.92911349451651 }, - "nodeIndex": "Role", - "nodeLineageTag": "960f9fe2-c3cc-4543-9ef9-5a2b70f1f590", + "nodeIndex": "Date", + "nodeLineageTag": "c3cfcb9b-c6b2-48e0-8d00-9fe6ec85a978", "size": { - "height": 152.99999999999986, + "height": 614.057324214705, "width": 234 }, - "zIndex": 10 + "zIndex": 1 }, { "location": { - "x": 1032.355830672811, - "y": 1894.0312987072678 + "x": 657.80292780346178, + "y": 0 }, - "nodeIndex": "Arrangement", - "nodeLineageTag": "46d5bd4a-a507-4eb7-941d-b7680ccdeaa3", + "nodeIndex": "RLS", "size": { - "height": 587.78265903679358, - "width": 272 + "height": 128, + "width": 234 }, - "zIndex": 19 + "zIndex": 0 }, { - "location": { - "x": 466.59279489231545, - "y": 1571.890488540226 - }, - "nodeIndex": "Referral", - "nodeLineageTag": "d767a338-d9a5-4e00-8b61-2f6469d3aa63", + "location": {}, + "nodeIndex": "Family", + "nodeLineageTag": "5585aeeb-f4e2-456d-8f6e-436d261a4cc2", "size": { - "height": 298.77732979753887, + "height": 300, "width": 234 }, - "zIndex": 17 + "zIndex": 0 }, { - "location": { - "x": 513.50091315505745, - "y": 1912.7910194986791 - }, - "nodeIndex": "Arrangement Type", - "nodeLineageTag": "c7cb613d-9d95-4212-99b0-afeb17ed7411", + "location": {}, + "nodeIndex": "Person", + "nodeLineageTag": "68a9b7b7-2438-4d03-bd69-1eb77d7bd43f", "size": { - "height": 128, + "height": 300, "width": 234 }, - "zIndex": 6 + "zIndex": 0 }, { - "location": { - "x": 539.49856149511891, - "y": 695.32317631712965 - }, - "nodeIndex": "Approval Status", - "nodeLineageTag": "5d13b768-cd22-4e23-8052-f51c41e023ce", + "location": {}, + "nodeIndex": "Arrangements", + "nodeLineageTag": "1874e170-b37e-4a8f-b672-f37058e8d3e6", "size": { - "height": 156.99999999999994, + "height": 300, "width": 234 }, - "zIndex": 9 + "zIndex": 0 }, { - "location": { - "x": 512.85036348574044, - "y": 2160.4801485751868 - }, - "nodeIndex": "Arrangement Phase", - "nodeLineageTag": "8a45b6de-6ddf-451f-885a-53d149374a7d", + "location": {}, + "nodeIndex": "Arrangement Type", + "nodeLineageTag": "b2303fb3-bd33-4a97-9b0d-831a6ca8cf94", "size": { - "height": 152, + "height": 176, "width": 234 }, - "zIndex": 4 + "zIndex": 0 }, { - "location": { - "x": 145.51974561120389, - "y": 1888.9219216662661 - }, + "location": {}, "nodeIndex": "Childcare", - "nodeLineageTag": "ca6cccb8-8c47-4b47-a6a3-3730e2269767", + "nodeLineageTag": "0e929471-7d25-410a-953a-359fbad618e6", "size": { "height": 152, "width": 234 }, - "zIndex": 5 + "zIndex": 0 }, { - "location": { - "x": 1766.5911164547488, - "y": 1226.8951240124538 - }, - "nodeIndex": "Childcare Plan", - "nodeLineageTag": "e454f50c-d108-4cc7-b49d-4585c9ad868e", + "location": {}, + "nodeIndex": "Referrals", + "nodeLineageTag": "9e3a875e-349f-43da-84eb-8c636fdefbc9", "size": { - "height": 152, + "height": 296, "width": 234 }, - "zIndex": 8 + "zIndex": 0 }, { - "location": { - "x": 154.27454540477368, - "y": 1515.6835091073829 - }, + "location": {}, "nodeIndex": "Close Reason", - "nodeLineageTag": "bbdc1bb2-de24-4f53-a35b-5004cd067f7e", + "nodeLineageTag": "a1d60698-0bd2-4f71-8c12-2867d488fec6", "size": { "height": 152, "width": 234 }, - "zIndex": 3 - }, - { - "location": { - "x": 1722.4326857520346, - "y": 1549.2473760219598 - }, - "nodeIndex": "Child Location Record", - "nodeLineageTag": "97d0ba37-acfb-4f78-bc62-fb59df0fb93e", - "size": { - "height": 464.99999999999932, - "width": 250 - }, - "zIndex": 16 + "zIndex": 0 }, { - "location": { - "x": 1681.5933522591781, - "y": 519.95274232967768 - }, - "nodeIndex": "Date", - "nodeLineageTag": "c3cfcb9b-c6b2-48e0-8d00-9fe6ec85a978", + "location": {}, + "nodeIndex": "Community Member Families", "size": { - "height": 614.057324214705, + "height": 176, "width": 234 }, - "zIndex": 18 + "zIndex": 0 }, { - "location": { - "x": 1483.4536139629272, - "y": 1253.8850665443813 - }, - "nodeIndex": "ChildLocationExpanded", - "nodeLineageTag": "1ad7d14d-cbb6-433b-85ee-5fc54cf0046c", + "location": {}, + "nodeIndex": "Community", + "nodeLineageTag": "e7a84953-27c2-4818-8b9a-4ebdd0ebcb9d", "size": { - "height": 215.00000000000023, + "height": 152, "width": 234 }, - "zIndex": 15 + "zIndex": 0 }, { - "location": { - "x": 0, - "y": 1101.282975177834 - }, - "nodeIndex": "Community", - "nodeLineageTag": "f38961a2-f1d1-478b-87f7-d848cfbf0304", + "location": {}, + "nodeIndex": "Community Role Assignments", + "nodeLineageTag": "f609fd05-22d1-4600-8e45-7cf87904cf76", "size": { - "height": 208.37332588955542, + "height": 200, "width": 234 }, - "zIndex": 13 + "zIndex": 0 }, { - "location": { - "x": 0, - "y": 1365.6683086670218 - }, - "nodeIndex": "Community Member Families", - "nodeLineageTag": "614cb360-e6aa-4352-801e-f51065f1076b", + "location": {}, + "nodeIndex": "Child Location Record", + "nodeLineageTag": "8fbe750b-9267-4d1b-9df7-3a6f63651067", "size": { - "height": 128, + "height": 300, "width": 234 }, - "zIndex": 1 + "zIndex": 0 }, { - "location": { - "x": 5.6843418860808015E-14, - "y": 868.44921797986854 - }, - "nodeIndex": "Community Role Assignments", - "nodeLineageTag": "5d48d610-1f9d-4a9e-bae4-ef9ac4fec4a1", + "location": {}, + "nodeIndex": "Childcare Plan", + "nodeLineageTag": "8197a540-9290-4d4f-8a22-c9d6c9ca5256", "size": { "height": 152, "width": 234 }, - "zIndex": 2 + "zIndex": 0 }, { - "location": { - "x": 2588.431438715158, - "y": 1185.7598258451469 - }, - "nodeIndex": "Function Assignments", - "nodeLineageTag": "37dbfcb3-ae81-4dbe-b5b6-66fa9cff03bd", + "location": {}, + "nodeIndex": "ChildLocationExpanded", "size": { - "height": 152, + "height": 200, "width": 234 }, "zIndex": 0 }, { - "location": { - "x": 3156.431438715158, - "y": 1028.3484379526819 - }, - "nodeIndex": "Entity", - "nodeLineageTag": "18ba4465-a9c2-415f-8e79-fd884584fded", + "location": {}, + "nodeIndex": "Approval Status", + "nodeLineageTag": "3ef6724d-6748-4b8d-b25c-519df76a376b", "size": { - "height": 300, + "height": 152, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "Role Approval", + "nodeIndex": "Role", + "nodeLineageTag": "a5a15efd-7639-4e75-a11f-7e21f671acbe", "size": { - "height": 224, + "height": 104, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "Approvals by Entity", - "nodeLineageTag": "7dc61cfe-e821-49b8-88a9-f3f0acb66324", + "nodeIndex": "Arrangements Group", + "nodeLineageTag": "a9e85fbb-dcc2-496a-89a9-7067dffa0a55", "size": { - "height": 176, + "height": 128, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "Engagement by Entity", - "nodeLineageTag": "8f2409f8-8bb7-409d-a99d-42d2502e2ec7", + "nodeIndex": "Approvals Group", + "nodeLineageTag": "96722cdf-8f85-41c2-b47d-8092ea3c5b95", "size": { "height": 128, "width": 234 @@ -260,104 +203,105 @@ }, { "location": {}, - "nodeIndex": "Arrangements by Entity", - "nodeLineageTag": "e19223f9-8daf-425c-b34a-68e984e4dc8d", + "nodeIndex": "Family Role Approvals", + "nodeLineageTag": "1c9df905-397c-49b4-b600-474b18df7295", "size": { - "height": 128, + "height": 296, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Approvals", + "nodeIndex": "Individual Role Approvals", + "nodeLineageTag": "f1316aaa-f0fd-49a4-8963-e182d41d7a32", "size": { - "height": 128, + "height": 296, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Arrangements", - "nodeLineageTag": "83f21d64-df74-414e-a850-93d14a71c9ed", + "nodeIndex": "Approval Type", + "nodeLineageTag": "b8cb7b24-2738-41f5-928b-2ce2c2019e8d", "size": { - "height": 128, + "height": 104, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Referral", + "nodeIndex": "Engagement Group", + "nodeLineageTag": "73ee2eee-feeb-4667-91e7-95e39da082c2", "size": { - "height": 176, + "height": 128, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Locations", - "nodeLineageTag": "3eb27047-01ff-4ea6-896d-2e949e7bc73c", + "nodeIndex": "Family Function Assignments", + "nodeLineageTag": "c21a9948-7cba-4782-ae1d-3b3dd7308e43", "size": { - "height": 176, + "height": 200, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Community", - "nodeLineageTag": "ad97e9c3-5a9b-4286-8286-7a3b3c2b6419", + "nodeIndex": "Individual Function Assignments", + "nodeLineageTag": "49e39722-8999-4392-9e8a-a71c9b18644f", "size": { - "height": 176, + "height": 200, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "Location", + "nodeIndex": "Client Family", + "nodeLineageTag": "b2de50d0-cd3c-4669-8a56-bf50dcc20a91", "size": { - "height": 152, + "height": 300, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Arrangement Type", - "nodeLineageTag": "0cd69502-2d52-44a5-857b-27e9b5570f5b", + "nodeIndex": "Client Person", + "nodeLineageTag": "d1d492d4-6e16-4bce-b224-c7fb5de3fa7a", "size": { - "height": 176, + "height": 300, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Role", - "nodeLineageTag": "148d9c98-2c42-433d-b9fb-cbf549f9919a", + "nodeIndex": "Location Client", "size": { - "height": 176, + "height": 128, "width": 234 }, "zIndex": 0 }, { "location": {}, - "nodeIndex": "RLS Location User - Entity", - "nodeLineageTag": "196bef88-706f-4131-bba1-e355518720a5", + "nodeIndex": "Location", "size": { - "height": 176, + "height": 128, "width": 234 }, "zIndex": 0 } ], "name": "All tables", - "zoomValue": 90, + "zoomValue": 36.624504366777884, "pinKeyFieldsToTop": false, "showExtraHeaderInfo": false, "hideKeyFieldsWhenCollapsed": false, @@ -366,363 +310,351 @@ { "ordinal": 1, "scrollPosition": { - "x": 9.0591619870783688, - "y": 129.41659981540525 + "x": 0, + "y": 0 }, "nodes": [ { "location": { - "x": 776.442877277541, - "y": 604.90199932621408 + "x": 2408.8164337238118, + "y": 9.1195551961400838 }, - "nodeIndex": "Entity", - "nodeLineageTag": "18ba4465-a9c2-415f-8e79-fd884584fded", + "nodeIndex": "RLS", + "nodeLineageTag": "1e937af2-258c-44d6-ad23-78399a7d9847", "size": { - "height": 477.01947084761764, - "width": 271.53081394646767 + "height": 145, + "width": 234 }, - "zIndex": 21 + "zIndex": 12 }, { "location": { - "x": 699.96636562297238, - "y": 1219.9168211673248 + "x": 787.46153859847982, + "y": 765.39512417995081 }, - "nodeIndex": "Function Assignments", - "nodeLineageTag": "37dbfcb3-ae81-4dbe-b5b6-66fa9cff03bd", + "nodeIndex": "Family", + "nodeLineageTag": "5585aeeb-f4e2-456d-8f6e-436d261a4cc2", "size": { - "height": 152, + "height": 339.88366285731854, "width": 234 }, - "zIndex": 12 + "zIndex": 17 }, { "location": { - "x": 808.60581629382591, - "y": 1443.5349087098043 + "x": 1139.8175284711142, + "y": 763.83783275908388 }, - "nodeIndex": "Arrangement", - "nodeLineageTag": "46d5bd4a-a507-4eb7-941d-b7680ccdeaa3", + "nodeIndex": "Person", + "nodeLineageTag": "68a9b7b7-2438-4d03-bd69-1eb77d7bd43f", "size": { - "height": 713.75334952216554, + "height": 336.28970704652318, "width": 234 }, - "zIndex": 22 + "zIndex": 24 }, { "location": { - "x": 338.52309416576713, - "y": 2184.2090021154795 + "x": 944.67810708632533, + "y": 1491.7389681462009 }, - "nodeIndex": "Arrangement Phase", - "nodeLineageTag": "8a45b6de-6ddf-451f-885a-53d149374a7d", + "nodeIndex": "Arrangements", + "nodeLineageTag": "1874e170-b37e-4a8f-b672-f37058e8d3e6", "size": { - "height": 152, - "width": 234 + "height": 300, + "width": 294.82580191324018 }, - "zIndex": 13 + "zIndex": 16 }, { "location": { - "x": 309.54385713804527, - "y": 1522.4751548534925 + "x": 331.00943518769549, + "y": 1554.478606040271 }, "nodeIndex": "Arrangement Type", - "nodeLineageTag": "c7cb613d-9d95-4212-99b0-afeb17ed7411", + "nodeLineageTag": "b2303fb3-bd33-4a97-9b0d-831a6ca8cf94", "size": { - "height": 168.21566830788424, + "height": 176, "width": 234 }, - "zIndex": 14 + "zIndex": 13 }, { "location": { "x": 0, - "y": 1654.5725433543832 + "y": 1555.5257783081954 }, "nodeIndex": "Childcare", - "nodeLineageTag": "ca6cccb8-8c47-4b47-a6a3-3730e2269767", + "nodeLineageTag": "0e929471-7d25-410a-953a-359fbad618e6", "size": { - "height": 170.86273050015598, + "height": 181.76581795754328, "width": 234 }, - "zIndex": 15 + "zIndex": 14 }, { "location": { - "x": 302.194808156873, - "y": 1255.1230411059069 + "x": 325.92651059177609, + "y": 2264.4274283730888 }, - "nodeIndex": "Referral", - "nodeLineageTag": "d767a338-d9a5-4e00-8b61-2f6469d3aa63", + "nodeIndex": "Referrals", + "nodeLineageTag": "9e3a875e-349f-43da-84eb-8c636fdefbc9", "size": { - "height": 207.68856372341293, + "height": 157.48397847320211, "width": 234 }, - "zIndex": 18 + "zIndex": 23 }, { "location": { "x": 0, - "y": 1156.7639106718209 + "y": 2266.8827462169938 }, "nodeIndex": "Close Reason", - "nodeLineageTag": "bbdc1bb2-de24-4f53-a35b-5004cd067f7e", + "nodeLineageTag": "a1d60698-0bd2-4f71-8c12-2867d488fec6", "size": { "height": 152, "width": 234 }, - "zIndex": 16 - }, - { - "location": { - "x": 8.7058756154566055, - "y": 604.37200777501391 - }, - "nodeIndex": "Community", - "nodeLineageTag": "f38961a2-f1d1-478b-87f7-d848cfbf0304", - "size": { - "height": 200, - "width": 234 - }, "zIndex": 19 }, { "location": { - "x": 8.70587561545662, - "y": 904.72471650826685 + "x": 0, + "y": 715.81349900732539 }, "nodeIndex": "Community Member Families", - "nodeLineageTag": "614cb360-e6aa-4352-801e-f51065f1076b", + "nodeLineageTag": "785f05bf-7c33-4d73-a7e1-fb1007f192e8", "size": { - "height": 128, + "height": 176, "width": 234 }, - "zIndex": 17 + "zIndex": 25 }, { "location": { - "x": 3.8822013477735879, - "y": 351.90161492677237 + "x": 0, + "y": 497.72802715455606 }, - "nodeIndex": "Community Role Assignments", - "nodeLineageTag": "5d48d610-1f9d-4a9e-bae4-ef9ac4fec4a1", + "nodeIndex": "Community", + "nodeLineageTag": "e7a84953-27c2-4818-8b9a-4ebdd0ebcb9d", "size": { "height": 152, "width": 234 }, - "zIndex": 7 - }, - { - "location": { - "x": 475.38523936858792, - "y": 209.97961325371429 - }, - "nodeIndex": "Approval Status", - "nodeLineageTag": "5d13b768-cd22-4e23-8052-f51c41e023ce", - "size": { - "height": 223.88414193169996, - "width": 234 - }, - "zIndex": 20 + "zIndex": 10 }, { "location": { - "x": 794.66590308508194, - "y": 0 + "x": 0, + "y": 232.42399753297531 }, - "nodeIndex": "Role", - "nodeLineageTag": "960f9fe2-c3cc-4543-9ef9-5a2b70f1f590", + "nodeIndex": "Community Role Assignments", + "nodeLineageTag": "f609fd05-22d1-4600-8e45-7cf87904cf76", "size": { - "height": 128, + "height": 200, "width": 234 }, - "zIndex": 8 + "zIndex": 11 }, { "location": { - "x": 1502.7437864755525, - "y": 1335.6655594733688 + "x": 1706.6641121184716, + "y": 1998.4586016214751 }, "nodeIndex": "Child Location Record", - "nodeLineageTag": "97d0ba37-acfb-4f78-bc62-fb59df0fb93e", + "nodeLineageTag": "8fbe750b-9267-4d1b-9df7-3a6f63651067", "size": { - "height": 342.07839880804045, + "height": 300, "width": 234 }, - "zIndex": 23 + "zIndex": 15 }, { "location": { - "x": 1501.135993935221, - "y": 1099.1559385867977 + "x": 1705.0373186137933, + "y": 1757.693162929115 }, "nodeIndex": "Childcare Plan", - "nodeLineageTag": "e454f50c-d108-4cc7-b49d-4585c9ad868e", + "nodeLineageTag": "8197a540-9290-4d4f-8a22-c9d6c9ca5256", "size": { "height": 152, "width": 234 }, - "zIndex": 9 + "zIndex": 21 }, { "location": { - "x": 1870.3772058903239, - "y": 1384.5393710944882 + "x": 2020.6352585213467, + "y": 2004.9657756401875 }, "nodeIndex": "ChildLocationExpanded", - "nodeLineageTag": "1ad7d14d-cbb6-433b-85ee-5fc54cf0046c", + "nodeLineageTag": "1c692135-9901-47e8-bbdf-f989aca7384c", "size": { "height": 176, "width": 234 }, - "zIndex": 10 + "zIndex": 20 }, { "location": { - "x": 1701.5279463618112, - "y": 227.11739777189433 + "x": 2003.9300800336766, + "y": 186.14644824671709 }, "nodeIndex": "Date", "nodeLineageTag": "c3cfcb9b-c6b2-48e0-8d00-9fe6ec85a978", "size": { - "height": 600.35270873325248, + "height": 547.27261271107261, "width": 234 }, - "zIndex": 11 + "zIndex": 18 }, { "location": { - "x": 796.7428225896964, - "y": 207.83484356804837 + "x": 804.46950175479253, + "y": 0 }, - "nodeIndex": "Role Approval", - "nodeLineageTag": "46da9e14-7769-40f8-9645-fc47e5f2407b", + "nodeIndex": "Approval Status", + "nodeLineageTag": "3ef6724d-6748-4b8d-b25c-519df76a376b", "size": { - "height": 224, + "height": 152, "width": 234 }, - "zIndex": 6 + "zIndex": 8 }, { "location": { - "x": 1090.9819364438663, - "y": 255.71898549974824 + "x": 1087.2711878120601, + "y": 0 }, - "nodeIndex": "RLS Location User - Approvals", + "nodeIndex": "Role", + "nodeLineageTag": "a5a15efd-7639-4e75-a11f-7e21f671acbe", "size": { - "height": 128, + "height": 152.25489634621383, "width": 234 }, - "zIndex": 1 + "zIndex": 9 }, { "location": { - "x": 810.97864856939088, - "y": 2186.6146547455951 + "x": 786.38949460446315, + "y": 374.78225732992081 }, - "nodeIndex": "RLS Location User - Arrangements", - "nodeLineageTag": "33698e4d-76dd-47c5-8e1f-c1840bbe254b", + "nodeIndex": "Family Role Approvals", + "nodeLineageTag": "1c9df905-397c-49b4-b600-474b18df7295", "size": { - "height": 176, + "height": 296, "width": 234 }, - "zIndex": 2 + "zIndex": 6 }, { "location": { - "x": 0, - "y": 1395.8792298734684 + "x": 1142.2851440968277, + "y": 369.60559333730453 }, - "nodeIndex": "RLS Location User - Referral", - "nodeLineageTag": "1f77a3f3-523f-421b-9b4d-874ecf65c340", + "nodeIndex": "Individual Role Approvals", + "nodeLineageTag": "f1316aaa-f0fd-49a4-8963-e182d41d7a32", "size": { - "height": 163.0583400184596, + "height": 296, "width": 234 }, - "zIndex": 3 + "zIndex": 7 }, { "location": { - "x": 1227.7000999749962, - "y": 992.099438449404 + "x": 405.80345892801859, + "y": 0 }, - "nodeIndex": "RLS Location User - Locations", - "nodeLineageTag": "3eb27047-01ff-4ea6-896d-2e949e7bc73c", + "nodeIndex": "Approval Type", + "nodeLineageTag": "b8cb7b24-2738-41f5-928b-2ce2c2019e8d", "size": { - "height": 145, + "height": 104, "width": 234 }, - "zIndex": 4 + "zIndex": 5 }, { "location": { - "x": 304.95974329115614, - "y": 620.67379697919125 + "x": 784.50904820037977, + "y": 1174.6068605874182 }, - "nodeIndex": "RLS Location User - Community", - "nodeLineageTag": "ad97e9c3-5a9b-4286-8286-7a3b3c2b6419", + "nodeIndex": "Family Function Assignments", + "nodeLineageTag": "c21a9948-7cba-4782-ae1d-3b3dd7308e43", "size": { - "height": 145, + "height": 200, "width": 234 }, - "zIndex": 5 + "zIndex": 1 }, { "location": { - "x": 1241.9359259546902, - "y": 693.147092875818 + "x": 1137.097010626371, + "y": 1168.8029435104472 }, - "nodeIndex": "Location", - "nodeLineageTag": "9b78184e-f905-4fe7-8a9c-7b1b82d0da8c", + "nodeIndex": "Individual Function Assignments", + "nodeLineageTag": "49e39722-8999-4392-9e8a-a71c9b18644f", "size": { - "height": 152, + "height": 204.35293780772827, "width": 234 }, - "zIndex": 0 + "zIndex": 2 }, { "location": { - "x": 308.84224128561834, - "y": 1746.598215373217 + "x": 389.18734658806204, + "y": 1856.4181427298788 }, - "nodeIndex": "RLS Location User - Arrangement Type", - "nodeLineageTag": "0cd69502-2d52-44a5-857b-27e9b5570f5b", + "nodeIndex": "Client Family", + "nodeLineageTag": "b2de50d0-cd3c-4669-8a56-bf50dcc20a91", "size": { - "height": 176, + "height": 300, "width": 234 }, - "zIndex": 0 + "zIndex": 3 }, { "location": { - "x": 515.90880099026685, - "y": 0 + "x": 691.387787098686, + "y": 1854.513796268722 }, - "nodeIndex": "RLS Location User - Role", - "nodeLineageTag": "148d9c98-2c42-433d-b9fb-cbf549f9919a", + "nodeIndex": "Client Person", + "nodeLineageTag": "d1d492d4-6e16-4bce-b224-c7fb5de3fa7a", "size": { - "height": 145, + "height": 300, + "width": 234 + }, + "zIndex": 4 + }, + { + "location": { + "x": 0, + "y": 1851.929644441447 + }, + "nodeIndex": "Location Client", + "nodeLineageTag": "16999c6b-194b-4c64-b4cd-216cdc159dbd", + "size": { + "height": 128, "width": 234 }, "zIndex": 0 }, { "location": { - "x": 1226.4059339768417, - "y": 1192.6951681632825 + "x": 310.67919294553349, + "y": 1001.4588221530406 }, - "nodeIndex": "RLS Location User - Entity", - "nodeLineageTag": "196bef88-706f-4131-bba1-e355518720a5", + "nodeIndex": "Location", + "nodeLineageTag": "8b4ebd77-c4b0-42a5-93d7-a051b5863d3a", "size": { - "height": 176, + "height": 128, "width": 234 }, "zIndex": 0 } ], "name": "Data Model", - "zoomValue": 77.269840300731175, + "zoomValue": 61.470616714680872, "pinKeyFieldsToTop": false, "showExtraHeaderInfo": false, "hideKeyFieldsWhenCollapsed": false,