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

   ### Version
   
   4.9.0
   
   ### Question
   
   When performing a test using urn:uuid as either an xml:base or including it 
as an absolute value in rdf:about I am receiving warnings or errors.  Is this a 
formatting issue or does Jena 4.9.0 not support urn:uuid? 
   
   Thank you!
   
   **Example:**
   <rdf:RDF
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
   xml:base="urn:uuid:">
   <Station rdf:about = "urn:uuid:c"/>
   </rdf:RDF>
   
   **Test and response:**
   riot --syntax=rdfxml --verbose  --output=ttl .\t4.xml
   05:52:56 WARN  riot            :: [line: 3, col: 22] {W107} Bad URI: 
<urn:uuid:> Code: 61/SCHEME_PATTERN_MATCH_FAILED in PATH: The scheme specific 
syntax rules are violated.
   05:52:56 WARN  riot            :: [line: 4, col: 36] {W104} Unqualified 
typed nodes are not allowed. Type treated as a relative URI.
   05:52:56 ERROR riot            :: [line: 4, col: 36] {W002} Not a valid UUID 
string: urn:uuid:c
   @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
   
   


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