0.3.0
This version adds support for additional codemeta terms to the Github extractor. The list of supported terms in 0.3.0 is shown below:
| CodeMeta term | Concept | Property | Github field | type |
|---|---|---|---|---|
| ✅ | SoftwareSourceCode | name | name | text |
| ✅ | SoftwareSourceCode | author | owner | Person |
| ✅ | SoftwareSourceCode | contributor | contributors | Person |
| ✅ | SoftwareSourceCode | programmingLanguage | languages_url | text |
| ✅ | SoftwareSourceCode | dateCreated | name | datetime |
| ✅ | SoftwareSourceCode | dateModified | name | datetime |
| ✅ | SoftwareSourceCode | downloadUrl | archive_url | URL |
| ✅ | SoftwareSourceCode | license | license | URL |
| ✅ | SoftwareSourceCode | codeRepository | html_repository | URL |
| ✅ | SoftwareSourceCode | keywords | topics | text |
| ✅ | SoftwareSourceCode | version | release_name | text |
| ✅ | Organization | name | login | text |
| ✅ | Organization | text | ||
| ✅ | Person | name | name | text |
| ✅ | Person | identifier | login | text |
| ❌ | Organization | logo | avatar_url | URL |
| ❌ | Organization | legalName | name | text |