The following issue has been SUBMITTED. ====================================================================== https://bugs.librdf.org/mantis/view.php?id=651 ====================================================================== Reported By: vinipsmaker Assigned To: ====================================================================== Project: Raptor RDF Syntax Library Issue ID: 651 Category: api Reproducibility: always Severity: minor Priority: normal Status: new Syntax Name: ====================================================================== Date Submitted: 2021-05-09 09:49 Last Modified: 2021-05-09 09:49 ====================================================================== Summary: <br/> tags in XML-encoded RDF are not treated as line breaks Description: A <br/> tag is a line break, not a new node.
Steps to Reproduce: Just run the following command: rapper -o turtle https://github.com/zotero/zotero/raw/master/install.rdf You'll notice that <em:creator>Center for History and New Media<br/>George Mason University</em:creator> is not correctly recognized by rapper. It'll instead spit: em:creator [ a rdf:br ] ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2021-05-09 09:49 vinipsmaker New Issue ====================================================================== _______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
