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
Persistent Storage will be handled by a special storage provider interface derived class/classes. The main idea is that an existing -> freshly created Resource Object will be serialized, its URL and hash (dual keys) used as a search index for the persistency storage index provider (allowing, if needed, the persistent storage service provider to handle Indexing (searching for) and Setting and Retrieving the payload as separate, maybe even under different technologies, but unified as interface access.
RDF Resources will be described by one Object and persisted as a Single payload representation (JSON-LD or at least provided as such by the Storage Provider)
Non RDF Resouces will be described by Two Objects, on equally as RDF Resources and one extra with the Binary Payload. Means 2x Objects.
The text was updated successfully, but these errors were encountered:
Persistent Storage will be handled by a special storage provider interface derived class/classes. The main idea is that an existing -> freshly created Resource Object will be serialized, its URL and hash (dual keys) used as a search index for the persistency storage index provider (allowing, if needed, the persistent storage service provider to handle Indexing (searching for) and Setting and Retrieving the payload as separate, maybe even under different technologies, but unified as interface access.
RDF Resources will be described by one Object and persisted as a Single payload representation (JSON-LD or at least provided as such by the Storage Provider)
Non RDF Resouces will be described by Two Objects, on equally as RDF Resources and one extra with the Binary Payload. Means 2x Objects.
The text was updated successfully, but these errors were encountered: