Re: Use rdf:ID in RDF/XML generated file

2023-09-07 Thread mbk
Hi Andy, Thank you for all these detailed and precise explanations. Problem solved. Regards! Le jeu. 7 sept. 2023 à 17:27, Andy Seaborne a écrit : > > On 07/09/2023 15:54, mbk wrote: > > > > Hi! > > > > We generate a RDF/XML file which has all its resources with the > > 'rdf:about' attribute.

Re: Use rdf:ID in RDF/XML generated file

2023-09-07 Thread Andy Seaborne
On 07/09/2023 15:54, mbk wrote: Hi! We generate a RDF/XML file which has all its resources with the 'rdf:about' attribute. We would like to replace this attribute with 'rdf:id' Using apache-jena 3.17.0 We create ressource with model.createResource(uri,res) where uri is an UUID with prefix

Use rdf:ID in RDF/XML generated file

2023-09-07 Thread mbk
Hi! We generate a RDF/XML file which has all its resources with the 'rdf:about' attribute. We would like to replace this attribute with 'rdf:id' Using apache-jena 3.17.0 We create ressource with model.createResource(uri,res) where uri is an UUID with prefix '_'