cognipy
cognipy copied to clipboard
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 12.0.3 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
Using ``` onto = Ontology("cnl/file","hello.encnl",stop_on_error=True) ``` Works with ``` %%writefile hello.encnl Kas is something. ``` Errors with ``` %%writefile hello.encnl K9s is something. ``` ``` --------------------------------------------------------------------------- ParseException Traceback (most recent...
Uploaded ontologies used in tests.
BTW there's a similar issue with assertions on relations. Both these work: No first-name is pesel-num. Every first-name connects-with nothing-but thing that is a pesel-num. First-Name-6 is a first-name. First-Name-7...
Fluent Editor is using 'utf-8-sig' encoding and it needs to be used when opening these files e.g.: '''onto=Ontology("cnl/string",'\n'.join(open(fn,"rt",encoding='utf-8-sig').read() for fn in ["data/sample-data.encnl"]))''' Please update documentation and examples
Currently, CNL Edit uses ipywidgets. This has many limitations including problems with JupyterLab which is the future of the data-science. We need to investigate the best approach and start working...
Sometimes we need to use n-ary relations e.g.: Prime is a number with a specific-property. Chart-101 presents information about Cat from 2001 until 2012.