{
  "@context": "https://semantix.io/context.jsonld",
  "@type": "semantix:APIRoot",
  "name": "Semantix API",
  "version": "dev",
  "endpoints": {
    "resources": "/api/v1/resources",
    "work": "/api/v1/work",
    "agents": "/api/v1/agents",
    "graphql": "/graphql",
    "sparql": "/sparql",
    "health": "/health",
    "ready": "/ready"
  }
}