{
  "@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:note-type",
  "skos:prefLabel": [
    {
      "@value": "note type",
      "@language": "en"
    },
    {
      "@value": "tipo de nota",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *note-type* property declares what document pattern a note follows. It is distinct from instance-of, which declares the semantic type of the entity the note defines. A note can be `instance-of: \"schema::class\"` (it defines a class) and `note-type: \"uv::vocabulum\"` (it follows the vocabulary term document pattern) at the same time.\n\nThis separation keeps two dimensions independent: what the note *means* (semantics) and how the note is *structured* (document pattern).\n\nMaps to the distinction between `rdf:type` (semantic) and document templates (structural) in knowledge management systems.",
      "@language": "en"
    },
    {
      "@value": "La propiedad *note-type* declara qué patrón de documento sigue una nota. Es distinta de instance-of, que declara el tipo semántico de la entidad que la nota define. Una nota puede ser `instance-of: \"schema::class\"` (define una clase) y `note-type: \"uv::vocabulum\"` (sigue el patrón de documento de término de vocabulario) al mismo tiempo.\n\nEsta separación mantiene dos dimensiones independientes: lo que la nota *significa* (semántica) y cómo la nota está *estructurada* (patrón de documento).\n\nCorresponde a la distinción entre `rdf:type` (semántico) y plantillas de documento (estructural) en sistemas de gestión del conocimiento.",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}