新书推介:《语义网技术体系》
作者:瞿裕忠,胡伟,程龚
   XML论坛     W3CHINA.ORG讨论区     >>计算机科学论坛<<     SOAChina论坛     Blog     开放翻译计划     新浪微博  
 
  • 首页
  • 登录
  • 注册
  • 软件下载
  • 资料下载
  • 核心成员
  • 帮助
  •   Add to Google

    >> 本版讨论Semantic Web(语义Web,语义网或语义万维网, Web 3.0)及相关理论,如:Ontology(本体,本体论), OWL(Web Ontology Langauge,Web本体语言), Description Logic(DL, 描述逻辑),RDFa,Ontology Engineering等。
    [返回] 计算机科学论坛W3CHINA.ORG讨论区 - Web新技术讨论『 Semantic Web(语义Web)/描述逻辑/本体 』 → Semantic Layered Research Platform(SLRP) - IBM的一个Semantic Web开源项目 查看新帖用户列表

      发表一个新主题  发表一个新投票  回复主题  (订阅本版) 您是本帖的第 12264 个阅读者浏览上一篇主题  刷新本主题   树形显示贴子 浏览下一篇主题
     * 贴子主题: Semantic Layered Research Platform(SLRP) - IBM的一个Semantic Web开源项目 举报  打印  推荐  IE收藏夹 
       本主题类别:     
     admin 帅哥哟,离线,有人找我吗?
      
      
      
      威望:9
      头衔:W3China站长
      等级:计算机硕士学位(管理员)
      文章:5255
      积分:18407
      门派:W3CHINA.ORG
      注册:2003/10/5

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给admin发送一个短消息 把admin加入好友 查看admin的个人资料 搜索admin在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给admin  访问admin的主页 引用回复这个贴子 回复这个贴子 查看admin的博客楼主
    发贴心情 Semantic Layered Research Platform(SLRP) - IBM的一个Semantic Web开源项目

    详情可以看这里:  http://ibm-slrp.sourceforge.net/

    以下是简要摘要:


    [B][URL=http://ibm-slrp.sourceforge.net/2006/12/01/what-is-the-ibm-semantic-layered-research-platform-contd/]What is the IBM Semantic Layered Research Platform? (contd) [/URL][/B]
    The IBM Semantic Layered Research Platform is the collective name for the family of software components produced by the IBM Advanced Technology group to support semantics throughout the application stack. We’ll be announcing the availability of these components to the open-source community over the next few months as we polish the initial versions of them and prepare the supporting materials for each. The project is licensed as open-source under the [URL=http://www.eclipse.org/legal/epl-v10.html]Eclipse Public License[/URL].

    The genesis of the platform was in our work with [URL=http://www.cvit.org/]CViT[/URL], an emerging community for cancer modelers with whom we are working closely to create an application to support wide area collaboration for biomedical research and a series of cancer model and experimental data repositories.


    The following is a summary of the components that we’ll be making available, with a brief description of each. The list is arranged in a rough approximation of the order in which we think we’ll be able to release them, but the order is very much subject to change.

    [URL=http://sourceforge.net/project/showfiles.php?group_id=181986&package_id=210881]Boca[/URL]1. Boca is the foundation of many of our components. It is an enterprise-featured RDF store that provides support for multiple users, distributed clients, offline work, real-time notification, named-graph modularization, versioning, access controls, and transactions with preconditions. Matt’s written more about Boca [URL=http://ibm-slrp.sourceforge.net/2006/11/20/boca-the-rdf-repository-component-of-the-ibm-semantic-layered-research-platform/]here[/URL] . Along with Boca are included two subsystems which may also be interesting on their own:
    Glitter. Glitter is a SPARQL engine independent of any particular backend. It allows interfaces to backend data sources to plugin to the core engine and generate solutions for portions of SPARQL queries with varying granularity. The core engine orchestrates query rewriting, optimization, and execution, and composes solutions generated by the backend. A Boca-specific backend allows SPARQL queries to be compiled to Boca’s temporal database schema.
    Sleuth. Sleuth provides full-text search capabilities for text literals within Boca. Text literals are indexed with [URL=http://lucene.apache.org/java/docs/index.html]Apache Lucene[/URL], and the index also stores information about the named graph, subject, and predicate to which the literal is attached.
    DDR. The Distributed Data Repository (DDR) is the binary counterpart to Boca. It’s a write-once, read-many store for binary data. Content within DDR receives an LSID, and a registry of metadata extractors (”scrapers”) allows metadata to be pulled from the content and stored into a companion Boca server. DDR contains an LSID resolver that returns the stored binary content for the LSID getData() call and returns the Boca named graph containing the metadata in response to the LSID getMetadata() call.
    ODO. ODO is a family of Perl 5 libraries for parsing, manipulating, persisting, and serializing RDF data. ODO also contains Plastor, a Perl analog of [URL=http://jastor.sourceforge.net/]Jastor[/URL], which generates Perl classes from an OWL ontology.
    Queso. Queso is a semantic web-application framework. It stores content (HTML, CSS, JavaScript, etc.), user data, and application data within Boca, and provides mechanisms for deploying modular applications and services that (modulo access control) can remix and reuse service endpoints and semantic data. [URL=http://www.klinewoods.com/?p=41]Ben[/URL], [URL=http://torrez.us/archives/2006/07/17/471/]Elias[/URL], and [URL=http://wingerz.com/blog/?p=35]Wing[/URL] have already written more about Queso.
    Telar. Telar is a family of Java libraries that provide services for creating applications driven by RDF. Some Telar libraries focus on the user interface, supplying bindings between RDF data and SWT widgets, the [URL=http://www.eclipse.org/gef/]Eclipse Graphical Editing Framework (GEF)[/URL], and [URL=http://wiki.eclipse.org/index.php/Rich_Client_Platform]Eclipse RCP[/URL] perspectives, editors, and views. Other Telar libraries focus on data management; these libraries provide functionality to manipulate RDF datasets (collections of named graphs) and to perform tasks such as resolving human-readable labels for resources within an RDF graph.
    Salsa. Salsa is a Boca application that brings together semantic technologies and spreadsheets. Salsa serializes spreadsheets to a central Boca server, and also uses a transform language to map cells and cell ranges to their RDF semantics. Salsa is an experiment in separating data from layout within spreadsheets, and also in adapting the familiar spreadsheet user-interface paradigm for RDF data.
    Taco. Taco is a framework for measuring performance of RDF stores. It includes utilities that build various kinds of RDF graph structures and the ability to add measurable operations which can include queries, add & removes, for those structures. The perfomance log is also stored in RDF with a defined ontology and can be easily queried with a report generator.
    Bambodil. The Bambodil component is an application for storing, searching and retrieving structured annotations as RDF documents.

    To understand the context of the project, the technologies on which it is based and the components it includes please view the [URL=http://ibm-slrp.sourceforge.net/files/Semantic_Technologies_in_the_stack-ibm-slrp.pdf]“Towards a Semantics-enabled Application Infrastructure”[/URL] presentation.


    --------------------------------------------------------------------------------

    1 As you can probably tell, several of our components were named at lunch time, as we gazed longingly [URL=http://bocagrande.citysearch.com/]across the street[/URL].


       收藏   分享  
    顶(0)
      




    ----------------------------------------------

    -----------------------------------------------

    第十二章第一节《用ROR创建面向资源的服务》
    第十二章第二节《用Restlet创建面向资源的服务》
    第三章《REST式服务有什么不同》
    InfoQ SOA首席编辑胡键评《RESTful Web Services中文版》
    [InfoQ文章]解答有关REST的十点疑惑

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/6/4 10:21:00
     
     yuxiangyu 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究汇编)
      文章:19
      积分:216
      门派:XML.ORG.CN
      注册:2006/2/21

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给yuxiangyu发送一个短消息 把yuxiangyu加入好友 查看yuxiangyu的个人资料 搜索yuxiangyu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看yuxiangyu的博客2
    发贴心情 
    有谁配置boca成功了吗?我照着它提供的文档可是配置不成功啊
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/6/26 19:03:00
     
     wumingrock 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究C++)
      文章:50
      积分:286
      门派:W3CHINA.ORG
      注册:2006/4/27

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给wumingrock发送一个短消息 把wumingrock加入好友 查看wumingrock的个人资料 搜索wumingrock在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看wumingrock的博客3
    发贴心情 
    这个东东前一段关注过,我个人感觉平台中的各种模块和功能太多,有大而泛的感觉。

    ----------------------------------------------
    努力学习语义和本体~~

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/6/27 17:38:00
     
     yuxiangyu 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究汇编)
      文章:19
      积分:216
      门派:XML.ORG.CN
      注册:2006/2/21

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给yuxiangyu发送一个短消息 把yuxiangyu加入好友 查看yuxiangyu的个人资料 搜索yuxiangyu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看yuxiangyu的博客4
    发贴心情 
    可怜我按照wiki上的介绍进行配置,下载了一大堆东西,结果不成功。
    楼上有什么心得可以介绍一下吗?
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/6/27 21:02:00
     
     yuxiangyu 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究汇编)
      文章:19
      积分:216
      门派:XML.ORG.CN
      注册:2006/2/21

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给yuxiangyu发送一个短消息 把yuxiangyu加入好友 查看yuxiangyu的个人资料 搜索yuxiangyu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看yuxiangyu的博客5
    发贴心情 
    终于编译成功了,让大家看看我艰辛的历程:

    [INFO] Total time: 38 minutes 58 seconds
    [INFO] Finished at: Fri Jun 29 09:36:10 CST 2007
    [INFO] Final Memory: 17M/56M
    [INFO] -------------------------------------------
    已复制         1 个文件。
    已复制         1 个文件。
    已复制         1 个文件。
    已复制         1 个文件。

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/6/29 9:47:00
     
     goodhero 帅哥哟,离线,有人找我吗?
      
      
      等级:大三(要不要学学XML呢?)
      文章:161
      积分:808
      门派:XML.ORG.CN
      注册:2005/8/17

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给goodhero发送一个短消息 把goodhero加入好友 查看goodhero的个人资料 搜索goodhero在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看goodhero的博客6
    发贴心情 
    好的,我也试一试
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/7/3 8:51:00
     
     yuxiangyu 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究汇编)
      文章:19
      积分:216
      门派:XML.ORG.CN
      注册:2006/2/21

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给yuxiangyu发送一个短消息 把yuxiangyu加入好友 查看yuxiangyu的个人资料 搜索yuxiangyu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看yuxiangyu的博客7
    发贴心情 
    好啊好啊,我们来一起研究
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/7/3 14:43:00
     
     yuxiangyu 帅哥哟,离线,有人找我吗?
      
      
      等级:大二(研究汇编)
      文章:19
      积分:216
      门派:XML.ORG.CN
      注册:2006/2/21

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给yuxiangyu发送一个短消息 把yuxiangyu加入好友 查看yuxiangyu的个人资料 搜索yuxiangyu在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看yuxiangyu的博客8
    发贴心情 
    利用maven将boca编译成功后,会产生一个target文件夹,将里面的boca-parent-2.2-SNAPSHOT-dist.tar.gz文件或者boca-parent-2.2-SNAPSHOT-dist.zip解压缩出来就是boca的文件包了,其中主要的jar文件在lib目录下。例子在exmaple文件夹下,但是exmple中queryDataset.java编译时会出现java泛型问题(也不知道IBM是怎么搞的)这里需要修改QueryResult result = datasetService.execQuery(Collections.singleton(remoteGraph.getNamedGraphUri()), Collections.EMPTY_SET, query);这一句
    我是这样改的,java.util.Set<URI> set=Collections.singleton(remoteGraph.getNamedGraphUri());java.util.Set<URI> set2=Collections.emptySet();
    QueryResult result = datasetService.execQuery(set, set2, query);
    编译才ok
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/7/4 11:12:00
     
     Visorz 帅哥哟,离线,有人找我吗?
      
      
      等级:大一(高数修炼中)
      文章:12
      积分:117
      门派:XML.ORG.CN
      注册:2007/3/13

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给Visorz发送一个短消息 把Visorz加入好友 查看Visorz的个人资料 搜索Visorz在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 引用回复这个贴子 回复这个贴子 查看Visorz的博客9
    发贴心情 
    IBM在semantic web上也投入了一定的精力啊,研究一下:)
    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/8/3 14:58:00
     
     timothy 帅哥哟,离线,有人找我吗?巨蟹座1982-7-21
      
      
      威望:1
      等级:大四下学期(考上研究生啦!)
      文章:237
      积分:1701
      门派:XML.ORG.CN
      注册:2006/4/4

    姓名:(无权查看)
    城市:(无权查看)
    院校:(无权查看)
    给timothy发送一个短消息 把timothy加入好友 查看timothy的个人资料 搜索timothy在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给timothy 引用回复这个贴子 回复这个贴子 查看timothy的博客10
    发贴心情 
    好东西!
         试一下,谢谢楼上的各位弟兄!!!

    ----------------------------------------------
    时间永远是向前的!

    点击查看用户来源及管理<br>发贴IP:*.*.*.* 2007/8/4 16:26:00
     
     GoogleAdSense巨蟹座1982-7-21
      
      
      等级:大一新生
      文章:1
      积分:50
      门派:无门无派
      院校:未填写
      注册:2007-01-01
    给Google AdSense发送一个短消息 把Google AdSense加入好友 查看Google AdSense的个人资料 搜索Google AdSense在『 Semantic Web(语义Web)/描述逻辑/本体 』的所有贴子 点击这里发送电邮给Google AdSense 访问Google AdSense的主页 引用回复这个贴子 回复这个贴子 查看Google AdSense的博客广告
    2025/10/6 14:08:05

    本主题贴数13,分页: [1] [2]

    管理选项修改tag | 锁定 | 解锁 | 提升 | 删除 | 移动 | 固顶 | 总固顶 | 奖励 | 惩罚 | 发布公告
    W3C Contributing Supporter! W 3 C h i n a ( since 2003 ) 旗 下 站 点
    苏ICP备05006046号《全国人大常委会关于维护互联网安全的决定》《计算机信息网络国际联网安全保护管理办法》
    144.531ms