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 '_' (_04f2f0d3-10f4-4248-a7fc-fc8243ec7250) 
and res os a ressource from a vocabulary. The ressource node in generated file 
has rdf:about atribute. We like to have rdf:ID instead

Thanks


Reply via email to