Skip to content

QualifiedValueShape constraint doesn't work on SHACL Playground #174

@ashleysommer

Description

@ashleysommer

Error in browser console:

Cannot find validator for constraint component http://www.w3.org/ns/shacl#QualifiedMinCountConstraintComponent

SHACL turtle:

ex:shape-01
    a sh:NodeShape ;
    sh:message "Exactly one sm:SubmissionManifest instance must be present in the file." ;  
    sh:targetSubjectsOf rdf:type ;
    sh:qualifiedValueShape ex:shape-02 ;
    sh:qualifiedMinCount 1 ;
    sh:qualifiedMaxCount 1 ;
.
ex:shape-02
  a sh:NodeShape ;
  sh:class sm:SubmissionManifest ;
.

See playground link https://s.zazuko.com/3GyALE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions