#linked-data #rdf #semantic-web #w3c #syntax #quad

sophia_turtle

A Rust toolkit for RDF and Linked Data - parsers and serializers for the Turtle-family of syntaxes

9 releases

0.9.0 Nov 21, 2024
0.8.0 Jan 8, 2024
0.8.0-alpha.3 Oct 24, 2023
0.8.0-alpha.1 May 24, 2023
0.7.0 Jul 22, 2021

#404 in Encoding

Download history 762/week @ 2024-08-23 545/week @ 2024-08-30 298/week @ 2024-09-06 254/week @ 2024-09-13 286/week @ 2024-09-20 150/week @ 2024-09-27 108/week @ 2024-10-04 85/week @ 2024-10-11 200/week @ 2024-10-18 167/week @ 2024-10-25 269/week @ 2024-11-01 205/week @ 2024-11-08 332/week @ 2024-11-15 355/week @ 2024-11-22 438/week @ 2024-11-29 277/week @ 2024-12-06

1,411 downloads per month
Used in 23 crates (7 directly)

CECILL-B

585KB
13K SLoC

Sophia

A Rust toolkit for RDF and Linked Data.

Actions Status Latest Version Documentation

It comprises the following crates:

  • Core 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 various implementations of the Term trait from sophia_api.
    • sophia_inmem defines in-memory implementations of the Graph and Dataset traits from sophia_api.
  • Parsers and serializers
    • sophia_turtle provides parsers and serializers for the Turtle-family of concrete syntaxes.
    • sophia_jsonld provides parsers and serializers for JSON-LD.
    • sophia_xml provides parsers and serializers for RDF/XML.
    • sophia_rio is a lower-level crate, used by the ones above.
  • Other
  • All-inclusive
    • sophia re-exports symbols from all the crates above, with the following provisio:
      • sophia_jsonld is only available with the jsonld feature
      • sophia_sparql is only available with the sparql feature
      • sophia_sparql_client is only available with the http_client feature
      • sophia_xml is only available with the xml feature

In addition to the API documentation, a high-level user documentation is available (although not quite complete yet).

Licence

CECILL-B (compatible with BSD)

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}
}

Third-party crates

The following third-party crates are using or extending Sophia

  • hdt provides an implementation of Sophia's traits based on the HDT format.
  • manas is a modular framework for implementing Solid compatible servers
  • nanopub is a toolkit for managing nanopublications

History

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

Dependencies

~3–4.5MB
~87K SLoC