File tree 1 file changed +10
-4
lines changed
1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 56
56
"accessor" : { "@id" : " urn:solid-server:default:MemoryDataAccessor" }
57
57
},
58
58
{
59
+ "comment" : " SparqlDataAccessor only accepts quad objects so data to that route needs to be converted" ,
59
60
"@id" : " urn:solid-server:default:SparqlResourceStore" ,
60
- "@type" : " DataAccessorBasedStore" ,
61
- "identifierStrategy" : { "@id" : " urn:solid-server:default:IdentifierStrategy" },
62
- "auxiliaryStrategy" : { "@id" : " urn:solid-server:default:AuxiliaryStrategy" },
63
- "accessor" : { "@id" : " urn:solid-server:default:SparqlDataAccessor" }
61
+ "@type" : " RepresentationConvertingStore" ,
62
+ "options_inConverter" : { "@id" : " urn:solid-server:default:RepresentationConverter" },
63
+ "options_inType" : " internal/quads" ,
64
+ "source" : {
65
+ "@type" : " DataAccessorBasedStore" ,
66
+ "identifierStrategy" : { "@id" : " urn:solid-server:default:IdentifierStrategy" },
67
+ "auxiliaryStrategy" : { "@id" : " urn:solid-server:default:AuxiliaryStrategy" },
68
+ "accessor" : { "@id" : " urn:solid-server:default:SparqlDataAccessor" }
69
+ }
64
70
}
65
71
]
66
72
}
You can’t perform that action at this time.
0 commit comments