The following issue has been SUBMITTED. ====================================================================== http://bugs.librdf.org/mantis/view.php?id=278 ====================================================================== Reported By: anonymous Assigned To: ====================================================================== Project: Raptor RDF Parsing and Serializing Library Issue ID: 278 Category: utilities Reproducibility: always Severity: major Priority: normal Status: new Parsing/Serializing Syntax: rdfxml-xmp ====================================================================== Date Submitted: 2008-09-23 11:34 Last Modified: 2008-09-23 11:34 ====================================================================== Summary: xmp serializer outputs wrong data Description: if a model contains statements like
<> some:property <urn:one> . <urn:one> other:property "data" . serializing that to rdfxml-xmp creates wrong data by acting like rdfxml and just setting rdf:about="" to every statement. attached is an ntriples file that, under `rapper -i ntriples data.nt "tag:[EMAIL PROTECTED],2008-09-23:basenode" -o rdfxml-xmp`, demonstrates the problem. the attached xmp file is a correct rendition of those triples in xmp; pasting its core rdf:RDF section into `rapper - "tag:[EMAIL PROTECTED],2008-09-23:basenode" -o ntriples` generates the same triples as in the original file. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2008-09-23 11:34 anonymous New Issue 2008-09-23 11:34 anonymous File Added: data.nt 2008-09-23 11:34 anonymous Parsing/Serializing Syntax => rdfxml-xmp ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
