Ontology Version: 2.2.0

cacontology-forensics:queryResponseTime leaf node


URI

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

Label

query response time

Description

Average response time for database queries in seconds.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:DatabaseIntelligenceIntegration cacontology-forensics:queryResponseTime 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:queryResponseTime a owl:DatatypeProperty ;
    rdfs:label "query response time"@en ;
    rdfs:comment "Average response time for database queries in seconds."@en ;
    rdfs:domain cacontology-forensics:DatabaseIntelligenceIntegration ;
    rdfs:range xsd:decimal .