{
  "@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:instance-of",
  "skos:prefLabel": [
    {
      "@value": "instance of",
      "@language": "en"
    },
    {
      "@value": "instancia de",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *instance-of* property declares that a note is an instance of a given schema::class. It is the most fundamental property in the schema: every note uses it to state what kind of entity it represents.\n\nMaps to `rdf:type` in RDF Schema.\n\n| Equivalent | Standard |\n|---|---|\n| `rdf:type` | RDF / RDF Schema |\n| `a` | Turtle syntax shorthand for `rdf:type` |\n| `@type` | JSON-LD keyword |\n\nIn frontmatter, the value is a wikilink to the class, using the namespaced alias as display text:",
      "@language": "en"
    },
    {
      "@value": "La propiedad *instance-of* declara que una nota es una instancia de una clase determinada. Es la propiedad más fundamental del esquema: cada nota la usa para indicar qué tipo de entidad representa.\n\nCorresponde a `rdf:type` en RDF Schema.\n\n| Equivalente | Estándar |\n|---|---|\n| `rdf:type` | RDF / RDF Schema |\n| `a` | Atajo en sintaxis Turtle para `rdf:type` |\n| `@type` | Palabra clave en JSON-LD |\n\nEn el frontmatter, el valor es un wikilink a la clase, usando el alias con namespace como texto visible:",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}