{
  "@context": {
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "ex": "https://example.org/vocab/"
  },
  "@id": "ex:solid-earth-disciplines",
  "@type": [
    "skos:Collection"
  ],
  "skos:prefLabel": [
    {
      "@value": "Solid Earth Disciplines",
      "@language": "en"
    }
  ],
  "skos:definition": "A grouping of Earth science concepts focused on solid Earth processes.",
  "skos:member": [
    {
      "@id": "ex:geology",
      "@type": [
        "skos:Concept"
      ],
      "skos:prefLabel": "Geology",
      "skos:notation": [
        "01"
      ],
      "skos:inScheme": {
        "@id": "ex:earth-science-topics"
      }
    },
    {
      "@id": "ex:geophysics",
      "@type": [
        "skos:Concept"
      ],
      "skos:prefLabel": "Geophysics",
      "skos:notation": [
        "03"
      ],
      "skos:inScheme": {
        "@id": "ex:earth-science-topics"
      }
    },
    {
      "@id": "ex:geochemistry"
    }
  ]
}