What's New
Persistent Endpoints
- Connected SPARQL endpoints are saved to workspace state and auto-reconnect on VS Code restart
- Disconnect via the 🔌 icon in the Ontology view header (quick pick from connected endpoints)
Smart Graph Discovery
- Auto-discovers named graphs when default graph is empty
- Detects Codex/Atlas snapshot pointer pattern (
urn:x-codex:meta:pointer)
- Tries
/ontology Turtle endpoint before SPARQL CONSTRUCT (works with Codex prod)
- Falls back to listing named graphs, then standard CONSTRUCT
- Startup message shows "X local + Y remote triples"
Settings
"rdfStudio.sparqlEndpoints": [
{
"name": "Codex",
"url": "http://codex.services.gew1.spotify.net:3330/spotify_v2",
"graphs": ["urn:x-codex:graph:reference", "urn:x-codex:graph:contributed"]
}
]