Closed turbomam closed 2 years ago
We can remove the jena requirement altogether if we can do https://github.com/balhoff/relation-graph/issues/25
I think this is only a couple of lines of scala code
wget https://dlcdn.apache.org/jena/binaries/apache-jena-4.2.0.tar.gz
tar xzvf apache-jena-4.2.0.tar.gz
export JENA_HOME=apache-jena-4.2.0
export PATH=$PATH:$JENA_HOME/bin
I installed
semantic-sql
and all of its dependencies on my LBL MacBook and then built an NCBItaxonrdftab
database with entailment.My scoped term mapper uses transitive closures over NCBItaxon subclasses for determining suitable target ontologies for records from the NCBI Biosample collection.
I'd to go through the semantic-sql steps on a fresh/different system so I can write it up as requirements for the scoped term mapper, but it looks like it's pretty Mac-centric at this point