We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8ee7e commit 0cd5372Copy full SHA for 0cd5372
src/JsonLD/Core/RDFDatasetUtils.cs
@@ -582,7 +582,7 @@ private class Regex
582
+ Bnode + ")" + Wso + "\\.))");
583
584
public static readonly Pattern Quad = Pattern.Compile("^" + Wso + Subject + Property
585
- + Object + Graph + Wso + "$");
+ + Object + Graph + Wso + "(#.*)?$");
586
// define partial regexes
587
// final public static Pattern IRI =
588
// Pattern.compile("(?:<([^:]+:[^>]*)>)");
0 commit comments