Ontology Version: 3.1.0

cacontology-grooming:trustLevel leaf node


URI

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

Label

trust level

Description

Assessed level of trust established during trust-rapport conditioning.

Usage

DOMAINPROPERTYRANGE
cacontology-grooming:TrustBuilding cacontology-grooming:trustLevel 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:trustLevel a owl:DatatypeProperty ;
    rdfs:label "trust level"@en ;
    rdfs:comment "Assessed level of trust established during trust-rapport conditioning."@en ;
    rdfs:domain cacontology-grooming:TrustBuilding ;
    rdfs:range xsd:string .