You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 73.md
+18-6Lines changed: 18 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,29 @@ External Content IDs
6
6
7
7
`draft``optional`
8
8
9
-
There are certain established global content identifiers that would be useful to reference in nostr events so that clients can query all events assosiated with these ids.
9
+
There are certain established global content identifiers such as [Book ISBNs](https://en.wikipedia.org/wiki/ISBN), [Podcast GUIDs](https://podcastnamespace.org/tag/guid), and [Movie ISANs](https://en.wikipedia.org/wiki/International_Standard_Audiovisual_Number) that are useful to reference in nostr events so that clients can query all the events assosiated with these ids.
10
10
11
-
- Book [ISBNs](https://en.wikipedia.org/wiki/ISBN)
- Movie [ISANs](https://en.wikipedia.org/wiki/International_Standard_Audiovisual_Number)
14
-
15
-
Since the `i` tag is already used for similar references in kind-0 metadata events it makes sense to use it for these content ids as well.
16
11
12
+
`i` tags are used for referencing these external content ids, with `k` tags representing the external content id kind so that clients can query all the events for a specific kind.
0 commit comments