http://www.w3.org/ns/dcat#distribution
This property links the Dataset to an available Distribution.
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vann: <http://purl.org/vocab/vann/> .
dcat:distribution a owl:ObjectProperty ;
rdfs:label "Dataset - distribution"@en ;
dcterms:identifier "dcat:distribution" ;
vann:usageNote "Recommended property. This property links the Dataset to an available Distribution."@en ;
rdfs:comment "This property links the Dataset to an available Distribution."@en ;
rdfs:isDefinedBy <https://www.w3.org/TR/vocab-dcat-2/#Property:dataset_distribution> .