Skip to content

Commit

Permalink
统一换行格式
Browse files Browse the repository at this point in the history
  • Loading branch information
kunwei2018 committed Jan 25, 2024
1 parent cdaa571 commit d65e6ce
Show file tree
Hide file tree
Showing 31 changed files with 155 additions and 53 deletions.
8 changes: 8 additions & 0 deletions openkg/.idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions openkg/.idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions openkg/.idea/inspectionProfiles/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions openkg/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions openkg/.idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions openkg/.idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions openkg/cnschema/事件/Event.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
namespace TestV2


namespace Openkg

Event(事件): EventType
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
namespace TestV2


namespace Openkg

DiseaseType(疾病类型): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

Place(地点): EventType

HealthcareEvent(事件): EventType
properties:
subject(主体): Organization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
namespace TestV2


namespace Openkg

DiseaseType(疾病类型): ConceptType
hypernymPredicate: isA
Person(人物): EntityType
Organization(机构): EntityType
Disease(疾病): EntityType

Place(地点): EntityType
Person(人物): EntityType

Organization(机构): EntityType

Disease(疾病): EntityType

Place(地点): EntityType

Disease(疾病): EntityType

Organization(机构): EntityType

Disease(疾病): EntityType
Organization(机构): EntityType
HealthcareEvent(公共卫生事件): EventType
PublicHealthEvent(公共卫生事件): EventType
properties:
subject(主体): Disease
desc: 疾病
Expand Down
5 changes: 2 additions & 3 deletions openkg/cnschema/事件/社会文化事件/CultureEvent.schema
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
namespace TestV2


namespace Openkg

Organization(机构): EntityType

CultureEvent(社会文化事件): EventType
properties:
subject(主办方): Organization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
namespace TestV2

namespace Openkg

Category(活动类型): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

URL(链接): EntityType

Status(状态): EntityType

Place(地点): EntityType

Person(人物): EntityType

ArtEvent(艺术活动): EventType
properties:
subject(主办方): Organization
Expand Down
7 changes: 6 additions & 1 deletion openkg/cnschema/人物/Person.schema
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
namespace TestV2
namespace Openkg

Country(国家): EntityType

School(学校): EntityType

CreativeWork(创作): EntityType

Place(地点): EntityType

Organization(机构): EntityType

Person(人物): EntityType
properties:
additionalName(别名):Text
Expand Down
5 changes: 4 additions & 1 deletion openkg/cnschema/人物/体育/SportsPeople.schema
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
namespace TestV2
namespace Openkg

SportsField(体育领域): ConceptType
hypernymPredicate: isA

SportsCategory(运动项目): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

SportsPeople(体育界人士): EntityType
desc: 包括运动员、教练、裁判、体育管理人员等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
namespace TestV2

namespace Openkg

MedicalField(医疗领域): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

Person(人物): EntityType

MedicalPersonnel(医疗人员): EntityType
desc: 包括医生、护士、药剂师、医技人员等
properties:
Expand Down
3 changes: 2 additions & 1 deletion openkg/cnschema/人物/历史人物/HistoricalFigures.schema
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
namespace TestV2
namespace Openkg

HistoricalFiguresField(历史人物领域): ConceptType
hypernymPredicate: isA

HistoricalFigures(历史人物): EntityType
desc: 包括已故的名人,他们在各个领域都有贡献
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
namespace TestV2
namespace Openkg

BusinessAndEconomicField(商业与经济领域): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

Product(物品): EntityType

BusinessAndEconomicPeople(商经界人士): EntityType
desc: 包括企业家、投资人、经济学家、金融专家、管理顾问等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
namespace TestV2
namespace Openkg

Entertainment(娱乐领域): ConceptType
desc: 指明个体主要在哪个娱乐领域活动,如电影、电视、音乐、戏剧等
hypernymPredicate: isA

Product(物品): EntityType

EntertainmentOfPeople(娱乐圈的人): EntityType
desc: 包括演员、歌手、导演、编剧、模特、主播等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
namespace TestV2
namespace Openkg

PoliticalAndLegalField(政治与法律领域): ConceptType
hypernymPredicate: isA

