{
  "@context": {
    "hydra": "http://www.w3.org/ns/hydra/core#",
    "fluid": "http://josd.github.io/fluid#",
    "hes": "http://cristianvasquez.github.io/hes#",
    "@base": "http://www.example.org#"
  },
  "features": {
    "exec": {
      "name": "exec",
      "description": "Chained operation",
      "raw": "@prefix : <http://www.agfa.com/w3c/euler/socrates#> . :Socrates a :Man ."
    },
    "people": {
      "inference": {
        "description": "all people operations in sub-folders",
        "data": "./*/people",
        "query": "./all.sparql"
      }
    }
  }
}