@prefix epos: <https://www.epos-eu.org/epos-dcat-ap#>.
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <http://schema.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

[]

<https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/001> a dcat:Dataset ;
  # Mandatory properties
    dct:description "Primary Seismic Waveform Data" ;
    dct:identifier "https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/001" ;
    dct:title "Primary Seismic Waveform Data" ;

  # Recommended properties
    dcat:contactPoint <http://orcid.org/0000-0002-6250-0000/contactPoint> ;

    # This property links the Dataset to an available Distribution.
    dcat:distribution <https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/001/Distribution/001> ;

    dcat:keyword "seismic waveform","continuous waveform" ,"mseed" ;

    # This property refers to a category of the Dataset. A Dataset may be associated with multiple themes.
    dcat:theme  <epos:SeismicWaveform> ;

    # This property refers to an Organization responsible for making the Dataset available.
    dct:publisher <PIC:000518944> ;

  # Optional properties
    adms:identifier [ a adms:Identifier ;
        adms:schemeAgency "DDSS-ID" ;
        skos:notation "WP08-DDSS-001" ;
    ];
    # This property refers to information that indicates whether the Dataset is publicly accessible, has access restrictions or is not public. 
    # Example of accessRights using a controlled vocabularyt: https://publications.europa.eu/resource/authority/access-right
    dct:accessRights "https://publications.europa.eu/resource/authority/access-right/PUBLIC"^^xsd:anyURI ;

    # This property refers to the frequency at which the Dataset is updated.
    # The possible types are here: http://purl.org/cld/freq/
    dct:accrualPeriodicity "http://purl.org/cld/freq/continuous"^^xsd:anyURI ;

    dct:created "2016-01-01T00:00:00Z"^^xsd:dateTime ;

    # This property refers to a related Dataset that is part of the described Dataset.
	# dct:hasPart <https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/otherDataset> ;

    # This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation.
	# dct:hasVersion <https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/otherDataset> ;

    # This property refers to a related Dataset in which the described Dataset is physically or logically included.
	# dct:isPartOf <https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/otherDataset> ;

    dct:issued "2016-01-01T00:00:00Z"^^xsd:dateTime ;

    # This property refers to a related Dataset of which the described Dataset is a version, edition, or adaptation.
	# dct:isVersionOf <https://www.epos-eu.org/epos-dcat-ap/Seismology/Dataset/otherDataset> ;

    dct:modified "2016-01-01T00:00:00Z"^^xsd:dateTime ;

    # This property refers to a geographic region that is covered by the Dataset.
    dct:spatial [ a dct:Location ;
      locn:geometry "POLYGON((180.0 -90.0, -180.0 -90.0, -180.0 90.0, 180.0 90.0, 180.0 -90.0))"^^gsp:wktLiteral ;
	];

    # This property refers to a temporal period that the Dataset covers.
	dct:temporal [ a dct:PeriodOfTime ;
		schema:startDate "1988-01-01T00:00:00Z"^^xsd:dateTime ;
		schema:endDate "1990-01-01T00:00:00Z"^^xsd:dateTime ;
	] ;

    # This property refers to the type of the Dataset.
    # Example of frequency using a controlled vocabulary http://dublincore.org/2012/06/14/dctype
    dct:type "http://purl.org/dc/dcmitype/Collection"^^xsd:anyURI ;

    owl:versionInfo "1.0.0" ;
.
