Skip to content

Metax Datamodel and DCAT 3#

Metax is fully compatible with DCAT 3 data-model, but has some minor variations allowed by the specification. This article will explain how DCAT is integrated into Metax V3 data-model.

Note

This comparison is comparing DCAT concepts to equivalent Metax database Models. V3 classes have Django application name in front of them.

DCAT classes#

This comparison is comparing DCAT concepts to equivalent Metax database Models. V3 classes have Django application name in front of them.

DCAT 3 class V3 equivalent
Catalog core.DataCatalog
CatalogRecord core.CatalogRecord
Checksum N/A
Concept refdata.AbstractConcept
DataService file.DataStorage
Dataset core.Dataset
Dataset Series N/A
Distribution N/A
Location core.Spatial
N/A file.Directory
N/A file.File
Organization actor.Organization
Period of Time core.Temporal
Person actor.MetaxUser
Role core.DatasetActor

Properties#

Catalog#

DCAT 3 property V3 equivalent
access rights access_rights
catalog record records
creator system_creator
dataset records
homepage homepage
homepage publisher.homepage
language language
license access_rights.license
publisher publisher
resource N/A
themes dataset/theme
title title

Catalog Record#

DCAT 3 property V3 equivalent
conforms to N/A
listing_date created
primary topic dataset.field_of_science
title dataset.title
update modified

Dataset#

DCAT 3 property V3 equivalent
access rights access_rights
description description
distribution N/A
frequency N/A
identifier persistent_identifier
in series N/A
keyword keyword
language language
license access_rights.license
N/A field_of_science
release date issued
spatial coverage spatial
spatial resolution N/A
status state
temporal coverage temporal
temporal resolution N/A
theme theme
title title
was generated by creator

DataService#

DCAT 3 property V3 equivalent
endpoint url endpoint_url
endpoint description endpoint_description
serves dataset N/A

PeriodOfTime#

DCAT 3 property V3 equivalent
beginning N/A
end N/A
end date end_date
start date start_date

Location#

DCAT 3 property V3 equivalent
bounding_box N/A
centroid N/A
geometry as_wkt