PoliticalAndLegalPeople(政法人士): EntityType
desc: 包括政治家、政府官员、法官、律师、外交官、活动家等
properties:
Expand Down
3 changes: 2 additions & 1 deletion openkg/cnschema/人物/教育/EducationPeople.schema
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
namespace TestV2
namespace Openkg

Organization(机构): EntityType

Product(物品): EntityType

EducationField(教育领域): ConceptType
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
namespace TestV2

namespace Openkg

LiteraryAndArtisticField(文学与艺术领域): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

Product(物品): EntityType

Person(人物): EntityType

LiteraryAndArtisticPeople(文学与艺术界的人): EntityType
desc: 包括作家、诗人、画家、雕塑家、摄影师、设计师、建筑师、音乐家、舞蹈家等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
namespace TestV2
namespace Openkg

NewsAndMediaField(新闻与媒体领域): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

NewsAndMediaPeople(新闻媒体人士): EntityType
desc: 包括记者、编辑、主持人、评论员、博主等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
namespace TestV2
namespace Openkg

SocialWelfareAndCharityField(社会公益与慈善领域): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

SocialWelfareAndCharityPeople(公益慈善人士): EntityType
desc: 包括慈善家、非政府组织工作者、志愿者、人权活动家等
properties:
Expand Down
6 changes: 4 additions & 2 deletions openkg/cnschema/地点/Place.schema
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
namespace TestV2

namespace Openkg

PlaceType(地点类型): ConceptType
hypernymPredicate: isA

Organization(机构): EntityType

URL(链接): EntityType

Place(地点): EntityType
desc: 用于描述具有地理位置特征和功能属性的实体,包括但不限于自然地理实体、历史文化遗产、行政区划、住宅区与社区、旅游景点、市政建筑及本地商铺等。
properties:
Expand Down
9 changes: 6 additions & 3 deletions openkg/cnschema/地点/市政建筑/MunicipalBuilding.schema
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
namespace TestV2


namespace Openkg

TypeOfBuilding(建筑类型): ConceptType
hypernymPredicate: isA

Person(人物): EntityType

Service(服务): EntityType

Organization(机构): EntityType

Place(地点): EntityType

MunicipalBuilding(市政建筑): EntityType
desc: 指由政府或公共部门拥有并管理的,用于城市公共服务和行政管理目的的建筑物和设施。
properties:
Expand Down
7 changes: 4 additions & 3 deletions openkg/cnschema/地点/行政区划/AdministrativeArea.schema
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
namespace TestV2


namespace Openkg

AdministrativeAreaType(行政区划类型): ConceptType
hypernymPredicate: isA

Language(语言): EntityType
Place(地点): EntityType

Organization(机构): EntityType

AdministrativeArea(行政区划): EntityType
desc: 表示国家或地区为便于行政管理而划分的区域,包括省、自治区、直辖市、自治州、县、市等不同层级。
properties:
Expand Down
6 changes: 3 additions & 3 deletions openkg/cnschema/机构/Organization.schema
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
namespace TestV2

namespace Openkg

Person(人): EntityType

Place(地点): EntityType

Organization(机构): EntityType
desc: 描述各类组织、公司、团体或企事业单位等实体
properties:

address(地址信息): Place
desc: 包含详细地理位置信息的地址
properties:
Expand Down
10 changes: 8 additions & 2 deletions openkg/cnschema/机构/医疗机构/Hospital.schema
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
namespace TestV2

namespace Openkg

HospitalType(医疗机构类型): ConceptType
hypernymPredicate: isA

Person(人): EntityType

Product(物品): EntityType

MedicalService(医疗服务): EntityType

Organization(机构): EntityType

Place(地点): EntityType

Department(部门): EntityType

Hospital(医疗机构): EntityType
desc: 提供医疗服务的实体,如综合医院、专科医院、诊所等
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
namespace TestV2


EducationInstitutionType(医疗机构类型): ConceptType
hypernymPredicate: isA

Person(人): EntityType

Product(物品): EntityType

AcademicProgram(课程或专业): EntityType

Organization(机构): EntityType

Place(地点): EntityType

Department(部门): EntityType

EducationInstitution(教育机构): EntityType
desc: 提供教学、学术研究和人才培养服务的实体,如学校、大学、学院、培训机构等
properties:
Expand Down
Loading

0 comments on commit d65e6ce

Please sign in to comment.