https://ontology.unifiedcyberontology.org/owl/onProperties-subjects-shape
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-owl: <https://ontology.unifiedcyberontology.org/owl/> .
uco-owl:onProperties-subjects-shape a sh:NodeShape ;
sh:property [ a sh:PropertyShape ;
sh:node uco-owl:Sequence-shape ;
sh:path owl:onProperties ] ;
sh:targetSubjectsOf owl:onProperties .