-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodemeta.json
More file actions
152 lines (152 loc) · 5.4 KB
/
codemeta.json
File metadata and controls
152 lines (152 loc) · 5.4 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
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
143
144
145
146
147
148
149
150
151
152
{
"@context" : {
"@vocab" : "https://w3id.org/codemeta/3.0/",
"schema" : "http://schema.org/",
"id" : "@id",
"type" : "@type",
"name" : {
"@id" : "schema:name"
},
"version" : {
"@id" : "schema:version"
},
"identifier" : {
"@id" : "schema:identifier",
"@type" : "@id"
},
"email" : {
"@id" : "schema:email"
},
"affiliation" : {
"@id" : "schema:affiliation",
"@type" : "@id"
},
"familyName" : {
"@id" : "schema:familyName"
},
"givenName" : {
"@id" : "schema:givenName"
},
"roleName" : {
"@id" : "schema:roleName"
},
"author" : {
"@id" : "schema:author",
"@type" : "@id"
},
"dateCreated" : {
"@id" : "schema:dateCreated",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"softwareRequirements" : {
"@id" : "schema:softwareRequirements",
"@type" : "@id"
},
"developmentStatus" : {
"@id" : "schema:developmentStatus"
},
"issueTracker" : {
"@id" : "https://w3id.org/codemeta/3.0/issueTracker",
"@type" : "@id"
},
"referencePublication" : {
"@id" : "https://w3id.org/codemeta/3.0/referencePublication",
"@type" : "@id"
},
"applicationCategory" : {
"@id" : "schema:applicationCategory"
},
"dateModified" : {
"@id" : "schema:dateModified",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"runtimePlatform" : {
"@id" : "schema:runtimePlatform"
},
"codeRepository" : {
"@id" : "schema:codeRepository",
"@type" : "@id"
},
"description" : {
"@id" : "schema:description"
},
"downloadUrl" : {
"@id" : "schema:downloadUrl",
"@type" : "@id"
},
"license" : {
"@id" : "schema:license",
"@type" : "@id"
},
"programmingLanguage" : {
"@id" : "schema:programmingLanguage"
},
"contributor" : {
"@id" : "schema:contributor",
"@type" : "@id"
},
"releaseNotes" : {
"@id" : "schema:releaseNotes"
},
"SoftwareSourceCode" : {
"@id" : "schema:SoftwareSourceCode"
},
"Person" : {
"@id" : "schema:Person"
},
"Organization" : {
"@id" : "schema:Organization"
},
"Role" : {
"@id" : "schema:Role"
}
},
"id" : "https://github.com/herminiogg/ShExML",
"type" : "SoftwareSourceCode",
"applicationCategory" : "Computer Science",
"author" : [ {
"type" : "Role",
"roleName" : "Main author"
}, {
"id" : "https://herminiogarcia.com/#me",
"type" : "Person",
"affiliation" : {
"id" : "https://kazernedossin.eu/en",
"type" : "Organization",
"name" : "Kazerne Dossin"
},
"email" : "herminio.garciagonzalez@kazernedossin.eu",
"familyName" : "García González",
"givenName" : "Herminio",
"identifier" : "https://orcid.org/0000-0001-5590-4857"
} ],
"codeRepository" : "https://github.com/herminiogg/ShExML",
"contributor" : {
"id" : "https://niod.knaw.nl/en/staff/mikebryant",
"type" : "Person",
"affiliation" : {
"id" : "https://niod.knaw.nl/en",
"type" : "Organization",
"name" : "NIOD Institute for War, Holocaust and Genocide Studies"
},
"email" : "m.bryant@niod.knaw.nl",
"familyName" : "Bryant",
"givenName" : "Mike",
"identifier" : "https://orcid.org/0000-0003-0765-7390"
},
"dateCreated" : "2018-02-22",
"dateModified" : "2025-09-10",
"description" : "A heterogeneous data mapping language based on Shape Expressions",
"developmentStatus" : "active",
"downloadUrl" : "https://api.github.com/repos/herminiogg/ShExML/downloads",
"identifier" : "https://doi.org/10.5281/zenodo.17092549",
"license" : "https://api.github.com/licenses/mit",
"name" : "ShExML",
"programmingLanguage" : "Scala",
"releaseNotes" : "## What's Changed\r\n- Added a parellelisation option in the RDF conversion. You can decide which parts of the execution you want to run in parallel and the number of threads to be used (or let the engine decide based on you hardware specs).\r\n- Stdin can be used as input for the mapping rules or as a input source.\r\n- Some minor fixes and stability improvements.\r\n\r\n**Full Changelog**: https://github.com/herminiogg/ShExML/compare/v0.5.4...v0.6.0",
"runtimePlatform" : "JVM",
"softwareRequirements" : [ "http://example.org/jena-shacl", "http://example.org/Saxon-HE", "http://example.org/logback-classic", "http://example.org/jena-core", "http://example.org/scala-compiler", "http://example.org/mysql-connector-java", "http://example.org/stringdistance_2.13", "http://example.org/rmlmapper", "http://example.org/jena-base", "http://example.org/srdf_3", "http://example.org/scala-parallel-collections_3", "http://example.org/mssql-jdbc", "http://example.org/json-path", "http://example.org/picocli", "http://example.org/postgresql", "http://example.org/scala3-library_3", "http://example.org/shex_3", "http://example.org/scala-logging_3", "http://example.org/jena-arq", "http://example.org/srdf4j_3", "http://example.org/slf4j-nop", "http://example.org/antlr4", "http://example.org/mariadb-java-client", "http://example.org/sqlite-jdbc", "http://example.org/scalatest_3", "http://example.org/scala-csv_2.13", "http://example.org/scala-reflect" ],
"version" : "0.6.0",
"issueTracker" : "https://api.github.com/repos/herminiogg/ShExML/issues",
"referencePublication" : "https://doi.org/10.7717/peerj-cs.318"
}