@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
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 ;
sh:nodeKind sh:IRI ;
sh:path ( types:threadTerminalItem types:threadSuccessor ) ;
sh:targetSubjectsOf types:threadTerminalItem .