aboutsummaryrefslogtreecommitdiffstats
path: root/test/sort/untyped.nq
AgeCommit message (Collapse)AuthorFilesLines
2022-01-28Put rdf:type properties first when pretty-printingDavid Robillard1-0/+12
This is a common convention in Turtle and TriG because the special "a" syntax for rdf type as the first property looks nice, makes things easier to read, and can be useful for streaming implementations because the type of the instance is known before reading its properties. Also significantly clean up the pretty-printing implementation in the process.