“someValuesFrom”和“someValuesFrom”有什么区别? 和“allValuesFrom”?

发布于 2024-07-22 06:28:05 字数 376 浏览 5 评论 0原文

在描述逻辑中,“someValuesFrom”和“allValuesFrom”有什么区别? 换句话说,(有限的存在量化)和(价值限制)之间的差异。

例如,考虑一下:

Δ = {a, b, c, d, e}
ext(B) = {}
ext(R) = {, ,,}

那么以下有什么区别呢?

ext(∃R.B) = ?
ext(∀R.B) = ?

有什么办法可以简化 somevaluefrom 和 allvaluesfrom 的概念吗?

In description logic, what is the difference between "someValuesFrom" and "allValuesFrom"?
In other words, the difference between (limited existential quantification) and (value restriction).

For example, consider this:

∆ = {a, b, c, d, e}
ext(B) = {<c,d>}
ext(R) = {<a,b>, <a,c>, <d,c>, <c,e>}

So what is the difference between the following?

ext(∃R. B) = ?
ext(∀R. B) = ?

Is there any way to simplify the concept of somevaluefrom and allvaluesfrom?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

倾其所爱 2024-07-29 06:28:05

首先,allValuesFromsomeValuesFrom 听起来像 OWL,并且在 规范

在 OWL(一种 DL 语言)的上下文中,它们表示对属性的限制,尤其是对属性值的类的限制,这意味着您想要声明一个 Car,它有一个 manufactured_by 属性,此属性仅限于 Manufacturer 类的成员。

allValuesFromsomeValuesFrom 在某种意义上有所不同,第一个要求属性值的所有值,后者至少有一个属于某个类。

First, allValuesFrom and someValuesFrom sound like OWL, and they are explained with examples in the specification.

In the context of OWL (which is a DL language) they respresent restrictions on properties, especially on the class of the property values, meaning e.g. that you want to state that a Car, which has a manufactured_by property, this property is restricted to members of the Class Manufacturer.

allValuesFrom and someValuesFrom differ in the sense, that the first requires all values of the property values, the latter at least one to be of a certain class.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文