{
  "@context": {
    "rdfs": "http://www.w3.org/2000/01/rdf-schema#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "schema": "https://uni-versum.me/vocabularies/schema/v1/"
  },
  "@type": "rdfs:Class",
  "@id": "schema:property",
  "skos:prefLabel": [
    {
      "@value": "property",
      "@language": "en"
    },
    {
      "@value": "propiedad",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "A *property* defines a relationship or attribute: something that connects one entity to another, or assigns a value to an entity. A property has a `domain` (what it applies to) and a `range` (what it targets or accepts). In the uv vocabulary, properties include relationships like *habitatores* (workspace declares its inhabitants) and *collaborat* (agent collaborates with agent).\n\nMaps to `rdf:Property` in RDF.",
      "@language": "en"
    },
    {
      "@value": "Una *propiedad* define una relación o atributo: algo que conecta una entidad con otra, o asigna un valor a una entidad. Una propiedad tiene un `domain` (dominio: a qué se aplica) y un `range` (rango: qué acepta o a qué apunta). En el vocabulario uv, las propiedades incluyen relaciones como *habitatores* (espacio declara sus habitantes) y *collaborat* (agente colabora con agente).\n\nCorresponde a `rdf:Property` en RDF.",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}