afs commented on issue #3571: URL: https://github.com/apache/jena/issues/3571#issuecomment-3522641482
> > Can there be a way to enforce the restrictions of use? > > I don't understand what you are asking here. Can you please elaborate. I was hoping that the CDT restrictions could be enforced/warned about but it looks like it can't. CDTs can be used only in certain situations (read-only after a single parser run; careful use from SPARQL). RDF datatypes are a functional mapping from lexical space to value space: "same lexical form" implies "same value" is everywhere in the code base. Example: graphs are indexed by RDF terms. Java code to access a graph does - create a new `Node`, call `graph.find(?, ?, literal)`. -- 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]
