-
Notifications
You must be signed in to change notification settings - Fork 29
/
codemeta.json
100 lines (100 loc) · 3.64 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/CECILL-C.html",
"codeRepository": "https://github.com/Wimmics/corese",
"dateCreated": "1999-07-01",
"datePublished": "2000-07-01",
"dateModified": "2023-12-14",
"downloadUrl": "https://project.inria.fr/corese/download/",
"issueTracker": "https://github.com/Wimmics/corese/issues",
"name": "Corese",
"version": "4.5.0",
"identifier": "10.5281/zenodo.10376241",
"description": "Corese is a software platform that implements and extends the standards of the Semantic Web established by the W3C, such as RDF, RDFS, SPARQL1.1 Query & Update, OWL RL, SHACL, and others. This platform offers a wide range of functionalities for creating, manipulating, analyzing, serializing, querying, reasoning, and validating RDF data. Furthermore, Corese provides advanced extensions like STTL SPARQL, SPARQL Rule, and LDScript, which expand the functionalities and data processing capabilities.",
"applicationCategory": " Semantic Web",
"developmentStatus": "active",
"referencePublication": [
"https://hal.science/hal-01531219",
"https://hal.science/hal-01822512",
"https://hal.science/inria-00070387"
],
"funder": [
{
"@type": "Organization",
"name": "Inria",
"@id": "https://ror.org/02kvxyf05"
},
{
"@type": "Organization",
"name": "University Côte d'Azur",
"@id": "https://ror.org/0496p8026"
},
{
"@type": "Organization",
"name": "CNRS",
"@id": "https://ror.org/04zzdbj59"
}
],
"keywords": [
"semantic-web",
"rdf",
"rdfs",
"sparql",
"sparql-endpoints",
"owl",
"automated-reasoning",
"validation",
"interoperability",
"linked-data",
"web-of-data",
"knowledge-graph",
"knowledge-base",
"knowledge-representation",
"querring",
"ontology",
"sparql-client",
"shacl"
],
"programmingLanguage": ["Java"],
"runtimePlatform": ["JVM"],
"operatingSystem": ["Linux", "Windows", "MacOs"],
"softwareRequirements": ["https://github.com/Wimmics/corese/blob/master/pom.xml"],
"relatedLink": ["https://project.inria.fr/corese/", "https://github.com/Wimmics/corese/discussions"],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-6610-0969",
"givenName": "Olivier",
"familyName": "Corby",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut national de recherche en informatique et en automatique (INRIA)"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0009-0003-8946-4601",
"givenName": "Rémi",
"familyName": "Cérès",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut national de recherche en informatique et en automatique (INRIA)"
}
},
{
"@type": "Person",
"givenName": "Fabien",
"familyName": "Gandon",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Institut national de recherche en informatique et en automatique (INRIA)"
}
}
]
}