- From: Nicholas Car via GitHub <sysbot+gh@w3.org>
- Date: Wed, 04 Sep 2019 07:26:06 +0000
- To: public-dxwg-wg@w3.org
nicholascar has just created a new issue for https://github.com/w3c/dxwg:
== SheX feedback on example ResourceDescriptor ==
The candidate 3PWD of PROF contains an updated example that characterises a ShEx resource for a profile, Example 4 [1].
[1] https://raw.githack.com/w3c/dxwg/prof-3PWD-candidate/prof/#eg-isInheritedFrom
The example is not specifically about ShEx or similar but it does contain the following RDF which lakes about a ShEx resource:
```
# example standard
# with a single resource indicated for this Standard
ex1:Standard_X
a dct:Standard ;
dct:title "Standard X" ;
prof:hasResource ex1:RD_1 .
# example ResourceDescriptor for Standard X
# using the ShEx Expression Language
# in the JSON format
# this ResourceDescriptor is to validate instance
# data claiming conformance to Standard X
# the actual file the ResourceDescritor describes
ex1:RD_1
a prof:ResourceDescriptor ;
dct:conformsTo <http://shex.io/shex-semantics/> ;
dct:format <https://w3id.org/mediatype/application/json> ;
prof:hasRole role:validation ;
prof:hasArtifact ex1:constraints.json .
```
@tombaker, @ericprud: could either of you please indicate whther this looks like a sensible characterisation of a ShEx resource in PROF?
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/1053 using your GitHub account
Received on Wednesday, 4 September 2019 07:26:08 UTC