{
  "@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:fontem",
  "skos:prefLabel": [
    {
      "@value": "fontem",
      "@language": "la"
    },
    {
      "@value": "source",
      "@language": "en"
    },
    {
      "@value": "fuente",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *fontem* property declares the source of a *lectio*: the book, document, recording, or any work that was read under a specific perspective. It connects the reading note to what was read.\n\nThe range of *fontem* is intentionally unconstrained. It may point to any level of the bibliographic hierarchy defined in the *bv* vocabulary: an *opus* (the intellectual content), an *expressio* (a specific translation, illustration, or performance), an *editio* (a specific published form), or an *exemplar* (the individual copy). It may also point to a URL or any other referenceable work outside the bibliographic model. The range remains unconstrained because a *lectio* can legitimately reference any of these levels, and restricting it would lose precision.\n\nThe name follows the Latin *fons* (source, spring, origin) in its accusative form, read as the object of the relation: “this *lectio* [has as] *fontem* [this work].”",
      "@language": "en"
    },
    {
      "@value": "La propiedad *fontem* declara la fuente de una *lectio*: el libro, documento, grabación, o cualquier obra que fue leída bajo una perspectiva concreta. Conecta la nota de lectura con lo que fue leído.\n\nEl rango de *fontem* se deja intencionalmente sin restringir. Puede apuntar a cualquier nivel de la jerarquía bibliográfica definida en el vocabulario *bv*: un *opus* (el contenido intelectual), una *expressio* (una traducción, ilustración o interpretación específica), una *editio* (una forma publicada específica), o un *exemplar* (la copia individual). También puede apuntar a una URL o cualquier otra obra referenciable fuera del modelo bibliográfico. El rango permanece sin restringir porque una *lectio* puede legítimamente referenciar cualquiera de estos niveles, y restringirlo perdería precisión.\n\nEl nombre sigue el latín *fons* (fuente, manantial, origen) en su forma acusativa, leído como el objeto de la relación: “esta *lectio* [tiene como] *fontem* [esta obra].”",
      "@language": "es"
    }
  ],
  "rdfs:domain": {
    "@id": "uv:lectio"
  },
  "skos:related": [
    {
      "@id": "uv:lectio"
    },
    {
      "@id": "uv:horreum"
    }
  ],
  "skos:inScheme": {
    "@id": "uv:"
  }
}