Re: type and instance and subclass in SHACL documents

Correction to my SPARQL ­ hopefully, this type didnšt create too much
additional confusion.

It should have been:

SELECT ?shape
WHERE {
?shapeClass rdfs:subClassOf* sh:Shape.
?shape a ?shapeClass.
}


Irene 

From:  Tom Johnson <johnson.tom@gmail.com>
Date:  Monday, March 14, 2016 at 3:27 PM
To:  Irene Polikoff <irene@topquadrant.com>
Cc:  "Peter F. Patel-Schneider" <pfpschneider@gmail.com>, Karen Coyle
<kcoyle@kcoyle.net>, RDF Data Shapes Working Group
<public-data-shapes-wg@w3.org>
Subject:  Re: type and instance and subclass in SHACL documents

SELECT ?shape
WHERE {
?shapeClass rdfs:subClassOf* sh:Shape.
?shape a sh:Shape.
}

Received on Monday, 14 March 2016 20:35:51 UTC