home / dcc

tag_contexts

Data license: CC-BY-4.0

4 rows

✎ View and edit SQL

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

CSV options:

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);
Powered by Datasette · Queries took 31.296ms · Data license: CC-BY-4.0