[redland-dev] [Raptor RDF Syntax Library 0000591]: RDF list in subject position plus RDF vocabulary causes weird behaviour

Mantis Bug Tracker mantis-bug-sender at librdf.org
Fri Jan 9 15:08:38 EST 2015


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                                    
======================================================================



More information about the redland-dev mailing list