Ontology Version: 2.2.0

cacontology-grooming:UsesCommunicationShape leaf node


URI

https://cacontology.projectvic.org/grooming#UsesCommunicationShape

Label

UsesCommunicationShape

Implementation

@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-grooming:UsesCommunicationShape a sh:PropertyShape ;
    sh:class cacontology-grooming:CommunicationTactics ;
    sh:description "Links grooming to communication tactics used (gUFO participation in communication event)" ;
    sh:minCount 0 ;
    sh:name "uses communication" ;
    sh:path cacontology-grooming:usesCommunication .