From 996c4dee6b4f07b6ec994e87cb341155a12e955c Mon Sep 17 00:00:00 2001 From: Andreas Raeder Date: Thu, 30 Jul 2026 08:24:52 +0200 Subject: [PATCH] ci(release): update on title and authors --- CITATION.cff | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index e835f6a..fd6946d 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,11 +1,11 @@ cff-version: 1.2.0 message: "If you use this software, please cite it as below." type: software -title: "oold-python: Object Oriented Linked Data for Python" +title: "oold-python: Object-Oriented Linked Data for Python" # Managed by python-semantic-release (version_variables). Do not edit by hand. version: 0.16.3 abstract: "A Python package for abstract and object-oriented access to knowledge graphs, bridging semantic web technologies (RDF, JSON-LD, SPARQL) with Pydantic type safety." -repository-code: "https://github.com/OO-LD/oold-python" +repository-code: "https://github.com/oo-ld/oold-python" url: "https://OO-LD.github.io/oold-python/" doi: 10.5281/zenodo.8374237 # Authors listed here are the creators shown on each Zenodo release. @@ -20,3 +20,6 @@ authors: - given-names: Andreas family-names: Räder orcid: "https://orcid.org/0000-0002-2673-0832" + - given-names: Simon + family-names: Feiler + orcid: "https://orcid.org/0000-0003-3565-9430"