From 888646aad8331e0783959f91a58a04f5936c1199 Mon Sep 17 00:00:00 2001 From: Dylan Van Assche Date: Mon, 4 Mar 2024 11:41:29 +0100 Subject: [PATCH] spec: source-vocabulary: default rml:root Specify default rml:root value if property is not specified, see https://github.com/kg-construct/rml-io/issues/36 --- spec/section/source-vocabulary.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spec/section/source-vocabulary.md b/spec/section/source-vocabulary.md index b0f9227..7a88ea5 100644 --- a/spec/section/source-vocabulary.md +++ b/spec/section/source-vocabulary.md @@ -403,6 +403,8 @@ This access description allows accessing files relative from: - `rml:MappingDirectory`: relative to the location of the RML mapping. - A string Literal: a string describing an absolute path against which relative paths are resolved, similar to the Base URI in [RFC3986](https://www.rfc-editor.org/rfc/rfc3986). +If `rml:root` is not specified, it defaults to `rml:CurrentWorkingDirectory`. + | Property | Domain | Range | | ----------- | ------------------------- | ------------------------------------------------------------------ | | `rml:root` | `rml:RelativePathSource` | `rml:CurrentWorkingDirectory`, `rml:MappingDirectory` or `Literal` |