Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pietercolpaert/datex-xml2rdf
Scripts to transform datex XML to RDF
https://github.com/pietercolpaert/datex-xml2rdf
Last synced: 20 days ago
JSON representation
Scripts to transform datex XML to RDF
- Host: GitHub
- URL: https://github.com/pietercolpaert/datex-xml2rdf
- Owner: pietercolpaert
- Created: 2015-11-20T13:05:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-20T13:19:12.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T12:56:44.881Z (7 months ago)
- Language: XSLT
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Datex 2 RDF
This repo contains scripts to:
1. Convert XML files in datex2 to RDF triples
2. Generate the datex ontology (licensed CC BY SA NC 1.0 - XSLT script adapted from [xsd2owl](http://rhizomik.net/html/redefer/xsd2owl/)) in RDF from the XSD file available at http://datex2.eu## Convert datex 2 XML files to RDF triples
_TODO_
## Generate the datex2 ontology
Check the folder ontology, in which you'll find an xslt file. You can generate the ontology as follows:
```bash
$ saxonb-xslt datex.xsd datex2owl.xsl
```If you don't have saxonb-xslt installed, I'm sure you're able to find it (e.g., for ubuntu, you can `apt-get install` it).