This repository hosts the core ontology of the BISE BioImaging Search Engine.
- Web protégé (online web editor) : https://webprotege.stanford.edu/#projects/38b3da5d-b5ce-4d59-972c-23fcb700256a
- Export to an OWL file
- Documentation generation (LODE) :
- http://visualdataweb.de/webvowl/#iri=https://raw.githubusercontent.com/NeuBIAS/bise-core-ontology/master/owl-ontology/bise-core-ontology-v1.1.owl
- http://www.essepuntato.it/lode/owlapi/https://raw.githubusercontent.com/NeuBIAS/neubias-data-model/master/owl-ontology/bise-core-ontology-v1.1.owl
With Conda :
conda create --name bise-ld-webapp
source activate bise-ld-webapp
conda install rdflib jupyter -c conda-forge
Or with pip :
pip install rdflib
pip install jupyter
jupyter-notebook
conda create --name bise-ld-webapp
source activate bise-ld-webapp
conda install flask rdflib pymongo -c conda-forge
conda install rdflib-jsonld -c bioconda
cd bise-linked-data-webapp
python app.py