Skip to content

Commit

Permalink
refactored folders
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Apr 30, 2022
1 parent e1735d2 commit 7e68b14
Showing 1 changed file with 4 additions and 28 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# semantic-sql: standard SQL views for ontologies
# Semantic-Sql: standard SQL views for ontologies

This repo provides a SQL **schema definitions** for working with
ontologies, together with tools for being able to load these from RDF/OWL files.
Expand Down Expand Up @@ -156,34 +156,14 @@ sqlite> select count(*) from rdfs_subclass_of_statement;
## Python
NOTE: the functionality here is now better accessed via
[ontology-access-kit](https://github.com/INCATools/ontology-access-kit)
```bash
pip install -r requirements.txt
```
for visualization, install: https://github.com/cmungall/obographviz
```bash
npm install -g graphviz
```
visualize all terms starting with the string "nucle" and their ancestors using obographviz, with subClassOf as a containment relation:
See:
[ontology-access-kit](https://github.com/INCATools/ontology-access-kit)
```bash
subgraph-d tests/inputs/go-nucleus.db -m label nucle% -f viz -p s,BFO:0000050 \
-s conf/obograph-style.json -C 'containmentRelations: [rdfs:subClassOf]'
runoak -i db/envo.db search t~biome
```
Generates:
![image](https://user-images.githubusercontent.com/50745/119427094-4659d580-bcbf-11eb-8c79-ed8559ed4886.png)
## Modules
Expand Down Expand Up @@ -231,10 +211,6 @@ views for querying ontologies such as GO, that incorporate critical
information in existential axioms, the view `edge` provides a union of
subclass between named classes and subclasses of existentials.
### OBO-Checks
This is an experiment to try and replicate ROBOT checks. See below
### GO
## Validation
Expand Down

0 comments on commit 7e68b14

Please sign in to comment.