uco-owl:hasKey-subjects-shape leaf node


URI

https://ontology.unifiedcyberontology.org/owl/hasKey-subjects-shape

Label

hasKey-subjects-shape

Implementation

@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:hasKey-subjects-shape a sh:NodeShape ;
    sh:property [ a sh:PropertyShape ;
            sh:node uco-owl:Sequence-shape ;
            sh:path owl:hasKey ] ;
    sh:targetSubjectsOf owl:hasKey .