https://cacontology.projectvic.org/grooming#trustBuildingMethod
Method used to build trust during conditioning (active_listening, emotional_support, shared_interests, etc.).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-grooming:TrustBuilding | cacontology-grooming:trustBuildingMethod | xsd:string |
@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 .