https://cacontology.projectvic.org/stranger-abduction#UsesMethodShape
@prefix cacontology-stranger: <https://cacontology.projectvic.org/stranger-abduction#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-stranger:UsesMethodShape a sh:PropertyShape ;
sh:class cacontology-stranger:AbductionMethod ;
sh:description "Links abduction to method used" ;
sh:maxCount 1 ;
sh:minCount 1 ;
sh:name "uses method" ;
sh:path cacontology-stranger:usesMethod .