Vocabularies¶
In the vocabularies app we store all the controlled vocabularies used for APIS.
Models¶
-
class
vocabularies.models.
CollectionType
(*args, **kwargs)[source]¶ e.g. reseachCollection, importCollection
-
class
vocabularies.models.
EventEventRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Events and Events
-
class
vocabularies.models.
EventType
(*args, **kwargs)[source]¶ Holds controlled vocabularies about event-types
-
class
vocabularies.models.
EventWorkRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Events and Works
-
class
vocabularies.models.
InstitutionEventRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Institutions and Events.
-
class
vocabularies.models.
InstitutionInstitutionRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Institutions and Institutions.
-
class
vocabularies.models.
InstitutionPlaceRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Institutions and Places.
-
class
vocabularies.models.
InstitutionType
(*args, **kwargs)[source]¶ Holds controlled vocabularies about institution-types
-
class
vocabularies.models.
InstitutionWorkRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Institutions and Works.
-
class
vocabularies.models.
LabelType
(*args, **kwargs)[source]¶ Holds controlled vocabularies about label-types
-
class
vocabularies.models.
PersonEventRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Persons and Events
-
class
vocabularies.models.
PersonInstitutionRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Persons and Persons
-
class
vocabularies.models.
PersonPersonRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Persons and Persons
-
class
vocabularies.models.
PersonPlaceRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Persons and Places
-
class
vocabularies.models.
PersonWorkRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Persons and Works
-
class
vocabularies.models.
PlaceEventRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Places and Events
-
class
vocabularies.models.
PlacePlaceRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Places and Places
-
class
vocabularies.models.
PlaceType
(*args, **kwargs)[source]¶ Holds controlled vocabularies about place-types
-
class
vocabularies.models.
PlaceWorkRelation
(*args, **kwargs)[source]¶ Holds controlled vocabularies relation types of Places and Works
-
class
vocabularies.models.
ProfessionType
(*args, **kwargs)[source]¶ Holds controlled vocabularies about profession-types
-
class
vocabularies.models.
RelationBaseClass
(*args, **kwargs)[source]¶ An abstract base class for other classes which contain so called ‘controlled vocablury’ to describe the relations between main temporalized entites (‘db_’)
-
class
vocabularies.models.
TextType
(*args, **kwargs)[source]¶ used to store the Text types for the forms
-
class
vocabularies.models.
VocabNames
(*args, **kwargs)[source]¶ List of Vocabulary names to allow the easy retrieval of Vovcabulary names and classes from the VocabsBaseClass
-
class
vocabularies.models.
VocabsBaseClass
(*args, **kwargs)[source]¶ An abstract base class for other classes which contain so called ‘controlled vocablury’ to describe subtypes of main temporalized entites
-
class
vocabularies.models.
VocabsUri
(*args, **kwargs)[source]¶ Class to store URIs for imported types. URI class from metainfo is not used in order to keep the vocabularies module/app seperated from the rest of the application.