id.sifa.profile.presentationDelivery
Schema Diff
+54 -8
Compatibility Analysis
Backward Compatible
Backward compatible. 3 non-breaking changes.
Non-Breaking Changes (3)
- AddedVertex AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.sameAs" }
- AddedEdge AddedEdge { src: "id.sifa.profile.presentationDelivery:body", tgt: "id.sifa.profile.presentationDelivery:body.sameAs", kind: "prop", name: Some("sameAs") }
- AddedEdge AddedEdge { src: "id.sifa.profile.presentationDelivery:body.sameAs", tgt: "id.sifa.defs#externalRecordRef", kind: "ref", name: None }
Migration Guidance
Added Elements
AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.sameAs" }
Additional Notes
- Non-breaking: AddedEdge { src: "id.sifa.profile.presentationDelivery:body", tgt: "id.sifa.profile.presentationDelivery:body.sameAs", kind: "prop", name: Some("sameAs") }
- Non-breaking: AddedEdge { src: "id.sifa.profile.presentationDelivery:body.sameAs", tgt: "id.sifa.defs#externalRecordRef", kind: "ref", name: None }
1
1
{
2
2
"id": "id.sifa.profile.presentationDelivery",
3
3
"defs": {
4
4
"main": {
5
5
"key": "tid",
6
6
"type": "record",
7
7
"record": {
8
8
"type": "object",
9
9
"required": [
10
10
"createdAt"
11
11
],
12
12
"properties": {
13
13
"date": {
14
14
"type": "string",
15
15
"maxLength": 10,
16
-
"description": "Calendar date of this delivery as YYYY-MM-DD (day only, no time). Future dates are allowed for upcoming deliveries. The day-only shape is enforced at the app layer. On the linked branch, derived from the event's startsAt in the event's own offset."
16
+
"description": "Calendar date of this delivery as YYYY-MM-DD (day only, no time). Future dates are allowed for upcoming deliveries. The day-only shape is enforced at the app layer. On the linked branch, derived from the event's startsAt in the event's own offset.",
17
+
"x-skos:exactMatch": [
18
+
"schema:startDate",
19
+
"event:time"
20
+
]
17
21
},
18
22
"mode": {
19
23
"type": "string",
20
24
"description": "Whether this delivery was in person, virtual, or hybrid. Stores the full community.lexicon.calendar.event mode token; absent means in person.",
21
25
"knownValues": [
22
26
"community.lexicon.calendar.event#inperson",
23
27
"community.lexicon.calendar.event#virtual",
24
28
"community.lexicon.calendar.event#hybrid"
29
+
],
30
+
"x-skos:note": "The community.lexicon.calendar.event known values are already one-to-one with the schema.org enumeration.",
31
+
"x-skos:exactMatch": [
32
+
"schema:eventAttendanceMode"
25
33
]
26
34
},
27
35
"role": {
28
36
"type": "string",
29
37
"maxLength": 640,
30
38
"description": "The presenter's role in this delivery. Open set; see id.sifa.defs#presentationRole.",
31
39
"knownValues": [
32
40
"id.sifa.defs#presenter",
33
41
"id.sifa.defs#panelist",
34
42
"id.sifa.defs#keynote",
35
43
"id.sifa.defs#workshop",
36
44
"id.sifa.defs#host"
37
45
],
38
-
"maxGraphemes": 64
46
+
"x-skos:note": "No external vocabulary distinguishes presenter, panelist, keynote, workshop and host at this granularity.",
47
+
"maxGraphemes": 64,
48
+
"x-skos:closeMatch": [
49
+
"bibo:performer",
50
+
"schema:performer"
51
+
]
39
52
},
40
53
"links": {
41
54
"type": "array",
42
55
"items": {
43
56
"ref": "id.sifa.defs#presentationLink",
44
57
"type": "ref"
45
58
},
46
59
"maxLength": 20,
47
60
"description": "Links specific to this delivery, such as the recording of this occasion."
48
61
},
49
62
"title": {
50
63
"type": "string",
51
64
"maxLength": 3000,
52
65
"description": "Fallback title for this delivery, used when no presentationRef is set.",
53
-
"maxGraphemes": 300
66
+
"maxGraphemes": 300,
67
+
"x-skos:exactMatch": [
68
+
"dcterms:title",
69
+
"schema:name"
70
+
]
54
71
},
72
+
"sameAs": {
73
+
"ref": "id.sifa.defs#externalRecordRef",
74
+
"type": "ref",
75
+
"description": "The same session as recorded on another person's profile. Set when you keep your own entry for work someone else has also recorded, so consumers can tell the two describe one thing rather than showing it twice. Each side stays its own record: the other person cannot edit yours, and yours does not change theirs. Resolve by AT-URI, since they will keep editing their copy."
76
+
},
55
77
"status": {
56
78
"type": "string",
57
79
"description": "Scheduling status of this delivery, typically hydrated from a linked calendar event. Stores the full community.lexicon.calendar.event status token. Consumers should surface cancelled and postponed states.",
58
80
"knownValues": [
59
81
"community.lexicon.calendar.event#scheduled",
60
82
"community.lexicon.calendar.event#cancelled",
61
83
"community.lexicon.calendar.event#postponed",
62
84
"community.lexicon.calendar.event#rescheduled",
63
85
"community.lexicon.calendar.event#planned"
86
+
],
87
+
"x-skos:note": "As with mode, already one-to-one with the schema.org enumeration.",
88
+
"x-skos:exactMatch": [
89
+
"schema:eventStatus"
64
90
]
65
91
},
66
92
"address": {
67
93
"ref": "community.lexicon.location.address",
68
94
"type": "ref",
69
-
"description": "Structured delivery location. Sifa enforces ISO 3166-1 alpha-2 country codes at the app layer and surfaces country (for a flag) and locality (city); region, postalCode, and street are unused for deliveries. Takes precedence over the legacy location string when present."
95
+
"description": "Structured delivery location. Sifa enforces ISO 3166-1 alpha-2 country codes at the app layer and surfaces country (for a flag) and locality (city); region, postalCode, and street are unused for deliveries. Takes precedence over the legacy location string when present.",
96
+
"x-skos:exactMatch": [
97
+
"schema:location",
98
+
"event:place"
99
+
]
70
100
},
71
101
"eventRef": {
72
102
"ref": "id.sifa.defs#externalRecordRef",
73
103
"type": "ref",
74
104
"description": "Optional reference to a community.lexicon.calendar.event for this occasion. Display fields are hydrated live from the target by AT-URI, with the stored fields as a fallback when the target is unavailable."
75
105
},
76
106
"location": {
77
107
"type": "string",
78
108
"maxLength": 2560,
79
109
"description": "Legacy free-text display location (city, country, or venue), retained for dual-read. Prefer the structured address field. On the linked branch, composed from the calendar event's structured locations.",
80
110
"maxGraphemes": 256
81
111
},
82
112
"createdAt": {
83
113
"type": "string",
84
114
"format": "datetime",
85
115
"description": "Client-declared timestamp when this record was originally created."
86
116
},
87
117
"eventName": {
88
118
"type": "string",
89
119
"maxLength": 3000,
90
120
"description": "Name of the event or venue. On the linked branch, hydrated from the calendar event's name.",
91
-
"maxGraphemes": 300
121
+
"maxGraphemes": 300,
122
+
"x-skos:closeMatch": [
123
+
"schema:superEvent",
124
+
"bibo:Conference"
125
+
]
92
126
},
93
127
"coSpeakers": {
94
128
"type": "array",
95
129
"items": {
96
130
"type": "string",
97
131
"format": "did"
98
132
},
99
133
"maxLength": 20,
100
-
"description": "DIDs of co-speakers who presented alongside the author at this occasion. Any atproto account is allowed; hydrated to profile cards on read and linked to the co-speaker's Sifa profile."
134
+
"description": "DIDs of co-speakers who presented alongside the author at this occasion. Any atproto account is allowed; hydrated to profile cards on read and linked to the co-speaker's Sifa profile.",
135
+
"x-skos:exactMatch": [
136
+
"schema:performer"
137
+
]
101
138
},
102
139
"presentationRef": {
103
140
"ref": "id.sifa.defs#externalRecordRef",
104
141
"type": "ref",
105
-
"description": "Optional reference to the id.sifa.profile.presentation (the content) delivered here. When set, title, duration, and audiences are taken from it."
142
+
"description": "Optional reference to the id.sifa.profile.presentation (the content) delivered here. When set, title, duration, and audiences are taken from it.",
143
+
"x-skos:closeMatch": [
144
+
"bibo:presentedAt",
145
+
"schema:workPerformed"
146
+
]
106
147
}
107
148
}
108
149
},
109
-
"description": "Record representing a single occasion on which a presentation was delivered. This is the entry shown on a profile's activity timeline. At least one of presentationRef, title, or eventName is expected, enforced at the app layer."
150
+
"description": "Record representing a single occasion on which a presentation was delivered. This is the entry shown on a profile's activity timeline. At least one of presentationRef, title, or eventName is expected, enforced at the app layer.",
151
+
"x-skos:note": "BIBO models this relation as bibo:Slideshow bibo:presentedAt event:Event.",
152
+
"x-skos:closeMatch": [
153
+
"schema:Event",
154
+
"event:Event"
155
+
]
110
156
}
111
157
},
112
158
"$type": "com.atproto.lexicon.schema",
113
159
"lexicon": 1,
114
160
"description": "An occasion on which a person delivered a presentation: a specific talk, panel, workshop, or demo at an event. References the reusable id.sifa.profile.presentation content and, optionally, the calendar event."
115
161
}