Skip to content

Commit

Permalink
polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
arenas-guerrero-julian committed May 10, 2023
1 parent fd805fe commit 8883221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions spec/section/join.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ If a [=star map=] has a [join condition](https://rml.io/specs/rml/#join-conditio
If the [logical source](https://rml.io/specs/rml/#logical-source) of Triples Map in which a [=star map=] occurs and the logical source of star map's [=Quoted Triples Map=] are not identical, then the star map must have at least one [join condition](https://rml.io/specs/rml/#join-condition).

<pre class="ex-input">
# contents of logical source ex:ClassesSource
# Contents of logical source ex:ClassesSource
entity , class
Alice , Person
Bobby , Dog
</pre>

<pre class="ex-input">
# contents of logical source ex:ConfidencesSource
# Contents of logical source ex:ConfidencesSource
entity , confidence
Alice , 0.8
Bobby , 0.6
Expand Down Expand Up @@ -65,14 +65,14 @@ This is done by using a [=Quoted Triples Map=] which contains a [referencing obj
Note: this process for generating [quoted triples](https://www.w3.org/2021/12/rdf-star.html#dfn-quoted) with a [referencing object map](https://rml.io/specs/rml/#referencing-object-map) is not different from the general process to create quoted triples [described earlier](#quoted), but we include this section for clarity.

<pre class="ex-input">
# contents of logical source ex:ClassesSource
# Contents of logical source ex:ClassesSource
entity , class
Alice , Person
Bobby , Dog
</pre>

<pre class="ex-input">
# contents of logical source ex:ConfidencesSource
# Contents of logical source ex:ConfidencesSource
entity , confidence
Alice , 0.8
Bobby , 0.6
Expand Down
2 changes: 1 addition & 1 deletion spec/section/nested.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is possible to create more deeply nested RDF-star by using a [=Quoted Triples
Note: this process for generating deeply nested [quoted triples](https://www.w3.org/2021/12/rdf-star.html#dfn-quoted) is not different from the general process to create quoted triples [described earlier](#quoted), but we include this section for clarity.

<pre class="ex-input">
# contents of Logical Source ex:PredictionsSource
# Contents of Logical Source ex:PredictionsSource
entity , class , confidence , predictor
Alice , Person , 0.8 , alpha
Alice , Giraffe , 1.0 , alpha
Expand Down

0 comments on commit 8883221

Please sign in to comment.