{
  "@context": {
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "dct": "http://purl.org/dc/terms/",
    "ljp": "https://www.digitaleasements.com/ontology/v1/",
    "prefLabel": "skos:prefLabel",
    "altLabel": "skos:altLabel",
    "definition": "skos:definition",
    "related": "skos:related",
    "modified": {
      "@id": "dct:modified",
      "@type": "http://www.w3.org/2001/XMLSchema#date"
    }
  },
  "@graph": [
    {
      "@id": "ljp:concept/fiber-control-plane",
      "@type": "skos:Concept",
      "prefLabel": "Fiber Control Plane",
      "altLabel": "PKG9-FCP",
      "definition": "A fiber control plane is the software layer that sets up, routes, and releases connections across an optical fiber transport network, separating connection intelligence from the physical data path.",
      "related": [
        "Data Center Interconnect",
        "Connectivity Control Plane",
        "Network as Code"
      ],
      "modified": "2026-06-16"
    }
  ]
}