action:techniqueID-subjects-shape leaf node


URI

https://ontology.unifiedcyberontology.org/uco/action/techniqueID-subjects-shape

Label

techniqueID-subjects-shape

Description

This shape enforces that action:techniqueID is only used on Techniques.

Implementation

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