-
Notifications
You must be signed in to change notification settings - Fork 43
/
codemeta.json
42 lines (42 loc) · 1.5 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"codeRepository": "git+https://github.com/sparna-git/Sparnatural.git",
"dateCreated": "2018-01-01",
"downloadUrl": "https://github.com/sparna-git/Sparnatural/releases",
"issueTracker": "https://github.com/sparna-git/Sparnatural/issues",
"name": "Sparnatural",
"description": "Sparnatural is a visual client-side SPARQL query builder. It is written in Typescript.\n\nIt supports the creation of basic graph patterns with the selection of values with autocomplete search or dropdown lists, or other widgets. It can be configured through an OWL configuration file (that can be edited in Protégé) that defines the classes and properties to be presented in the component.",
"applicationCategory": "Semantic web",
"keywords": [
"SPARQL",
"RDF",
"OWL"
],
"programmingLanguage": [
"Typescript"
],
"relatedLink": [
"https://sparnatural.eu",
"https://docs.sparnatural.eu"
],
"author": [
{
"@type": "Person",
"givenName": "Thomas",
"familyName": "Francart",
"email": "[email protected]",
"affiliation": {
"@type": "Organization",
"name": "Sparna"
}
}
],
"contributor": [
{
"@type": "Person",
"givenName": "Pascal",
"familyName": "Steiner"
}
]
}