Ontology explorer not validating field names
pisuke opened this issue · 1 comments
pisuke commented
Describe the bug
When running the Ontology Explorer, option 3 Validate a field name, I get only "False" results.
To Reproduce
Steps to reproduce the behavior:
python3 explorer.py
- Select option 3 and then HVAC or another namespace
- write
run_status
- output:
run_status is defined in HVAC: False
I would have expected this to match. I've tried this with many fields that I know exist and it always fails.
Expected behavior
The expected behaviour would be to match the existing ontology field.
Screenshots
How would you like to query DBO
1: Get fields for a type name
2: Get types for a list of fields
3: Validate a field name
q: quit
Please select an option: 3
Enter a namespace(leave blank for global): HVAC
Enter a field name to validate: run_status
run_status is defined in HVAC: False
OS (please complete the following information):
Linux
Additional context
Nothing else.
mschulze17 commented
Closing here in Github, resolved in internally tracked bug