Skip to content

Instantly share code, notes, and snippets.

@AlBaker
Created April 21, 2014 02:24
Show Gist options
  • Save AlBaker/11130618 to your computer and use it in GitHub Desktop.
Save AlBaker/11130618 to your computer and use it in GitHub Desktop.
;; Ask returns a Boolean
(with-open [c (connect test-db-spec)]
(ask c "ask { ?s <http://www.lehigh.edu/~zhp2/2004/0401/univ-bench.owl#teacherOf> ?o }")) => truthy)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment