> <i>CITATION.cff files are plain text files with human- and machine-readable citation information. When we detect a CITATION.cff file in a repository, we use this information to create convenient APA or BibTeX style citation links that can be referenced by others.</i><p><a href="https://schema.org/ScholarlyArticle" rel="nofollow">https://schema.org/ScholarlyArticle</a> RDFa and JSON-LD can be parsed with a standard Linked Data parser. Looks like YAML-LD requires quoting e.g. "@context": and "@id":<p>From <a href="https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files#about-citation-files" rel="nofollow">https://docs.github.com/en/github/creating-cloning-and-archi...</a> ; in your repo's /CITATION.cff:<p><pre><code> cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Lisa"
given-names: "Mona"
orcid: "https://orcid.org/0000-0000-0000-0000"
- family-names: "Bot"
given-names: "Hew"
orcid: "https://orcid.org/0000-0000-0000-0000"
title: "My Research Software"
version: 2.0.4
doi: 10.5281/zenodo.1234
date-released: 2017-12-18
url: "https://github.com/github/linguist"
</code></pre>
<a href="https://citation-file-format.github.io/" rel="nofollow">https://citation-file-format.github.io/</a>