From 4505761173924cdad96e1c9255423593ad9c9cb3 Mon Sep 17 00:00:00 2001 From: Tpt Date: Fri, 1 May 2020 18:53:26 +0200 Subject: [PATCH] Moves to the "oxigraph" organization --- README.md | 6 ++---- lib/Cargo.toml | 2 +- server/Cargo.toml | 2 +- wikibase/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6e68ad04..55ff66f8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ Oxigraph ======== -[![actions status](https://github.com/Tpt/oxigraph/workflows/build/badge.svg)](https://github.com/Tpt/oxigraph/actions) -[![dependency status](https://deps.rs/repo/github/Tpt/oxigraph/status.svg)](https://deps.rs/repo/github/Tpt/oxigraph) - +[![actions status](https://github.com/oxigraph/oxigraph/workflows/build/badge.svg)](https://github.com/oxigraph/oxigraph/actions) Oxigraph is a work in progress graph database implementing the [SPARQL](https://www.w3.org/TR/sparql11-overview/) standard. @@ -19,7 +17,7 @@ It is split into multiple parts: Are currently implemented: * [SPARQL 1.1 Query](https://www.w3.org/TR/sparql11-query/) except `FROM` and `FROM NAMED`. -* [Turtle](https://www.w3.org/TR/turtle/), [TriG](https://www.w3.org/TR/trig/), [N-Triples](https://www.w3.org/TR/n-triples/), [N-Quads](https://www.w3.org/TR/n-quads/) and [RDF XML](https://www.w3.org/TR/rdf-syntax-grammar/) RDF serialization formats for both data ingestion and retrieval using the [Rio library](https://github.com/Tpt/rio). +* [Turtle](https://www.w3.org/TR/turtle/), [TriG](https://www.w3.org/TR/trig/), [N-Triples](https://www.w3.org/TR/n-triples/), [N-Quads](https://www.w3.org/TR/n-quads/) and [RDF XML](https://www.w3.org/TR/rdf-syntax-grammar/) RDF serialization formats for both data ingestion and retrieval using the [Rio library](https://github.com/oxigraph/rio). * [SPARQL Query Results XML Format](http://www.w3.org/TR/rdf-sparql-XMLres/) and [SPARQL Query Results JSON Format](https://www.w3.org/TR/sparql11-results-json/). A preliminary benchmark [is provided](bench/README.md). diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 1e3c77db..0ba0bfd6 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Tpt "] license = "MIT/Apache-2.0" readme = "../README.md" keywords = ["RDF", "N-Triples", "Turtle", "RDF/XML", "SPARQL"] -repository = "https://github.com/Tpt/oxigraph" +repository = "https://github.com/oxigraph/oxigraph" description = """ An RDF and SPARQL library in Rust """ diff --git a/server/Cargo.toml b/server/Cargo.toml index 4bc330ee..457f8418 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Tpt "] license = "MIT/Apache-2.0" readme = "../README.md" -repository = "https://github.com/Tpt/oxigraph" +repository = "https://github.com/oxigraph/oxigraph" description = """ SPARQL server based on Oxigraph """ diff --git a/wikibase/Cargo.toml b/wikibase/Cargo.toml index ae4979a9..c07be182 100644 --- a/wikibase/Cargo.toml +++ b/wikibase/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Tpt "] license = "MIT/Apache-2.0" readme = "../README.md" -repository = "https://github.com/Tpt/oxigraph" +repository = "https://github.com/oxigraph/oxigraph" description = """ SPARQL server based on Oxigraph for Wikibase instances """