owl - owl :Class and owl:Thing?有什么区别

我知道 owl:Classrdfs:class 的子类,所有 OWL 类都是 owl:Class 的成员。我还知道 owl:Thing 位于类层次结构的顶部。那么 owl:Classowl:Thing 有什么区别呢? owl:Class 不是在类层次结构的顶部吗?

最佳答案

The most basic concepts in a domain should correspond to classes that are the roots of various taxonomic trees. Every individual in the OWL world is a member of the class owl:Thing. Thus each user-defined class is implicitly a subclass of owl:Thing. Domain specific root classes are defined by simply declaring a named class. OWL also defines the empty class, owl:Nothing.

每个类或对象都是一个'Thing',如果你懂java,就像说每一个东西都是一个对象,甚至java.lang.Class继承自它

https://stackoverflow.com/questions/16362926/

相关文章:

avr - 使用USBASP编程器进行SPI通信

php - scandir 并返回匹配的文件

Django - Python help_text 作为可点击的图标

versioning - 执行包装器库的 semver(语义版本控制)的最佳做法是什么?

apache - 将模块加载到 Apache

c# - 页脚按钮的 Gridview colspan

windows-installer - MSI 中的 "installation script"是什

python - 制作包含负值的对数标度彩色图

r - 分位数回归的置信区间是多少?以及如何找到默认以外的内容?

clojure - 为什么我的 clojure.core.logic 非成员函数返回两个值?