From 50c7edf1d07fd22af3be4e25a621cc5c07e87715 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 11 Oct 2023 12:00:19 -0400 Subject: [PATCH] fix: correct links to image, object, relationship Signed-off-by: Evan Prodromou --- vocabulary/index.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/vocabulary/index.html b/vocabulary/index.html index c2d391c..96111aa 100644 --- a/vocabulary/index.html +++ b/vocabulary/index.html @@ -265,7 +265,7 @@

Core Types

endTime | generator | icon | - image | + image | inReplyTo | location | preview | @@ -386,7 +386,7 @@

Core Types

actor | - object | + object | target | result | origin | @@ -430,7 +430,7 @@

Core Types

Instances of IntransitiveActivity are a subtype of Activity representing intransitive actions. The - object property is + object property is therefore inappropriate for these activities. @@ -2322,7 +2322,7 @@

Object and Link Types

Describes a relationship between two individuals. The subject and - object properties are + object properties are used to identify the connected individuals.

@@ -2338,8 +2338,8 @@

Object and Link Types

Properties:

subject | - object | - relationship

+ object | + relationship

Inherits all properties from Object.

@@ -2835,7 +2835,7 @@

Properties

closed | origin | next | - object | + object | prev | preview | result | @@ -2869,7 +2869,7 @@

Properties

updated | width | subject | - relationship | + relationship | describes | formerType | deleted @@ -3556,7 +3556,7 @@

Properties

- image + image URI: https://www.w3.org/ns/activitystreams#image @@ -4092,7 +4092,7 @@

Properties

- object + object URI: https://www.w3.org/ns/activitystreams#object @@ -5591,7 +5591,7 @@

Properties

- relationship + relationship URI: https://www.w3.org/ns/activitystreams#relationship @@ -5622,7 +5622,7 @@

Properties

relationship property identifies the kind of relationship that exists between subject and - object. + object. @@ -5981,17 +5981,17 @@

Representing Relationships Between Entities

- The relationship + The relationship property specifies the kind of relationship that exists between the two individuals identified by the subject and - object properties. Used together, + object properties. Used together, these three properties form what is commonly known as a "reified statement" where subject identifies the - subject, relationship + subject, relationship identifies the predicate, and - object identifies the + object identifies the object.

@@ -6871,7 +6871,7 @@

Changelog