From 7bd85e010633434ede8d0520746efa53b9ddc96d Mon Sep 17 00:00:00 2001 From: Els de Vleeschauwer Date: Thu, 5 Dec 2024 14:16:38 +0100 Subject: [PATCH] replacing rml:JoinCondition by rml:Join --- shapes/lv.ttl | 2 +- spec/section/joins.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/shapes/lv.ttl b/shapes/lv.ttl index ac7f162..12b424e 100644 --- a/shapes/lv.ttl +++ b/shapes/lv.ttl @@ -150,7 +150,7 @@ rmlsh:LogicalViewJoinShape a sh:NodeShape ; sh:nodeKind sh:BlankNodeOrIRI ; ] , [ sh:description """ - A join condition of the logical view join. + A field of the logical view join. """ ; sh:message """ At least one rml:field property must be specified for a rml:LogicalViewJoin, with a resource as its value. diff --git a/spec/section/joins.md b/spec/section/joins.md index c305acf..fd3ef02 100644 --- a/spec/section/joins.md +++ b/spec/section/joins.md @@ -9,11 +9,11 @@ A [=logical view join=] (`rml:LogicalViewJoin`) MUST contain: The [=logical view=] in the subject position of the [=join property=], fulfills the role of [child logical source]() in the join condition(s) of the [=logical view join=], and is referred to as child logical view. -| Property | Domain | Range | -|-------------------------|-----------------------|---------------------| -| `rml:parentLogicalView` | `rml:LogicalViewJoin` | `rml:LogicalView` | -| `rml:joinCondition` | `rml:LogicalViewJoin` | `rml:JoinCondition` | -| `rml:field` | `rml:LogicalViewJoin` | `rml:Field` | +| Property | Domain | Range | +|-------------------------|-----------------------|-------------------| +| `rml:parentLogicalView` | `rml:LogicalViewJoin` | `rml:LogicalView` | +| `rml:joinCondition` | `rml:LogicalViewJoin` | `rml:Join` | +| `rml:field` | `rml:LogicalViewJoin` | `rml:Field` | ### Join types {#dfn-join-type}