Resource class should "unbox" Resource instances on add · Issue #215 · RDFLib/rdflib (original) (raw)
Description
opened
Resource instances does auto-boxing of URIRefs and BNodes when reading:
https://github.com/RDFLib/rdflib/blob/master/rdflib/resource.py#L400
BUT when adding, attempting to add a triple will add the Resource object to the graph, not the identifier. See here:
This should be fixed :)
Metadata
Metadata
Assignees
No one assigned
Labels
No labels
No labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests