Skip to content

Commit

Permalink
spec: source-vocabulary: default rml:root
Browse files Browse the repository at this point in the history
Specify default rml:root value if property is not specified, see #36
  • Loading branch information
DylanVanAssche authored Mar 4, 2024
1 parent 49c0df6 commit 888646a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/section/source-vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down

0 comments on commit 888646a

Please sign in to comment.