-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
66 lines (66 loc) · 1.87 KB
/
codemeta.json
File metadata and controls
66 lines (66 loc) · 1.87 KB
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
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"https://w3id.org/software-iodata",
"https://raw.githubusercontent.com/jantman/repostatus.org/master/badges/latest/ontology.jsonld",
"https://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"author": [
{
"@type": "Person",
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "m.soylu@fz-juelich.de",
"@id": "https://orcid.org/0000-0003-2637-0432"
}
],
"name": "rdf-graph-visualization",
"description": "Visualization of RDF graphs in Turtle format in 3D on the web.",
"version": "0.2.0",
"keywords": [
"rdf",
"graph",
"turtle",
"visualization"
],
"maintainer": [
{
"@type": "Person",
"givenName": "Mustafa",
"familyName": "Soylu",
"email": "m.soylu@fz-juelich.de",
"@id": "https://orcid.org/0000-0003-2637-0432"
}
],
"license": [
"https://spdx.org/licenses/MIT"
],
"softwareHelp": "https://github.com/Materials-Data-Science-and-Informatics/rdf-graph-visualization",
"codeRepository": "https://github.com/Materials-Data-Science-and-Informatics/rdf-graph-visualization",
"contributor": [
{
"@type": "Person",
"givenName": "Said",
"familyName": "Fathalla",
"email": "s.fathalla@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-2818-5890"
},
{
"@type": "Person",
"givenName": "Volker",
"familyName": "Hofmann",
"email": "v.hofmann@fz-juelich.de",
"@id": "https://orcid.org/0000-0002-5149-603X"
},
{
"@type": "Person",
"givenName": "Stefan",
"familyName": "Sandfeld",
"email": "s.sandfeld@fz-juelich.de",
"@id": "https://orcid.org/0000-0001-9560-4728"
}
],
"url": "https://github.com/Materials-Data-Science-and-Informatics/rdf-graph-visualization"
}