mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
26 lines
749 B
JSON
26 lines
749 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^0.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:MemoryDataAccessor",
|
|
"@type": "InMemoryDataAccessor",
|
|
"strategy": {
|
|
"@id": "urn:solid-server:default:IdentifierStrategy"
|
|
}
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:MemoryResourceStore",
|
|
"@type": "DataAccessorBasedStore",
|
|
"accessor": {
|
|
"@id": "urn:solid-server:default:MemoryDataAccessor"
|
|
},
|
|
"identifierStrategy": {
|
|
"@id": "urn:solid-server:default:IdentifierStrategy"
|
|
},
|
|
"auxiliaryStrategy": {
|
|
"@id": "urn:solid-server:default:AuxiliaryStrategy"
|
|
}
|
|
}
|
|
]
|
|
}
|