Re: [dxwg] Revisiting the definition of "profile" (#963)

@dr-shorthair scripsit:

> To achieve that you also need a local constraint on the prof:Profile class

Or you create a profile and declare the constraint using SHACL:
```
ex:ProfileShape
 a sh:NodeShape ;
 sh:targetClass prof:Profile;    # Applies to all instances of prof:Profile
 sh:property [                 
  sh:path prof:isProfileOf ;
  sh:minCount 1 ;
  sh:class dct:Standard ;
 ] .
.
```

-- 
GitHub Notification of comment by larsgsvensson
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/963#issuecomment-511283440 using your GitHub account

Received on Monday, 15 July 2019 06:07:12 UTC