{
  "@context": {
    "@vocab": "http://www.example.org#"
  },
  "@type": [
    "Library"
  ],
  "description": "Library example",
  "features": {
    "socrates": {
      "description":"infers socrates is mortal",
      "inference": {
        "data": "./data/*",
        "query": "/lib/query/whoIsWhat.n3"
      }
    }
  }
}
