observable:manuallyEnteredCount leaf node


URI

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

Label

Manually-Entered Count

Description

Specifies the number of times the URL referred to by the URL field was manually entered into the browser's address field by the user. This field is only applicable for URL history entries generated by Google's Chrome browser.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:manuallyEnteredCount xsd:nonNegativeInteger

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:manuallyEnteredCount a owl:DatatypeProperty ;
    rdfs:label "Manually-Entered Count"@en ;
    rdfs:comment "Specifies the number of times the URL referred to by the URL field was manually entered into the browser's address field by the user. This field is only applicable for URL history entries generated by Google's Chrome browser."@en ;
    rdfs:range xsd:nonNegativeInteger .