diff --git a/lib/oxrdfio/README.md b/lib/oxrdfio/README.md index 921c8365..72238f86 100644 --- a/lib/oxrdfio/README.md +++ b/lib/oxrdfio/README.md @@ -47,6 +47,9 @@ for quad in RdfParser::from_format(RdfFormat::Turtle).parse_read(turtle_file.as_ assert_eq!(writer.finish().unwrap(), ntriples_file); ``` +Parsers for other RDF formats exists in Rust like [graph-rdfa-processor](https://github.com/nbittich/graph-rdfa-processor) for RDFa and [json-ld](https://github.com/timothee-haudebourg/json-ld) for JSON-LD. + + ## License This project is licensed under either of