@prefix cc: . @prefix void: . @prefix ssd: . @prefix owl: . @prefix xsd: . @prefix skos: . @prefix rdfs: . @prefix version: . @prefix qb: . @prefix dgu: . @prefix dct: . @prefix ui: . @prefix rdf: . @prefix reg: . @prefix ldp: . @prefix time: . @prefix api: . @prefix vann: . @prefix vs: . @prefix prov: . @prefix foaf: . @prefix dc: . a owl:Class ; rdfs:label "Data Distribution"@en ; rdfs:subClassOf , ; dct:description "A realisation of a DataAsset, encoded in a payload such as a file or API response. A DataAsset might be available in multiple DataDistribution instances: serializations that may differ in various ways, including natural language, media-type or format, schematic organization, temporal and spatial resolution, level of detail or profiles (which might specify any or all of the above). DataDistributions of the same Dataset are about the same data, presented in different forms: no data value transformation shall exist between DataDistributions of the same DataSet. A DataDistribtion may be a defined subset of a DataAsset providing it is not transforming the data values."@en .