walidazizi / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

gratuitous prefixes in n3//turtle serializers #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The N3 and Turtle serializers attempt to use namespace prefixes for subject
URIs. As a consequence, one can end up with dozens, or even hundreds, of
meaningless namespace prefixes.

Suggestion: remove auto-prefixing for subject URIs on these serializers;
only include it if there's an explicit binding.

Original issue reported on code.google.com by bdar...@gmail.com on 1 Jun 2009 at 3:16

GoogleCodeExporter commented 8 years ago
This is a good point - we should have a flag deciding whether or not to try to
generate more prefix mappings. 

Original comment by gromgull on 10 Jun 2009 at 9:01

GoogleCodeExporter commented 8 years ago
I propose to set this to FIXED in light of the revised Turtle & N3 serializers 
(r1708).

Original comment by lindstr...@gmail.com on 9 Sep 2009 at 12:19

GoogleCodeExporter commented 8 years ago
Fixed as per lindstreams comment.

Original comment by gromgull on 1 Feb 2010 at 6:22