#rdf #linked-data #semantic-web #json-ld

bin+lib sophia_jsonld

A Rust toolkit for RDF and Linked Data - JSON-LD serializer

8 releases

0.7.2 Feb 1, 2022
0.7.0 Jul 22, 2021
0.6.2 Aug 14, 2020
0.6.1 Jul 17, 2020
0.5.3 Apr 26, 2020

#353 in Parser implementations

Download history 16/week @ 2022-12-09 6/week @ 2022-12-16 16/week @ 2022-12-23 9/week @ 2022-12-30 18/week @ 2023-01-06 7/week @ 2023-01-13 34/week @ 2023-01-20 15/week @ 2023-01-27 19/week @ 2023-02-03 21/week @ 2023-02-10 28/week @ 2023-02-17 15/week @ 2023-02-24 34/week @ 2023-03-03 39/week @ 2023-03-10 33/week @ 2023-03-17 56/week @ 2023-03-24

164 downloads per month
Used in rdf_dynsyn

CECILL-B

690KB
16K SLoC

Sophia

A Rust toolkit for RDF and Linked Data.

Actions Status Latest Version Documentation

It comprises the following crates:

  • sophia_api defines a generic API for RDF and linked data, as a set of core traits and types; more precisely, it provides traits for describing
    • terms, triples and quads,
    • graphs and datasets,
    • parsers and serializers
  • sophia_iri provides functions, types and traits for validating and resolving IRIs.
  • sophia_term defines implementations of the TTerm trait from sophia_api.
  • sophia_inmem defines in-memory implementations of the Graph and Dataset traits from sophia_api.
  • sophia_turtle provides parsers and serializers for the Turtle-family of concrete syntaxes.
  • sophia_xml provides parsers and serializers for RDF/XML.
  • sophia_jsonld provides preliminary support for JSON-LD.
  • sophia_indexed and sophia_rio are lower-level crates, used by the ones above.

and finally:

  • sophia is the “all-inclusive” crate, re-exporting symbols from all the crates above.

Licence

CECILL-B (compatible with BSD)

Testing

The test suite depends on the [the JSON-LD test-suite which is included as a git submodule. In order to run all the tests, you need to execute the following commands:

$ git submodule init
$ git submodule update

Citation

When using Sophia, please use the following citation:

Champin, P.-A. (2020) ‘Sophia: A Linked Data and Semantic Web toolkit for Rust’, in Wilde, E. and Amundsen, M. (eds). The Web Conference 2020: Developers Track, Taipei, TW. Available at: https://www2020devtrack.github.io/site/schedule.

Bibtex:

@misc{champin_sophia_2020,
        title = {{Sophia: A Linked Data and Semantic Web toolkit for Rust},
        author = {Champin, Pierre-Antoine},
        howpublished = {{The Web Conference 2020: Developers Track}},
        address = {Taipei, TW},
        editor = {Wilde, Erik and Amundsen, Mike},
        month = apr,
        year = {2020},
        language = {en},
        url = {https://www2020devtrack.github.io/site/schedule}
}

History

An outdated comparison of Sophia with other RDF libraries is still available here.

Dependencies

~2.2–3.5MB
~83K SLoC