forked from codemeta/codemeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-codemeta.json
37 lines (37 loc) · 1.36 KB
/
example-codemeta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"@context": "https://raw.githubusercontent.com/mbjones/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0003-0077-4738",
"@type": "Person",
"email": "[email protected]",
"name": "Matt Jones",
"affiliation": "NCEAS"
},
{
"@id": "http://orcid.org/0000-0002-3957-2474",
"@type": "Person",
"email": "[email protected]",
"name": "Arfon Smith",
"affiliation": "GitHub"
}
],
"identifier": "http://dx.doi.org/10.6084/m9.figshare.828487",
"codeRepository": "https://github.com/mbjones/codemeta",
"datePublished": "2014-09-06",
"dateModified": "2014-08-15",
"dateCreated": "2014-08-06",
"description": "Codemeta is a metadata content standard for software. It includes schemas in JSON-LD and XML Schema for providing semantics and validation.",
"keywords": "publishing, DOI, credit for code",
"license": "http://opensource.org/licenses/Apache2",
"title": "CodeMeta, a minimal convention for software metadata",
"version": "2.1.0-rc.2",
"uploadedBy":
{
"@id": "http://orcid.org/0000-0003-0077-4738",
"@type": "Person",
"email": "[email protected]",
"name": "Matt Jones"
}
}