Ontology Version: 3.1.0

cacontology-forensics:attributionConfidence leaf node


URI

https://cacontology.projectvic.org/forensics#attributionConfidence

Label

attribution confidence

Description

Confidence level of the attribution assessment (high, medium, low).

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:AttributionAssessment cacontology-forensics:attributionConfidence xsd:string

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@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-forensics:attributionConfidence a owl:DatatypeProperty ;
    rdfs:label "attribution confidence"@en ;
    rdfs:comment "Confidence level of the attribution assessment (high, medium, low)."@en ;
    rdfs:domain cacontology-forensics:AttributionAssessment ;
    rdfs:range xsd:string .