id.sifa.profile.presentationDelivery

sifa.id

Schema Diff

+67 -7

From

CID
bafyreiawrb4hhpq...
Indexed At
2026-06-19 22:54 UTC
View this version

To

CID
bafyreifkwjejv2i...
Indexed At
2026-08-07 11:35 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 11 non-breaking changes.

Non-Breaking Changes (11)
  • AddedVertex AddedVertex { vertex_id: "community.lexicon.location.address" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.address" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.coSpeakers" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.coSpeakers:items" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.sameAs" }
  • AddedEdge AddedEdge { src: "id.sifa.profile.presentationDelivery:body", tgt: "id.sifa.profile.presentationDelivery:body.address", kind: "prop", name: Some("address") }
  • AddedEdge AddedEdge { src: "id.sifa.profile.presentationDelivery:body", tgt: "id.sifa.profile.presentationDelivery:body.coSpeakers", kind: "prop", name: Some("coSpeakers") }
  • 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.address", tgt: "community.lexicon.location.address", kind: "ref", name: None }
  • AddedEdge AddedEdge { src: "id.sifa.profile.presentationDelivery:body.coSpeakers", tgt: "id.sifa.profile.presentationDelivery:body.coSpeakers:items", kind: "items", name: None }
  • 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: "community.lexicon.location.address" }
  • AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.address" }
  • AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.coSpeakers" }
  • AddedVertex { vertex_id: "id.sifa.profile.presentationDelivery:body.coSpeakers:items" }
  • 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.address", kind: "prop", name: Some("address") }
  • Non-breaking: AddedEdge { src: "id.sifa.profile.presentationDelivery:body", tgt: "id.sifa.profile.presentationDelivery:body.coSpeakers", kind: "prop", name: Some("coSpeakers") }
  • 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.address", tgt: "community.lexicon.location.address", kind: "ref", name: None }
  • Non-breaking: AddedEdge { src: "id.sifa.profile.presentationDelivery:body.coSpeakers", tgt: "id.sifa.profile.presentationDelivery:body.coSpeakers:items", kind: "items", name: None }
  • 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 +
            ]
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."
54 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"
90 +
            ]
91 +
          },
92 +
          "address": {
93 +
            "ref": "community.lexicon.location.address",
94 +
            "type": "ref",
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"
64 99
            ]
65 100
          },
66 101
          "eventRef": {
67 102
            "ref": "id.sifa.defs#externalRecordRef",
68 103
            "type": "ref",
69 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."
70 105
          },
71 106
          "location": {
72 107
            "type": "string",
73 108
            "maxLength": 2560,
74 -
            "description": "Display location (city, country, or venue). On the linked branch, composed from the calendar event's structured locations.",
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.",
75 110
            "maxGraphemes": 256
76 111
          },
77 112
          "createdAt": {
78 113
            "type": "string",
79 114
            "format": "datetime",
80 115
            "description": "Client-declared timestamp when this record was originally created."
81 116
          },
82 117
          "eventName": {
83 118
            "type": "string",
84 119
            "maxLength": 3000,
85 120
            "description": "Name of the event or venue. On the linked branch, hydrated from the calendar event's name.",
86 -
            "maxGraphemes": 300
121 +
            "maxGraphemes": 300,
122 +
            "x-skos:closeMatch": [
123 +
              "schema:superEvent",
124 +
              "bibo:Conference"
125 +
            ]
87 126
          },
127 +
          "coSpeakers": {
128 +
            "type": "array",
129 +
            "items": {
130 +
              "type": "string",
131 +
              "format": "did"
132 +
            },
133 +
            "maxLength": 20,
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 +
            ]
138 +
          },
88 139
          "presentationRef": {
89 140
            "ref": "id.sifa.defs#externalRecordRef",
90 141
            "type": "ref",
91 -
            "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 +
            ]
92 147
          }
93 148
        }
94 149
      },
95 -
      "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 +
      ]
96 156
    }
97 157
  },
98 158
  "$type": "com.atproto.lexicon.schema",
99 159
  "lexicon": 1,
100 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."
101 161
}

Compare Other Versions

Lexicon Garden

@