Distribution#

class fdp.distribution.Distribution(fair_data_point: FairDataPoint = None, iri: str = None, uuid: str = None)#

Bases: Resource

Class representing a DCATv3 dcat:Distribution.

dcat:Distribution represents an accessible form of a dataset such as a downloadable file.

URL_PATH = 'distribution'#
property iri#

The iri of the Distribution instance.

property rdf#

The rdf graph of the Distribution instance.

property downloadURL#

The dcat:downloadURL property.

property byteSize#

The dcat:byteSize property.

property mediaType#

The dcat:mediaType property.

property compressFormat#

The dcat:compressFormat property.

property checksum#

The dcat:checksum property.

property isPartOf: dict#

The isPartOf propery of the Dataset.