https://unifiedcyberontology.org/ontology/uco/observable#isActive
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:isActive | xsd:boolean |
@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 .