https://cacontology.projectvic.org/undercover#UsesIdentityShape
@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 .