简体   繁体   English

RDF / OWL是表示还是数据库?

[英]Is RDF/OWL a representation or the database?

The RDF is defined as representing the information related to the semantic web and for the information exchange on web. RDF被定义为表示与语义Web和web上的信息交换相关的信息。 But it is also widely used as the database. 但它也被广泛用作数据库。 So, what exactly the RDF is about ? 那么,RDF究竟是关于什么的呢?

The OWL is similar to the RDF, then why only RDF is used in the database and not the OWL ? OWL类似于RDF,那么为什么只在数据库中使用RDF而不是OWL?

Asking what RDF is about is entirely too broad of a question, there is a lot to say in that regard. 问什么RDF约为完全是过于宽泛的一个问题,有很多这方面的话。 So I'll attempt to briefly answer the specific question. 所以我将尝试简要回答具体问题。

An RDF database, which is really just a graph database, stores an RDF graph which you can then use SPARQL to query. RDF数据库实际上只是一个图形数据库,它存储一个RDF图,然后您可以使用SPARQL进行查询。 RDF isn't the database, it's the data model. RDF是不是数据库 ,它的数据模型。

OWL has a mapping to RDF, but generally, is used to define logical constructs that a reasoner can use to infer new information from existing data. OWL具有到RDF的映射,但通常用于定义推理器可用于从现有数据推断新信息的逻辑构造。 Some RDF databases include a reasoner that can take advantage of OWL, serialized as RDF, to perform reasoning either at query time, or eagerly during data updates, to expose this new, inferred information, to users via SPARQL. 一些RDF数据库包括一个可以利用OWL(序列化为RDF),在查询时或在数据更新期间急切地执行推理的推理器,以通过SPARQL向用户公开这些新的推断信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM