Skip to content

Add dcat:mediaType to Distribution in the DSP DCAT profile #242

@jmcanterafonseca-iota

Description

@jmcanterafonseca-iota

Rationale:

dcterms:format is being used by the DSP profile to convey aspects related to the transport delivery, such as HTTP pull or push, etc. It must be a URI as it has been tagged as @vocab in the LD Context.

I have noticed a mistake, also being done by myself, towards associating format with media types and that can be misleading.

The proposal is to leave format as it is and add to the profile dcat:mediaType so that Distributions can be properly declared with their distribution format and their Media type for instance:

{
   "@type": "Distribution",
   "format": "example:Http-Data-Pull",
   "mediaType": "application/ld+json"
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requeston-holdwill come back later

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions