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 00e2afa commit 5c935d3Copy full SHA for 5c935d3
src/JsonLD/Core/RDFDatasetUtils.cs
@@ -546,7 +546,7 @@ private class Regex
546
{
547
public static readonly Pattern Iri = Pattern.Compile("(?:<([^>]*)>)");
548
549
- public static readonly Pattern Bnode = Pattern.Compile("(_:(?:[A-Za-z][A-Za-z0-9]*))"
+ public static readonly Pattern Bnode = Pattern.Compile("(_:(?:[A-Za-z0-9](?:[A-Za-z0-9\\-\\.]*[A-Za-z0-9])?))"
550
);
551
552
public static readonly Pattern Plain = Pattern.Compile("\"([^\"\\\\]*(?:\\\\.[^\"\\\\]*)*)\""
0 commit comments