Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/ozekik/hozo2owl
- Owner: ozekik
- Created: 2020-03-24T13:29:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T13:43:23.000Z (almost 5 years ago)
- Last Synced: 2024-11-10T21:39:52.668Z (2 months ago)
- Topics: rdf, semantic-web
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)