Ontology Version: 2.2.0

cacontology-forensics:hashDatabaseSize leaf node


URI

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

Label

hash database size

Description

Size of hash database used for comparison in millions of entries.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ScalableHashAnalysis cacontology-forensics:hashDatabaseSize xsd:decimal

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:hashDatabaseSize a owl:DatatypeProperty ;
    rdfs:label "hash database size"@en ;
    rdfs:comment "Size of hash database used for comparison in millions of entries."@en ;
    rdfs:domain cacontology-forensics:ScalableHashAnalysis ;
    rdfs:range xsd:decimal .