mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
23 lines
704 B
JSON
23 lines
704 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^1.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"@id": "urn:solid-server:default:AclManager",
|
|
"@type": "SimpleExtensionAclManager"
|
|
},
|
|
{
|
|
"@id": "urn:solid-server:default:AclAuthorizer",
|
|
"@type": "SimpleAclAuthorizer",
|
|
"SimpleAclAuthorizer:_aclManager": {
|
|
"@id": "urn:solid-server:default:AclManager"
|
|
},
|
|
"SimpleAclAuthorizer:_containerManager": {
|
|
"@id": "urn:solid-server:default:UrlContainerManager"
|
|
},
|
|
"SimpleAclAuthorizer:_resourceStore": {
|
|
"@id": "urn:solid-server:default:ResourceStore_Patching"
|
|
}
|
|
}
|
|
]
|
|
}
|