-
Notifications
You must be signed in to change notification settings - Fork 0
License
CENMetaLex/metalex-converter
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MetaLex Converter Copyright (c) 2011 by Rinke Hoekstra, Universiteit van Amsterdam ==== @author: Rinke Hoekstra @contact: [email protected] @organization: Universiteit van Amsterdam @version: 0.1 @status: beta @website: http://doc.metalex.eu @copyright: 2011, Rinke Hoekstra, Universiteit van Amsterdam @license: MetaLex Converter is free software, you can redistribute it and/or modify it under the terms of GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. You should have received a copy of the the GNU Affero General Public License, along with MetaLex Converter. If not, see Additional permission under the GNU Affero GPL version 3 section 7: If you modify this Program, or any covered work, by linking or combining it with other code, such other code is not for that reason alone subject to any of the requirements of the GNU Affero GPL version 3. ==== This is a set of Python scripts for converting legislative XML to the MetaLex CEN format [1], an RDF representation of its metadata, and a Pajek NET file containing cross references between regulations. The current version can convert the Dutch Basiswettenbestand [2]. [1] See http://www.metalex.eu [2] See http://www.wetten.nl ==== How to get things going: * Install Python 2.7 for your OS * Install Python setuptools (for easy_install) * Install rdflib from http://www.rdflib.net - (run 'easy_install -U "rdflib>=3.0.0"') * Install BeautifulSoup from http://www.crummy.com/software/BeautifulSoup - Get the latest source distribution (3.2 or higher) and build according to the instructions - (run 'setup.py install') * Install poster from http://www.atlee.ca/software/poster - (run 'easy_install poster') * Clone the GIT reposittory from GitHub: - git clone it://github.com/RinkeHoekstra/metalex-converter.git - (you can always update to the latest version by running 'git pull') * Change dir to the /src directory, and run 'python convert_bwb.py' * There's a convenience script 'convertall.sh' for converting all known documents in the BWB.
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published