Skip to content

Commit 60f55f8

Browse files
committed
remove all traces of rio and of RDF/XML 1.1
1 parent 99bacb3 commit 60f55f8

File tree

11 files changed

+5
-1144
lines changed

11 files changed

+5
-1144
lines changed

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ members = [
99
"jsonld",
1010
"reasoner",
1111
"resource",
12-
"rio",
1312
"sophia",
1413
"sparql",
1514
"sparql_client",
@@ -40,7 +39,6 @@ sophia_reasoner = { version = "0.9.0", path = "./reasoner" }
4039
sophia_resource = { version = "0.9.0", path = "./resource" }
4140
sophia_sparql = { version = "0.9.0", path = "./sparql" }
4241
sophia_sparql_client = { version = "0.9.0", path = "./sparql_client" }
43-
sophia_rio = { version = "0.9.0", path = "./rio" }
4442
sophia_term = { version = "0.9.0", path = "./term" }
4543
sophia_turtle = { version = "0.9.0", path = "./turtle" }
4644
sophia_xml = { version = "0.9.0", path = "./xml" }
@@ -54,9 +52,6 @@ mownstr = "0.3"
5452
oxiri = "0.2"
5553
regex = "1.11"
5654
resiter = "0.5"
57-
rio_api = { version = "0.8", features = ["generalized"] }
58-
rio_turtle = { version = "0.8", features = ["generalized"] }
59-
rio_xml = { version = "0.8" }
6055
serde = { version = "1.0", features = ["derive"] }
6156
sha2 = "0.10"
6257
test-case = "3.3"

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ It comprises the following crates:
2121
* Parsers and serializers
2222
+ [`sophia_turtle`] provides parsers and serializers for the Turtle-family of concrete syntaxes (for RDF 1.2).
2323
+ [`sophia_jsonld`] provides parsers and serializers for JSON-LD 1.1.
24-
+ [`sophia_xml`] provides parsers and serializers for RDF/XML 1.1.
25-
+ [`sophia_rio`] is a lower-level crate, used by [`sophia_xml`].
24+
+ [`sophia_xml`] provides parsers and serializers for RDF/XML 1.2.
2625
* Other
2726
+ [`sophia_c14n`] implements [RDF canonicalization].
2827
+ [`sophia_isomorphism`] provides functions to determine if two graphs or datasets are [isomorphic].
@@ -94,7 +93,6 @@ An outdated comparison of Sophia with other RDF libraries is still available
9493
[`sophia_isomorphism`]: https://crates.io/crates/sophia_isomorphism
9594
[`sophia_jsonld`]: https://crates.io/crates/sophia_jsonld
9695
[`sophia_resource`]: https://crates.io/crates/sophia_resource
97-
[`sophia_rio`]: https://crates.io/crates/sophia_rio
9896
[`sophia_sparql`]: https://crates.io/crates/sophia_sparql
9997
[`sophia_sparql_client`]: https://crates.io/crates/sophia_sparql_client
10098
[`sophia_term`]: https://crates.io/crates/sophia_inmem

rio/Cargo.toml

Lines changed: 0 additions & 21 deletions
This file was deleted.

rio/src/lib.rs

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)