@prefix epos: <https://www.epos-eu.org/epos-dcat-ap#>.
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]
<https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/001/Distribution/001> a dcat:Distribution ;

  # Mandatory properties
    # This property contains a URL that gives access to a Distribution of the Dataset. The resource at the access URL may contain # information about how to get the Dataset.
    # If the type of Distribution is WEB SERVICE, this property refers to the Operation of the Web Service to which the Distribution conforms.
    dcat:accessURL <https://www.epos-eu.org/epos-dcat-ap/Seismology/WebService/001/Operation/001> ;
    dct:identifier "https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/001/Distribution/001" ;

  # Recommended properties
    # If the type of Distribution is WEB SERVICE, this property refers to the Web Service that gives access to a Distribution of the Dataset. Otherwise, this property is optional.
	dct:conformsTo <https://www.epos-eu.org/epos-dcat-ap/Seismology/WebService/001> ;
    dct:description "Description of Seismic Waveform Distribution" 

    # This property refers to the file format of the Distribution. 
    # The possible types of the file format are here: http://publications.europa.eu/mdr/resource/authority/file-type/html/filetypes-eng.html
    dct:format "http://publications.europa.eu/resource/authority/file-type/BIN"^^xsd:anyURI ;

    # This property refers to the type of the Distribution. The possible types are
    # (http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE
    # OR
    # http://publications.europa.eu/resource/authority/distribution-type/DOWNLOADABLE_FILE)
	dct:type "http://publications.europa.eu/resource/authority/distribution-type/WEB_SERVICE"^^xsd:anyURI ;

  # Optional properties
    # This property contains the size of a Distribution in bytes.
    # dcat:byteSize "1024"^^xsd:decimal ;

    # If the type of Distribution is DOWNLOADABLE FILE, this property contains a URL that is a direct link to a downloadable file in a given format. Otherwise, this property is optional.
    # dcat:downloadURL "Direct_link_to_downloadable_file"^^xsd:anyURI ;

    dct:issued "2017-01-01"^^xsd:date ;

    # This property refers to the licence under which the Distribution is made available.
    dct:license "http://creativecommons.org/licenses/by/4.0/"^^xsd:anyURI ;

    dct:modified "2017-01-01"^^xsd:date ;
    dct:title "Title of Seismic Waveform Distribution" ;
.
