Re: [shex] Constraining a property by its shape (#122)

Checking to see if I understand the semantics:
## my:ontology1@:Ontology (conformant)
``` turtle
my:ontology1 a owl:Ontology ;
  owl:imports <a> ;
  my:p1 my:foo 1 .
my:p1 a owl:AnnotationProperty ; rdfs:label "p1" .
```
## my:ontology2!@:Ontology (nonconfoormant)
``` turtle
my:ontology2 a owl:Ontology ;
  owl:imports <a> ;
  my:p1 my:foo 1 .
my:p1 rdfs:label "p1" .
```

-- 
GitHub Notification of comment by ericprud
Please view or discuss this issue at https://github.com/shexSpec/shex/issues/122#issuecomment-2796372806 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 11 April 2025 09:37:07 UTC