afs opened a new issue, #2629:
URL: https://github.com/apache/jena/issues/2629

   ### Version
   
   5.1.0
   
   ### Feature
   
   In the following example each case causes a warning in Jena4.x which uses 
ARP.
   They are all illegal RDF/XML.
   
   ```
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";>
   
     <!-- Unquaified class -->
     <Class/>
   
     <rdf:Description>
     <!-- Unquaified property -->
       <property></property>
     </rdf:Description>
   
     <!-- XML attribute (not a qname) -->
     <rdf:Description name="NAME"/>
   
   </rdf:RDF>
   ```
   
   ARP issues two warnings:
   1. One for unqualified - then lets parsing continue where it is a relative 
URI.
   2. One for use of a relative URIs which is not permitted in RDF.
   
   Proposal: make these three cases an error in RRX.
   
   
   ### Are you interested in contributing a solution yourself?
   
   Yes


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to