{
  "@context": {
    "@vocab": "http://www.example.org#"
  },
  "features": {
    "first_operation": {
      "description": "Some raw data",
      "raw": "@prefix : <http://www.agfa.com/w3c/euler/socrates#> . :Socrates a :Man ."
    },
    "query": {
      "description": "Who is what",
      "raw": "{ ?who a ?what } => { ?who a ?what }."
    },
    "second_operation": {
      "description": "Uses other operations as resources. ",
      "inference": {
        "data": ["/lib/data/knowledge.n3", "./first_operation"],
        "query": "./query"
      }
    },
    "next": "../example_06"
  }
}
