@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/persona/2645/cargo/9513/> .@prefix time:	<http://www.w3.org/2006/time#> .ns1:inicio	rdf:type	time:DateTimeDescription .@prefix bio:	<http://purl.org/vocab/bio/0.1/> .ns1:inicio	rdf:type	bio:Event .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .ns1:inicio	rdfs:label	"Asume ejercicio del cargo Senador"^^xsd:string .@prefix bcnbio:	<http://datos.bcn.cl/ontologies/bcn-biographies#> .ns1:inicio	bcnbio:hasPositionPeriod	<http://datos.bcn.cl/recurso/persona/2645/cargo/9513> ;	bcnbio:originalDate	"1990-03-11"^^xsd:string ;	time:year	1990 ;	time:month	3 ;	time:day	11 .