@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/persona/1093/> .@prefix bio:	<http://purl.org/vocab/bio/0.1/> .ns1:muerte	rdf:type	bio:Death .@prefix bcncon:	<http://datos.bcn.cl/ontologies/bcn-congress#> .ns1:muerte	rdf:type	bcncon:Evento .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .ns1:muerte	rdfs:label	"Muerte de Julio An\u00EDbal Sep\u00FAlveda Rondanelli"^^xsd:string .@prefix dc:	<http://purl.org/dc/elements/1.1/> .ns1:muerte	dc:date	"1995-07-08"^^xsd:string .@prefix ns7:	<http://datos.bcn.cl/recurso/persona/1093/muerte/> .ns1:muerte	bio:date	ns7:fecha ;	bio:place	"Punta Arenas Chile"^^xsd:string .