forked from oeg-upm/morph-rdb
-
Notifications
You must be signed in to change notification settings - Fork 5
/
codemeta.json
72 lines (72 loc) · 2.46 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"license": "https://spdx.org/licenses/Apache-2.0",
"codeRepository": "https://github.com/frmichel/morph-xr2rml",
"datePublished": "2015-04-02",
"dateModified": "2023-08-23",
"downloadUrl": "https://www.dropbox.com/sh/djnztipsclvcskw/AABT1JagzD4K4aCALDNVj-yra?dl=0",
"issueTracker": "https://github.com/frmichel/morph-xr2rml/issues",
"name": "Morph-xR2RML: MongoDB-to-RDF translation",
"version": "1.3.2",
"identifier": "10.5281/zenodo.5148233",
"description": "Morph-xR2RML is an implementation of the xR2RML mapping language (https://www.i3s.unice.fr/~fmichel/xr2rml_specification_v5.1.html) that enables the description of mappings from relational or non relational databases to RDF. It comes with connectors for relational databases (MySQL, PostgreSQL, MonetDB) and the MongoDB NoSQL database.",
"developmentStatus": "inactive",
"referencePublication": [
"https://hal.science/hal-01207828",
"https://hal.science/hal-01280951",
"https://hal.science/hal-01330146"
],
"funder": [
{
"@type": "Organization",
"name": "University Côte d'Azur",
"@id": "https://ror.org/0496p8026"
}, {
"@type": "Organization",
"name": "CNRS",
"@id": "https://ror.org/04zzdbj59"
}, {
"@type": "Organization",
"name": "Inria",
"@id": "https://ror.org/02kvxyf05"
}
],
"keywords": [
"knowledge graph",
"RDF",
"mapping",
"SPARQL",
"MongoDB"
],
"programmingLanguage": [
"Scala"
],
"runtimePlatform": [
"Java v10"
],
"softwareRequirements": [
"https://raw.githubusercontent.com/frmichel/morph-xr2rml/master/pom.xml"
],
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0001-9064-0463",
"givenName": "Franck",
"familyName": "Michel",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "University Côte d'Azur, CNRS, Inria"
}
}
],
"contributor": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9292-4010",
"givenName": "Freddy",
"familyName": "Priyatna"
}
]
}