@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix dcat:	<http://www.w3.org/ns/dcat#> .
_:b61626234	rdf:type	dcat:PeriodOfTime .
@prefix ns2:	<http://www.w3.org/2006/> .
_:b61626234	ns2:timehasBeginning	_:b61626235 ;
	ns2:timehasEnd	_:b61626237 .
_:b61626235	ns2:timeInstant	_:b61626236 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b61626236	ns2:timeinXSDDate	"2002-01-01T00:00:00"^^xsd:date .
_:b61626237	ns2:timeInstant	_:b61626238 .
_:b61626238	ns2:timeinXSDDate	"2021-12-31T00:00:00"^^xsd:date .