在编写本体并且你想要创建一个与时间/日期相关的类和属性时,我假设你将在结构上有这样的东西(伪代码):
class:Project
label: Project
property:duedate
label: The expected completion time and date of project
domain: Project
range: datetime (?)
Run Code Online (Sandbox Code Playgroud)
我已经用Google搜索并发现了Owl-Time本体,但用例让我感到困惑,因为看起来我应该定义相当多的东西.我在这里走在正确的轨道上吗?