-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schema and Data Manifest CL for India Aadhaar statistics from UIDAI
PiperOrigin-RevId: 615626352
- Loading branch information
1 parent
1328aa4
commit 79bf663
Showing
2 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
Node: dcid:governmentIdentifier | ||
typeOf: dcid:Property | ||
name: "governmentIdentifier" | ||
domainIncludes: dcid:Person | ||
rangeIncludes: dcid:GovernmentIdenitifierEnum | ||
|
||
Node: dcid:GovernmentIdenitifierEnum | ||
typeOf: schema:Class | ||
subClassOf: schema:Enumeration | ||
name: "GovernmentIdenitifierEnum" | ||
description: "An enumeration of different Government Identifiers" | ||
|
||
Node: dcid:Aadhaar | ||
typeOf: dcs:GovernmentIdenitifierEnum | ||
name: "Aadhaar" | ||
description: "Aadhaar is a 12-digit unique identity number that can be obtained voluntarily by all residents of India" | ||
|
||
Node: dcid:identityActivity | ||
typeOf: dcid:Property | ||
name: "identityActivity" | ||
domainIncludes: dcid:Person | ||
rangeIncludes: dcid:IdentityActivityEnum | ||
|
||
Node: dcid:IdentityActivityEnum | ||
typeOf: schema:Class | ||
subClassOf: schema:Enumeration | ||
name: "IdentityActivityEnum" | ||
description: "An enumeration of different activities on the Identity entity like enrolled, updated, authenticated etc" | ||
|
||
Node: dcid:Enrolled | ||
typeOf: dcs:IdentityActivityEnum | ||
name: "Enrolled" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Node: dcid:Count_Person_Aadhaar_Enrolled | ||
typeOf: dcid:StatisticalVariable | ||
name: "Total population enrolled for Aadhaar" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
statType: dcid:measuredValue | ||
governmentIdentifier: dcid:Aadhaar | ||
identityActivity: dcid:Enrolled | ||
|
||
Node: dcid:Monthly_Count_Person_Aadhaar_Enrolled | ||
typeOf: dcid:StatisticalVariable | ||
name: "Population enrolled for Aadhaar monthly" | ||
populationType: dcid:Person | ||
measuredProperty: dcid:count | ||
measurementQualifier: dcid:Monthly | ||
statType: dcid:measuredValue | ||
governmentIdentifier: dcid:Aadhaar | ||
identityActivity: dcid:Enrolled |