The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=599 ====================================================================== Reported By: ras Assigned To: ====================================================================== Project: Raptor RDF Syntax Library Issue ID: 599 Category: api Reproducibility: always Severity: minor Priority: normal Status: new Syntax Name: ====================================================================== Date Submitted: 2015-08-18 17:10 Last Modified: 2015-08-18 17:10 ====================================================================== Summary: Blank nodes as names of named graphs Description: The following is valid TriG, but raptor cannot parse it:
PREFIX ex: <http://example.com> GRAPH _:1 { <> a ex:graph } The RDF 1.1 TriG grammar says that a blank node is valid as the name of the graph, and this is spelt out in the RDF 1.1 Concepts spec which says "Each named graph is a pair consisting of an IRI or a blank node (the graph name), and an RDF graph." ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-08-18 17:10 ras New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
