{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "uv": "https://uni-versum.me/vocabularies/uni-versum/v1/"
  },
  "@type": "rdf:Property",
  "@id": "uv:collaborat",
  "skos:prefLabel": [
    {
      "@value": "collaborat",
      "@language": "la"
    },
    {
      "@value": "collaborates with",
      "@language": "en"
    },
    {
      "@value": "colabora con",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *collaborat* property declares that an *agens* collaborates with another *agens*. It is the fundamental agent-to-agent relationship in the *Uni-Versum*: where *habitatores* and *visitatores* connect workspaces to their agents, *collaborat* connects agents to each other.\n\nThe simple property declares the relationship between two agents. For the full context of a collaboration (in which workspace, under what *autonomia*), see *collaboratio*.",
      "@language": "en"
    },
    {
      "@value": "La propiedad *collaborat* declara que un *agente* colabora con otro *agente*. Es la relación fundamental entre agentes en el *Uni-Versum*: donde *habitatores* y *visitatores* conectan espacios de trabajo con sus agentes, *collaborat* conecta agentes entre sí.\n\nLa propiedad simple declara la relación entre dos agentes. Para el contexto completo de una colaboración (en qué espacio, bajo qué *autonomia*), ver *collaboratio*.",
      "@language": "es"
    }
  ],
  "rdfs:domain": {
    "@id": "uv:agens"
  },
  "rdfs:range": {
    "@id": "uv:agens"
  },
  "skos:related": [
    {
      "@id": "uv:habitatores"
    },
    {
      "@id": "uv:visitatores"
    },
    {
      "@id": "uv:collaboratio"
    },
    {
      "@id": "uv:tabella"
    }
  ],
  "skos:inScheme": {
    "@id": "uv:"
  }
}