mirror of
https://github.com/OpenSPG/openspg.git
synced 2025-06-27 03:20:10 +00:00
fix(knext): fix example and knext requirements (#68)
This commit is contained in:
parent
658dbec25a
commit
0c04799e0a
@ -4,14 +4,14 @@ Industry(产业): ConceptType
|
||||
hypernymPredicate: isA
|
||||
|
||||
TaxOfProduct(产品分类): ConceptType
|
||||
hypernymPredicate: isA
|
||||
hypernymPredicate: isA
|
||||
|
||||
Product(产品): EntityType
|
||||
properties:
|
||||
hasSupplyChain(供应链): Product
|
||||
constraint: MultiValue
|
||||
belongToIndustry(所属产业): Industry
|
||||
IND#belongTo(所属产品分类): TaxOfProduct
|
||||
properties:
|
||||
hasSupplyChain(供应链): Product
|
||||
constraint: MultiValue
|
||||
belongToIndustry(所属产业): Industry
|
||||
IND#belongTo(所属产品分类): TaxOfProduct
|
||||
|
||||
Company(企业): EntityType
|
||||
properties:
|
||||
|
@ -19,4 +19,5 @@ requests==2.31.0
|
||||
setuptools==60.2.0
|
||||
openspg-nn4k==0.0.2-beta1
|
||||
Jinja2==3.1.2
|
||||
cachetools==5.3.2
|
||||
cachetools==5.3.2
|
||||
numpy=1.24.4
|
Loading…
x
Reference in New Issue
Block a user