-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
130 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,65 @@ | ||
{ | ||
"codelistType": "staticList", | ||
"codelistName": "adiwg_entityType", | ||
"source": "Alaska Data Integration working group", | ||
"sourceName": "ADIwg_EntityType", | ||
"extensible": true, | ||
"description": "individual or organization entity type", | ||
"codelist": [ | ||
{ | ||
"code": "001", | ||
"codeName": "academic", | ||
"description": "any university, college, or school of education" | ||
}, | ||
{ | ||
"code": "002", | ||
"codeName": "consortium", | ||
"description": "an association of several businesses or organizations" | ||
}, | ||
{ | ||
"code": "003", | ||
"codeName": "federal", | ||
"description": "any branch or level of the federal government" | ||
}, | ||
{ | ||
"code": "004", | ||
"codeName": "lcc", | ||
"description": "any Landscape Conservation Cooperative" | ||
}, | ||
{ | ||
"code": "005", | ||
"codeName": "foundation", | ||
"description": "any organization supported by an endowment" | ||
}, | ||
{ | ||
"code": "006", | ||
"codeName": "local", | ||
"description": "any local government including county, municipality, borough, city" | ||
}, | ||
{ | ||
"code": "007", | ||
"codeName": "nonProfit", | ||
"description": "any not-for-profit business or organization" | ||
}, | ||
{ | ||
"code": "008", | ||
"codeName": "private", | ||
"description": "any for-profit business or organization" | ||
}, | ||
{ | ||
"code": "009", | ||
"codeName": "research", | ||
"description": "any for-profit organization whose primary focus is conducting research or consulting" | ||
}, | ||
{ | ||
"code": "010", | ||
"codeName": "state", | ||
"description": "any branch or department of state or provincial government " | ||
}, | ||
{ | ||
"code": "011", | ||
"codeName": "tribal", | ||
"description": "any organization of indigenous people" | ||
} | ||
] | ||
} |
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