- From: Simon Cox via GitHub <sysbot+gh@w3.org>
- Date: Thu, 20 Sep 2018 01:34:22 +0000
- To: public-dxwg-wg@w3.org
We should leverage the [IANA link relations](https://www.iana.org/assignments/link-relations/link-relations.xhtml) for the general case.
Perhaps as the value of a specified 'role' property on a qualified relationship.
e.g.
```
ex:Test987
a dcat:Dataset ;
dcat:qualifiedRelation [
a dcat:QualifiedRelationship ;
dcat:target \<http://example.org/Test123\> ;
dcat:relationRole "canonical" ;
] ;
.
```
--
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/81#issuecomment-423010651 using your GitHub account
Received on Thursday, 20 September 2018 01:34:25 UTC