- From: Richard Cyganiak <richard@cyganiak.de>
- Date: Thu, 2 Feb 2012 10:20:20 +0000
- To: Juan Sequeda <juanfederico@gmail.com>
- Cc: public-rdb2rdf-wg@w3.org
Good catch Juan! I fixed it and updated the LC-CR diff.
Richard
On 1 Feb 2012, at 23:00, Juan Sequeda wrote:
> Richard,
>
> Small typo.
>
> The following example, right before Section 6.1:
>
> []
>
> rr:logicalTable [ rr:tableName "DEPT" ];
>
> rr:subjectMap [ rr:template "http://data.example.com/department/{DEPTNO}" ];
>
> rr:predicateObjectMap [
>
> rr:predicate ex:name;
>
> rr:objectMap [ rr:column "DNAME" ];
>
> ].
>
> rr:predicateObjectMap [
>
> rr:predicate ex:location;
>
> rr:objectMap [ rr:column "LOC" ];
>
> ].
>
>
>
> has a (.) when it should be (;):
>
>
>
>
> []
>
> rr:logicalTable [ rr:tableName "DEPT" ];
>
> rr:subjectMap [ rr:template "http://data.example.com/department/{DEPTNO}" ];
>
> rr:predicateObjectMap [
>
> rr:predicate ex:name;
>
> rr:objectMap [ rr:column "DNAME" ];
>
> ];
>
> rr:predicateObjectMap [
>
> rr:predicate ex:location;
>
> rr:objectMap [ rr:column "LOC" ];
>
> ].
>
>
>
>
> Juan Sequeda
> +1-575-SEQ-UEDA
> www.juansequeda.com
Received on Thursday, 2 February 2012 10:21:01 UTC