Ontology Version: 3.1.0

cacontology-grooming:trustBuildingMethod leaf node


URI

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

Label

trust building method

Description

Method used to build trust during conditioning (active_listening, emotional_support, shared_interests, etc.).

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:TrustBuilding cacontology-grooming:trustBuildingMethod xsd:string

Implementation

@prefix cacontology-grooming: <https://cacontology.projectvic.org/grooming#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-grooming:trustBuildingMethod a owl:DatatypeProperty ;
    rdfs:label "trust building method"@en ;
    rdfs:comment "Method used to build trust during conditioning (active_listening, emotional_support, shared_interests, etc.)."@en ;
    rdfs:domain cacontology-grooming:TrustBuilding ;
    rdfs:range xsd:string .