From d49fb477677cacf2271f8c5e27d7c5346ec04b95 Mon Sep 17 00:00:00 2001 From: Tpt Date: Sat, 3 Feb 2024 15:31:34 +0100 Subject: [PATCH] Adds a link to RDFa and JSON-LD parsers in Rust --- lib/oxrdfio/README.md | 3 +++ 1 file changed, 3 insertions(+) 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