Ontology Version: 2.2.0

cacontology-undercover:UsesIdentityShape leaf node


URI

https://cacontology.projectvic.org/undercover#UsesIdentityShape

Label

UsesIdentityShape

Implementation

@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-undercover:UsesIdentityShape a sh:PropertyShape ;
    sh:class cacontology-undercover:UndercoverIdentity ;
    sh:description "Links operation to undercover identity used" ;
    sh:minCount 1 ;
    sh:name "uses identity" ;
    sh:path cacontology-undercover:usesIdentity .