Skip to content
This repository has been archived by the owner on Feb 13, 2021. It is now read-only.

Replace sh:or + sh:class lists with sh:class sh:in? #66

Open
rjyounes opened this issue May 1, 2018 · 0 comments
Open

Replace sh:or + sh:class lists with sh:class sh:in? #66

rjyounes opened this issue May 1, 2018 · 0 comments

Comments

@rjyounes
Copy link
Contributor

rjyounes commented May 1, 2018

Does this work?

        sh:class [
            sh:in ( 
                arm:Marking 
                arm:Autograph 
                arm:BindersTicket 
                arm:Label 
                arm:Seal 
                arm:Stamp 
                arm:Watermark
            )
        ]

instead of

  sh:or (        
     [
       sh:class arm:Marking ;
     ]
     [
       sh:class arm:Autograph ;
     ]
     [
       sh:class arm:BindersTicket ;
     ]
     [
       sh:class arm:Label ;
     ]
     [
       sh:class arm:Seal ;
     ]
     [
       sh:class arm:Stamp ;
     ]
     [
       sh:class arm:Watermark ;
     ]
    ) ;
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants