observable:browserInformation leaf node


URI

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

Label

Browser Information

Description

Specifies information about the particular Web Browser.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:browserInformation observable:ObservableObject

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#> .

observable:browserInformation a owl:ObjectProperty ;
    rdfs:label "Browser Information"@en ;
    rdfs:comment "Specifies information about the particular Web Browser."@en ;
    rdfs:range observable:ObservableObject .