RDF Document
An RDF Document is a file-kind type assigned to RDF serialization files (.ttl, .trig, .nt, .nq, .rdf, .owl, .jsonld) registered in a local corpus. It is one of the built-in extension templates the local server ships with.
What the registry stores
Only the standard file metadata — filename-derived title and the sdg:RdfDocument type assertion. The RDF content of the file is not parsed into the registry; a corpus that wants a file's triples queryable must ingest them through an explicit mechanism, not via the file-kind default.
Relationship to other types
- File — the generic fallback file-kind for unmapped extensions.
- JSON Document — plain
.jsonfiles;.jsonldmatches RDF Document instead. - Sparqdown Document —
.sdfiles, whose RDF is parsed and registered.