@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix skos: <http://www.w3.org/2004/02/skos/core#> . @prefix metadata_def: <http://data.bioontology.org/metadata/def/> . @prefix ns0: <https://w3id.org/nfdi4ing/metadata4ing/> . dcat:Distribution metadata_def:mappingLoom "distribution" ; metadata_def:mappingSameURI dcat:Distribution ; a owl:Class ; rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ; rdfs:subClassOf owl:Thing ; skos:definition "A specific representation of a dataset. A dataset might be available in multiple 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)."@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 "Verteilung"@de, "distribution"@en . dcat:byteSize rdfs:domain dcat:Distribution . dcat:compressFormat rdfs:domain dcat:Distribution . dcat:distribution rdfs:range dcat:Distribution . dcat:downloadURL rdfs:domain dcat:Distribution . dcat:mediaType rdfs:domain dcat:Distribution . dcat:packageFormat rdfs:domain dcat:Distribution . <https://w3id.org/nfdi4ing/metadata4ing/ontology.jsonld> a dcat:Distribution . <https://w3id.org/nfdi4ing/metadata4ing/ontology.nt> a dcat:Distribution . <https://w3id.org/nfdi4ing/metadata4ing/ontology.ttl> a dcat:Distribution . <https://w3id.org/nfdi4ing/metadata4ing/ontology.xml> a dcat:Distribution .
@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix metadata_def: <http://data.bioontology.org/metadata/def/> .
@prefix ns0: <https://w3id.org/nfdi4ing/metadata4ing/> .

dcat:Distribution
    metadata_def:mappingLoom "distribution" ;
    metadata_def:mappingSameURI dcat:Distribution ;
    a owl:Class ;
    rdfs:isDefinedBy <http://www.w3.org/ns/dcat#> ;
    rdfs:subClassOf owl:Thing ;
    skos:definition "A specific representation of a dataset. A dataset might be available in multiple 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)."@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 "Verteilung"@de, "distribution"@en .

dcat:byteSize
    rdfs:domain dcat:Distribution .

dcat:compressFormat
    rdfs:domain dcat:Distribution .

dcat:distribution
    rdfs:range dcat:Distribution .

dcat:downloadURL
    rdfs:domain dcat:Distribution .

dcat:mediaType
    rdfs:domain dcat:Distribution .

dcat:packageFormat
    rdfs:domain dcat:Distribution .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.jsonld>
    a dcat:Distribution .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.nt>
    a dcat:Distribution .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.ttl>
    a dcat:Distribution .

<https://w3id.org/nfdi4ing/metadata4ing/ontology.xml>
    a dcat:Distribution .