We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de95255 commit c7c3d4cCopy full SHA for c7c3d4c
1 file changed
libhdt/src/rdf/RDFParser.cpp
@@ -14,7 +14,7 @@ namespace hdt {
14
15
RDFParserCallback *RDFParserCallback::getParserCallback(RDFNotation notation) {
16
#ifdef HAVE_SERD
17
- if(notation==TURTLE || notation==NTRIPLES) {
+ if(notation==TURTLE || notation==NTRIPLES || notation==NQUAD) {
18
return new RDFParserSerd();
19
}
20
#else
0 commit comments