@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/persona/2710/> .@prefix bcncon:	<http://datos.bcn.cl/ontologies/bcn-congress#> .ns1:muerte	rdf:type	bcncon:Evento .@prefix bio:	<http://purl.org/vocab/bio/0.1/> .ns1:muerte	rdf:type	bio:Death .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .ns1:muerte	rdfs:label	"Muerte de Juan Vidaurre-Leal Morla"^^xsd:string .@prefix dc:	<http://purl.org/dc/elements/1.1/> .ns1:muerte	dc:date	"1859-09-18"^^xsd:string .@prefix ns7:	<http://datos.bcn.cl/recurso/persona/2710/muerte/> .ns1:muerte	bio:date	ns7:fecha ;	bio:place	"Valpara\u00EDso"^^xsd:string .