Ontology Version: 2.2.0

cacontology-forensics:processingSpeed leaf node


URI

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

Label

processing speed

Description

Processing speed in files per hour for automated systems.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:AutomatedContentAnalysis cacontology-forensics:processingSpeed 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:processingSpeed a owl:DatatypeProperty ;
    rdfs:label "processing speed"@en ;
    rdfs:comment "Processing speed in files per hour for automated systems."@en ;
    rdfs:domain cacontology-forensics:AutomatedContentAnalysis ;
    rdfs:range xsd:decimal .