-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgimie-output-specification.html
More file actions
283 lines (283 loc) · 8.84 KB
/
gimie-output-specification.html
File metadata and controls
283 lines (283 loc) · 8.84 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Gimie Output Specfication</title>
<script
src="https://www.w3.org/Tools/respec/respec-w3c"
class="remove"
defer
></script>
<script class="remove">
// All config options at https://respec.org/docs/
var respecConfig = {
specStatus: "unofficial",
editors: [{ name: "Codemeta", url: "https://codemeta.github.io/" }],
github: "codemeta/codemeta",
shortName: "codemeta",
localBiblio: {
"SOFTWARE-DESCR":{
"href": "https://w3id.org/okn/o/sd/1.9.0",
"title": "Software Description Ontology",
"publisher": "Daniel Garijo,Varun Ratnakar,Yolanda Gil,Deborah Khider. The Software Description Ontology."
},
"RENKU-ONT":{
"href": "http://swissdatasciencecenter.github.io/renku-ontology",
"title": "Renku Ontology",
"publisher": "Swiss Data Science Center"
},
"RENKU-DATASETS":{
"href": "https://renkulab.io/datasets",
"title": "Renku Datasets",
"publisher": "Swiss Data Science Center"
},
"CODEMETA":{
"href": "https://renkulab.io/datasets",
"title": "The CodeMetaProject",
"publisher": "The CodeMetaProject"
},
}
};
</script>
</head>
<body>
<section id="abstract">
<p>Metadata Extraction from Code Repository</p>
<p>Compare Image Plaza Requirements to [[CODEMETA]]</p>
</section>
<section id="sotd">
<p>Draft in the phase of development.</p>
</section>
<section class="informative">
<h2>Introduction</h2>
<p>Metadata Extraction for Code Repositories</p>
</section>
<section id="Class:SoftwareSourceCode">
<h3>Output from Codemetapy
</h3>
<p>
<a data-cite="SCHEMA-ORG/SoftwareSourceCode" data-no-xref="">
<code>schema:SoftwareSourceCode</code>
</a>
</p>
<table class="simple">
<thead>
<tr>
<th>Property</th>
<th>URI</th>
<th>Range</th>
<th>ReqLevel</th>
<th>Card</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="#codemeta-codeRepository">codeRepository</a></td>
<td><a data-cite="SCHEMA-ORG/codeRepository" data-no-xref="">
<code>schema:codeRepository</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/URL" data-no-xref="">
<code>schema:URL</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="#codemeta-dateCreated">dateCreated</a></td>
<td><a data-cite="SCHEMA-ORG/dateCreated" data-no-xref="">
<code>schema:dateCreated</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/DateTime" data-no-xref="">
<code>schema:DateTime</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">dateModified</a></td>
<td><a data-cite="SCHEMA-ORG/dateModified" data-no-xref="">
<code>schema:dateModified</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/DateTime" data-no-xref="">
<code>schema:DateTime</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">description</a></td>
<td><a data-cite="SCHEMA-ORG/description" data-no-xref="">
<code>schema:description</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/Text" data-no-xref="">
<code>schema:Text</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">keywords</a></td>
<td><a data-cite="SCHEMA-ORG/keywords" data-no-xref="">
<code>schema:keywords</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/Text" data-no-xref="">
<code>schema:Text</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">license</a></td>
<td><a data-cite="SCHEMA-ORG/license" data-no-xref="">
<code>schema:license</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/URL" data-no-xref="">
<code>schema:URL</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">name</a></td>
<td><a data-cite="SCHEMA-ORG/name" data-no-xref="">
<code>schema:keywords</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/Text" data-no-xref="">
<code>schema:name</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">producer</a></td>
<td><a data-cite="SCHEMA-ORG/producer" data-no-xref="">
<code>schema:producer</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/Organization" data-no-xref="">
<code>schema:Organization</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">url</a></td>
<td><a data-cite="SCHEMA-ORG/url" data-no-xref="">
<code>schema:url</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/URL" data-no-xref="">
<code>schema:URL</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
<tr>
<td><a href="">issueTracker</a></td>
<td><a data-cite="CODEMETA/issueTracker" data-no-xref="">
<code>codemeta:issueTracker</code></a>
</td>
<td><a data-cite="SCHEMA-ORG/URL" data-no-xref="">
<code>schema:URL</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
</tbody>
</table>
<aside class="example" title="Output of Codemetap for renku">
<pre data-include-format="text" data-include="examples/renku.ttl"></pre>
</aside>
<section id="codemeta-codeRepository">
<h4>Property: codeRepository</h4>
<table class="def">
<tbody>
<tr>
<th>Property</th>
<td><a data-cite="SCHEMA-ORG/codeRepository" data-no-xref="">
<code>schema:codeRepository</code></a>
</td>
</tr>
<tr>
<th>Range</th>
<td><a data-cite="SCHEMA-ORG/URL" data-no-xref="">
<code>schema:URL</code></a>
</td>
</tr>
<tr>
<th>Get</th>
<td>
<p>
Get from input url if repo url is provided as parameter
</p>
</td>
</tr>
</tbody>
</table>
</section>
<section id="codemeta-dateCreated">
<h4>Property: dateCreated</h4>
<table class="def">
<tbody>
<tr>
<th>Property</th>
<td><a data-cite="SCHEMA-ORG/dateCreated" data-no-xref="">
<code>schema:dateCreated</code></a>
</td>
</tr>
<tr>
<th>Range</th>
<td><a data-cite="SCHEMA-ORG/DateTime" data-no-xref="">
<code>schema:DateTime</code></a>
</td>
</tr>
<tr>
<th>Get</th>
<td>
<p>
Get from github api or gitlab api.
</p>
</td>
</tr>
</tbody>
</table>
</section>
</section>
<section id="Class:ImagePlazaRepo">
<h3>Output from Image Plaza
</h3>
<p>
<a data-cite="SCHEMA-ORG/SoftwareSourceCode" data-no-xref="">
<code>schema:SoftwareSourceCode</code>
</a>
</p>
<table class="simple">
<thead>
<tr>
<th>Property</th>
<th>URI</th>
<th>Range</th>
<th>ReqLevel</th>
<th>Card</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="">CommandInput</a></td>
<td><a data-cite="RENKU-ONT#CommandInput" data-no-xref="">
<code>renku:command_input</code></a>
</td>
<td><a data-cite="RENKU-ONT#hasInputs" data-no-xref="">
<code>renku:has_inputs</code></a>
</td>
<td>Optional</td>
<td>0..n</td>
</tr>
</tbody>
</table>
</section>
<section id="conformance">
<p>
This is required for specifications that contain normative material.
</p>
</section>
</body>
</html>