【发布时间】:2019-02-22 06:55:09
【问题描述】:
假设我们有定义:
Product hasPrice exactly 1 xsd:decimal
Product hasPrice max 1 xsd:decimal
在开放世界假设下,我们可以在不指定价格的情况下定义产品,例如:
A a Product;
rdfs:label "Apple"@en .
我的理解是:
exactly 1 定义,我们说这个产品的价格是未知的。
使用max 1 定义,我们说产品可以没有价格。
我说的对吗?
我在定义时弄糊涂了
Service has some gr:UnitPriceSpecification
Service has exactly 1 Provider
ComputeService has max 1 TransactionsUnitPriceSpecification
需要考虑所有可能的情况。
【问题讨论】:
-
基本上是的,
max 1的价格也可能是未知的 -
问这个问题有特定的原因/用例吗?
-
谢谢,您想重新发布作为答案吗?
标签: owl semantic-web protege turtle-rdf