observable:firstVisit leaf node


URI

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

Label

First Visit Time

Description

Specifies the date/time that the URL referred to by the URL field was first visited.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:firstVisit xsd:dateTime

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:firstVisit a owl:DatatypeProperty ;
    rdfs:label "First Visit Time"@en ;
    rdfs:comment "Specifies the date/time that the URL referred to by the URL field was first visited."@en-US ;
    rdfs:range xsd:dateTime .