{
  "@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:domain",
  "skos:prefLabel": [
    {
      "@value": "domain",
      "@language": "en"
    },
    {
      "@value": "dominio",
      "@language": "es"
    }
  ],
  "skos:definition": [
    {
      "@value": "The *domain* property declares what class a property applies to. It answers the question: “what kind of entity can be the subject of this relationship?” For example, *habitatores* has domain *satelles*: only workspaces can declare their inhabitants.\n\nMaps to `rdfs:domain` in RDF Schema.\n\nIn frontmatter, the value is a wikilink to the class:",
      "@language": "en"
    },
    {
      "@value": "La propiedad *domain* declara a qué clase se aplica una propiedad. Responde a la pregunta: «¿qué tipo de entidad puede ser el sujeto de esta relación?» Por ejemplo, *habitatores* tiene dominio *satelles*: solo los espacios de trabajo pueden declarar sus habitantes.\n\nCorresponde a `rdfs:domain` en RDF Schema.\n\nEn el frontmatter, el valor es un wikilink a la clase:",
      "@language": "es"
    }
  ],
  "skos:inScheme": {
    "@id": "schema:"
  }
}