{
  "@context": {
    "@version": 1.1,
    "ontology_id": "https://dustytrain.io/recursive-ld/context.json#ontology_id",
    "title": "https://schema.org/name",
    "mission": "https://schema.org/mission",
    "structure": "https://schema.org/hasPart",
    "meta": "https://schema.org/about",
    "why": "https://schema.org/description",
    "how_it_fits": "https://schema.org/comment",
    "goal": "https://schema.org/objective",
    "version": "https://schema.org/version",
    "author": "https://schema.org/creator",
    "purpose": "https://schema.org/purpose",
    "intended_output": "https://schema.org/result",
    "trust_rank": "https://schema.org/Rating",
    "update_latency": "https://schema.org/QuantitativeValue",
    "agency_visibility": "https://schema.org/PropertyValue",
    "contractor_signal_strength": "https://schema.org/InteractionCounter",
    "recursive_feedback_index": "https://schema.org/MeasureValue",
    "RecursiveLD": "https://dustytrain.io/recursive-ld/context.json#RecursiveLD",
    "RecursiveLDExample": "https://dustytrain.io/recursive-ld/context.json#RecursiveLDExample",
    "RecursiveLDNode": "https://dustytrain.io/recursive-ld/context.json#RecursiveLDNode",
    "RecursiveSeal": "https://dustytrain.io/recursive-ld/context.json#RecursiveSeal",
    "Domain": "https://schema.org/domainIncludes",
    "Range": "https://schema.org/rangeIncludes",
    "governancePolicy": "https://schema.org/CreativeWork",
    "ethicalStandard": "https://schema.org/Policy",
    "parentOntology": "https://severnaya.io/ontology/context.json",
    "relatedOntology": "https://recursive-ld.org/context.json"
  },
  "@type": "ContextDefinition",
  "name": "DustyTrain Recursive-LD Ontology Context",
  "description": "The official semantic vocabulary defining the Recursive-LD architecture of DustyTrain. It establishes property mappings, conceptual domains, and meta-governance for infrastructure intelligence and recursive data systems.",
  "namespace": "https://dustytrain.io/recursive-ld/",
  "inheritsFrom": "https://schema.org/",
  "domains": [
    "Infrastructure Data",
    "Public Procurement",
    "Civic Transparency",
    "Recursive Systems",
    "Ethical AI Architecture"
  ],
  "properties": [
    {
      "property": "why",
      "Domain": "RecursiveLDNode",
      "Range": "Text",
      "description": "Defines the motivation or principle behind a given node or process."
    },
    {
      "property": "how_it_fits",
      "Domain": "RecursiveLDNode",
      "Range": "Text",
      "description": "Explains how the node contributes to the overall recursive structure."
    },
    {
      "property": "goal",
      "Domain": "RecursiveLDNode",
      "Range": "Text",
      "description": "Specifies the measurable objective or output of a process."
    },
    {
      "property": "trust_rank",
      "Domain": "RecursiveLD",
      "Range": "Number",
      "description": "Quantitative measure of the reliability and validation confidence of data ingestion and normalization."
    },
    {
      "property": "recursive_feedback_index",
      "Domain": "RecursiveLD",
      "Range": "Number",
      "description": "Metric indicating how effectively feedback cycles improve subsequent recursive learning loops."
    }
  ],
  "creator": {
    "@type": "Organization",
    "name": "DustyTrain Intelligence Core",
    "url": "https://dustytrain.io",
    "contactPoint": {
      "@type": "ContactPoint",
      "email": "ask@dustytrain.io",
      "contactType": "Ontology Support"
    }
  },
  "governancePolicy": {
    "ethicalStandard": "All recursive data ingestion and publication follow the Recursive Sciences Ethical Protocol for Transparency, Attribution, and Legal Integrity.",
    "reviewCycle": "annual",
    "maintainedBy": "DustyTrain Intelligence Ethics Board"
  },
  "meta": {
    "version": "1.1",
    "license": "https://creativecommons.org/licenses/by-sa/4.0/",
    "lastModified": "2025-11-08",
    "status": "active",
    "purpose": "To serve as the authoritative namespace and semantic backbone of DustyTrain’s Recursive-LD framework.",
    "parentOntology": "Severnaya Knowledge Graph Ontology",
    "childNodes": [
      "dustytrain.recursive-infrastructure-intelligence.v1.0",
      "dustytrain.socal.infrastructure.v1.0",
      "dustytrain.norcal.infrastructure.v1.0"
    ]
  }
}
