RDFEntity {Microsoft.VisualBasic.MIME.application.rdf_xml} .NET clr documentation

RDFEntity

Description

在rdf之中被描述的对象实体

ID,about

Declare

            
# namespace Microsoft.VisualBasic.MIME.application.rdf_xml
export class RDFEntity extends RDFProperty {
   # [资源] 是可拥有 URI 的任何事物
   about: string;
   comment: RDFProperty[];
   dataType: string;
   # [属性]   是拥有名称的资源
   #  [属性值] 是某个属性的值,(请注意一个属性值可以是另外一个EntityProperty.resource)
   #  xml文档在rdf反序列化之后,原有的类型定义之中除了自有的属性被保留下来了之外,具备指向其他资源的属性都被保存在了这个属性字典之中
   Properties: list;
   range: RDFProperty;
   # rdf:ID
   RDFId: string;
   resource: string;
   value: string;
}

        

.NET clr type reference tree

  1. this class extends from RDFProperty class: RDFProperty
  2. use by property member comment: RDFProperty
  3. use by property member Properties: list
  4. use by property member range: RDFProperty

[Package {$package} version {$version} Index]