{
  "@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:related",
  "skos:prefLabel": [
    {
      "@value": "related",
      "@language": "en"
    },
    {
      "@value": "relacionado",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *related* property declares that a term has an associative relationship with another term in the same or a different vocabulary. Unlike *broader*, which is hierarchical (parent-child), *related* is symmetric and non-hierarchical: if A is *related* to B, then B is *related* to A.\n\nMaps to `skos:related` in SKOS.\n\nIn frontmatter, the value is a wikilink or list of wikilinks to the related terms:",
      "@language": "en"
    },
    {
      "@value": "La propiedad *related* declara que un término tiene una relación asociativa con otro término del mismo vocabulario o de otro. A diferencia de *broader*, que es jerárquica (padre-hijo), *related* es simétrica y no jerárquica: si A es *related* de B, entonces B es *related* de A.\n\nCorresponde a `skos:related` en SKOS.\n\nEn el frontmatter, el valor es un wikilink o una lista de wikilinks a los términos relacionados:",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}