semantic-sql icon indicating copy to clipboard operation
semantic-sql copied to clipboard

SQL and SQLite builds of OWL ontologies

Results 12 semantic-sql issues
Sort by recently updated
recently updated
newest added

See https://github.com/obophenotype/uberon/issues/3267

Duckdb has a lot of advantages over sqlite - speed - extended syntax - built in support for arrays and other datatypes In theory there is no particular reason for...

See https://github.com/biopragmatics/obo-db-ingest It would be quite easy to add these as builds, and distribute the sqlite on s3. Advantages: - easy to query in OAK (though some methods and commands...

## Overview I ran: `semsql make doid.db`, and these files remained afterwards: 1. `.template.db`: Appears the CWD (current working directory) from where I'm running the command. It _might_ be that...

- [ ] rewrite relation-graph in rust and use PyO3 bindings - [ ] use PyO3 to wrap rdftab As an alternative to wrapping rdftab is to directly load the...

## Overview I tried to convert HPO to FHIR using `semsql` as an intermediary. However, after about 40 minutes, I decided to give up and switch to Obographs for speed....

I cant figure out how to tell semsql how to generate prefixes during the owl->db conversion process..

## Overview When using `semsql`, the SQLite console opens. I need to exit it manually in order for the command to continue. Since this is running in a pipeline that...