{
  "@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:concordat",
  "skos:prefLabel": [
    {
      "@value": "concordat",
      "@language": "la"
    },
    {
      "@value": "syncs",
      "@language": "en"
    },
    {
      "@value": "sincroniza",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *concordat* property declares that a *satelles* synchronizes its state through an *instrumentum*. The value is a wikilink to a registered tool (e.g., `\"git\"`, `\"obsidian-publish\"`), not free text.\n\nIf in the future a dedicated *agens-scriptum* is created to orchestrate synchronization for a *satelles*, the range could expand to include agents, and the value would link to that agent instead.",
      "@language": "en"
    },
    {
      "@value": "La propiedad *concordat* declara que un *satelles* sincroniza su estado a traves de un *instrumentum*. El valor es un wikilink a una herramienta registrada (por ejemplo, `\"git\"`, `\"obsidian-publish\"`), no texto libre.\n\nSi en el futuro se crea un *agens-scriptum* dedicado a orquestar la sincronizacion de un *satelles*, el rango podria ampliarse para incluir agentes, y el valor enlazaria a ese agente en su lugar.",
      "@language": "es"
    }
  ],
  "rdfs:domain": {
    "@id": "uv:satelles"
  },
  "rdfs:range": {
    "@id": "uv:instrumentum"
  },
  "skos:related": {
    "@id": "uv:satelles"
  },
  "skos:inScheme": {
    "@id": "uv:"
  }
}