schema:distribution leaf node


URI

http://schema.org/distribution

Label

distribution

Description

A downloadable form of this dataset, at a specific location, in a specific format.

Usage

DOMAINPROPERTYRANGE
schema:Dataset schema:distribution schema:DataDownload

Implementation

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix schema: <http://schema.org/> .

schema:distribution a rdf:Property ;
    rdfs:label "distribution" ;
    schema:domainIncludes schema:Dataset ;
    schema:rangeIncludes schema:DataDownload ;
    rdfs:comment "A downloadable form of this dataset, at a specific location, in a specific format." .