kgcl-rdflib icon indicating copy to clipboard operation
kgcl-rdflib copied to clipboard

Tools for working with KGCL

Results 18 kgcl-rdflib issues
Sort by recently updated
recently updated
newest added

Currently we have links to GO wiki pages: ```yaml node creation: is_a: node change mixins: - creation description: >- a node change in which a new node is created slots:...

good first issue

This is quite minimal: https://cmungall.github.io/knowledge-graph-change-language/Edge/ The description of edge should be improved, as well as the mapping to OWL ## Mapping to OWL For v1 we can have the simple...

@ckindermann it would be great if we could come up with a small set of instructions on how to use the KGCL tools locally to demo them to potential supporters....

Example: * `invert A and B` If `A R B`, then remove edge and add edge `B R A`

We don't want to show full URIs to users. For many apply commands the label should work but if the user wants to be more precise they can specify a...

"Bacteria" . "Virus" . rename 'Bacteria' to 'Virus' rename 'Virus' to 'Vaccine' KGCL Model: NodeRename(ID=test_id_322, Old Value='Bacteria', New Value='Virus') NodeRename(ID=test_id_323, Old Value='Virus', New Value='Vaccine') Output Graph: "Vaccine" . "Vaccine" ....

The current serialisation suggests `move {about edge} from {old value} to {new value}`. If an edge is specified as a triple `(s,p,o)`, then `move (s,p,o) from o to o'` would...

Currently set up for travis, but we now use gh actions for everything we should follow one of our existing repos and have actions for - pypi release - CI...