afs commented on issue #2973:
URL: https://github.com/apache/jena/issues/2973#issuecomment-2609354341

   In RDF 1.1, all literals have a datatype.
   
   `"abc"` is syntax for `"abc"^^xsd:string`.
   `"abc"@de` has datatype `rdf:langString`.
   
   The old RDF 1.0 "plain literal" concept no longer exists.
   
   > The above now both result in the same model.
   
   In RDF 1.1, they are the same model.
   
   As of Jena 3, Jena supports RDF 1.1. Jena no longer has an RDF 1.0 mode. 
This runs quite deep - code assumes there is a datatype.
   
   Good to see Eyeball continues!
   


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