Charles Vardeman
Charles Vardeman
If we can be of help in testing/debugging this issue on our cluster at ND, just ping me.
There is a python tool called [shacl2plantuml](https://github.com/viaacode/shacl2plantuml/tree/main/shacl2puml) that can generate [Plant UML](https://plantuml.com/) from [SHACL files](https://www.w3.org/TR/shacl/) that could be relatively straight forward to add to kglab. I think standard UML ["boxology"](https://en.wikipedia.org/wiki/Boxology)...
Interesting new paper ["Visual Notations for Viewing RDF Constraints with UnSHACLed"](http://www.semantic-web-journal.net/content/visual-notations-viewing-rdf-constraints-unshacled) that combines VOWL and UML visualizations. There is a node based editor [KNowledgeOnWebScaleunshacled](https://github.com/KNowledgeOnWebScale/unshacled). To be useful it would probably...
As an FYI to this issue, I had the same issue on MacOS with pylode installed in a pipx venv. ```python Traceback (most recent call last): File "/Users/cvardema/.local/bin/pylode", line 5,...
The ontology diagram at https://raw.githack.com/agldwg/agrif-ont/master/agrif.html#overview looks like it was generated by [CMap](https://cmap.ihmc.us/). Once upon a time, there was a CMap Ontology Edition (COE) but I don't think that is alive...
An example of using the Hydra ontology to facilitate paging of collections is the [Triple Pattern Fragment](https://linkeddatafragments.org/specification/triple-pattern-fragments/) specification. There are client libraries such as [comunica](https://github.com/comunica/comunica/) that can use TPF for...
The semantic harmonization cluster meeting on 04/08/2020 worked on this topic. We note that the following concerns need to be discussed and addressed with the broader community. 1) How to...
I wanted to start adding some definitions to relmCryo based on the terms being added to ENVO during the cryosphere hackathon. However, I realized there was no agreement within SWEET...
I would agree that to further encourage contribution to SWEET, we probably need a more explicit branch structure. The other structure to consider might be a "pending" type structure similar...
So we already use the dcterms prefix. How about using [dcterms:isReplacedBy](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/isReplacedBy) to point to the new term and inverse property [dcterms:replaces](https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#http://purl.org/dc/terms/replaces) for new terms? We should probably also require a...