A Squeak/Smalltalk parser for the N-Triples RDF serialization format.
# Smalltalk N-Triples Parser [](https://travis-ci.org/codeZeilen/SmalltalkNTriples) A Squeak/Smalltalk parser for the N-Triples RDF serialization format. ## Installation 1. Make sure [Metacello](https://github.com/dalehenrich/metacello-work) is installed. 2. Install with: ```Smalltalk Metacello new baseline: 'NTriples'; repository: 'github://codeZeilen/SmalltalkNTriples/repository'; load. ```