Skip to content

Commit

Permalink
Add sh:nodeKind to thread properties
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
#393

Signed-off-by: Alex Nelson <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Jun 30, 2022
1 parent 9dce663 commit 2c7837a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ontology/uco/types/types.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,7 @@ types:threadOriginItem
types:threadOriginItem-subjects-shape
a sh:PropertyShape ;
sh:class types:ThreadItem ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path types:threadOriginItem ;
sh:targetSubjectsOf types:threadOriginItem ;
.
Expand All @@ -296,6 +297,7 @@ types:threadOriginItem-subjects-threadPredecessor-shape
a sh:PropertyShape ;
sh:description "An origin item in a thread must not have a predecessor."@en ;
sh:maxCount "0"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path (
types:threadOriginItem
types:threadPredecessor
Expand All @@ -307,6 +309,7 @@ types:threadOriginItem-subjects-threadPreviousItem-shape
a sh:PropertyShape ;
sh:description "An origin item in a thread must not have a previous item."@en ;
sh:maxCount "0"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path (
types:threadOriginItem
types:threadPreviousItem
Expand Down Expand Up @@ -395,6 +398,7 @@ types:threadTerminalItem
types:threadTerminalItem-subjects-shape
a sh:PropertyShape ;
sh:class types:ThreadItem ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path types:threadTerminalItem ;
sh:targetSubjectsOf types:threadTerminalItem ;
.
Expand All @@ -403,6 +407,7 @@ types:threadTerminalItem-subjects-threadNextItem-shape
a sh:PropertyShape ;
sh:description "A terminal item in a thread must not have a next item."@en ;
sh:maxCount "0"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path (
types:threadTerminalItem
types:threadNextItem
Expand All @@ -414,6 +419,7 @@ types:threadTerminalItem-subjects-threadSuccessor-shape
a sh:PropertyShape ;
sh:description "A terminal item in a thread must not have a successor."@en ;
sh:maxCount "0"^^xsd:integer ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path (
types:threadTerminalItem
types:threadSuccessor
Expand Down

0 comments on commit 2c7837a

Please sign in to comment.