136 icon
https://w3id.org/class/redaktor/icon
Definition
Indica una entidad que describe un icono para este objeto. La imagen debe tener una relación de aspecto de uno (horizontal) a uno (vertical) y debe ser adecuada para su presentación a un tamaño pequeño.ver 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
}
}