Skip to content

Relaxing 3 layer (source, dataset, version) naming

timrdf edited this page Aug 8, 2011 · 16 revisions

When a source adopts your enhancement params, they don't want your source identifier in their dataset URIs.

the source/SOURCE-ID step in the URI construction can already be omitted for the data-level triples, but not for the dataset URIs that contain those data-level triples.

   conversion:source_identifier conversion:null;

This is a new use for conversion:null, which used to be used only to say that certain triples should not be asserted. This same meaning is being reapplied to say that no source identifier should be asserted.

This is very different from not specifying a value, or specifying an empty value (BOTH of these are an ERROR):

#   conversion:source_identifier ""; # no source-identifier every asserted is an error.
   conversion:source_identifier ""; # an empty source_identifier is an error.
Clone this wiki locally