mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
13 lines
511 B
JSON
13 lines
511 B
JSON
{
|
|
"@context": "https://linkedsoftwaredependencies.org/bundles/npm/@solid/community-server/^5.0.0/components/context.jsonld",
|
|
"@graph": [
|
|
{
|
|
"comment": "Stores data on a SPARQL endpoint. Only supports quad object streams.",
|
|
"@id": "urn:solid-server:default:SparqlDataAccessor",
|
|
"@type": "SparqlDataAccessor",
|
|
"endpoint": { "@id": "urn:solid-server:default:variable:sparqlEndpoint" },
|
|
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" }
|
|
}
|
|
]
|
|
}
|