tag_contexts
Data license: CC-BY-4.0
4 rows
This data as json, CSV (advanced)
| id ▼ | name | friendly_name |
|---|---|---|
| 1 | OrgType | Organization Type |
| 2 | MemberOrg | Member Organization Affiliation |
| 3 | Sector | Business Sector |
| 4 | LegalStructure | Legal Structure |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE tag_contexts ( id INTEGER NOT NULL, name TEXT, friendly_name TEXT, PRIMARY KEY (id) ); CREATE INDEX ix_tag_contexts_6ae999552a0d2dca ON tag_contexts (name);