@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cplt:	<http://datos.infolobby.cl/ontologia/cplt#> .
_:b1079107388	rdf:type	cplt:IntervaloPasivoTermino .
@prefix time:	<http://www.w3.org/2006/time#> .
_:b1079107388	time:year	2021 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b1079107388	time:inXSDDateTime	"2021-09-30"^^xsd:date ;
	time:quarter	3 .
_:b1079107389	rdf:type	cplt:IntervaloPasivo ;
	time:hasBeginning	_:b1079107390 ;
	time:hasEnd	_:b1079107388 .
_:b1079107390	rdf:type	cplt:IntervaloPasivoInicio ;
	time:year	2020 ;
	time:inXSDDateTime	"2020-10-08"^^xsd:date ;
	time:quarter	4 .