Skip to content

Commit

Permalink
Revise sh:not structure in new sh:datatype test
Browse files Browse the repository at this point in the history
Commit ba77dea used a design pattern that I now believe is not
applicable.  This patch revises the new shape to the corrected from now
in PR 564.

No effects were observed on Make-managed files.

References:
* #562
* 6669aab

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Nov 22, 2023
1 parent 177ab81 commit 5e193ae
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ontology/owl/owl.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,9 @@ uco-owl:ontologyIRI-versionIRI-prerequisite-shape

uco-owl:sh-datatype-objects-shape
a sh:NodeShape ;
sh:node [
sh:not [
a sh:NodeShape ;
sh:not [
a sh:NodeShape ;
sh:class owl:Class ;
] ;
sh:class owl:Class ;
] ;
sh:targetObjectsOf sh:datatype ;
.
Expand Down

0 comments on commit 5e193ae

Please sign in to comment.