Skip to content

Commit b6158d2

Browse files
committed
update config.yml to enhance relation and label properties, and expand group definitions for the new HKG
1 parent 67922e2 commit b6158d2

1 file changed

Lines changed: 79 additions & 54 deletions

File tree

config.yml

Lines changed: 79 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,84 @@
1-
# links will be created from these properties
21
relationProperties:
3-
- "http://schema.org/affiliation"
4-
- "http://schema.org/dataPublished"
5-
- "http://schema.org/dateModified"
6-
- "http://schema.org/provider"
7-
- "http://schema.org/license"
8-
- "http://schema.org/publisher"
9-
- "http://schema.org/author"
10-
- "http://schema.org/creator"
11-
- "http://schema.org/keywords"
2+
- "https://schema.org/author"
3+
- "https://schema.org/contributor"
4+
- "https://schema.org/creator"
5+
- "https://schema.org/provider"
6+
- "https://schema.org/publisher"
7+
- "https://schema.org/affiliation"
8+
- "https://schema.org/parentOrganization"
9+
- "https://schema.org/subOrganization"
10+
- "https://schema.org/includedInDataCatalog"
11+
- "https://schema.org/isPartOf"
12+
- "https://schema.org/citation"
13+
- "https://schema.org/license"
14+
- "https://schema.org/datePublished"
15+
- "https://schema.org/keywords"
16+
- "https://schema.org/version"
17+
- "https://schema.org/conditionsOfAccess"
18+
- "https://schema.org/codeRepository"
19+
- "https://schema.org/programmingLanguage"
20+
- "https://schema.org/runtimePlatform"
21+
- "https://schema.org/maintainer"
22+
- "https://schema.org/dateCreated"
23+
- "https://schema.org/dateModified"
24+
- "https://schema.org/performer"
25+
- "https://schema.org/organizer"
26+
- "https://schema.org/startDate"
27+
- "https://schema.org/endDate"
28+
- "https://schema.org/location"
1229

13-
# labels will be created from these properties
1430
labelProperties:
15-
- "http://schema.org/name"
16-
- "http://schema.org/text"
17-
- "http://schema.org/comment"
31+
- "https://schema.org/name"
32+
- "https://schema.org/identifier"
33+
- "https://schema.org/prefName"
1834

19-
# groups will be created from these properties
2035
groups:
21-
- name: 'Organization'
22-
types:
23-
- 'http://schema.org/Organization'
24-
properties:
25-
- 'http://schema.org/affiliation'
26-
- 'http://schema.org/provider'
27-
- 'http://schema.org/publisher'
28-
color: '#008000'
29-
- name: 'Person'
30-
types:
31-
- 'http://schema.org/Person'
32-
properties:
33-
- 'http://schema.org/author'
34-
- 'http://schema.org/creator'
35-
color: '#FF0000'
36-
- name: 'Dataset'
37-
types:
38-
- 'http://schema.org/Dataset'
39-
color: '#0000FF'
40-
- name: 'Software'
41-
types:
42-
- 'http://schema.org/SoftwareSourceCode'
43-
color: '#FFFF00'
44-
- name: 'Document'
45-
types:
46-
- 'http://schema.org/Document'
47-
color: '#FFA500'
48-
- name: 'Article'
49-
types:
50-
- 'http://schema.org/Article'
51-
color: '#4B0082'
52-
- name: 'CreativeWork'
53-
types:
54-
- 'http://schema.org/CreativeWork'
55-
color: '#8A2BE2'
56-
- name: 'Service'
57-
types:
58-
- 'http://schema.org/Service'
59-
color: '#00FFFF'
36+
- name: "Person"
37+
types:
38+
- "https://schema.org/Person"
39+
color: "#FF0000"
40+
- name: "Institution"
41+
types:
42+
- "https://schema.org/Organization"
43+
- "https://schema.org/ResearchOrganization"
44+
- "https://schema.org/EducationalOrganization"
45+
- "https://schema.org/MedicalOrganization"
46+
- "https://schema.org/FundingAgency"
47+
- "https://schema.org/Corporation"
48+
- "https://schema.org/ArchiveOrganization"
49+
- "https://schema.org/NGO"
50+
- "https://schema.org/GovernmentOrganization"
51+
color: "#008000"
52+
- name: "Dataset"
53+
types:
54+
- "https://schema.org/Dataset"
55+
color: "#0000FF"
56+
- name: "Document"
57+
types:
58+
- "https://schema.org/Article"
59+
- "https://schema.org/ScholarlyArticle"
60+
- "https://schema.org/Book"
61+
- "https://schema.org/Chapter"
62+
- "https://schema.org/Text"
63+
- "https://schema.org/Periodical"
64+
- "https://schema.org/Thesis"
65+
- "https://schema.org/Report"
66+
color: "#FFA500"
67+
- name: "Software"
68+
types:
69+
- "https://schema.org/SoftwareApplication"
70+
- "https://schema.org/SoftwareSourceCode"
71+
color: "#FFFF00"
72+
- name: "Event"
73+
types:
74+
- "https://schema.org/Event"
75+
color: "#00FFFF"
76+
- name: "DataCatalog"
77+
types:
78+
- "https://schema.org/DataCatalog"
79+
color: "#4B0082"
80+
- name: "Instrument"
81+
types:
82+
- "https://schema.org/SociologicalInstrument"
83+
- "https://schema.org/PhysicalInstrument"
84+
color: "#A52A2A"

0 commit comments

Comments
 (0)