499 rel
https://w3id.org/class/redaktor/rel
Definition
Relación de enlace asociada a un Enlace. El valor DEBE ajustarse a las definiciones de [HTML5] y [RFC5988] de "relación de enlace". En [HTML5], cualquier cadena que no contenga los caracteres "space" (U+0020), "tab" (U+0009), "LF" (U+000A), "FF" (U+000C), "CR" (U+000D) o "," (U+002C) puede utilizarse como una relación de enlace válida.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-rel
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Link",
"href": "http://example.org/abc",
"hreflang": "en",
"mediaType": "text/html",
"name": "Preview",
"rel": ["canonical", "preview"]
}