anusii / rdflib

A pure Dart package for working with RDF (resource description framework).
https://pub.dev/packages/rdflib
GNU General Public License v3.0
13 stars 3 forks source link

RDFLib: use `GrammarDefinition` for all turtle parsers, and extend and evaluate the results of parsing. #15

Closed tian3rd closed 1 year ago

tian3rd commented 1 year ago
tian3rd commented 1 year ago

Current progress:

Have integrated all rules in the ExpressionDefinition class, and tested a few turtle files in parsing (in local main function rather than the test file). Check commit https://github.com/anusii/rdflib/commit/8449c129ded498860bf117b44abeb03bbee99e78 for details.

Next is to evaluate the parsed result and save what we want using rdflib classes.

tian3rd commented 1 year ago

Update:

Has met the closing criteria.