@ulb-darmstadt/shacl-form 1.3.4 → 1.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,10 +23,11 @@ HTML5 web component for editing/viewing [RDF](https://www.w3.org/RDF/) data that
23
23
  -->
24
24
  <shacl-form data-shapes="
25
25
  @prefix sh: <http://www.w3.org/ns/shacl#> .
26
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
26
27
  @prefix ex: <http://example.org#> .
27
28
 
28
29
  ex:ExampleShape
29
- a sh:NodeShape ;
30
+ a sh:NodeShape, rdfs:Class ;
30
31
  sh:property [
31
32
  sh:name 'my value' ;
32
33
  sh:path ex:exampleValue ;