https://ontology.unifiedcyberontology.org/uco/types/threadSuccessor-subjects-shape
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
types:threadSuccessor-subjects-shape a sh:PropertyShape ;
sh:class types:ThreadItem ;
sh:nodeKind sh:IRI ;
sh:path types:threadSuccessor ;
sh:targetSubjectsOf types:threadSuccessor .