You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have noticed that the serialization methods (to_rdf, to_ttl etc.) for Resource and ResourceCollection objects hit the database to retrieve resources that are previously loaded. Apart from the performance issues, this also means that the resources that are not persisted in the database cannot be serialized.
Is there perhaps a specific reason behind this, such as making sure that the output is consisted with the persisted data?
The text was updated successfully, but these errors were encountered:
I have noticed that the serialization methods (
to_rdf
,to_ttl
etc.) forResource
andResourceCollection
objects hit the database to retrieve resources that are previously loaded. Apart from the performance issues, this also means that the resources that are not persisted in the database cannot be serialized.Is there perhaps a specific reason behind this, such as making sure that the output is consisted with the persisted data?
The text was updated successfully, but these errors were encountered: