-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
59 lines (57 loc) · 1.51 KB
/
config.yml
File metadata and controls
59 lines (57 loc) · 1.51 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
# links will be created from these properties
relationProperties:
- "http://schema.org/affiliation"
- "http://schema.org/dataPublished"
- "http://schema.org/dateModified"
- "http://schema.org/provider"
- "http://schema.org/license"
- "http://schema.org/publisher"
- "http://schema.org/author"
- "http://schema.org/creator"
- "http://schema.org/keywords"
# labels will be created from these properties
labelProperties:
- "http://schema.org/name"
- "http://schema.org/text"
- "http://schema.org/comment"
# groups will be created from these properties
groups:
- name: 'Organization'
types:
- 'http://schema.org/Organization'
properties:
- 'http://schema.org/affiliation'
- 'http://schema.org/provider'
- 'http://schema.org/publisher'
color: '#008000'
- name: 'Person'
types:
- 'http://schema.org/Person'
properties:
- 'http://schema.org/author'
- 'http://schema.org/creator'
color: '#FF0000'
- name: 'Dataset'
types:
- 'http://schema.org/Dataset'
color: '#0000FF'
- name: 'Software'
types:
- 'http://schema.org/SoftwareSourceCode'
color: '#FFFF00'
- name: 'Document'
types:
- 'http://schema.org/Document'
color: '#FFA500'
- name: 'Article'
types:
- 'http://schema.org/Article'
color: '#4B0082'
- name: 'CreativeWork'
types:
- 'http://schema.org/CreativeWork'
color: '#8A2BE2'
- name: 'Service'
types:
- 'http://schema.org/Service'
color: '#00FFFF'