observable:isActive leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#isActive

Label

isActive

Description

Indicates whether the network connection is still active.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:isActive xsd:boolean

Implementation

@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@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#> .

observable:isActive a owl:DatatypeProperty ;
    rdfs:label "isActive"@en ;
    rdfs:comment "Indicates whether the network connection is still active."@en ;
    rdfs:range xsd:boolean .