concepts#
AccessType#
Language#
Bases: ConceptProxyMixin
, Language
A language of the item.
This refers to the natural language used for textual metadata (i.e. titles, descriptions, etc) of a cataloged resource (i.e. dataset or service) or the textual values of a dataset
Note
Repeat this property if the resource is available in multiple languages.
Note
The value(s) provided for members of a catalog (i.e. dataset or service) override the value(s) provided for the catalog if they conflict.
DRF Property: dcterms:language
Source: DCAT Version 3, Draft 11, https://www.w3.org/TR/vocab-dcat-3/#Property:resource_language
Source code in src/apps/core/models/concepts.py
Theme#
get_default_license#
License#
DatasetLicense#
Bases: AbstractBaseModel
A legal document under which the resource is made available.
RFD Property: dcterms:license
Source: DCAT Version 3, Draft 11, https://www.w3.org/TR/vocab-dcat-3/#Property:resource_license
Source code in src/apps/core/models/concepts.py
FieldOfScience#
Bases: ConceptProxyMixin
, FieldOfScience
Field of Science classification of resource.
Source: https://finto.fi/okm-tieteenala/en/
ResearchInfra#
Bases: ConceptProxyMixin
, ResearchInfra
Research infrastructure classification of resource.
Source: http://www.yso.fi/onto/koko/p34158
LifecycleEvent#
PreservationEvent#
EventOutcome#
IdentifierType#
UseCategory#
FileType#
Location#
Spatial#
Bases: AbstractBaseModel
The geographical area covered by the dataset.
Attributes:
Name | Type | Description |
---|---|---|
reference(refdata.License) |
License's reference |
|
full_address(models.CharField) |
The complete address written as a string, with or without formatting. |
|
geographic_name(models.CharField) |
A geographic name is a proper noun applied to a spatial object. |
|
dataset(Dataset) |
Dataset ForeignKey relation |