https://cacontology.projectvic.org/forensics#attributionConfidence
Confidence level of the attribution assessment (high, medium, low).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:AttributionAssessment | cacontology-forensics:attributionConfidence | xsd:string |
@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 .