@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix cplt:	<http://datos.infolobby.cl/ontologia/cplt#> .
_:b1083468408	rdf:type	cplt:Asistente .
@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .
@prefix foaf:	<http://xmlns.com/foaf/0.1/> .
_:b1083468408	foaf:name	"Daniel Sanchez Palacios"^^xsd:string ;
	cplt:descripcion	"Gerente General"^^xsd:string ;
	cplt:correspondeA	<http://datos.infolobby.cl/infolobby/persona/4b2ae776e65699b498f28d39cc85748e> ;
	cplt:nacionalidadDocumento	<http://datos.infolobby.cl/infolobby/nacionalidad/152> ;
	cplt:esTipo	<http://datos.infolobby.cl/infolobby/tipoasistencia/1> .