Open Data Tag and Data Domain Library Data
This table represents the tags and Data Domains used in the Ramsey County Open Data site. If new tags are needed, they can be added, but all publishers should check with this list and use existing tags, rather than creating their own versions. For instance, if "Voter" is an existing tag, do not create your own "Voters" tag. Maintaining a consistent tag inventory will simplify the user experience when searching for items on this site.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ramseycounty-us/open-data-tag-and-data-domain-library-data-fryv-q78d\".\"open_data_tag_and_data_domain_library_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.