mirror of https://gitlab.com/bashrc2/epicyon
Tools ontology
parent
8beca9c3b4
commit
93291ffd48
File diff suppressed because it is too large
Load Diff
|
@ -40,8 +40,8 @@ from siteactive import siteIsActive
|
||||||
|
|
||||||
def _dfcProductTypes() -> []:
|
def _dfcProductTypes() -> []:
|
||||||
# this list should match the ontology json files
|
# this list should match the ontology json files
|
||||||
# eg. ontology/foodType.json
|
# eg. ontology/foodTypes.json
|
||||||
return ['food']
|
return ['food', 'tool']
|
||||||
|
|
||||||
|
|
||||||
def _loadDfcIds(baseDir: str, systemLanguage: str,
|
def _loadDfcIds(baseDir: str, systemLanguage: str,
|
||||||
|
|
Loading…
Reference in New Issue