-
Notifications
You must be signed in to change notification settings - Fork 15
/
mkdocs.yml
297 lines (290 loc) · 13.7 KB
/
mkdocs.yml
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
site_name: Linked Art
site_url: "https://linked.art/"
site_dir: ".site"
repo_url: "https://github.com/linked-art/linked.art"
site_author: "Rob Sanderson"
site_description: "Linked Open Usable Data for Cultural Heritage"
theme:
name: material
custom_dir: material/overrides
palette:
scheme: custom
primary: custom
accent: custom
logo: media/logo/linkedart-logo-horizontal.png
favicon: media/logo/linkedart-favicon.png
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.path
- navigation.sections
- header.autohide
font: false
extra_css:
- assets/css/style.css
- assets/vendor/opentip.css
extra_javascript:
- assets/vendor/opentip.js
copyright: © Linked Art Editorial Board. Published under the CC BY 4.0 license.
nav:
- Home: index.md
- About:
- About Linked Art: about/index.md
- LOUD: loud/index.md
- Community:
- Participants: community/index.md
- Events: community/events/index.md
- Code of Conduct: community/conduct/index.md
- Projects: community/projects/index.md
- Model:
- Linked Art Model 1.0: model/index.md
- Introduction:
- How to read: model/intro/index.md
- Basic Patterns: model/base/index.md
- Core Entities:
- Objects:
- Objects: model/object/index.md
- Production and Destruction: model/object/production/index.md
- Physical Characteristics: model/object/physical/index.md
- Aboutness: model/object/aboutness/index.md
- Ownership: model/object/ownership/index.md
- Rights: model/object/rights/index.md
- Digital Content: model/digital/index.md
- Collections: model/collection/index.md
- Provenance:
- Object Provenance: model/provenance/index.md
- Acquisitions and Loans: model/provenance/acquisition.md
- Auctions: model/provenance/auctions.md
- Changes of Custody: model/provenance/custody.md
- Encounters with Objects: model/provenance/encounters.md
- Location and Movement: model/provenance/movement.md
- Promised Activities: model/provenance/promises.md
- Transfer of Rights: model/provenance/rights.md
- Unknown Transfers: model/provenance/transfer.md
- Exhibitions: model/exhibition/index.md
- Conservation: model/conservation/index.md
- Related Entities:
- People and Organizations: model/actor/index.md
- Places: model/place/index.md
- Concepts: model/concept/index.md
- Events: model/event/index.md
- Vocabulary:
- About Vocabulary Terms: model/vocab/index.md
- Required Terms: model/vocab/required/index.md
- Recommended Terms: model/vocab/recommended/index.md
- Optional Terms: model/vocab/optional/index.md
- Cultural Context:
- Textual Documents: model/document/index.md
- Archival Hierarchies: model/archives/index.md
- Specific Assertions: model/assertion/index.md
- Model Design:
- Profile: model/profile/index.md
- Class Analysis: model/profile/class_analysis.md
- API:
- Linked Art API 1.0: api/1.0/index.md
- Core APIs:
- Entity Endpoints:
- About Endpoints: api/1.0/endpoint/index.md
- Abstract Works: api/1.0/endpoint/abstract_work/index.md
- Concepts: api/1.0/endpoint/concept/index.md
- Digital Objects: api/1.0/endpoint/digital_object/index.md
- Events: api/1.0/endpoint/event/index.md
- Groups: api/1.0/endpoint/group/index.md
- People: api/1.0/endpoint/person/index.md
- Physical Objects: api/1.0/endpoint/physical_object/index.md
- Places: api/1.0/endpoint/place/index.md
- Provenance Activities: api/1.0/endpoint/provenance_activity/index.md
- Sets: api/1.0/endpoint/set/index.md
- Textual Works: api/1.0/endpoint/textual_work/index.md
- Visual Works: api/1.0/endpoint/visual_work/index.md
- Shared Structures:
- About Shared Structures: api/1.0/shared/index.md
- Activities: api/1.0/shared/activity/index.md
- Digital Links: api/1.0/shared/digital/index.md
- Dimensions: api/1.0/shared/dimension/index.md
- Concept References: api/1.0/shared/type/index.md
- Identifiers: api/1.0/shared/identifier/index.md
- Monetary Amounts: api/1.0/shared/money/index.md
- Names: api/1.0/shared/name/index.md
- Rights: api/1.0/shared/right/index.md
- References: api/1.0/shared/reference/index.md
- Statements: api/1.0/shared/statement/index.md
- TimeSpans: api/1.0/shared/timespan/index.md
- Relationships: api/1.0/shared/assignment/index.md
- JSON Schemas:
- About Schemas: api/1.0/schema_docs/index.md
- Abstract Works: api/1.0/schema_docs/abstract.md
- Concepts: api/1.0/schema_docs/concept.md
- Digital Objects: api/1.0/schema_docs/digital.md
- Events: api/1.0/schema_docs/event.md
- Groups: api/1.0/schema_docs/group.md
- People: api/1.0/schema_docs/person.md
- Physical Objects: api/1.0/schema_docs/object.md
- Places: api/1.0/schema_docs/place.md
- Provenance Activities: api/1.0/schema_docs/provenance.md
- Sets: api/1.0/schema_docs/set.md
- Textual Works: api/1.0/schema_docs/text.md
- Visual Works: api/1.0/schema_docs/image.md
- Search API:
- Search API: api/1.0/search/index.md
- Search Links:
- About HAL: api/1.0/hal/index.md
- Object:
- activityUsedObject: api/rels/1/activityUsedObject.md
- conceptInfluencedByObject: api/rels/1/conceptInfluencedByObject.md
- objectPartOfObject: api/rels/1/objectPartOfObject.md
- objectProductionInfluencedByObject: api/rels/1/objectProductionInfluencedByObject.md
- workAboutObject: api/rels/1/workAboutObject.md
- workAboutOrRepresentsObject: api/rels/1/workAboutOrRepresentsObject.md
- workRepresentsObject: api/rels/1/workRepresentsObject.md
- Work:
- activityUsedWork: api/rels/1/activityUsedWork.md
- conceptInfluencedByWork: api/rels/1/conceptInfluencedByWork.md
- objectCarriesWork: api/rels/1/objectCarriesWork.md
- objectProductionInfluencedByWork: api/rels/1/objectProductionInfluencedByWork.md
- objectShowsWork: api/rels/1/objectShowsWork.md
- workAboutOrRepresentsWork: api/rels/1/workAboutOrRepresentsWork.md
- workAboutWork: api/rels/1/workAboutWork.md
- workPartOfWork: api/rels/1/workPartOfWork.md
- workRepresentsWork: api/rels/1/workRepresentsWork.md
- Agent:
- activityCarriedOutByAgent: api/rels/1/activityCarriedOutByAgent.md
- activityParticipantAgent: api/rels/1/activityParticipantAgent.md
- agentMemberOfGroup: api/rels/1/agentMemberOfGroup.md
- conceptInfluencedByAgent: api/rels/1/conceptInfluencedByAgent.md
- groupFoundedByAgent: api/rels/1/groupFoundedByAgent.md
- objectCuratedByAgent: api/rels/1/objectCuratedByAgent.md
- objectEncounteredByAgent: api/rels/1/objectEncounteredByAgent.md
- objectOwnedByAgent: api/rels/1/objectOwnedByAgent.md
- objectProducedByAgent: api/rels/1/objectProducedByAgent.md
- objectProductionInfluencedByAgent: api/rels/1/objectProductionInfluencedByAgent.md
- setCreatedByAgent: api/rels/1/setCreatedByAgent.md
- workAboutAgent: api/rels/1/workAboutAgent.md
- workAboutOrRepresentsAgent: api/rels/1/workAboutOrRepresentsAgent.md
- workCreatedByAgent: api/rels/1/workCreatedByAgent.md
- workPublishedByAgent: api/rels/1/workPublishedByAgent.md
- workRepresentsAgent: api/rels/1/workRepresentsAgent.md
- Place:
- activityTookPlaceAtPlace: api/rels/1/activityTookPlaceAtPlace.md
- agentActiveAtPlace: api/rels/1/agentActiveAtPlace.md
- agentBornOrFormedAtPlace: api/rels/1/agentBornOrFormedAtPlace.md
- agentDiedOrDissolvedAtPlace: api/rels/1/agentDiedOrDissolvedAtPlace.md
- agentResidentAtPlace: api/rels/1/agentResidentAtPlace.md
- conceptInfluencedByPlace: api/rels/1/conceptInfluencedByPlace.md
- groupActiveAtPlace: api/rels/1/groupActiveAtPlace.md
- groupDissolvedAtPlace: api/rels/1/groupDissolvedAtPlace.md
- groupFormedAtPlace: api/rels/1/groupFormedAtPlace.md
- objectCurrentPlace: api/rels/1/objectCurrentPlace.md
- objectEncounteredAtPlace: api/rels/1/objectEncounteredAtPlace.md
- objectProducedAtPlace: api/rels/1/objectProducedAtPlace.md
- objectProductionInfluencedByPlace: api/rels/1/objectProductionInfluencedByPlace.md
- personActiveAtPlace: api/rels/1/personActiveAtPlace.md
- personBornAtPlace: api/rels/1/personBornAtPlace.md
- personDiedAtPlace: api/rels/1/personDiedAtPlace.md
- placePartOfPlace: api/rels/1/placePartOfPlace.md
- setCreatedAtPlace: api/rels/1/setCreatedAtPlace.md
- workAboutOrRepresentsPlace: api/rels/1/workAboutOrRepresentsPlace.md
- workAboutPlace: api/rels/1/workAboutPlace.md
- workCreatedAtPlace: api/rels/1/workCreatedAtPlace.md
- workPublishedAtPlace: api/rels/1/workPublishedAtPlace.md
- workRepresentsPlace: api/rels/1/workRepresentsPlace.md
- Concept:
- activityClassifiedAsConcept: api/rels/1/activityClassifiedAsConcept.md
- agentClassifiedAsConcept: api/rels/1/agentClassifiedAsConcept.md
- conceptBroaderConcept: api/rels/1/conceptBroaderConcept.md
- conceptClassifiedAsConcept: api/rels/1/conceptClassifiedAsConcept.md
- conceptInfluencedByConcept: api/rels/1/conceptInfluencedByConcept.md
- objectClassifiedAsConcept: api/rels/1/objectClassifiedAsConcept.md
- objectMadeOfMaterial: api/rels/1/objectMadeOfMaterial.md
- objectProductionTechniqueConcept: api/rels/1/objectProductionTechniqueConcept.md
- placeClassifiedAsConcept: api/rels/1/placeClassifiedAsConcept.md
- setClassifiedAsConcept: api/rels/1/setClassifiedAsConcept.md
- workAboutConcept: api/rels/1/workAboutConcept.md
- workAboutOrRepresentsConcept: api/rels/1/workAboutOrRepresentsConcept.md
- workClassifiedAsConcept: api/rels/1/workClassifiedAsConcept.md
- workCreationTechniqueConcept: api/rels/1/workCreationTechniqueConcept.md
- workLanguageLanguage: api/rels/1/workLanguageLanguage.md
- workRepresentsConcept: api/rels/1/workRepresentsConcept.md
- Activity:
- activityCausedByActivity: api/rels/1/activityCausedByActivity.md
- activityPartOfActivity: api/rels/1/activityPartOfActivity.md
- conceptCreationCausedByActivity: api/rels/1/conceptCreationCausedByActivity.md
- conceptInfluencedByActivity: api/rels/1/conceptInfluencedByActivity.md
- objectDestructionCausedByActivity: api/rels/1/objectDestructionCausedByActivity.md
- objectProductionCausedByActivity: api/rels/1/objectProductionCausedByActivity.md
- personDeathCausedByActivity: api/rels/1/personDeathCausedByActivity.md
- setCreationCausedByActivity: api/rels/1/setCreationCausedByActivity.md
- workAboutActivity: api/rels/1/workAboutActivity.md
- workAboutOrRepresentsActivity: api/rels/1/workAboutOrRepresentsActivity.md
- workCreationCausedByActivity: api/rels/1/workCreationCausedByActivity.md
- workRepresentsActivity: api/rels/1/workRepresentsActivity.md
- Set:
- activityUsedSet: api/rels/1/activityUsedSet.md
- conceptInfluencedBySet: api/rels/1/conceptInfluencedBySet.md
- conceptMemberOfSet: api/rels/1/conceptMemberOfSet.md
- entityMemberOfSet: api/rels/1/entityMemberOfSet.md
- objectMemberOfSet: api/rels/1/objectMemberOfSet.md
- placeMemberOfSet: api/rels/1/placeMemberOfSet.md
- setMemberOfSet: api/rels/1/setMemberOfSet.md
- temporalMemberOfSet: api/rels/1/temporalMemberOfSet.md
- workAboutOrRepresentsSet: api/rels/1/workAboutOrRepresentsSet.md
- workAboutSet: api/rels/1/workAboutSet.md
- workMemberOfSet: api/rels/1/workMemberOfSet.md
- workRepresentsSet: api/rels/1/workRepresentsSet.md
- Data Discovery: api/1.0/discovery/index.md
- API Design:
- Design Principles: api/1.0/principles/index.md
- JSON-LD: api/1.0/json-ld/index.md
- Protocol: api/1.0/protocol/index.md
- Resources:
- Software and tools: software/index.md
- Cookbook:
- Recipes: cookbook/index.md
- Mappings:
- CDWA: cookbook/mappings/cdwa/index.md
- Schema.org: cookbook/mappings/schema/index.md
validation:
absolute_links: ignore
unrecognized_links: ignore
anchors: ignore
markdown_extensions:
- fenced_code
- def_list
- tables
- abbr
- attr_list
- admonition
- toc:
title: "Table of Contents"
- pymdownx.tasklist
- pymdownx.mark
- pymdownx.blocks.admonition
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format:
!!python/name:mermaid2.fence_mermaid # Custom vars to our template
extra:
project:
install: "https://github.com/linked-art/linked.art"
build: production
ga_tracking_code: XX-XXXXXXXX-X
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/linked-art/
- icon: fontawesome/brands/slack
link: https://linked-art.slack.com/
plugins:
- search
- mermaid2:
javascript: "https://linked.art/media/vendor/mermaid.min.js"
#version: '10.6.1'
arguments:
theme: "neutral"
logLevel: 1
flowchart:
curve: "basis"
securityLevel: "loose"
- linkedart