Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alangrafu/votaciones-senado-congreso.cl
Extracción, parsing y conversión de votaciones del senado de Chile a RDF
https://github.com/alangrafu/votaciones-senado-congreso.cl
Last synced: 16 days ago
JSON representation
Extracción, parsing y conversión de votaciones del senado de Chile a RDF
- Host: GitHub
- URL: https://github.com/alangrafu/votaciones-senado-congreso.cl
- Owner: alangrafu
- License: bsd-3-clause
- Created: 2014-07-03T22:27:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-04T08:53:03.000Z (over 10 years ago)
- Last Synced: 2024-08-01T00:55:58.898Z (3 months ago)
- Language: JavaScript
- Size: 2.45 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
votaciones-senado-congreso.cl
=============================Extracción, parsing y conversión de votaciones del senado de Chile a RDF
quickstart
==========Los datos en RDF están en data/all.ttl.gz
not-so-quickstart
=================Los archivos XML están en data/xml.tar.gz.
```
mv data/xml.tar.gz# Convierte los XML en pares de archivos CSV (por sesion y por votacion)
./1_xml2csv.sh
# Convierte los archivos CSV en TTL
./2_csv2rdf.sh
# Une todos los archivos en uno solo
cat *.ttl > ALL
# [OPCIONAL] Entrega los mismos datos en una versión más compacta
rapper -i turtle -o turtle ALL > all.ttl
```
From the beginning
==================
Ejecutar
```
./0_fetchxml.sh
```y luego hacer lo indicado en not-so-quickstart