On 8/25/2013 3:49, Andy Seaborne wrote:
On 23/08/13 00:10, Holger Knublauch wrote:
On 8/23/2013 2:06, Andy Seaborne wrote:
Based on your experience, when does it make a difference?
A number of our test cases broke, and I tracked it down to the case
where the base URI of a graph ends with something like .owl yet the file
is saved in ttl.
So the specific issue here is about ".owl".
And also about graph URIs ending with .rdf. Anyway, for a real-world
example of this look at
http://www.fao.org/countryprofiles/geoinfo/geopolitical/resource/geopolitical.owl
Once this file is downloaded to a local file so that owl:imports are
resolved against that file, it must be saved in RDF/XML serialization
because RIOT will treat it as an RDF/XML even if saved as
geopolitical.ttl and even if my call to Model.read tells it to use the
Turtle reader.
Thanks,
Holger