sdd:path

sdd:path is the literal datatype of a SPARQL property path — the value type of sdd:binds on a sdd:Datum (examples decision 7). A path is direct (a single predicate), chained (through intermediate predicates), or routed through a declared anchor.

Path literals materialize with full IRIs in angle brackets, for example "<http://www.w3.org/2000/01/rdf-schema#label>"^^sdd:path, rather than the CURIE form a document's @prefix declarations would allow. This is a Plan-2 correction to the original examples: the canonical RDF graph must be interpretable without the authoring document's prefix map, so prefix resolution happens once, at emission time, not left for a downstream reader to redo.