[dxwg] example 15: mistake in the used URIs? (#1459)

bertvannuffelen has just created a new issue for https://github.com/w3c/dxwg:

== example 15: mistake in the used URIs? ==
Hi,

In Example 15 in https://w3c.github.io/dxwg/dcat/#dereferenceable-identifiers the example starts with

```
<https://dcat.example.org/id> a dcat:Dataset;
  adms:identifier  <https://example.org/iddoi> ;
  dcterms:publisher <https://example.org/PoelenJorritH> ;
```

but later in the example the URI  of the publisher is 

```
<https://dcat.example.org/PoelenJorritH> a foaf:Person;
  foaf:name "Jorrit H. Poelen" ;
  adms:identifier <https://example.org/PoelenJorritHID> ;
```

This breaks the graph. Namely the upper part is not connected with the bottem part in the RDF graph. It might be intentional, but the description below the example does not highlight this.



Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1459 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 23 February 2022 11:05:00 UTC