forked from codemeta/codemeta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codemeta.jsonld
81 lines (81 loc) · 2.58 KB
/
codemeta.jsonld
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"@context":
{
"schema": "http://schema.org/",
"dcterms": "http://purl.org/dc/terms/",
"xsd": "http://www.w3.org/2001/XMLSchema#",
"Code": "schema:Code",
"Person": "schema:Person",
"accessList": "dcterms:accessRights",
"agent":
{
"@id": "schema:author",
"@type": "@id"
},
"email": "schema:email",
"affiliation": "schema:affiliation",
"isCitable": "schema:isCitable",
"isMaintainer": "schema:ismaintainer",
"isRightsHolder": "schema:isRightsHolder",
"hasRole":
{
"@id": "schema:role",
"@type": "@id"
},
"roleCode": "schema:roleCode",
"buildInstructions": "schema:buildInstructions",
"citationCount": "schema:citationCount",
"contributor":
{
"@id": "schema:contributor",
"@type": "@id"
},
"contIntegration": "schema:contIntegration" ,
"identifier":
{
"@id": "dcterms:identifier",
"@type": "@id"
},
"codeRepository":
{
"@id": "schema:codeRepository",
"@type": "@id"
},
"email": "schema:email",
"name": "schema:name",
"affiliation": "schema:affiliation",
"dateCreated": "schema:dateCreated",
"dateModified": "schema:dateModified",
"datePublished": "schema:datePublished",
"dependency" : "schema:requirements",
"description": "schema:description",
"docsCoverage": "schema:docsCoverage",
"downloadCount": "schema:downloadCount",
"embargoDate": "schema:embargoDate",
"isAutomatedBuild": "schema:isAutomateBuild",
"tags": "schema:keywords",
"package": "schema:package",
"publisher": "schema:publisher",
"license": "schema:license",
"interactionMethod": "schema:interactionMethod",
"inputs": "schema:inputs",
"outputs": "schema:outputs",
"function": "schema:function",
"funding": "schema:funding",
"objectType": "dcterms:type",
"programmingLanguage": "schema:programmingLanguage",
"readme": "schema:readme",
"issueTracker": "schema:issueTracker",
"relatedLink": "schema:relatedLink",
"relatedPublications": "schema:relatedPublications",
"relationship": "schema:relationship",
"softwareCitation": "schema:citation",
"suggests": "schema:requirement",
"softwarePaperCitation": "schema:citation",
"testCoverage": "schema:testCoverage",
"title": "dcterms:title",
"version": "schema:version",
"uploadedBy": "schema:Person",
"zippedCode": "schema:zippedCode"
}
}