The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=591 ====================================================================== Reported By: ruediger05 Assigned To: ====================================================================== Project: Raptor RDF Syntax Library Issue ID: 591 Category: utilities Reproducibility: always Severity: minor Priority: normal Status: new Syntax Name: ====================================================================== Date Submitted: 2015-01-09 12:08 Last Modified: 2015-01-09 12:08 ====================================================================== Summary: RDF list in subject position plus RDF vocabulary causes weird behaviour Description: If there is a RDF collection in Turtle in subject position (which is legal) followed by a predicate of the RDF vocabulary, the triple with the mentioned predicate is omitted in Turtle output (there is no problem when serialising as ntriples). In the example provided, only the triples from the last line appear completely in the output.
Steps to Reproduce: $ cat << EOF | rapper -i turtle -o turtle - http://ex.org/ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ex: <http://example.org/> . (ex:a ex:b) a ex:c . (ex:d ex:e) rdf:type ex:f . (ex:g ex:h) rdf:whatever ex:i . (ex:j ex:k) ex:l ex:m . EOF ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2015-01-09 12:08 ruediger05 New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
