From 45ffd22508136b65684cfd96568c84c84111cb0e Mon Sep 17 00:00:00 2001 From: Thomas Tanon Date: Sun, 21 Aug 2022 17:33:50 +0200 Subject: [PATCH] Create CITATION.cff --- CITATION.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..925cfc68 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +abstract: "Oxigraph is a graph database implementing the SPARQL standard." +authors: + - given-names: Thomas + family-names: Pellissier Tanon + email: thomas@pellissier-tanon.fr + orcid: "https://orcid.org/0000-0002-0620-6486" +license: "MIT OR Apache-2.0" +message: "If you use this software, please cite it as below." +repository-code: "https://github.com/oxigraph/oxigraph" +title: Oxigraph +type: software +url: "https://oxigraph.org"