observable:urlHistoryEntry leaf node


URI

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

Label

URL History Entries

Description

Specifies a URL history record stored in the browser's history.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:urlHistoryEntry observable:URLHistoryEntry

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:urlHistoryEntry a owl:ObjectProperty ;
    rdfs:label "URL History Entries"@en ;
    rdfs:comment "Specifies a URL history record stored in the browser's history."@en ;
    rdfs:range observable:URLHistoryEntry .