Skip to content

zachcp/sparql-explore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sparql-explore/sparql-explore

Exploration of the UNIPROT SPARQL interface by way of copying/translating the SPARQL examples into flint, a really nice clojure SPARQL DSL. I also borrowed a number of functions from Mundaneum, Jack Rusher's excellent SPARQL DSL for wikidata.

Queries and data rendered online using Clerk.

The Setup

  1. create new clj app with neil
  2. modify deps.edn to copy the Mundaneum repo.
  3. open VSCode/calva and start repl.
  4. start adding UNIPROT examples
  5. git commit / push/ and serve.
lein new app sparql-explore

Simple Deploy

# build in repl with the notebooks/build_notebooks.clj
cp public/build/index.html docs.index.html
# git commit / push