Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ozekik/hozo2owl

Yet another Hozo ontology to OWL ontology converter (experimental)
https://github.com/ozekik/hozo2owl

rdf semantic-web

Last synced: 15 days ago
JSON representation

Yet another Hozo ontology to OWL ontology converter (experimental)

Awesome Lists containing this project

README

        

# hozo2owl

Yet another Hozo ontology to OWL ontology converter.

Coded to handle [EVT_1.3.xml](https://researchmap.jp/zoeai/event-ontology-EVT) (世界史イベントオントロジー) in my master thesis. Not intended for complete conversion.

## Usage

Edit `namespace.py` to add prefixes.

```bash
python3 hozo2owl.py EVT_1.3.xml > EVT_1.3.ttl
```

## References

- [Hozo - Ontology Editor](http://www.hozo.jp/index_jp.html)