cnschema / cnSchema

开放中文知识图谱的schema
http://cnschema.openkg.cn
801 stars 184 forks source link

cnschema中的实体的属性值域是不是有问题? #57

Open zyy1611 opened 3 years ago

zyy1611 commented 3 years ago

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