Thanks for the clarifications. I approve the global per dataset prefixes management.
By the way, I found this nice list of 2677 prefix Turtle declarations , ever up to date : $JENA/bin/riot --syntax=turtle --nocheck *http://prefix.cc/popular/all.file.sparql <http://prefix.cc/popular/all.file.sparql>* (one has a wrong URI) Not knowing there was an adapter developed in both directions PrefixMap <-> PrefixMapping , I wrote a class PrefixMapImpl (partial implementation of PrefixMap in Scala) with a constructor taking a plain Map, enough for being used by a WriterGraphRIOT : https://github.com/jmvanel/semantic_forms/blob/master/scala/forms/src/main/scala/deductions/runtime/jena/GraphWriterPrefixMap.scala#L42 Jean-Marc Vanel <http://semantic-forms.cc:9112/display?displayuri=http://jmvanel.free.fr/jmv.rdf%23me> +33 (0)6 89 16 29 52 Le lun. 7 déc. 2020 à 17:22, Andy Seaborne <[email protected]> a écrit : > Hi there - thanks for investigating. > ...
