-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcodemeta.json
142 lines (142 loc) · 4.87 KB
/
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
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"applicationCategory": "Ontology",
"author": [
{
"@id": "https://orcid.org/0009-0009-2595-6168",
"@type": "Person",
"affiliation": [
{
"@id": "https://ror.org/02kvxyf05",
"@type": "Organization",
"name": "Institut national de recherche en informatique et en automatique"
},
{
"@id": "https://ror.org/019tgvf94",
"@type": "Organization",
"name": "Université Côte d'Azur"
},
{
"@id": "https://ror.org/02feahw73",
"@type": "Organization",
"name": "Centre National de la Recherche Scientifique"
},
{
"@id": "https://ror.org/01215r597",
"@type": "Organization",
"name": "Laboratoire d'Informatique, Signaux et Systèmes de Sophia Antipolis"
}
],
"email": "nicolas_robert_31@hotmail.fr",
"familyName": "Robert",
"givenName": "Nicolas"
},
{
"@id": "https://orcid.org/0000-0003-0543-1232",
"@type": "Person",
"affiliation": [
{
"@id": "https://ror.org/02kvxyf05",
"@type": "Organization",
"name": "Institut national de recherche en informatique et en automatique"
},
{
"@id": "https://ror.org/019tgvf94",
"@type": "Organization",
"name": "Université Côte d'Azur"
},
{
"@id": "https://ror.org/02feahw73",
"@type": "Organization",
"name": "Centre National de la Recherche Scientifique"
},
{
"@id": "https://ror.org/01215r597",
"@type": "Organization",
"name": "Laboratoire d'Informatique, Signaux et Systèmes de Sophia Antipolis"
}
],
"familyName": "Gandon",
"givenName": "Fabien"
},
{
"@id": "https://orcid.org/0000-0001-9814-8991",
"@type": "Person",
"affiliation": [
{
"@id": "https://ror.org/001f39w38",
"@type": "Organization",
"name": "Clermont Auvergne INP"
},
{
"@id": "https://ror.org/02feahw73",
"@type": "Organization",
"name": "Centre National de la Recherche Scientifique"
},
{
"@id": "https://ror.org/00t3fpp34",
"@type": "Organization",
"name": "Laboratoire d'Informatique, de Modélisation et d'Optimisation des Systèmes"
},
{
"@id": "https://ror.org/05a1dws80",
"@type": "Organization",
"name": "Mines Saint-Étienne"
},
{
"@id": "https://ror.org/01a8ajp46",
"@type": "Organization",
"name": "Université Clermont Auvergne"
}
],
"familyName": "Lefrançois",
"givenName": "Maxime"
}
],
"contributor": [],
"codeRepository": "https://github.com/Wimmics/olivaw.git",
"dateCreated": "2024-01-07",
"dateModified": "2024-12-06",
"datePublished": "2024-12-06",
"description": "Python framework for supporting agile ontology development",
"downloadUrl": "https://github.com/Wimmics/olivaw/releases/download/v0.0.7/olivaw-0.0.7-py3-none-any.whl",
"funder": {
"@id": "https://ror.org/01nzkaw91",
"@type": "Organization",
"name": "Research Centre Inria Sophia Antipolis - Méditerranée"
},
"keywords": [
"semantics",
"ontology",
"schema",
"vocabulary",
"linked data",
"validation",
"RDF",
"RDFS",
"OWL",
"SHACL",
"SPARQL"
],
"license": "https://spdx.org/licenses/LGPL-2.1",
"name": "olivaw",
"operatingSystem": [
"Windows",
"Linux",
"MacOS"
],
"programmingLanguage": "Python 3",
"relatedLink": "https://pypi.org/project/olivaw",
"runtimePlatform": [
"Python",
"JVM"
],
"softwareRequirements": [
"Python >= 3.10",
"Java >= 11"
],
"version": "0.0.7",
"developmentStatus": "active",
"issueTracker": "https://github.com/Wimmics/olivaw/issues"
}