afs opened a new issue, #2669:
URL: https://github.com/apache/jena/issues/2669
### Version
5.1.0
### What happened?
Test case:
```
<?xml version="1.0"?>
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xml:base="http://base/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:ex="http://example/">
<rdf:Description rdf:about="s">
<ex:property rdf:parseType="Literal"
rdf:datatype="http://www.w3.org/2001/XMLSchema#integer">
123
</ex:property>
</rdf:Description>
</rdf:RDF>
```
### Relevant output and stacktrace
_No response_
### Are you interested in making a pull request?
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]