@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cplt:	<http://datos.infolobby.cl/ontologia/cplt#> .
_:b1078273364	rdf:type	cplt:IntervaloPasivoTermino .
@prefix time:	<http://www.w3.org/2006/time#> .
_:b1078273364	time:year	2018 .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
_:b1078273364	time:inXSDDateTime	"2018-03-11"^^xsd:date ;
	time:quarter	1 .
_:b1078273365	rdf:type	cplt:IntervaloPasivo ;
	time:hasBeginning	_:b1078273366 ;
	time:hasEnd	_:b1078273364 .
_:b1078273366	rdf:type	cplt:IntervaloPasivoInicio ;
	time:year	2016 ;
	time:inXSDDateTime	"2016-07-01"^^xsd:date ;
	time:quarter	3 .