Adds a link to RDFa and JSON-LD parsers in Rust

pull/768/head
Tpt 8 months ago committed by Thomas Tanon
parent c15233e964
commit d49fb47767
  1. 3
      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

Loading…
Cancel
Save