@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix ns1:	<http://datos.bcn.cl/recurso/persona/1112/nacimiento/> .@prefix time:	<http://www.w3.org/2006/time#> .ns1:fecha	rdf:type	time:DateTimeDescription .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix bcnbio:	<http://datos.bcn.cl/ontologies/bcn-biographies#> .ns1:fecha	bcnbio:originalDate	"1937-03-01"^^xsd:string ;	time:year	1937 .