diff --git a/openkg/.idea/.gitignore b/openkg/.idea/.gitignore new file mode 100644 index 000000000..13566b81b --- /dev/null +++ b/openkg/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/openkg/.idea/inspectionProfiles/Project_Default.xml b/openkg/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 000000000..03d9549ea --- /dev/null +++ b/openkg/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/openkg/.idea/inspectionProfiles/profiles_settings.xml b/openkg/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 000000000..105ce2da2 --- /dev/null +++ b/openkg/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/openkg/.idea/misc.xml b/openkg/.idea/misc.xml new file mode 100644 index 000000000..d56657add --- /dev/null +++ b/openkg/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/openkg/.idea/modules.xml b/openkg/.idea/modules.xml new file mode 100644 index 000000000..daa38742a --- /dev/null +++ b/openkg/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/openkg/.idea/vcs.xml b/openkg/.idea/vcs.xml new file mode 100644 index 000000000..6c0b86358 --- /dev/null +++ b/openkg/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git "a/openkg/cnschema/\344\272\213\344\273\266/Event.schema" "b/openkg/cnschema/\344\272\213\344\273\266/Event.schema" index 50589eac9..ea3efee9e 100644 --- "a/openkg/cnschema/\344\272\213\344\273\266/Event.schema" +++ "b/openkg/cnschema/\344\272\213\344\273\266/Event.schema" @@ -1,6 +1,4 @@ -namespace TestV2 - - +namespace Openkg Event(事件): EventType properties: diff --git "a/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/HealthcareEvent.schema" "b/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/HealthcareEvent.schema" index fcf322644..bb019f48e 100644 --- "a/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/HealthcareEvent.schema" +++ "b/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/HealthcareEvent.schema" @@ -1,11 +1,12 @@ -namespace TestV2 - - +namespace Openkg DiseaseType(疾病类型): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + Place(地点): EventType + HealthcareEvent(事件): EventType properties: subject(主体): Organization diff --git "a/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/HealthcareEvent.schema" "b/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/PublicHealthEvent.schema" similarity index 75% rename from "openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/HealthcareEvent.schema" rename to "openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/PublicHealthEvent.schema" index 36524551b..bbdf1ccff 100644 --- "a/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/HealthcareEvent.schema" +++ "b/openkg/cnschema/\344\272\213\344\273\266/\345\201\245\345\272\267\344\270\216\345\214\273\347\226\227\344\272\213\344\273\266/\345\205\254\345\205\261\345\215\253\347\224\237\344\272\213\344\273\266/PublicHealthEvent.schema" @@ -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: 疾病 diff --git "a/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/CultureEvent.schema" "b/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/CultureEvent.schema" index faeb6686a..6f6878bec 100644 --- "a/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/CultureEvent.schema" +++ "b/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/CultureEvent.schema" @@ -1,8 +1,7 @@ -namespace TestV2 - - +namespace Openkg Organization(机构): EntityType + CultureEvent(社会文化事件): EventType properties: subject(主办方): Organization diff --git "a/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/\350\211\272\346\234\257\346\264\273\345\212\250/ArtEvent.schema" "b/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/\350\211\272\346\234\257\346\264\273\345\212\250/ArtEvent.schema" index 83ef99895..7b5016b10 100644 --- "a/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/\350\211\272\346\234\257\346\264\273\345\212\250/ArtEvent.schema" +++ "b/openkg/cnschema/\344\272\213\344\273\266/\347\244\276\344\274\232\346\226\207\345\214\226\344\272\213\344\273\266/\350\211\272\346\234\257\346\264\273\345\212\250/ArtEvent.schema" @@ -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 diff --git "a/openkg/cnschema/\344\272\272\347\211\251/Person.schema" "b/openkg/cnschema/\344\272\272\347\211\251/Person.schema" index e7d3899e6..89bc8d0da 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/Person.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/Person.schema" @@ -1,10 +1,15 @@ -namespace TestV2 +namespace Openkg Country(国家): EntityType + School(学校): EntityType + CreativeWork(创作): EntityType + Place(地点): EntityType + Organization(机构): EntityType + Person(人物): EntityType properties: additionalName(别名):Text diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\344\275\223\350\202\262/SportsPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\344\275\223\350\202\262/SportsPeople.schema" index d12c17ac0..a36fd1a42 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\344\275\223\350\202\262/SportsPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\344\275\223\350\202\262/SportsPeople.schema" @@ -1,10 +1,13 @@ -namespace TestV2 +namespace Openkg SportsField(体育领域): ConceptType hypernymPredicate: isA + SportsCategory(运动项目): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + SportsPeople(体育界人士): EntityType desc: 包括运动员、教练、裁判、体育管理人员等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\345\214\273\347\226\227\344\270\216\345\201\245\345\272\267/MedicalPersonnel.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\345\214\273\347\226\227\344\270\216\345\201\245\345\272\267/MedicalPersonnel.schema" index fc16d54ce..7579c8245 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\345\214\273\347\226\227\344\270\216\345\201\245\345\272\267/MedicalPersonnel.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\345\214\273\347\226\227\344\270\216\345\201\245\345\272\267/MedicalPersonnel.schema" @@ -1,10 +1,12 @@ -namespace TestV2 - +namespace Openkg MedicalField(医疗领域): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + Person(人物): EntityType + MedicalPersonnel(医疗人员): EntityType desc: 包括医生、护士、药剂师、医技人员等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\345\216\206\345\217\262\344\272\272\347\211\251/HistoricalFigures.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\345\216\206\345\217\262\344\272\272\347\211\251/HistoricalFigures.schema" index b8402e7d2..f88506050 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\345\216\206\345\217\262\344\272\272\347\211\251/HistoricalFigures.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\345\216\206\345\217\262\344\272\272\347\211\251/HistoricalFigures.schema" @@ -1,7 +1,8 @@ -namespace TestV2 +namespace Openkg HistoricalFiguresField(历史人物领域): ConceptType hypernymPredicate: isA + HistoricalFigures(历史人物): EntityType desc: 包括已故的名人,他们在各个领域都有贡献 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\345\225\206\344\270\232\344\270\216\347\273\217\346\265\216/BusinessAndEconomicPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\345\225\206\344\270\232\344\270\216\347\273\217\346\265\216/BusinessAndEconomicPeople.schema" index 279f8d958..ae36b735c 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\345\225\206\344\270\232\344\270\216\347\273\217\346\265\216/BusinessAndEconomicPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\345\225\206\344\270\232\344\270\216\347\273\217\346\265\216/BusinessAndEconomicPeople.schema" @@ -1,9 +1,12 @@ -namespace TestV2 +namespace Openkg BusinessAndEconomicField(商业与经济领域): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + Product(物品): EntityType + BusinessAndEconomicPeople(商经界人士): EntityType desc: 包括企业家、投资人、经济学家、金融专家、管理顾问等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\345\250\261\344\271\220\345\234\210\347\232\204\344\272\272/EntertainmentOfPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\345\250\261\344\271\220\345\234\210\347\232\204\344\272\272/EntertainmentOfPeople.schema" index bc2140a19..26c96593c 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\345\250\261\344\271\220\345\234\210\347\232\204\344\272\272/EntertainmentOfPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\345\250\261\344\271\220\345\234\210\347\232\204\344\272\272/EntertainmentOfPeople.schema" @@ -1,9 +1,11 @@ -namespace TestV2 +namespace Openkg Entertainment(娱乐领域): ConceptType desc: 指明个体主要在哪个娱乐领域活动,如电影、电视、音乐、戏剧等 hypernymPredicate: isA + Product(物品): EntityType + EntertainmentOfPeople(娱乐圈的人): EntityType desc: 包括演员、歌手、导演、编剧、模特、主播等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\346\224\277\346\262\273\344\270\216\346\263\225\345\276\213/PoliticalAndLegalPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\346\224\277\346\262\273\344\270\216\346\263\225\345\276\213/PoliticalAndLegalPeople.schema" index 810e1b76d..f447ea5d2 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\346\224\277\346\262\273\344\270\216\346\263\225\345\276\213/PoliticalAndLegalPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\346\224\277\346\262\273\344\270\216\346\263\225\345\276\213/PoliticalAndLegalPeople.schema" @@ -1,7 +1,8 @@ -namespace TestV2 +namespace Openkg PoliticalAndLegalField(政治与法律领域): ConceptType hypernymPredicate: isA + PoliticalAndLegalPeople(政法人士): EntityType desc: 包括政治家、政府官员、法官、律师、外交官、活动家等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\346\225\231\350\202\262/EducationPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\346\225\231\350\202\262/EducationPeople.schema" index 1a716c1c4..85f0a2c88 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\346\225\231\350\202\262/EducationPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\346\225\231\350\202\262/EducationPeople.schema" @@ -1,6 +1,7 @@ -namespace TestV2 +namespace Openkg Organization(机构): EntityType + Product(物品): EntityType EducationField(教育领域): ConceptType diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\346\226\207\345\255\246\344\270\216\350\211\272\346\234\257/LiteraryAndArtisticPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\346\226\207\345\255\246\344\270\216\350\211\272\346\234\257/LiteraryAndArtisticPeople.schema" index 464755d7f..a5f708e31 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\346\226\207\345\255\246\344\270\216\350\211\272\346\234\257/LiteraryAndArtisticPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\346\226\207\345\255\246\344\270\216\350\211\272\346\234\257/LiteraryAndArtisticPeople.schema" @@ -1,11 +1,14 @@ -namespace TestV2 - +namespace Openkg LiteraryAndArtisticField(文学与艺术领域): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + Product(物品): EntityType + Person(人物): EntityType + LiteraryAndArtisticPeople(文学与艺术界的人): EntityType desc: 包括作家、诗人、画家、雕塑家、摄影师、设计师、建筑师、音乐家、舞蹈家等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\346\226\260\351\227\273\344\270\216\345\252\222\344\275\223/NewsAndMediaPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\346\226\260\351\227\273\344\270\216\345\252\222\344\275\223/NewsAndMediaPeople.schema" index c36520ee3..5db5b078e 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\346\226\260\351\227\273\344\270\216\345\252\222\344\275\223/NewsAndMediaPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\346\226\260\351\227\273\344\270\216\345\252\222\344\275\223/NewsAndMediaPeople.schema" @@ -1,8 +1,10 @@ -namespace TestV2 +namespace Openkg NewsAndMediaField(新闻与媒体领域): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + NewsAndMediaPeople(新闻媒体人士): EntityType desc: 包括记者、编辑、主持人、评论员、博主等 properties: diff --git "a/openkg/cnschema/\344\272\272\347\211\251/\347\244\276\344\274\232\345\205\254\347\233\212\344\270\216\346\205\210\345\226\204/SocialWelfareAndCharityPeople.schema" "b/openkg/cnschema/\344\272\272\347\211\251/\347\244\276\344\274\232\345\205\254\347\233\212\344\270\216\346\205\210\345\226\204/SocialWelfareAndCharityPeople.schema" index 68ae57526..5927c102f 100644 --- "a/openkg/cnschema/\344\272\272\347\211\251/\347\244\276\344\274\232\345\205\254\347\233\212\344\270\216\346\205\210\345\226\204/SocialWelfareAndCharityPeople.schema" +++ "b/openkg/cnschema/\344\272\272\347\211\251/\347\244\276\344\274\232\345\205\254\347\233\212\344\270\216\346\205\210\345\226\204/SocialWelfareAndCharityPeople.schema" @@ -1,8 +1,10 @@ -namespace TestV2 +namespace Openkg SocialWelfareAndCharityField(社会公益与慈善领域): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + SocialWelfareAndCharityPeople(公益慈善人士): EntityType desc: 包括慈善家、非政府组织工作者、志愿者、人权活动家等 properties: diff --git "a/openkg/cnschema/\345\234\260\347\202\271/Place.schema" "b/openkg/cnschema/\345\234\260\347\202\271/Place.schema" index d0c2850b2..6abdb3dd2 100644 --- "a/openkg/cnschema/\345\234\260\347\202\271/Place.schema" +++ "b/openkg/cnschema/\345\234\260\347\202\271/Place.schema" @@ -1,10 +1,12 @@ -namespace TestV2 - +namespace Openkg PlaceType(地点类型): ConceptType hypernymPredicate: isA + Organization(机构): EntityType + URL(链接): EntityType + Place(地点): EntityType desc: 用于描述具有地理位置特征和功能属性的实体,包括但不限于自然地理实体、历史文化遗产、行政区划、住宅区与社区、旅游景点、市政建筑及本地商铺等。 properties: diff --git "a/openkg/cnschema/\345\234\260\347\202\271/\345\270\202\346\224\277\345\273\272\347\255\221/MunicipalBuilding.schema" "b/openkg/cnschema/\345\234\260\347\202\271/\345\270\202\346\224\277\345\273\272\347\255\221/MunicipalBuilding.schema" index 6019b856a..fc7c2b7e7 100644 --- "a/openkg/cnschema/\345\234\260\347\202\271/\345\270\202\346\224\277\345\273\272\347\255\221/MunicipalBuilding.schema" +++ "b/openkg/cnschema/\345\234\260\347\202\271/\345\270\202\346\224\277\345\273\272\347\255\221/MunicipalBuilding.schema" @@ -1,13 +1,16 @@ -namespace TestV2 - - +namespace Openkg TypeOfBuilding(建筑类型): ConceptType hypernymPredicate: isA + Person(人物): EntityType + Service(服务): EntityType + Organization(机构): EntityType + Place(地点): EntityType + MunicipalBuilding(市政建筑): EntityType desc: 指由政府或公共部门拥有并管理的,用于城市公共服务和行政管理目的的建筑物和设施。 properties: diff --git "a/openkg/cnschema/\345\234\260\347\202\271/\350\241\214\346\224\277\345\214\272\345\210\222/AdministrativeArea.schema" "b/openkg/cnschema/\345\234\260\347\202\271/\350\241\214\346\224\277\345\214\272\345\210\222/AdministrativeArea.schema" index 534b2887b..80489e9bc 100644 --- "a/openkg/cnschema/\345\234\260\347\202\271/\350\241\214\346\224\277\345\214\272\345\210\222/AdministrativeArea.schema" +++ "b/openkg/cnschema/\345\234\260\347\202\271/\350\241\214\346\224\277\345\214\272\345\210\222/AdministrativeArea.schema" @@ -1,12 +1,13 @@ -namespace TestV2 - - +namespace Openkg AdministrativeAreaType(行政区划类型): ConceptType hypernymPredicate: isA + Language(语言): EntityType Place(地点): EntityType + Organization(机构): EntityType + AdministrativeArea(行政区划): EntityType desc: 表示国家或地区为便于行政管理而划分的区域,包括省、自治区、直辖市、自治州、县、市等不同层级。 properties: diff --git "a/openkg/cnschema/\346\234\272\346\236\204/Organization.schema" "b/openkg/cnschema/\346\234\272\346\236\204/Organization.schema" index 10c481c53..bb3fa7a62 100644 --- "a/openkg/cnschema/\346\234\272\346\236\204/Organization.schema" +++ "b/openkg/cnschema/\346\234\272\346\236\204/Organization.schema" @@ -1,12 +1,12 @@ -namespace TestV2 - +namespace Openkg Person(人): EntityType + Place(地点): EntityType + Organization(机构): EntityType desc: 描述各类组织、公司、团体或企事业单位等实体 properties: - address(地址信息): Place desc: 包含详细地理位置信息的地址 properties: diff --git "a/openkg/cnschema/\346\234\272\346\236\204/\345\214\273\347\226\227\346\234\272\346\236\204/Hospital.schema" "b/openkg/cnschema/\346\234\272\346\236\204/\345\214\273\347\226\227\346\234\272\346\236\204/Hospital.schema" index 62cc4549f..3973fd123 100644 --- "a/openkg/cnschema/\346\234\272\346\236\204/\345\214\273\347\226\227\346\234\272\346\236\204/Hospital.schema" +++ "b/openkg/cnschema/\346\234\272\346\236\204/\345\214\273\347\226\227\346\234\272\346\236\204/Hospital.schema" @@ -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: diff --git "a/openkg/cnschema/\346\234\272\346\236\204/\346\225\231\350\202\262\346\234\272\346\236\204/EducationInstitution.schema" "b/openkg/cnschema/\346\234\272\346\236\204/\346\225\231\350\202\262\346\234\272\346\236\204/EducationInstitution.schema" index 4a3269287..70faf5570 100644 --- "a/openkg/cnschema/\346\234\272\346\236\204/\346\225\231\350\202\262\346\234\272\346\236\204/EducationInstitution.schema" +++ "b/openkg/cnschema/\346\234\272\346\236\204/\346\225\231\350\202\262\346\234\272\346\236\204/EducationInstitution.schema" @@ -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: diff --git "a/openkg/cnschema/\347\211\251\345\223\201/Product.schema" "b/openkg/cnschema/\347\211\251\345\223\201/Product.schema" index d731b5a93..d0a8acfb3 100644 --- "a/openkg/cnschema/\347\211\251\345\223\201/Product.schema" +++ "b/openkg/cnschema/\347\211\251\345\223\201/Product.schema" @@ -1,11 +1,15 @@ -namespace TestV2 +namespace Openkg ProductType(类别): ConceptType hypernymPredicate: isA + Brand(品牌): EntityType + Organization(机构): EntityType + Place(地点): EntityType + Product(物品): EntityType desc: 用于描述任何类型的物品,包括但不限于日用消费品、电子产品、出行工具、工业制品与原材料、文化与娱乐产品等 properties: diff --git "a/openkg/cnschema/\347\211\251\345\223\201/\345\207\272\350\241\214\345\267\245\345\205\267/TransportationVehicle.schema" "b/openkg/cnschema/\347\211\251\345\223\201/\345\207\272\350\241\214\345\267\245\345\205\267/TransportationVehicle.schema" index a8de7c0af..ecdde51c9 100644 --- "a/openkg/cnschema/\347\211\251\345\223\201/\345\207\272\350\241\214\345\267\245\345\205\267/TransportationVehicle.schema" +++ "b/openkg/cnschema/\347\211\251\345\223\201/\345\207\272\350\241\214\345\267\245\345\205\267/TransportationVehicle.schema" @@ -1,15 +1,21 @@ -namespace TestV2 - +namespace Openkg FuelCategory(燃料类型): ConceptType hypernymPredicate: isA + Category(类型): ConceptType hypernymPredicate: isA + Brand(品牌): EntityType + OperatingSystem(操作系统): EntityType + Color(颜色): EntityType + Url(链接): EntityType + Product(物品): EntityType + TransportationVehicle(出行工具): EntityType properties: vehicleType(车辆类型): Category diff --git "a/openkg/cnschema/\347\211\251\345\223\201/\347\224\265\345\255\220\344\272\247\345\223\201/ElectronicsProduct.schema" "b/openkg/cnschema/\347\211\251\345\223\201/\347\224\265\345\255\220\344\272\247\345\223\201/ElectronicsProduct.schema" index 726065bf9..fcf28861e 100644 --- "a/openkg/cnschema/\347\211\251\345\223\201/\347\224\265\345\255\220\344\272\247\345\223\201/ElectronicsProduct.schema" +++ "b/openkg/cnschema/\347\211\251\345\223\201/\347\224\265\345\255\220\344\272\247\345\223\201/ElectronicsProduct.schema" @@ -1,13 +1,18 @@ -namespace TestV2 - +namespace Openkg Category(类别): ConceptType hypernymPredicate: isA + Brand(品牌): EntityType + OperatingSystem(操作系统): EntityType + Color(颜色): EntityType + Url(链接): EntityType + Product(物品): EntityType + ElectronicsProduct(电子产品): EntityType properties: productType(产品类型): Category