standards.Term

A term within a controlled vocabulary that corresponds to an URL like /{juri.name}/terms/{vocab.name}/{self.path}. Paths can a be either simple terms or a /-separated taxon path of terms. This is a Django model (DB table) that closely resembles skos:Concept.

Fields

Field Type Description
_contentcollection_education_levels_+.all List

all related standards.ContentCollection objects

_contentcollection_education_levels_+.count Integer

number of related standards.ContentCollection objects

_contentcollection_subjects_+.all List

all related standards.ContentCollection objects

_contentcollection_subjects_+.count Integer

number of related standards.ContentCollection objects

_contentcorrelation_education_levels_+.all List

all related standards.ContentCorrelation objects

_contentcorrelation_education_levels_+.count Integer

number of related standards.ContentCorrelation objects

_contentcorrelation_subjects_+.all List

all related standards.ContentCorrelation objects

_contentcorrelation_subjects_+.count Integer

number of related standards.ContentCorrelation objects

_contentnode_concept_terms_+.all List

all related standards.ContentNode objects

_contentnode_concept_terms_+.count Integer

number of related standards.ContentNode objects

_contentnode_education_levels_+.all List

all related standards.ContentNode objects

_contentnode_education_levels_+.count Integer

number of related standards.ContentNode objects

_contentnode_subjects_+.all List

all related standards.ContentNode objects

_contentnode_subjects_+.count Integer

number of related standards.ContentNode objects

_standardnode_concept_terms_+.all List

all related standards.StandardNode objects

_standardnode_concept_terms_+.count Integer

number of related standards.StandardNode objects

_standardnode_education_levels_+.all List

all related standards.StandardNode objects

_standardnode_education_levels_+.count Integer

number of related standards.StandardNode objects

_standardnode_subjects_+.all List

all related standards.StandardNode objects

_standardnode_subjects_+.count Integer

number of related standards.StandardNode objects

_standardscrosswalk_education_levels_+.all List

all related standards.StandardsCrosswalk objects

_standardscrosswalk_education_levels_+.count Integer

number of related standards.StandardsCrosswalk objects

_standardscrosswalk_subjects_+.all List

all related standards.StandardsCrosswalk objects

_standardscrosswalk_subjects_+.count Integer

number of related standards.StandardsCrosswalk objects

_standardsdocument_education_levels_+.all List

all related standards.StandardsDocument objects

_standardsdocument_education_levels_+.count Integer

number of related standards.StandardsDocument objects

_standardsdocument_subjects_+.all List

all related standards.StandardsDocument objects

_standardsdocument_subjects_+.count Integer

number of related standards.StandardsDocument objects

alt_label String (up to 200) alt label - Alternative label
canonical_uri URL canonical uri
date_created Date (with time) date created
date_modified Date (with time) date modified
definition Text definition - Explain the meaning of this term
extra_fields A JSON object extra fields
get_absolute_url
get_descendants
get_parent
hidden_label String (up to 200) hidden label - Hidden label
id String (up to 9) id
label String (up to 200) label - Human-readable label
language String (up to 20) language - BCP47/RFC5646 codes like en, es, fr-CA.
natural_key
notation String (up to 200) notation - Other unique identifier for this term
notes Text notes - Comments and notes about the term
path String (up to 200) path - Term path as it appears in URI
sort_order Floating point number sort order
source_rels.all List

all related standards.TermRelation objects

source_rels.count Integer

number of related standards.TermRelation objects

source_uri URL source uri
target_rels.all List

all related standards.TermRelation objects

target_rels.count Integer

number of related standards.TermRelation objects

uri
vocabulary ControlledVocabulary

the related standards.ControlledVocabulary object

‹ Back to Model documentation