paco xander nathan
paco xander nathan
Much more _weak supervision_ is available on https://github.com/recognai/rubrix plus, this intended use case was more about data labeling (linking data into a graph) and fits better in specific labeling libraries.
@b1ngster @PYNMXL: does the recent patch fix this issue for you?
Hi @davidshumway, thank you for reporting this. We've begun to work with `Oxrdflib` and have support in v0.5.3 of `kglab`: ``` import kglab kglab.KnowledgeGraph(store="Oxigraph") ``` *NB:* note the change in...
Good catch, thank you @fils ! I had an exchange with the lead for `pySHACL` yesterday. They'd had an error in their `requirements.txt` file that caused an installation conflict, even...
Thank you so much @charlesvardeman ! Integrating `shacl2plantuml` into the SHACL features should be quick. If you'd like to drop in a PR, we'd be delighted – or I can...
See #40 – done elsewhere.
@Mec-iS, @tomaarsen – this is really excellent. I've been worried about that module growing and growing... A few points for consideration based on what's coming up: 1. We're preparing for...
Here's how I propose to divide these public methods into subpaths: kglab core: - `rdf_graph` - `add_ns` - `get_ns` - `get_ns_dict` - `describe_ns` - `get_context` - `encode_date` - `add` -...
@tomaarsen and @Mec-iS, one quick question: In the `@abstractmethod` examples above these are `@classmethod` definitions. What's a good approach for method which will require instance member, e.g., access to `kglib.KnowledgeGraph._g`...