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 a0fa86c commit 589e1d4Copy full SHA for 589e1d4
NQuads.php
@@ -78,7 +78,7 @@ public function parse($input)
78
{
79
// define partial regexes
80
$iri = '(?:<([^>]*)>)';
81
- $bnode = '(_:(?:[A-Za-z0-9]+))';
+ $bnode = '(_:(?:[A-Za-z0-9\_\.\-]+))';
82
$plain = '"([^"\\\\]*(?:\\\\.[^"\\\\]*)*)"';
83
$datatype = "\\^\\^$iri";
84
$language = '(?:@([a-z]+(?:-[a-z0-9]+)*))';
0 commit comments