sdg:adapterKind

sdg:adapterKind says which adapter realises a declared Constellation Graph — the runtime component that builds the derived quads and serves queries against them. At handshake the CoG runtime resolves the kind against its adapter registry; a declaration naming an unregistered kind fails with cog:HandshakeFailedUnknownAdapter and never activates.

Known values

  • cog:InProcessAdapter — the graph is built and served inside the host process. The lexicon declares this kind.
  • cog:RemoteHttpAdapter — the graph is served by a separate process over HTTP; the host maps the endpoint IRI to a base URL. The famíla lineage graph declares this kind.

Usage

  • Domain: sdg:ConstellationGraph. Range: an adapter-kind individual from the cog: vocabulary. One per declaration.
  • Pairs with sdg:endpoint, whose IRI scheme follows from the adapter kind.
sdg:adapterKind — Sparqdown Docs