3211 relación
https://w3id.org/class/redaktor/relationship
Definition
En un objeto de relación, la propiedad relationship identifica el tipo de relación que existe entre el sujeto y el objeto.ver https://www.w3.org/TR/activitystreams-vocabulary/#dfn-relationship-term
Scope Note
: PropertyExample
{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally is an acquaintance of John's",
"type": "Relationship",
"subject": {
"type": "Person",
"name": "Sally"
},
"relationship": "http://purl.org/vocab/relationship/acquaintanceOf",
"object": {
"type": "Person",
"name": "John"
}
}