11namespace BaiKe
22
3+ SemanticConcept(语义概念): EntityType
4+ properties:
5+ desc(内容): Text
6+ index: Text
7+ isA(上位): SemanticConcept
8+
39ArtificialObject(人造物体): EntityType
410 properties:
511 desc(描述): Text
612 index: TextAndVector
7- semanticType(语义类型): Text
8- index: Text
13+ semanticType(语义类型): SemanticConcept
14+ synonyms(同义词): ArtificialObject
15+ officialName(标准名): ArtificialObject
916
1017Astronomy(天文学): EntityType
1118 properties:
1219 desc(描述): Text
1320 index: TextAndVector
14- semanticType(语义类型): Text
15- index: Text
21+ semanticType(语义类型): SemanticConcept
22+ synonyms(同义词): Astronomy
23+ officialName(标准名): Astronomy
1624
1725Building(建筑): EntityType
1826 properties:
1927 desc(描述): Text
2028 index: TextAndVector
21- semanticType(语义类型): Text
22- index: Text
29+ semanticType(语义类型): SemanticConcept
30+ synonyms(同义词): Building
31+ officialName(标准名): Building
2332
2433Creature(生物): EntityType
2534 properties:
2635 desc(描述): Text
2736 index: TextAndVector
28- semanticType(语义类型): Text
29- index: Text
37+ semanticType(语义类型): SemanticConcept
38+ synonyms(同义词): Creature
39+ officialName(标准名): Creature
3040
3141Concept(概念): EntityType
3242 properties:
3343 desc(描述): Text
3444 index: TextAndVector
35- semanticType(语义类型): Text
36- index: Text
45+ semanticType(语义类型): SemanticConcept
46+ synonyms(同义词): Concept
47+ officialName(标准名): Concept
3748
3849Date(日期): EntityType
3950 properties:
4051 desc(描述): Text
4152 index: TextAndVector
42- semanticType(语义类型): Text
43- index: Text
53+ semanticType(语义类型): SemanticConcept
54+ synonyms(同义词): Date
55+ officialName(标准名): Date
4456
4557GeographicLocation(地理位置): EntityType
4658 properties:
4759 desc(描述): Text
4860 index: TextAndVector
49- semanticType(语义类型): Text
50- index: Text
61+ semanticType(语义类型): SemanticConcept
62+ synonyms(同义词): GeographicLocation
63+ officialName(标准名): GeographicLocation
5164
5265Keyword(关键词): EntityType
5366 properties:
5467 desc(描述): Text
5568 index: TextAndVector
56- semanticType(语义类型): Text
57- index: Text
69+ semanticType(语义类型): SemanticConcept
70+ synonyms(同义词): Keyword
71+ officialName(标准名): Keyword
5872
5973Medicine(药物): EntityType
6074 properties:
6175 desc(描述): Text
6276 index: TextAndVector
63- semanticType(语义类型): Text
64- index: Text
65-
77+ semanticType(语义类型): SemanticConcept
78+ synonyms(同义词): Medicine
79+ officialName(标准名): Medicine
6680
6781NaturalScience(自然科学): EntityType
6882 properties:
6983 desc(描述): Text
7084 index: TextAndVector
71- semanticType(语义类型): Text
72- index: Text
85+ semanticType(语义类型): SemanticConcept
86+ synonyms(同义词): NaturalScience
87+ officialName(标准名): NaturalScience
7388
7489Organization(组织机构): EntityType
7590 properties:
7691 desc(描述): Text
7792 index: TextAndVector
78- semanticType(语义类型): Text
79- index: Text
93+ semanticType(语义类型): SemanticConcept
94+ synonyms(同义词): Organization
95+ officialName(标准名): Organization
8096
8197Person(人物): EntityType
8298 properties:
8399 desc(描述): Text
84100 index: TextAndVector
85- semanticType(语义类型): Text
86- index: Text
101+ semanticType(语义类型): SemanticConcept
102+ synonyms(同义词): Person
103+ officialName(标准名): Person
87104
88105Transport(运输): EntityType
89106 properties:
90107 desc(描述): Text
91108 index: TextAndVector
92- semanticType(语义类型): Text
93- index: Text
109+ semanticType(语义类型): SemanticConcept
110+ synonyms(同义词): Transport
111+ officialName(标准名): Transport
94112
95113Works(作品): EntityType
96114 properties:
97115 desc(描述): Text
98116 index: TextAndVector
99- semanticType(语义类型): Text
100- index: Text
101-
102- Others(其他): EntityType
103- properties:
104- desc(描述): Text
105- index: TextAndVector
106- semanticType(语义类型): Text
107- index: Text
117+ semanticType(语义类型): SemanticConcept
118+ synonyms(同义词): Works
119+ officialName(标准名): Works
108120
109121Event(事件): EventType
110122 properties:
@@ -118,8 +130,10 @@ Event(事件): EventType
118130 type(事件类型): Text
119131 index: Text
120132
121-
122- SemanticConcept(语义概念): EntityType
133+ Others(其他): EntityType
123134 properties:
124- desc(内容): Text
125- index: Text
135+ desc(描述): Text
136+ index: TextAndVector
137+ semanticType(语义类型): SemanticConcept
138+ synonyms(同义词): Others
139+ officialName(标准名): Others
0 commit comments