observable:mftFileNameRecordChangeTime leaf node


URI

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

Label

mftFileNameRecordChangeTime

Description

The metadata modification date and time recorded in an MFT entry $File_Name attribute.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:mftFileNameRecordChangeTime 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:mftFileNameRecordChangeTime a owl:DatatypeProperty ;
    rdfs:label "mftFileNameRecordChangeTime"@en ;
    rdfs:comment "The metadata modification date and time recorded in an MFT entry $File_Name attribute."@en ;
    rdfs:range xsd:dateTime .