@solid/community-server
Version:
Community Solid Server: an open and modular implementation of the Solid specifications
36 lines (32 loc) • 919 B
JSON
{
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^8.0.0/components/context.jsonld",
"import": [
"css:templates/config/defaults.json"
],
"@graph": [
{
"comment": "Sets up a file data accessor with corresponding extension based file mapper."
},
{
"@id": "urn:solid-server:template:FileIdentifierMapper",
"@type": "ExtensionBasedMapper",
"base": {
"@id": "urn:solid-server:template:variable:baseUrl"
},
"rootFilepath": {
"@id": "urn:solid-server:template:variable:rootFilePath"
}
},
{
"@id": "urn:solid-server:template:DataAccessor",
"@type": "FileDataAccessor",
"resourceMapper": {
"@id": "urn:solid-server:template:FileIdentifierMapper"
}
},
{
"@id": "urn:solid-server:template:variable:rootFilePath",
"@type": "Variable"
}
]
}