matsu:Clojure 的 SPARQL 查询 DSL

时间:2021-07-14 11:22:41
【文件属性】:
文件名称:matsu:Clojure 的 SPARQL 查询 DSL
文件大小:32KB
文件格式:ZIP
更新时间:2021-07-14 11:22:41
Clojure 马祖 Clojure SPARQL 查询构造函数 地位 2014-11-11:该库不再积极维护 安装 将以下内容添加到您的 project.clj: [matsu " 0.1.2 " ] ; stable [matsu " 0.1.3-SNAPSHOT " ] ; dev 用法 Matsu 是一个用于构建 SPARQL 查询的 DSL: ( query ( select :person ) ( where :person a [ :foaf :Person ] \; [ :foaf :mbox ] ( URI. " mailto:me@me.com " ) \.)) 这将产生以下字符串: PREFIX foaf: SELECT ?person WHERE { ?pe
【文件预览】:
matsu-master
----CHANGES.md(578B)
----src()
--------boutros()
----doc()
--------example.clj(4KB)
--------sparql_spec.md(34KB)
--------update_spec.md(6KB)
----test()
--------boutros()
----README.md(6KB)
----project.clj(300B)
----.gitignore(78B)

网友评论