{
  "@context": {
    "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "schema": "https://uni-versum.me/vocabularies/schema/v1/"
  },
  "@type": "rdf:Property",
  "@id": "schema:range",
  "skos:prefLabel": [
    {
      "@value": "range",
      "@language": "en"
    },
    {
      "@value": "rango",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *range* property declares what class a property targets or accepts as its value. It answers the question: “what kind of entity can be the object of this relationship?” For example, *habitatores* has range *agens*: the entities declared as inhabitants are always agents.\n\nMaps to `rdfs:range` in RDF Schema.\n\nIn frontmatter, the value is a wikilink to the class:",
      "@language": "en"
    },
    {
      "@value": "La propiedad *range* declara a qué clase apunta una propiedad o qué acepta como valor. Responde a la pregunta: «¿qué tipo de entidad puede ser el objeto de esta relación?» Por ejemplo, *habitatores* tiene rango *agens*: las entidades declaradas como habitantes son siempre agentes.\n\nCorresponde a `rdfs:range` en RDF Schema.\n\nEn el frontmatter, el valor es un wikilink a la clase:",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}