【问题标题】:Cannot understand Apache Stanbol enhancer response (Semantic Web)无法理解 Apache Stanbol 增强器响应(语义 Web)
【发布时间】:2012-04-04 05:04:48
【问题描述】:

我是语义网的新手,并试图理解。我正在使用Apache Stanbol 我正在 seding 文本以增强使用 Restful 服务并获得类似的结构

ID:               enhancement-e7a7f095-d127-0b6f-16db-b89d181c8314
confidence:       0.9877373098687467
created:          2012-03-19T17:01:03.879Z
creator:          org.apache.stanbol.enhancer.engines.opennlp.impl.NEREngineCore
end:              1458
extracted-from:   content-item-sha1-18a53d775839d36bf1cc220b3a3fa813a6a64593
relation:         enhancement-92681e65-f8c8-fb90-aed2-de05f7898ab9
selected-text:    Cologne
start:            1451
type:             Place,TextAnnotation,Enhancement 

我想问的是start,end是什么意思? relation 包含一个逗号分隔的 ID 列表。如何使用SPARQL访问相关ID

【问题讨论】:

  • 你真的得到了这么简单的结构:D?

标签: sparql semantic-web apache-stanbol


【解决方案1】:
  • start:在已解析内容的纯文本版本中的起始字符位置。请注意,纯文本版本可以是 通过使用 Stanbol 的多部分内容项支持检索 增强 RESTful API。
  • end:结束字符位置。这必须只存在于“fise:start”中。
  • relation:指定当前的 fise:Enhancement 与另一个 fise:Enhancement 有关系。值需要是“rdf:type”“fise:Enhancement”的资源。

来自Apache Stanbol online documentation

【讨论】:

    猜你喜欢
    • 2013-01-06
    • 1970-01-01
    • 2018-02-18
    • 2013-06-04
    • 1970-01-01
    • 2019-10-14
    • 1970-01-01
    • 2015-08-03
    • 2014-08-02
    相关资源
    最近更新 更多