Re: [dxwg] Dereferenceable identifiers [RDID]

@riccardoAlbertoni thanks, that wiki page is helpful. A couple comments:
in the [Representing HTTP dereferenceable secondary identifier  section](https://github.com/w3c/dxwg/wiki/DCAT-Identifiers#representing--http-dereferenceable-secondary-identifier), there seems to be an assumption that the ^^xsd:anyURI type implies that the literal is an HTTP URI, but the data type allows any valid RFC-3986 URI (e.g. urn:), and these might not be dereferenceable.

Also, in the example, with a doi:
```
 skos:notation  "10.1109/5.771073"^^dcat:doi  ;
 adms:schemeAgency "International DOI Foundation" .
```
I would suggest that the issuing authority of interest should be the registrant for the 10.1109 doi space, "IEEE Xplore Digital Library", perhaps this should be added as a dct:creator.  There are two concerns-- the authority that defined the identifier scheme (DOI foundation), and the authority responsible for assigning and maintaining identifiers using that scheme (IEEE).  

@makxdekkers I got the impression from the adms doco that the identifier scheme is encoded as the data type in the skos:notation typed literal, so using skos:inScheme would be redundant, and I think its also not consistent with the intention of skos:inScheme.



-- 
GitHub Notification of comment by smrgeoinfo
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/53#issuecomment-439096413 using your GitHub account

Received on Thursday, 15 November 2018 16:14:14 UTC