{
  "@context": {
    "@vocab": "https://schema.org/",
    "sdx": "https://sdx-intel.com/ontology#"
  },
  "@graph": [
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/SDX#sdx",
      "name": "What is SDX?",
      "url": "https://sdx-intel.com/knowledge/SDX",
      "description": "SDX is operational evidence governance infrastructure for institutions that need decision-grade evidence without relying on unverifiable analytics or black-box recommendations.",
      "sdx:nodeId": "sdx",
      "sdx:relations": [
        { "sdx:relationType": "defines", "sdx:target": "institutional_question", "sdx:targetUrl": "https://sdx-intel.com/knowledge/InstitutionalQuestion" },
        { "sdx:relationType": "defines", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" },
        { "sdx:relationType": "defines", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" },
        { "sdx:relationType": "defines", "sdx:target": "evidence_chain", "sdx:targetUrl": "https://sdx-intel.com/knowledge/EvidenceChain" },
        { "sdx:relationType": "defines", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" },
        { "sdx:relationType": "defines", "sdx:target": "report_data", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReportData" },
        { "sdx:relationType": "defines", "sdx:target": "llm_input_package", "sdx:targetUrl": "https://sdx-intel.com/knowledge/LLMInputPackage" },
        { "sdx:relationType": "defines", "sdx:target": "commissioned_dossier", "sdx:targetUrl": "https://sdx-intel.com/knowledge/CommissionedDossier" },
        { "sdx:relationType": "defines", "sdx:target": "reference_deployment", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReferenceDeployment" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/InstitutionalQuestion#institutional_question",
      "name": "What is an institutional question?",
      "url": "https://sdx-intel.com/knowledge/InstitutionalQuestion",
      "description": "An institutional question is the decision-facing question that initiates an SDX process.",
      "sdx:nodeId": "institutional_question",
      "sdx:relations": [
        { "sdx:relationType": "leads_to", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/BoundedMandate#bounded_mandate",
      "name": "What is a bounded mandate?",
      "url": "https://sdx-intel.com/knowledge/BoundedMandate",
      "description": "A bounded mandate is an institutional question transformed into a governed, scope-limited analytical instruction.",
      "sdx:nodeId": "bounded_mandate",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "institutional_question", "sdx:targetUrl": "https://sdx-intel.com/knowledge/InstitutionalQuestion" },
        { "sdx:relationType": "leads_to", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" },
        { "sdx:relationType": "bounded_by", "sdx:target": "non_use_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/NonUseBoundary" },
        { "sdx:relationType": "bounded_by", "sdx:target": "claim_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ClaimBoundary" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/SealedRun#sealed_run",
      "name": "What is a sealed run?",
      "url": "https://sdx-intel.com/knowledge/SealedRun",
      "description": "A sealed run is an immutable execution package produced by an SDX process.",
      "sdx:nodeId": "sealed_run",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" },
        { "sdx:relationType": "produces", "sdx:target": "evidence_chain", "sdx:targetUrl": "https://sdx-intel.com/knowledge/EvidenceChain" },
        { "sdx:relationType": "contains", "sdx:target": "source_run_hash", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SourceRunHash" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/EvidenceChain#evidence_chain",
      "name": "What is an evidence chain?",
      "url": "https://sdx-intel.com/knowledge/EvidenceChain",
      "description": "An evidence chain is the structured provenance path that connects a statement or analytical value back to its source-level basis.",
      "sdx:nodeId": "evidence_chain",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" },
        { "sdx:relationType": "supports", "sdx:target": "claim_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ClaimBoundary" },
        { "sdx:relationType": "supports", "sdx:target": "statement_governance", "sdx:targetUrl": "https://sdx-intel.com/knowledge/StatementGovernance" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/ClaimBoundary#claim_boundary",
      "name": "What is a claim boundary?",
      "url": "https://sdx-intel.com/knowledge/ClaimBoundary",
      "description": "A claim boundary defines what may be stated from the available evidence.",
      "sdx:nodeId": "claim_boundary",
      "sdx:relations": [
        { "sdx:relationType": "depends_on", "sdx:target": "evidence_chain", "sdx:targetUrl": "https://sdx-intel.com/knowledge/EvidenceChain" },
        { "sdx:relationType": "constrains", "sdx:target": "statement_governance", "sdx:targetUrl": "https://sdx-intel.com/knowledge/StatementGovernance" },
        { "sdx:relationType": "constrains", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/NonUseBoundary#non_use_boundary",
      "name": "What is a Non-Use Boundary?",
      "url": "https://sdx-intel.com/knowledge/NonUseBoundary",
      "description": "A Non-Use Boundary defines what SDX must not claim, infer, recommend, or allow as decision material.",
      "sdx:nodeId": "non_use_boundary",
      "sdx:relations": [
        { "sdx:relationType": "defined_in", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" },
        { "sdx:relationType": "constrains", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" },
        { "sdx:relationType": "constrains", "sdx:target": "report_data", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReportData" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/StatementGovernance#statement_governance",
      "name": "What is statement governance?",
      "url": "https://sdx-intel.com/knowledge/StatementGovernance",
      "description": "Statement governance defines which statements may be made from the available evidence and under which boundaries.",
      "sdx:nodeId": "statement_governance",
      "sdx:relations": [
        { "sdx:relationType": "depends_on", "sdx:target": "evidence_chain", "sdx:targetUrl": "https://sdx-intel.com/knowledge/EvidenceChain" },
        { "sdx:relationType": "depends_on", "sdx:target": "claim_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ClaimBoundary" },
        { "sdx:relationType": "produces", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/PossibilitySpace#possibility_space",
      "name": "What is a possibility space?",
      "url": "https://sdx-intel.com/knowledge/PossibilitySpace",
      "description": "A possibility space is the decision-facing structure that shows multiple defensible pathways or interpretations supported by the governed evidence.",
      "sdx:nodeId": "possibility_space",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "statement_governance", "sdx:targetUrl": "https://sdx-intel.com/knowledge/StatementGovernance" },
        { "sdx:relationType": "bounded_by", "sdx:target": "claim_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ClaimBoundary" },
        { "sdx:relationType": "bounded_by", "sdx:target": "non_use_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/NonUseBoundary" },
        { "sdx:relationType": "leads_to", "sdx:target": "report_data", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReportData" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/ReportData#report_data",
      "name": "What is a report data package?",
      "url": "https://sdx-intel.com/knowledge/ReportData",
      "description": "A report data package is the governed machine-readable projection of an SDX evidence process.",
      "sdx:nodeId": "report_data",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" },
        { "sdx:relationType": "contains", "sdx:target": "reproducibility_statement", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReproducibilityStatement" },
        { "sdx:relationType": "contains", "sdx:target": "appendix_index", "sdx:targetUrl": "https://sdx-intel.com/knowledge/AppendixIndex" },
        { "sdx:relationType": "feeds", "sdx:target": "llm_input_package", "sdx:targetUrl": "https://sdx-intel.com/knowledge/LLMInputPackage" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/LLMInputPackage#llm_input_package",
      "name": "What is an LLM input package?",
      "url": "https://sdx-intel.com/knowledge/LLMInputPackage",
      "description": "An LLM input package is the controlled interface between governed report data and a language model.",
      "sdx:nodeId": "llm_input_package",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "report_data", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReportData" },
        { "sdx:relationType": "constrained_by", "sdx:target": "llm_boundary", "sdx:targetUrl": "https://sdx-intel.com/knowledge/LLMBoundary" },
        { "sdx:relationType": "produces", "sdx:target": "pdf_report", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PDFReport" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/LLMBoundary#llm_boundary",
      "name": "What may a language model do in SDX?",
      "url": "https://sdx-intel.com/knowledge/LLMBoundary",
      "description": "The LLM Boundary defines what a language model may and may not do in SDX.",
      "sdx:nodeId": "llm_boundary",
      "sdx:relations": [
        { "sdx:relationType": "applies_to", "sdx:target": "llm_input_package", "sdx:targetUrl": "https://sdx-intel.com/knowledge/LLMInputPackage" },
        { "sdx:relationType": "prohibits", "sdx:target": "analytical_generation", "sdx:resolved": false },
        { "sdx:relationType": "prohibits", "sdx:target": "decision_making", "sdx:resolved": false },
        { "sdx:relationType": "prohibits", "sdx:target": "evidence_aggregation", "sdx:resolved": false }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/PDFReport#pdf_report",
      "name": "What is an SDX report?",
      "url": "https://sdx-intel.com/knowledge/PDFReport",
      "description": "An SDX report is the human-facing rendering of governed report data.",
      "sdx:nodeId": "pdf_report",
      "sdx:relations": [
        { "sdx:relationType": "rendered_from", "sdx:target": "llm_input_package", "sdx:targetUrl": "https://sdx-intel.com/knowledge/LLMInputPackage" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/CommissionedDossier#commissioned_dossier",
      "name": "What is a commissioned SDX dossier?",
      "url": "https://sdx-intel.com/knowledge/CommissionedDossier",
      "description": "A commissioned SDX dossier is a mandate-specific institutional evidence product.",
      "sdx:nodeId": "commissioned_dossier",
      "sdx:relations": [
        { "sdx:relationType": "contains", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" },
        { "sdx:relationType": "contains", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" },
        { "sdx:relationType": "contains", "sdx:target": "report_data", "sdx:targetUrl": "https://sdx-intel.com/knowledge/ReportData" },
        { "sdx:relationType": "contains", "sdx:target": "pdf_report", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PDFReport" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/ReferenceDeployment#reference_deployment",
      "name": "What is an SDX reference deployment?",
      "url": "https://sdx-intel.com/knowledge/ReferenceDeployment",
      "description": "An SDX reference deployment is a public demonstration of a method or evidence layer.",
      "sdx:nodeId": "reference_deployment",
      "sdx:relations": [
        { "sdx:relationType": "contains", "sdx:target": "evidence_chain", "sdx:targetUrl": "https://sdx-intel.com/knowledge/EvidenceChain" },
        { "sdx:relationType": "excludes", "sdx:target": "bounded_mandate", "sdx:targetUrl": "https://sdx-intel.com/knowledge/BoundedMandate" },
        { "sdx:relationType": "excludes", "sdx:target": "possibility_space", "sdx:targetUrl": "https://sdx-intel.com/knowledge/PossibilitySpace" },
        { "sdx:relationType": "excludes", "sdx:target": "statement_governance", "sdx:targetUrl": "https://sdx-intel.com/knowledge/StatementGovernance" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/ReproducibilityStatement#reproducibility_statement",
      "name": "What is a reproducibility statement?",
      "url": "https://sdx-intel.com/knowledge/ReproducibilityStatement",
      "description": "A reproducibility statement connects a human-facing report or report-data package back to the sealed execution that supports it.",
      "sdx:nodeId": "reproducibility_statement",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" },
        { "sdx:relationType": "contains", "sdx:target": "source_run_hash", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SourceRunHash" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/SourceRunHash#source_run_hash",
      "name": "What is a source run hash?",
      "url": "https://sdx-intel.com/knowledge/SourceRunHash",
      "description": "A source run hash is the trust anchor for a sealed SDX run.",
      "sdx:nodeId": "source_run_hash",
      "sdx:relations": [
        { "sdx:relationType": "anchors", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/AppendixIndex#appendix_index",
      "name": "What is the appendix index?",
      "url": "https://sdx-intel.com/knowledge/AppendixIndex",
      "description": "The appendix index is the controlled reference layer between report-facing structures and sealed artifacts.",
      "sdx:nodeId": "appendix_index",
      "sdx:relations": [
        { "sdx:relationType": "links_to", "sdx:target": "sealed_artifacts", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedArtifacts" }
      ]
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://sdx-intel.com/knowledge/SealedArtifacts#sealed_artifacts",
      "name": "What are sealed artifacts?",
      "url": "https://sdx-intel.com/knowledge/SealedArtifacts",
      "description": "Sealed artifacts are the preserved machine-readable files that make an SDX run auditable.",
      "sdx:nodeId": "sealed_artifacts",
      "sdx:relations": [
        { "sdx:relationType": "derived_from", "sdx:target": "sealed_run", "sdx:targetUrl": "https://sdx-intel.com/knowledge/SealedRun" }
      ]
    }
  ]
}
