standards.ControlledVocabulary

A set of controlled terms served under /{juri}/terms/{self.name}. This is a Django model (DB table) that closely resembles skos:ConceptScheme.

Fields

Field Type Description
alt_label String (up to 200) alt label - Alternative label
creator String (up to 200) creator - Person or organization that published this vocabulary
date_created Date (with time) date created
date_modified Date (with time) date modified
description Text description - Explain where this vocab. is used
extra_fields A JSON object extra fields
get_absolute_url
hidden_label String (up to 200) hidden label - Hidden label
id String (up to 9) id
jurisdiction Jurisdiction

the related standards.Jurisdiction object

kind String (up to 50) kind - Vocabulary kind (e.g. education_levels)
label String (up to 200) label - Human-readable label
language String (up to 20) language - BCP47/RFC5646 codes like en, es, fr-CA.
name String (up to 200) name - The name used in URIs
natural_key
notes Text notes - Comments and notes about this vocabulary
source Text source - Where is this vocabulary defined?
terms.all List

all related standards.Term objects

terms.count Integer

number of related standards.Term objects

uri

‹ Back to Model documentation