Skip to content

Commit 22d59df

Browse files
authored
Merge pull request #5 from inab/evaluator-2
Description of github-metadata-api
2 parents 3564567 + d5e5b9d commit 22d59df

1 file changed

Lines changed: 63 additions & 0 deletions

File tree

metadata.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"@context": {
3+
"schema": "https://schema.org/",
4+
"bs": "https://bioschemas.org/terms/",
5+
"codemeta": "https://w3id.org/codemeta/",
6+
"rdf": "https://www.w3.org/1999/02/22-rdf-syntax-ns#",
7+
"rdfs": "https://www.w3.org/2000/01/rdf-schema#",
8+
"maSMP": "https://discovery.biothings.io/view/maSMP/"
9+
},
10+
"@type": "schema:SoftwareApplication",
11+
"schema:applicationSubcategory": [
12+
"https://github.com/topics/github",
13+
"https://github.com/topics/nodejs",
14+
"https://github.com/topics/software-metadata",
15+
"https://github.com/topics/metadata-extraction"
16+
],
17+
"schema:additionalType": "api",
18+
"schema:name": "github-metadata-api",
19+
"@id": "https://openebench.bsc.es/bioschemas/tools/observatory:github-metadata-api:v1.0.2/api",
20+
"schema:description": "API to extract metadata from a GitHub repository and update files. ",
21+
"schema:applicationCategory": "api",
22+
"schema:operatingSystem": [
23+
"Windows",
24+
"MacOS",
25+
"Linux"
26+
],
27+
"schema:license": [
28+
{
29+
"@type": "schema:CreativeWork",
30+
"schema:name": "MIT"
31+
}
32+
],
33+
"schema:author": [
34+
{
35+
"@type": "schema:Person",
36+
"schema:name": "Eva Martin del Pico",
37+
"schema:email": "eva.mdpico@gmail.com"
38+
}
39+
],
40+
"schema:softwareVersion": "v1.0.2",
41+
"schema:codeRepository": [
42+
"https://github.com/inab/github-metadata-api"
43+
],
44+
"schema:featureList": [
45+
"edam:operation_3908"
46+
],
47+
"bioschemas:output": [
48+
{
49+
"@type": "https://bioschemas.org/FormatParameter",
50+
"bioschemas:encodingFormat": "edam:format_3464"
51+
}
52+
],
53+
"schema:softwareHelp": [
54+
{
55+
"@id": "https://github.com/inab/github-metadata-api/blob/main/README.md"
56+
}
57+
],
58+
"schema:requirements": [
59+
"Node"
60+
],
61+
"schema:dateModified": "2024-10-31T16:41:13Z",
62+
"codemeta:readme": "https://github.com/inab/github-metadata-api/blob/main/README.md"
63+
}

0 commit comments

Comments
 (0)