nexus-forge icon indicating copy to clipboard operation
nexus-forge copied to clipboard

Building and Using Knowledge Graphs made easy

Results 64 nexus-forge issues
Sort by recently updated
recently updated
newest added

It looks to me like there are 19 connections [full log: 2] where 6 of them are duplicates [1] Repro: ``` # turn on debug logging import logging; logging.basicConfig(level=logging.DEBUG) forge...

Hi, I was playing with the KnowledgeGraphForge.validate. There's a few issues. ### Can't pre-validate if there are files If I call validate on a resource that has files to it,...

When using kgforge to download this file: https://bbp.epfl.ch/nexus/web/bbp/neocortex/resources/1e2d3085-b591-4041-a33f-d8220cd72a61 It uses the filename "file", instead of the one saved in the knowledge graph: This appears to be because of the code...

The idea came up when I tried to find the right `schema_id` for annotations, as when I tried to use the id I could get from the annotation schema definition...

enhancement

I noticed that only the schemas when a `rdfs:Class` or the `sh:targetClass` are present, they can be found as `types` and used as `template`. I wonder if we could use...

enhancement
help wanted