- From: Nicholas Car via GitHub <sysbot+gh@w3.org>
- Date: Thu, 08 Nov 2018 22:30:16 +0000
- To: public-dxwg-wg@w3.org
In PROF terms a Profile, <http://example.org/resource/profile-x>, SHOULD have this:
```
<http://example.org/resource/profile-x> a prof:Profile ;
prof:hasResource [ # a Resource Descriptor
rdfs:label "Guidance document" ;
dct:format "http://w3id.org/mediatype/application/pdf" ;
prof:hasRole <http://www.w3.org/ns/prof/roles/Guidance> ; # just using a possible namespace
prof:hasArtifact <http://example.org/resource/docs/profile-x.pdf> # the actual PDF Guidance doc
] ;
#... other Resource Descriptors for things such as SHACL files
```
--
GitHub Notification of comment by nicholascar
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/272#issuecomment-437179784 using your GitHub account
Received on Thursday, 8 November 2018 22:30:17 UTC