types:threadSuccessor-subjects-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/types/threadSuccessor-subjects-shape

Label

threadSuccessor-subjects-shape

Implementation

@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 .