125 Anhang
https://w3id.org/class/redaktor/attachment
Definition
Identifiziert eine Ressource, die mit einem Objekt verbunden oder verwandt ist, das möglicherweise eine besondere Behandlung erfordert. Die Absicht ist, ein Modell bereitzustellen, das zumindest semantisch den Anhängen in E-Mails ähnelt.siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-attachment
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Note",
"name": "Have you seen my cat?",
"attachment": [
{
"type": "Image",
"content": "This is what he looks like.",
"url": "http://example.org/cat.jpeg"
}
]
}