-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodemeta.json
More file actions
70 lines (70 loc) · 2.3 KB
/
Copy pathcodemeta.json
File metadata and controls
70 lines (70 loc) · 2.3 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
{
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "https://doi.org/10.5281/zenodo.21286974",
"name": "SSTIM Workbench: Open Sensory Stimulation Platform and SSTIM Ontology",
"description": "SSTIM Workbench, previously developed as BSC Lab, is the open-source scientific and technical foundation for sensory stimulation. It pairs a precision multi-engine audiovisual stimulation platform (Web Audio, AudioWorklets, PixiJS, haptics) with an open RDF knowledge graph — OWL classes, SKOS vocabulary, SHACL shapes, and linked evidence chains — describing stimulation protocols, parameters, qualified evidence assessments, and ecosystem relationships. Committed ecosystem-agent fixtures are synthetic.",
"version": "0.16.0",
"softwareVersion": "0.16.0",
"datePublished": "2026-08-18",
"license": [
"https://spdx.org/licenses/Apache-2.0",
"https://spdx.org/licenses/CC-BY-4.0"
],
"codeRepository": "https://github.com/w3c-cg/sstim",
"url": "https://w3c-cg.github.io/sstim/",
"issueTracker": "https://github.com/w3c-cg/sstim/issues",
"readme": "https://github.com/w3c-cg/sstim/blob/main/README.md",
"author": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9699-629X",
"givenName": "Renato",
"familyName": "Fabbri",
"email": "renato.fabbri@gmail.com"
}
],
"maintainer": [
{
"@type": "Person",
"@id": "https://orcid.org/0000-0002-9699-629X",
"givenName": "Renato",
"familyName": "Fabbri",
"email": "renato.fabbri@gmail.com"
}
],
"producer": {
"@type": "Organization",
"name": "W3C Sensory Stimulation Vocabulary Community Group",
"url": "https://www.w3.org/groups/cg/sstim/"
},
"keywords": [
"sensory stimulation",
"ontology",
"OWL",
"SKOS",
"SHACL",
"audio entrainment",
"binaural beats",
"isochronic",
"Martigli",
"knowledge graph",
"semantic web"
],
"programmingLanguage": [
"JavaScript",
"Svelte",
"Python"
],
"runtimePlatform": [
"Node.js",
"Web browser"
],
"applicationCategory": "Semantic Web",
"developmentStatus": "active",
"relatedLink": [
"https://w3id.org/sstim",
"https://www.w3.org/groups/cg/sstim/",
"https://doi.org/10.5281/zenodo.22003777"
]
}