RDFLib / rdflib-rdfstar

BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Create a Turtle-star dummy parser #1

Open nicholascar opened 2 years ago

nicholascar commented 2 years ago

Create just another Turtle parser that doesn't really do any Turtle-star parsing but can parse files that end with .ttls.

g = Graph()
g.parse("some-file.ttls", format="ttls")

Clone the Turtle parser for this and just rename it TurtleStar.

(see LongTurtle serializer)

XuguangSong98 commented 2 years ago

Hi Nick, I have some question about the serializer, could you check the email?