https://ontology.unifiedcyberontology.org/uco/action/techniqueID-subjects-shape
This shape enforces that action:techniqueID is only used on Techniques.
@prefix action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
action:techniqueID-subjects-shape a sh:NodeShape ;
rdfs:comment "This shape enforces that action:techniqueID is only used on Techniques."@en ;
sh:class action:Technique ;
sh:targetSubjectsOf action:techniqueID .