mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Convert data to SparqlDataAccessor in regex config
This commit is contained in:
parent
042507a677
commit
f34e124e1b
@ -56,11 +56,17 @@
|
||||
"accessor": { "@id": "urn:solid-server:default:MemoryDataAccessor" }
|
||||
},
|
||||
{
|
||||
"comment": "SparqlDataAccessor only accepts quad objects so data to that route needs to be converted",
|
||||
"@id": "urn:solid-server:default:SparqlResourceStore",
|
||||
"@type": "RepresentationConvertingStore",
|
||||
"options_inConverter": { "@id": "urn:solid-server:default:RepresentationConverter" },
|
||||
"options_inType": "internal/quads",
|
||||
"source": {
|
||||
"@type": "DataAccessorBasedStore",
|
||||
"identifierStrategy": { "@id": "urn:solid-server:default:IdentifierStrategy" },
|
||||
"auxiliaryStrategy": { "@id": "urn:solid-server:default:AuxiliaryStrategy" },
|
||||
"accessor": { "@id": "urn:solid-server:default:SparqlDataAccessor" }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user