{
  "@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:habitatores",
  "skos:prefLabel": [
    {
      "@value": "habitatores",
      "@language": "la"
    },
    {
      "@value": "inhabitants",
      "@language": "en"
    },
    {
      "@value": "habitantes",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *habitatores* property declares which *agents* inhabit a *satelles* as residents. An agent who inhabits a workspace is part of its regular life: they contribute, maintain, and shape the space. Inhabiting is the fundamental agent-workspace relationship; it is what makes workspaces alive.\n\nThe set of agents who inhabit a workspace defines its character. A workspace with many *habitatores* is a communal space; one with a single agent is a personal workshop.\n\nDistinct from *visitatores*: a visitor accesses the workspace but is not a resident.",
      "@language": "en"
    },
    {
      "@value": "La propiedad *habitatores* declara qué *agentes* habitan un *satelles* como residentes. Un agente que habita un espacio de trabajo es parte de su vida regular: contribuye, mantiene y da forma al espacio. Habitar es la relación fundamental agente-espacio; es lo que hace que los espacios de trabajo estén vivos.\n\nEl conjunto de agentes que habitan un espacio define su carácter. Un espacio con muchos *habitatores* es un espacio comunal; uno con un solo agente es un taller personal.\n\nDistinta de *visitatores*: un visitante accede al espacio pero no es residente.",
      "@language": "es"
    }
  ],
  "rdfs:domain": {
    "@id": "uv:satelles"
  },
  "rdfs:range": {
    "@id": "uv:agens"
  },
  "skos:related": [
    {
      "@id": "uv:visitatores"
    },
    {
      "@id": "uv:conditor"
    }
  ],
  "skos:inScheme": {
    "@id": "uv:"
  }
}