Input : https://autocodemeta.linkeddata.es/
Output :
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"applicationCategory": "SoftwareSourceCode",
"codeRepository": "https://github.com/oeg-upm/auto-codemeta-generator",
"dateCreated": "2025-03-05",
"dateModified": "2025-04-04",
"description": "This repository contains a (client-side) web application to automatically generate Codemeta documents (aka. codemeta.json). This application is designed to work on popular modern browsers (Firefox,\nChromium/Google Chrome, Edge, Safari). Check [Caniuse](https://caniuse.com/)\nfor availability of features for these browsers. \n This repository is an extension of the Codemeta Generator to fill in the form automatically from a given GitHub or GitLab repository. \nThis repository contains a (client-side) web application to generate\nCodeMeta documents (aka. `codemeta.json`). \nThe [CodeMeta initiative](https://github.com/codemeta/codemeta) is a Free and Open Source academic collaboration\ncreating a minimal metadata schema for research software and code. \nThe academic community recommends on adding a codemeta.json file in\nthe root directory of your repository. \nWith this linked data metadata file, you can easily declare the authorship,\ninclude contextual information and link to other research outputs (publications,\ndata, etc.). \nAlso, the `codemeta.json` file in your source code is indexed in the\nSoftware Heritage (SWH) archive, which will improve findability in searches.\n \n",
"downloadUrl": "https://github.com/oeg-upm/auto-codemeta-generator/releases",
"keywords": [
"codemeta",
"metadata",
"metadata-extraction",
"research-software",
"software"
],
"license": "https://spdx.org/licenses/AGPL-3.0",
"name": "auto-codemeta-generator",
"programmingLanguage": [
"JavaScript",
"HTML",
"CSS",
"Python"
],
"issueTracker": "https://github.com/oeg-upm/auto-codemeta-generator/issues",
"@type": "SoftwareSourceCode"
}
Question : "dateCreated": "2025-03-05", Is this the date of creation of the fork ?
I also tried with the original Repo as input : https://github.com/codemeta/codemeta-generator
got the following :
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"applicationCategory": "SoftwareSourceCode",
"codeRepository": "https://github.com/codemeta/codemeta-generator",
"dateCreated": "2020-02-28",
"dateModified": "2025-03-28",
This of course does not match the codemeta.json file already present in both the repository and they have this date :
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/AGPL-3.0-only",
"codeRepository": "https://github.com/codemeta/codemeta-generator",
"dateCreated": "2019-10-02",
This date is definitely right wrt the original repo and its commit history.

So just curios what is the date we are targetting here? when fist commit is made or when a first release is created ? thanks
Input : https://autocodemeta.linkeddata.es/
Output :
Question : "dateCreated": "2025-03-05", Is this the date of creation of the fork ?
I also tried with the original Repo as input : https://github.com/codemeta/codemeta-generator
got the following :
This of course does not match the codemeta.json file already present in both the repository and they have this date :
This date is definitely right wrt the original repo and its commit history.
So just curios what is the date we are targetting here? when fist commit is made or when a first release is created ? thanks