Skip to content

feat: better support for collections #391

Open
@jeswr

Description

@jeswr

It would be nice to have the constraint sh:listOf that could be used as follows (i.e. used to state that the object should be a collection with contents satisfying given constraints):

	sh:property [
		sh:path ex:speakerOrder ;
		sh:listOf [
                  sh:nodeKind IRI ;
                ] ;
               sh:maxCount 1 
	] .

If not feasible to add to the core spec in 1.2 - then we may wish to still have shorthand in SHACL-C which gets expanded to something that looks like http://www.w3.org/ns/shacl-shacl#ListShape .

Metadata

Metadata

Assignees

Labels

CoreFor SHACL 1.2 Core spec

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions