https://github.com/ozekik/hozo2owl
Yet another Hozo ontology to OWL ontology converter (experimental)
https://github.com/ozekik/hozo2owl
rdf semantic-web
Last synced: 3 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-24T13:43:23.000Z (about 5 years ago)
- Last Synced: 2025-01-08T09:20:53.288Z (4 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)