diff --git a/ontology/ontology.json b/ontology/ontology.json index e883f82..ed51e9a 100644 --- a/ontology/ontology.json +++ b/ontology/ontology.json @@ -85,12 +85,6 @@ "intellectual activity": {}, "pulse": {}, "respiration": {} - }, - "body": { - "arm": {} - }, - "element": { - "air": {} } }, "the everyday": { @@ -304,6 +298,12 @@ "indoor": {}, "outdoor": {}, "sandal": {} + }, + "element": { + "air": {} + }, + "body": { + "arm": {} } } } @@ -425,4 +425,4 @@ } } } -} \ No newline at end of file +} diff --git a/ontology/update.py b/ontology/update.py index c4dfb43..d40fd3f 100755 --- a/ontology/update.py +++ b/ontology/update.py @@ -60,7 +60,7 @@ if __name__ == '__main__': if parent not in tree['missing']: tree['missing'][parent] = {} tree['missing'][parent][child] = {} - print('missing root - %s: %s' % (parent, child)) + #print('missing root - %s: %s' % (parent, child)) #print(json.dumps(tree, indent=4, sort_keys=True)) sized_ontology = {