- From: Eric Prud'hommeaux <eric@w3.org>
- Date: Mon, 14 Apr 2014 14:54:24 -0400
- To: Matthias Samwald <matthias.samwald@meduniwien.ac.at>
- Cc: public-semweb-lifesci@w3.org
* Matthias Samwald <matthias.samwald@meduniwien.ac.at> [2014-04-14 19:38+0200] > How does this relate to / overlap with Shape Expressions? > http://www.w3.org/2013/ShEx/Primer OSLC Resource Shapes and Dublin Core Description Set Profiles <http://dublincore.org/documents/dc-dsp/> both associate a shape identifier with a set of constraints. These contraints principally assert for some predicate what shape or XSD datatype the object must have. While not explicitly stated, this implies a conjunction of property constraints where each occurance of the property in the data must conform to each of the constraints associated with that property. Resource Shapes has some interface hints like hidden and readOnly. DSP has more controles over literals, like Language and LanguageOccurrence. (also described in <http://www.w3.org/Submission/2014/01/Comment/>) Shape Expressions provides algebraic connectives for these rules, adding disjunctions and optional groups. For example, if a User must supply either a foaf:name or one or more given names and a family name, we'd write: <User> { (foaf:name xsd:string %GenX{ full-name %} | foaf:givenName xsd:string+ %GenX{ given-name %}, foaf:familyName xsd:string %GenX{ family-name %} ), ... more constraints ... } The Shape Expressions submission has been delayed but I expect it this week or early next week. This should give us a good basis for a charter on RDF validation. If you have use cases or requirements you'd like to submit, I'd love to see them. > - Matthias > > > Am 14.04.2014 18:21, schrieb Michel Dumontier: > >Folks, > > The W3C has received a member submission from IBM to specify the > >shape of RDF resources [1]. The shape of an RDF resource is a > >description of the set of triples it is expected to contain and > >the integrity constraints those triples are required to satisfy. > >Shapes can be used to validate RDF data, document RDF APIs, and > >provide metadata to tools, such as form and query builders, that > >handle RDF data. > > > >[1] http://www.w3.org/Submission/shapes/ > > > >m. > > > >Michel Dumontier > >Associate Professor of Medicine (Biomedical Informatics), Stanford > >University > >Chair, W3C Semantic Web for Health Care and the Life Sciences > >Interest Group > >http://dumontierlab.com <http://dumontierlab.com/> > -- -ericP office: +1.617.599.3509 mobile: +33.6.80.80.35.59 (eric@w3.org) Feel free to forward this message to any list for any purpose other than email address distribution. There are subtle nuances encoded in font variation and clever layout which can only be seen by printing this message on high-clay paper.
Received on Monday, 14 April 2014 18:54:53 UTC