Summary
Register the trace/ top-level directory at w3id.org by submitting a PR to perma-id/w3id.org. This claims the https://w3id.org/trace/ namespace for the TRACE project and enables persistent URI resolution for TROV vocabulary terms.
What the .htaccess does
- Versioned content negotiation for
w3id.org/trace/trov/{version} — serves Turtle, JSON-LD, RDF/XML, N-Triples, or HTML depending on the client's Accept header. Wildcard version matching so new versions work
- Unversioned and unmatched paths — serves a vocabulary index page for browsers; returns 406 Not Acceptable for RDF
clients. Covers the root (w3id.org/trace/), unversioned vocabulary paths (w3id.org/trace/trov/), and anything else not
matched above.
- Pre-release namespace
w3id.org/trace/2023/05/trov — redirects to the pre-release migration docs.
Blocked by
Steps
Related
Context
Summary
Register the
trace/top-level directory at w3id.org by submitting a PR to perma-id/w3id.org. This claims thehttps://w3id.org/trace/namespace for the TRACE project and enables persistent URI resolution for TROV vocabulary terms.What the
.htaccessdoesw3id.org/trace/trov/{version}— serves Turtle, JSON-LD, RDF/XML, N-Triples, or HTML depending on the client'sAcceptheader. Wildcard version matching so new versions workclients. Covers the root (
w3id.org/trace/), unversioned vocabulary paths (w3id.org/trace/trov/), and anything else notmatched above.
w3id.org/trace/2023/05/trov— redirects to the pre-release migration docs.Blocked by
Steps
.htaccesswith content negotiation rulesREADME.mdwith project info and maintainer contacts.htaccessRelated
Context