@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix dcat: <http://www.w3.org/ns/dcat#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . dcat:distribution a owl:ObjectProperty ; rdfs:domain dcat:Dataset ; rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ; rdfs:range dcat:Distribution ; skos:definition "An available distribution of the dataset."@en ; skos:editorialNote "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ; skos:prefLabel "has distribution"@en, "hat Verteilung"@de .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

dcat:distribution
    a owl:ObjectProperty ;
    rdfs:domain dcat:Dataset ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    rdfs:range dcat:Distribution ;
    skos:definition "An available distribution of the dataset."@en ;
    skos:editorialNote "changed by m4i: added skos:prefLabel, added german labels, removed redundant notes, removed other languages than english in comment, label, changeNote and definition"@en ;
    skos:prefLabel "has distribution"@en, "hat Verteilung"@de .