gpt4 book ai didi

semantics - OWL:非负整数和正整数有什么区别?

转载 作者:行者123 更新时间:2023-12-01 10:41:25 24 4
gpt4 key购买 nike

我正在尝试使用 Protégé 来构建我的 OWL 本体

在构建一些数据属性时,我发现 OWL 有两种类型:非负整数正整数:它们之间有什么区别?

最佳答案

它们来自XML Schema :

正整数

positiveInteger is ·derived· from nonNegativeInteger by setting the value of ·minInclusive· to be 1. This results in the standard mathematical concept of the positive integer numbers. The ·value space· of positiveInteger is the infinite set {1,2,...}. The ·base type· of positiveInteger is nonNegativeInteger.

非负整数

nonNegativeInteger is ·derived· from integer by setting the value of ·minInclusive· to be 0. This results in the standard mathematical concept of the non-negative integers. The ·value space· of nonNegativeInteger is the infinite set {0,1,2,...}. The ·base type· of nonNegativeInteger is integer.

关于semantics - OWL:非负整数和正整数有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29748252/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com