nexus-forge
nexus-forge copied to clipboard
Building and Using Knowledge Graphs made easy
It could be convenient to have the possibility of targeting agents using their email address as it is more specific than name/familyname (which could be similar between agents).
The dataset was of 13.6 GB.  when asked about this to the backend team they mentioned it might be a Forge issue.
With the current implementation of the OntologyResolver for nexus-store (https://github.com/BlueBrain/nexus-forge/blob/master/kgforge/specializations/resolvers/ontology_resolver.py), one can resolve terms from a given store (i.e. by specifying the bucket). Since multiple ontologies may be contained within...
Using the search method to retrieve the list of 'Persons' resources from `bbp/agents`, I encounter an issue about the `PathWrapper` object having no attribute 'type': ``` > p = forge_prod.paths("Person")...
Following a discussion on Slack with @pafonta and @MFSY : Currently, with some of the linked resources, the only way to navigate to a wanted resource (due to how they...
When forge.template("Dataset") outputs: `type: { id: "" } ` then using: `resources = forge.search(p.type == "Dataset", limit=5)` triggers a: 'PathsWrapper' object has no attribute '_path' issue
When running: `resources = forge.search(p.type.id == "Person", limit=5)` I got the following error: rewrite_sparql AttributeError: 'list' object has no attribute 'items' Looks like the [forge.store.rewrite_sparql()](https://github.com/BlueBrain/nexus-forge/blob/f0863887e745435c9c90705a572c39a257c5f340/kgforge/core/archetypes/store.py#L288) function is expecting the forge._store.model_context.document...
- 2 (main+metadata through resource endpoint) or 3 (main fail through resource endpoint, main+metadata through resolver endpoint) requests were necessary to retrieve resources: - When using cross_bucket = False, the...