sdg:DirectAccess
sdg:DirectAccess is a value of sdg:accessMode for sources the browser fetches itself — the client issues the SPARQL request straight to the registered sdg:endpoint URL, with no intermediary. Wikidata's public endpoint is the canonical example: it accepts cross-origin browser requests directly.
Direct access only works for endpoints that permit it — CORS-open, unauthenticated, publicly reachable services. A source that requires credentials the browser must not hold, or that blocks cross-origin requests, needs sdg:ProxiedAccess instead.
Usage
- Used as the object of
sdg:accessModeonsdg:SourceDefinitiondocuments — the Wikidata demo source declares it.