-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsomesy.toml
More file actions
68 lines (59 loc) · 1.74 KB
/
somesy.toml
File metadata and controls
68 lines (59 loc) · 1.74 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
# Change these settings according to your project
[project]
name = "kit-data-manager/wap-server"
version = "v1.2.0-SNAPSHOT"
description = "This project contains a server for creating and managing annotations based on the Web Annotation Data Model (WADM) implementing the complete Web Annotation Protocol (WAP). The service is realized as microservice using Spring Boot and can be operated standalone."
license = "Apache-2.0"
keywords = [
"kit-data-manager",
"metadata",
"SPARQL",
"RDF",
"WADM",
"Web Annotation",
"jena-fuseki",
"restful"
]
repository = "https://github.com/kit-data-manager/wap-server"
homepage = "https://kit-data-manager.github.io/webpage/wap-server/"
documentation = "https://kit-data-manager.github.io/webpage/wap-server/"
[config]
verbose = true
[[project.people]]
given-names = "Germaine"
family-names = "Götzelmann"
orcid = "https://orcid.org/0000-0003-3974-3728"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true
maintainer = true
publication_author = true
[[project.people]]
given-names = "Thomas"
family-names = "Jejkal"
orcid = "https://orcid.org/0000-0003-2804-688X"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true
maintainer = true
[[project.people]]
given-names = "Danah"
family-names = "Tonne"
orcid = "https://orcid.org/0000-0001-6296-7282"
affiliation = "Karlsruhe Institute of Technology (KIT)"
author = true
publication_author = true
[[project.people]]
given-names = "Andreas"
family-names = "Löffler"
author = true
[[project.people]]
given-names = "Michael"
family-names = "Hitzker"
author = true
[[project.people]]
given-names = "Markus"
family-names = "Höfler"
author = true
[[project.people]]
given-names = "Timo"
family-names = "Schmidt"
author = true