http://schema.org/distribution
A downloadable form of this dataset, at a specific location, in a specific format.
DOMAIN | PROPERTY | RANGE |
---|---|---|
schema:Dataset | schema:distribution | schema:DataDownload |
@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." .