observable:fromURLVisit leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/fromURLVisit

Label

From URL Visit

Description

Specifies the URL visit origination point (i.e., URL) of the URL captured in the URL history entry, if applicable.

Usage

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

Implementation

@prefix observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

observable:fromURLVisit a owl:ObjectProperty ;
    rdfs:label "From URL Visit"@en ;
    rdfs:comment "Specifies the URL visit origination point (i.e., URL) of the URL captured in the URL history entry, if applicable."@en ;
    rdfs:range observable:ObservableObject .