opencitydata / vocab.linkeddata.es

Este repositorio se utilizará para añadir nuevos vocabularios al catálogo de http://vocab.linkeddata.es/datosabiertos

Home Page:http://vocab.linkeddata.es/datosabiertos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains the source code for generating the website published at http://vocab.linkeddata.es/datosabiertos

If you want to add a new vocabulary to the site you only need to include its URI in the Vocabularies CSV

Main developers: María Poveda and Daniel Garijo

Other contributors: Miguel Angel García, Victor Rodríguez Doncel

Usage: java-jar vocab.jar -i input CSV file path [-o outputDirectoryPath]

If the -o flag is not inserted, a folder called site_+actualdate will be created.

A mezclar con la siguiente documentación:

En este repositorio se mantienen los vocabularios que se publican en http://vocab.linkeddata.es/datosabiertos

A continuación se describen los pasos para añadir un nuevo vocabulario:

A) Si tienes permisos de escritura sobre este repositorio

A.1) Añade una línea nueva al fichero Vocabularies.csv, con el formato: URI;{list of domains, comma separated}

A.2) Haz un commit en la master branch

B) Si no tienes permisos de escritura sobre este repositorio

B.1) Fork this repository

B.2) Add a new line to the Vocabularies.csv file with the format: URI;{list of domains, comma separated}

B.3) Commit it to the master branch and make a pull request when you are happy with it

B.3) Wait for any of the persons with write or admin permissions to accept it

Check the gh-page branch (e.g. http://opencitydata.github.io/vocabUpdates/site) to check whether the new site is ok or not before making the pull request to master (so that it is updated in vocab.linkeddata.es/datosabiertos)

About

Este repositorio se utilizará para añadir nuevos vocabularios al catálogo de http://vocab.linkeddata.es/datosabiertos

http://vocab.linkeddata.es/datosabiertos


Languages

Language:HTML 71.4%Language:Java 18.5%Language:JavaScript 9.5%Language:CSS 0.6%