- From: Yousouf Taghzouti via GitHub <sysbot+gh@w3.org>
- Date: Mon, 14 Apr 2025 09:53:20 +0000
- To: public-shacl@w3.org
YoucTagh has just submitted a new pull request for https://github.com/w3c/data-shapes:
== #276: Unify `ex` namespace usage in tests ==
This is a PR to unified the use of `ex` in tests
* I changed `@prefix ex: <http://...` to `@prefix ex: <http://example.com/ns#> .`
* I changed
```
sh:declare [
sh:namespace "..."^^xsd:anyURI ;
sh:prefix "ex" ;
] ;
```
to:
```
sh:declare [
sh:namespace "http://example.com/ns#"^^xsd:anyURI ;
sh:prefix "ex" ;
] ;
```
* I changed `PREFIX ex ...` to `http://example.com/ns#`
Closes https://github.com/w3c/data-shapes/issues/276
See https://github.com/w3c/data-shapes/pull/362
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 14 April 2025 09:53:21 UTC