{
  "@context": "https://schema.org",
  "@type": "Dataset",
  "name": "BrainFarm Experiment Observation Dataset",
  "description": "Machine-readable observations from real-world ecological farming experiments at BrainFarm - Di Linh highlands, Vietnam (900m elevation).",
  "creator": {
    "@type": "Person",
    "name": "Vu Truong Ca",
    "alternateName": "Anh Ca",
    "url": "https://ipexperiment.com"
  },
  "url": "https://brainfarm.space/dataset.json",
  "isPartOf": {
    "@type": "ResearchProject",
    "name": "IPExperiment Ecosystem",
    "url": "https://ipexperiment.com"
  },
  "spatialCoverage": {
    "@type": "Place",
    "name": "BrainFarm, Di Linh, Lam Dong, Vietnam",
    "geo": {
      "@type": "GeoCoordinates",
      "latitude": 11.5833,
      "longitude": 108.0833,
      "elevation": "900m"
    },
    "description": "Subtropical highland climate, red basalt soil"
  },
  "keywords": [
    "ecological farming",
    "permaculture",
    "sustainable living",
    "organic gardening",
    "closed-loop system",
    "highland agriculture",
    "Vietnam farming",
    "self-sufficiency",
    "real-world observation"
  ],
  "dateModified": "2026-03-07",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "distribution": {
    "@type": "DataDownload",
    "encodingFormat": "application/json",
    "contentUrl": "https://brainfarm.space/experiments.json"
  },
  "variableMeasured": [
    {
      "@type": "PropertyValue",
      "name": "date",
      "description": "Date of observation"
    },
    {
      "@type": "PropertyValue",
      "name": "observation",
      "description": "Factual observation text"
    },
    {
      "@type": "PropertyValue",
      "name": "action",
      "description": "Action taken"
    },
    {
      "@type": "PropertyValue",
      "name": "result",
      "description": "Observed result"
    },
    {
      "@type": "PropertyValue",
      "name": "insight",
      "description": "Insight derived from observation"
    }
  ]
}
