{
  "@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:uri",
  "skos:prefLabel": {
    "@value": "uri",
    "@language": "en"
  },
  "skos:definition": [
    {
      "@value": "The *uri* property declares the access point for an entity: where to find it, open it, or navigate to it. Unlike `@id` in JSON-LD (which is the canonical identifier of the entity in the semantic graph), *uri* is the practical, actionable address: an Obsidian URI (`obsidian://open?vault=...`), an HTTP URL, a repository URL, or any other locator.\n\nThe value is a plain string, not a wikilink. It appears in the frontmatter properties panel in Obsidian, where URI-shaped values are clickable.\n\nMaps to `rdfs:seeAlso` in RDF Schema: a resource that provides additional information about the subject.",
      "@language": "en"
    },
    {
      "@value": "La propiedad *uri* declara el punto de acceso de una entidad: donde encontrarla, abrirla o navegar hacia ella. A diferencia de `@id` en JSON-LD (que es el identificador canonico de la entidad en el grafo semantico), *uri* es la direccion practica y accionable: una URI de Obsidian (`obsidian://open?vault=...`), una URL HTTP, una URL de repositorio, o cualquier otro localizador.\n\nEl valor es una cadena de texto plano, no un wikilink. Aparece en el panel de propiedades de Obsidian, donde los valores con forma de URI son clicables.\n\nCorresponde a `rdfs:seeAlso` en RDF Schema: un recurso que proporciona informacion adicional sobre el sujeto.",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}