Skip to content

Example 7.29: Prefix for :next missing #2

@f-krueger

Description

@f-krueger

Example 7.29 on page 488 misses the prefix o: for :next in line 10

v:NobelPrizePhysicsShape a sh:NodeShape ;
  sh:targetClass o:NobelPrizePhysics ;
  sh:disjoint o:next ;
  sh:disjoint o:prev ;
  sh:property [
    sh:path ( o:next o:prev o:next ) ;
    sh:equals o:next
  ] ;
  sh:property [
    sh:path [ sh:zeroOrMorePath :next ] ;
    sh:disjoint o:prev
  ] .

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions