provenance#
Provenance#
Bases: AbstractBaseModel
History and events of the dataset
Attributes:
Name | Type | Description |
---|---|---|
title(HStoreField) |
Title of the event |
|
description(HStoreField) |
Description of the event |
|
spatial(Spatial) |
Spatial ForeignKey relation |
|
lifecycle_event(LifecycleEvent) |
LifecycleEvent ForeignKey relation |
|
event_outcome(EventOutcome) |
EventOutcome ForeignKey relation |
|
is_associated_with(models.ManyToManyField) |
actors associated with the event |
|
dataset(Dataset) |
Dataset ForeignKey relation |
Source code in src/apps/core/models/provenance.py
VariableUniverse#
Bases: AbstractFreeformConcept
Indicates the Universe of a represented variable.
RDF Class: disco:Universe Source: DDI-RDF Discovery Vocabulary
E.g. "All the population in the national territory at the moment the census is carried out."
Source code in src/apps/core/models/provenance.py
VariableConcept#
Bases: AbstractFreeformConcept
Concept of a variable.
RDF Class: disco:Concept Source: DDI-RDF Discovery Vocabulary
E.g. "Demographic Variables"
Source code in src/apps/core/models/provenance.py
ProvenanceVariable#
Bases: AbstractBaseModel
A variable provides the definition of a column in a rectangular data file.
RDF Class: disco:Variable Source: DDI-RDF Discovery Vocabulary