136 icon
https://w3id.org/class/redaktor/icon
Definition
Indique une entité qui décrit une icône pour cet objet. L'image doit avoir un rapport d'aspect de un (horizontal) sur un (vertical) et doit être adaptée à une présentation en petite taille.voir https://www.w3.org/TR/activitystreams-vocabulary/#dfn-icon
Scope Note
: PropertyExample
{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A simple note",
  "type": "Note",
  "content": "This is all there is.",
  "icon": {
    "type": "Image",
    "name": "Note icon",
    "url": "http://example.org/note.png",
    "width": 16,
    "height": 16
  }
}