@prefix rdf:	<http://www.w3.org/1999/02/22-rdf-syntax-ns#> .@prefix bcncon:	<http://datos.bcn.cl/ontologies/bcn-congress#> .<http://datos.bcn.cl/recurso/cl/legislatura/308>	rdf:type	bcncon:Legislatura ,		bcncon:Evento ,		bcncon:LegislaturaOrdinaria .@prefix xsd:	<http://www.w3.org/2001/XMLSchema#> .@prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .<http://datos.bcn.cl/recurso/cl/legislatura/308>	rdfs:label	"Legislatura Ordinaria a\u00F1o 1969"^^xsd:string .@prefix skos:	<http://www.w3.org/2004/02/skos/core#> .<http://datos.bcn.cl/recurso/cl/legislatura/308>	skos:prefLabel	"Legislatura Ordinaria a\u00F1o 1969"^^xsd:string ;	skos:altLabel	"1969"^^xsd:string .@prefix dc:	<http://purl.org/dc/elements/1.1/> .<http://datos.bcn.cl/recurso/cl/legislatura/308>	dc:identifier	308 ;	bcncon:numero	308 ;	bcncon:fechaFin	"1969-09-18"^^xsd:date ;	bcncon:fechaInicio	"1969-05-21"^^xsd:date ;	bcncon:tipoLegislatura	"Ordinaria" .