cnschema中的实体的属性值域是不是把该属性的定义域(有哪些实体用到该属性)也算在内了?比如Person的address属性,网页上显示address属性的值域为:PostalAddress or Text or GeoShape or Organization or GeoCoordinates or Person or Place。但是点进address属性,会发现address属性能取的值只有PostalAddress和Text这两个类型。
Closed this issue · 0 comments
zyy1611 commented
cnschema中的实体的属性值域是不是把该属性的定义域(有哪些实体用到该属性)也算在内了?比如Person的address属性,网页上显示address属性的值域为:PostalAddress or Text or GeoShape or Organization or GeoCoordinates or Person or Place。但是点进address属性,会发现address属性能取的值只有PostalAddress和Text这两个类型。