Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cknoll/semantictools
some tools for semantic technologies
https://github.com/cknoll/semantictools
Last synced: about 21 hours ago
JSON representation
some tools for semantic technologies
- Host: GitHub
- URL: https://github.com/cknoll/semantictools
- Owner: cknoll
- License: other
- Created: 2021-02-13T21:47:31.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-17T07:25:04.000Z (over 2 years ago)
- Last Synced: 2024-10-13T11:31:05.524Z (about 1 month ago)
- Language: Python
- Size: 821 KB
- Stars: 5
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://cloud.drone.io/api/badges/cknoll/semantictools/status.svg)](https://cloud.drone.io/cknoll/semantictools)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)# General Information
This repo collects some code to explore ontologies from Python or Jupyter Notebook.
Installation:
1. clone the repo
2. run `pip install -e .`# Showcases
## Retrieving the superclasses of a wikidata entity
See also [doc/demo_notebooks/wikidata_superclasses.ipynb](doc/demo_notebooks/wikidata_superclasses.ipynb)
### 3 levels
![vectorspace_superclasses_l3.svg](doc/demo_notebooks/vectorspace_superclasses_l3.svg)
### 13 levels
![vectorspace_superclasses_l13.svg](doc/demo_notebooks/vectorspace_superclasses_l13.svg)
## Visualizing the taxonomy of `bfo.owl`
See also [doc/demo_notebooks/bfo_visualization.ipynb](doc/demo_notebooks/bfo_visualization.ipynb):
![bfo.svg](doc/demo_notebooks/bfo.svg)
# Contributing
This repo uses `black -l 120 ./` as base line for coding style .