Ontology Version: 2.2.0

cacontology-forensics:processingNodes leaf node


URI

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

Label

processing nodes

Description

Number of processing nodes used in distributed forensic processing.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:DistributedForensicProcessing cacontology-forensics:processingNodes xsd:nonNegativeInteger

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:processingNodes a owl:DatatypeProperty ;
    rdfs:label "processing nodes"@en ;
    rdfs:comment "Number of processing nodes used in distributed forensic processing."@en ;
    rdfs:domain cacontology-forensics:DistributedForensicProcessing ;
    rdfs:range xsd:nonNegativeInteger .