@prefix epos: <https://www.epos-eu.org/epos-dcat-ap#>.
@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 schema: <http://schema.org/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

[]

dct:temporal [ a dct:PeriodOfTime ;
    schema:startDate "1988-01-01T00:00:00Z"^^xsd:dateTime ;
    schema:endDate "2022-01-01T00:00:00Z"^^xsd:dateTime ;
] ;
.
