observable:lookupDate leaf node


URI

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

Label

lookupDate

Description

Specifies the date and time that the Whois record was queried.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:lookupDate 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:lookupDate a owl:DatatypeProperty ;
    rdfs:label "lookupDate"@en ;
    rdfs:comment "Specifies the date and time that the Whois record was queried."@en ;
    rdfs:range xsd:dateTime .