[redland-dev] [Raptor RDF Syntax Library 0000614]: Issues with blank node ids and lists

Mantis Bug Tracker mantis-bug-sender at librdf.org
Thu Feb 16 10:34:37 EST 2017


The following issue has been SUBMITTED. 
====================================================================== 
http://bugs.librdf.org/mantis/view.php?id=614 
====================================================================== 
Reported By:                aharth
Assigned To:                
====================================================================== 
Project:                    Raptor RDF Syntax Library
Issue ID:                   614
Category:                   utilities
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Syntax Name:                 
====================================================================== 
Date Submitted:             2017-02-16 07:34
Last Modified:              2017-02-16 07:34
====================================================================== 
Summary:                    Issues with blank node ids and lists
Description: 
NTriples parser or Turtle serialiser does not accept additional triples
involving blank node ids of list members.

Steps to Reproduce: 
# ok
$ rapper -i ntriples -o turtle {with file in additional information}
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://ogp.me/ns/class#determiner_str>
    <http://www.w3.org/2002/07/owl#oneOf> (""
    ) .
$

# not ok - remove comment on last triple 
$ rapper -i ntriples -o turtle {with file in additional information}
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .

<http://ogp.me/ns/class#determiner_str>
    <http://www.w3.org/2002/07/owl#oneOf> _:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F .

(""
) .
$


Additional Information: 
<http://ogp.me/ns/class#determiner_str> <http://www.w3.org/2002/07/owl#oneOf>
_:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F .
_:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F
<http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "" .
_:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F
<http://www.w3.org/1999/02/22-rdf-syntax-ns#rest>
<http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
#_:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F <http://www.w3.org/2002/07/owl#sameAs>
_:b0xxhttpx3Ax2Fx2Fogpx2Emex2Fnsx2F .
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2017-02-16 07:34 aharth         New Issue                                    
======================================================================



More information about the redland-dev mailing list